@import url('https://fonts.googleapis.com/css?family=poppins:200,300,400,500,600,700,800,900&display=swap');
{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body
 {
    margin: 0;
    padding: 0;
}
.section
{
    position: relative;
    width:100%;
    padding: 100px;
    display:flex;
    justify-content: space-between;
    align-items: center;    
}
.header
{
    position: relative;
    width: 100%;
    height: 200px;
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.container-header
{
top: 0px;
left: 0px;
height: 100px;
background: #E3E3E3;
}
.body-container
{position: relative;
padding:50px 0;background: #fff;}

#header .bg-light {
  background-color: #e3e3e3 !important;
    
}

.header-logo
{
    position: relative;
    max-width:20px;
    width:10%;
    top: 12px;

width: 101px;
height: 74px;
}


.top-footer
 {
    padding-top: 32px;  
    padding-bottom: 32px;
    background-color: #002243 !important;
    
}

.top-footer__images
 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002243 !important;
}
    
.bottom-footer__inner, .top-footer__inner
{
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    
}
.bottom-footer 
{
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #001e3b !important;
    }
    
.bottom-footer__menu-item
{
    background-color: #001e3b !important;
    font-size:12px
}
h4 {
    font-size: 1.25rem;
    color: #33587e;
}
.sectitle {
    padding-bottom: 15px;
}
.img-box {
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.set-1 {
    margin-bottom: 24px;
}
button {
    background-color: #2a83c2 !important;
    border-color: #2a83c2 !important;
}
#product-list select, input {
    font-size: 12px !important;
}
#product-list .form-label {
    display: none;
}
#product-list .form-group:nth-child(1) .form-label {
    display: block;
}
#product-list .form-group .form-label {
    display: none;
}
button.btn.btn-danger.js-remove--exam-row {
    background-image: url(images/dustbin.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 50px;
    width: 50px;
    border: none;
    background-color: rgba(0,0,0,0) !important;
        margin-top: -9px;
}
label.form-check-label {
    font-size: 15px;
    line-height: normal;
}
.select-container1.container3-3 {
    margin-top: 25px;
}
#product__option[aria-selected=true] {
    display: none;
}
.manzoku {
     background: radial-gradient(circle closest-side, transparent 66%, white 0), conic-gradient(#4e79a7 0, #4e79a7 80%, #f28e2c 0, #f28e2c 100%);
     position: relative;
     width: 150px;
     min-height: 350px;
     margin: 0;
}
 .manzoku p.right {
     position: absolute;
     top: 60%;
     left: 50%;
     transform: translate(-50%, 0);
     -webkit-transform: translate(-50%, 0);
     -ms-transform: translate(-50%, 0);
}
 .manzoku p.right span {
     font-size: 10px;
}
 .manzoku p.left {
     position: absolute;
     top: 30%;
     left: 40%;
}
 
.select-container1.container3-2 ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.select-container1.container-4 {
    margin-top: 25px;
}
.simulate-cta {
    margin-top: 10px;
    margin-left: 5px;
}
button:focus, select:focus {
 
    box-shadow: none !important;
}
#product-list ul {
    padding-left: 0px;
    width: 90%;
    margin-bottom:0;
}
#product-list .form-group ul li:nth-child(1) {
    width: 150px;
}
#product-list ul li {
    display: inline-block;
    display: table-cell;
    margin: 10px;
    padding: 5px;
}
input[type=radio] {
  border: 1px solid #2a83c2;
  padding: 0.5em;
  -webkit-appearance: none;
}

input[type=radio]:checked {
  background: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==) no-repeat center center;
  background-size: 9px 9px;
}

input[type=radio]:focus {
  outline-color: transparent;
}


.bottom-footer li a:hover {
    color: #ffffff;
}
.bottom-footer li a, .bottom-footer li span {
    color: #c1c1c1;
    
}
@media only screen and (min-width: 800px) {
  .bottom-footer li a, .bottom-footer li span {
    color: #c1c1c1;
    display: inline;
}
}
.bottom-footer li span:hover {
    color: #c1c1c1;
}
.selector-for-some-widget {
  box-sizing: content-box;
}

