.web-primary-text{
    color: #3bb9ea;
}
.mt-n2 {
  margin-top: -2rem !important;
}
.mb-n3{
    margin-bottom: -3rem!important;
}

.bg-image{
    background-repeat: no-repeat!important;
    background-size: cover!important;
    height: 90vh;
}
.mainheading{
    font-size: 54px;
    line-height: 56px;
}
.ttkstats{
        background: linear-gradient(180deg, #0685E2 0%, rgba(11, 184, 173, 0.76) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dropdowns,.dropdowns:hover{
    color: #5C5C5C !important;
}

.form-control{
    border: 1px solid #949494;
    background: #F7F7F7;
}
.placeholder{
    color: #6A6A6A;
    font-size: 12px;
    font-weight: 400;
}

.contactus{
    margin-top: -150px;
    border-radius: 12px;
border: 1px solid #939393;
background: #FFFFFB;
box-shadow: 0px 4px 82px 0px rgba(0, 0, 0, 0.25);
}
.padnv1{
    margin-top: -120px;
}

.inputfield{
    background: rgba(6, 118, 200, 0.06)!important;
    color: #000!important;
    font-weight: 1000;
}

.text-gray30{
    color: #4D4D4D;
}
.shadow-primary:hover{
    box-shadow: -5px 2px 12px 0px rgba(0, 0, 0, 0.10), -76px 36px 34px 0px rgba(0, 0, 0, 0.01), -118px 56px 37px 0px rgba(0, 0, 0, 0.00);
}

.citydrop,.citydrop:hover{
    border: 1px solid var(--Secndary, #262D64);
    background: #EFF6FF;
}
.droptext{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.contactusinfo{
    color: #0685E2;
}
.cities{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
}
#testimonials .card{
    /* background: #F0FCFF; */
    background: #f1f5fb;
}

.accordion-button:focus{
    box-shadow: none!important;
}


.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


@media (max-width: 767px) {
    .contactus{
        margin-top: -20px;
    }
    .bg-image {
        background-size: contain; 
        height: 40vh;
    }
    .heading1{
        color: #0685E2;
        font-size: 14px;
        font-weight: 400;
        line-height: 138.6%; /* 19.404px */
        letter-spacing: 7.07px;
    }
    .mainheading{
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 110.1%;
    } 
}


.dropdowns,.dropdowns:hover{
    color: #5C5C5C !important;
}

.form-control{
    border: 1px solid #949494;
    background: #F7F7F7;
}
.placeholder{
    color: #6A6A6A;
    font-size: 12px;
    font-weight: 400;
}
.captcha{
    color: #dc3545;
    display: none;
    margin-left:0px;
    margin-bottom: -10px;
    margin-top:2px;
    font-size:.875em;
} 
#message{
    color:#dc3545;
}

.contactus{
    margin-top: -150px;
}
.padnv1{
    margin-top: -120px;
}

.inputfield{
    background: rgba(6, 118, 200, 0.06)!important;
    color: #000!important;
    font-weight: 1000;
}

.text-gray30{
    color: #4D4D4D;
}
.shadow-primary:hover{
    box-shadow: -5px 2px 12px 0px rgba(0, 0, 0, 0.10), -76px 36px 34px 0px rgba(0, 0, 0, 0.01), -118px 56px 37px 0px rgba(0, 0, 0, 0.00);
}

.citydrop,.citydrop:hover{
    border: 1px solid var(--Secndary, #262D64);
    background: #EFF6FF;
}
.droptext{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.contactusinfo{
    color: #0685E2;
}
.cities{
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.60);
}
@media (max-width: 767px) {
    .bg-image {
        background-size: contain; 
        height: 30vh;
    }
    .heading1{
        color: #0685E2;
        font-size: 14px;
        font-weight: 400;
        line-height: 138.6%; /* 19.404px */
        letter-spacing: 7.07px;
    }
    .mainheading{
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        line-height: 110.1%;
    }   
}

#spinner {
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    border: 0;
    position: relative;
    transition: padding-right 0.3s ease; 
  }
  #spinner.spinning {
    padding-right: 50px;
  }
  #spinner.spinning:after {
    content: "";
    right: 6px;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
            animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  }

  #spinner.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right:-2px;
    top: 50%;
    left:55%;
    position: absolute;
    border: 4px solid #fff;
    border-right: 3px solid #27ae60;
    -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
            animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
  }
  @-webkit-keyframes rotate360 {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes rotate360 {
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @-webkit-keyframes exist {
    100% {
      width: 15px;
      height: 15px;
      margin: -8px 5px 0 0;
    }
  }
  @keyframes exist {
    100% {
      width: 15px;
      height: 15px;
      margin: -8px 5px 0 0;
    }
  }