.select-container
{
    padding-top:20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.select-container1 {
    border: 2px solid #e3e3e3;
    padding: 20px;
    margin: 0;
    border-radius: 6px;
}
/*3d*/
.cube {
  top: 100px;
  left: 60px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(30deg) rotateY(-45deg);
  min-height: 300px;
}
.smallcube {
    bottom: 161px;
    right: 98px;
    transform-style: preserve-3d;
    transform: rotateX(30deg) rotateY(-45deg);
    position: absolute;
    z-index: 99999;
}
.cube3dset {
    position: relative;
}
.cube .left, .cube .right, .cube .front, .cube .top, .cube .back, .cube .bottom, .smallcube .left, .smallcube .right, .smallcube .front, .smallcube .top, .smallcube .back, .smallcube .bottom {
  position: absolute;
}

.cube .left {
    border: 2px solid #e02326;
    width: 151px;
    height: 150px;
}
.smallcube .left {
    border: 2px solid #06a;
    width: 50px;
    height: 50px;
}
.cube .right {
    border: 2px solid #e02326;
    width: 150px;
    height: 152px;
}
.smallcube .right {
    border: 2px solid #06a;
    width: 50px;
    height: 50px;
}
.smallcube:nth-child(5) {
    right: 168px;
    bottom: 126px;
}
.cube .top, .cube .bottom {
   border: 2px solid #e02326;

  width: 300px;
  height: 150px;
}
.smallcube .top, .smallcube .bottom {
   border: 2px solid #06a;
  width: 50px;
  height: 50px;
}

.cube .front, .smallcube .front {
  z-index: 2;
}

.cube .top {
  transform-origin: 0% 100%;
  transform: translateY(-150px) rotateX(-90deg);
  z-index: 2;
}
.smallcube .top {
  transform-origin: 0% 100%;
  transform: translateY(-50px) rotateX(-90deg);
  z-index: 2;
}
.cube .left{
  transform-origin: 100% 100%;
  transform: translateX(-150px) rotateY(90deg);
  z-index: 2;
}
.smallcube .left {
  transform-origin: 100% 100%;
  transform: translateX(-50px) rotateY(90deg);
  z-index: 2;
}
.cube .right {
  transform-origin: 0% 0%;
  transform: translateX(300px) rotateY(-90deg);
}
.smallcube .right {
  transform-origin: 0% 0%;
  transform: translateX(50px) rotateY(-90deg);
}
.cube .back, .smallcube .back {
  transform: translateZ(150px);
}

.cube .bottom  {
  transform-origin: 0% 0%;
  transform: translateY(150px) rotateX(90deg);
}
.smallcube .bottom  {
  transform-origin: 0% 0%;
  transform: translateY(50px) rotateX(90deg);
}
.smallcube:nth-child(2) {
    right: 63px;
    bottom: 144px;
}
.smallcube:nth-child(3) {
    right: 133px;
    bottom: 144px;
}
.smallcube:nth-child(4) {
    right: 99px;
    bottom: 128px;
}
.chart-content {
  padding: 5px;
  background-color: #f9f9f9;
  width: 200px;
  margin: 20px auto;
  box-shadow: 0px 0px 2px #ccc;
}
.chart-content header {
  text-align: center;
}

.chart-legend {
  font-size: 0.8em;
}
.chart-legend li {
  list-style: none;
}
.chart-legend li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}



/**** NEW */

section#featured-services {
    background: #fff;
}
.icon img{
    width: 80%;
   
}
h4.icon-title {
    padding: 0;
    color: #000;
}
.service-item a{
  
    padding: 35px 50px;
}
.service-item:hover {
    
    background: white;
    box-shadow: rgba(226, 238, 252, 0.59) 0px 2px 1px, rgba(226, 238, 252, 0.59) 0px 4px 2px, rgba(226, 238, 252, 0.59) 0px 8px 4px, rgba(226, 238, 252, 0.59) 0px 16px 8px, rgba(226, 238, 252, 0.59) 0px 32px 26px;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #33587e;
}
.hero {
    width: 100%;
    background-color: var(--color-secondary);
    background-image: url(../images/icons/banner-new.jpg);
    background-size: 87%;
    /* background-position: center; */
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -40px;
    position: relative;
    padding: 40px 1px 40px 0px;
    color: rgba(255, 255, 255, 0.8);
    min-height: 138px;
}
.first_row,.second_row{
    border-bottom:1px solid #ccc;
}
.left_row{
    border-right:1px solid #ccc;
}
.right_row{
    border-left:1px solid #ccc;
}
@media (min-width: 1500px) and (max-width: 1920px) {
    .hero {
        min-height: 191px;
    }
}
@media only screen and (max-width: 600px) {
    .left_row{
        border-right:none;
    }
    .right_row{
        border-left:none;
    }
    .third_row{
        border-bottom:1px solid #ccc;
    }
    .third_row:last-child{
        border-bottom:none;
    }
    .body-container{
        padding:0px;
    }
    h4.icon-title{
        padding:20px 0px;
    }
    .service-item{
        margin:0px;
        text-align:center;
    }
    .icon img{
        width:25%;
    }
   .hero {
    background-size: auto;
    background-position: unset;
    background-image: none;
    background-color: #1b325e;
}
}

section#header1 {
    background-color: #002e5f;
}
.disable a {
   opacity: 0.5;
    cursor: not-allowed;
}
body { background-color: #001e3b; }

.service-item a {
  padding: 35px 50px;
  width: 100%;
}

.icon img {
  width: 72px;
  height: auto;
}
.disable {
    position: relative;
}
.disable:hover a:before {
    content: "Coming soon";
    position: absolute;
    bottom: 0%;
    color: #040404 !important;
    left: 36%;
    background-color: #f0c40a;
    font-size: 15px;
    padding: 5px 22px;
}