@font-face {
  font-family: 'WhitneyBook';
  font-style: normal;
  font-weight: normal;
  src: local('WhitneyBook'), url(../fonts/font-awesome/fonts/whitney-book.otf) format('truetype');
}

@font-face {
  font-family: 'WhitneyBold';
  font-style: Bold;
  font-weight: Bold;
  src: local('WhitneyBold'), url(../fonts/font-awesome/fonts/whitney-bold.otf) format('truetype');
}

@font-face {
  font-family: 'WhitneyMedium';
  font-style: normal;
  font-weight: normal;
  src: local('WhitneyMedium'), url(../fonts/font-awesome/fonts/Whitney-Medium.otf) format('truetype');
}

* {
  margin: 0;
  padding: 0;
font-family: 'WhitneyBook';
overscroll-behavior-x: none;

}

ul {
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: #009ee2;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  font-size: 35px;
  margin-left: -1em;
}
.dot {
  height: 15px;
  width: 15px;
  background-color: #009ee2;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2%;
  margin-left: -3.5%;
}
/* read more css */

#more {display: none;}
#more1 {display: none;}

.main-header{
  
    background: #fff;
    /* height: 125px; */
    width: 100%;
    display: flex;
    align-items: center;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom:8px;
     /*padding:0px;*/
    opacity: 1;
}
.logo1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  /* padding:1rem */
  
}
.img-logo1{
  width: 200px;
}
.img-logo{
    width: 170px;
}

.main-banner{
    background-image: url('../images/home/bannerFlipImg.jpg');
    /* height: 780px;  */
    /*height: 868px; */
    height:600px;
    margin-top: 0px; 
    margin-bottom: 0px;  
    width: 100%; 
    padding: 0px;
    background-size: cover;
    /*background-position: left;*/
    background-position: bottom;
}

.btn.active, .btn:active {
  background-color: rgba(233,90,12,255);
}

.banner-band{
    background-color: #003440;
    opacity: 0.8;
    color: #fff;
    margin-left: -1rem;
    position: relative;
    top: 30rem;
    padding:0.5rem 4rem;
    opacity: 0;
}

.heading-text-style {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
  }
  .heading-text-style1 {
    color:rgba(233,90,12,255); font-size: 50px;font-weight: bolder;
  }
  .heading-text-style2 {
    color:#fff; font-size: 22px;
  }


  .form-position {
    float: right;
    position: absolute;
    height: auto;
    width: 500px;
    right: 6rem;
    /*top: 8rem;*/
    top:0rem;
    
  }

  .form-position-mobile{
    margin: 2rem;
    width: 100%;
  }
  .form-upper {
    background: linear-gradient(to bottom, #003f7a 0%, #003f7a 100%);
    width: 500px;
    height: auto;
    border-radius: 10px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  
  }
  .form-upper-mobile {
    background: linear-gradient(to bottom, #003f7a 0%, #003f7a 100%);
    height: auto;
    border-radius: 10px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  
  }

  .text-white-form {
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'whitneyBook !important' ;
    color: white;
  }
  .text-red-orange {
    color: rgba(233,90,12,255);
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'whitneyBook !important' ;

  }
  
  .form-lower {
    background-color: white;
    border-radius: 0px 0px 10px 10px;
  
  }
  .form-input {
    /*padding: 5px;*/
    border-radius: 4px;
    height: max-content;
    padding: 4px;
    width: 450px;
    border: 1px solid rgb(150, 148, 148); 
  }
  
  .form-input-DDMM {
    border: 1px solid gray;
    border-radius: 5px;
    width: 60px;
    padding: 3px;
    text-align: center;
  }
  .form-input-YYYY {
    border: 1px solid gray;
    border-radius: 5px;
    width: 80px;
    padding: 3px;
    text-align: center;
  }
  .form-input-YYYY-mobile {
    border: 1px solid gray;
    border-radius: 8px;
    width: 60px;
    padding: 5px;
  }


  .form-dis-text {
    font-size: 10px;
    font-weight: 500;
    color: #000;
    font-display: 2;
    /*padding:5px;*/
    margin-bottom:1%;
  }

  .fotm-btn{
    /* background: #17a2b8; */
    background: #40A3DE;
    color: #fff;
    margin-bottom: 1rem;
    border: 1px solid white;
    font-size: 16px;
   font-family: 'whitneyBook !important';
    border-radius: 8px;
    padding: 4px 1rem;
    margin: 10px;
  }

  .only-form-for-mobile{
    display: none;
  }
  .only-form-for-mobile2{
    display: none;
  }

  /* contact us 1 */
  .contact1-us-page.section-spacing {
    padding: 80px 0 0px 0;
    /* background-color: #1247d9; */
    background-color: #003f7a;
    height: 610px;
  }

  .contact1-us-page .title {
    text-align: center;
    padding-top: 25px;
  }
  .contact1-us-page .title h3 {
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
    color: red;
    /* border-bottom: 3px solid green; */
  }
  .contact1-us-page .title p {
    width: 82%;
    margin: 0 auto;
    color: #fff;
  }

  #middle-section-header-h2 {
    color: white;
    font-weight: 500;
    font-size: 50px;
  }
  #middle-section-header-h2-lower {
    color: white;
    margin-top: 3rem;
    font-weight: 600;
    font-size: 30px;
    padding: 0.5rem;
  }
  
  #middle-section-header-h3 {
    color: rgba(233,90,12,255);
    font-weight: bolder;
    font-size: 50px;
    /* border-bottom: 4px solid rgba(233,90,12,255); */
    /* margin-bottom: 1rem; */
    /* padding: 1rem; */
  }

  #container-image{
    padding:0.5rem;
    border-radius:25px;
  }
  
  #div-container{
    border-radius:25px;
  }
  

  /* .column {
    width: 50%;
    padding: 10px;
    height: 100%; 
  }
  .column .container{
    background-color: #fff;
  }
  
  .img12 {
    height:60% ; 
    width:100%;
    border: 3px solid #fff;
  } */
  .images-styles-text{
    font-size: 40px;
    font-weight: 800;
  }
  .column {
    width: 50%;
    padding: 20px;
    height: 100%;
    /* display: flex;
    justify-content: center; */
  }
  .column .container{
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
  }
  .img12 {
    height:60% ;
    width:100%;
  }

  .row {
    display: flex;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .hide {
    display: none;
  }
  .banner {
    /* The image used */
    background-image:
    url('../images/home/new.jpg');
  }


  /* about us section */

  .about1-us-page {
    margin-top: 720px;
    padding: 10px 0 10px 0;
    background-color: #009ee252;
    /* background-image: url('../images/home/background.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    background-position: center;
    height: auto;
  }

/* 
  .about1-us-page {
    margin-top: 720px;
    padding: 10px 0 0px 0;
    background-image: url('../images/home/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center;
    height: 800px;
  } */

  .about1-us-page .title {
    text-align: center;
    padding-top: 25px;
  }
  .about1-us-page .title h3 {
    text-align: center;
    padding-top: 25px;
    margin: 0 auto;
    color: red;
  }
  .about1-us-page .title h2 {
    color:rgba(0,63,122,255);
    font-weight: 700;
  }
  
  .about1-us-page .title p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
  }
  .img-back{
    width: 100%;
    height: auto;
  }

  /* .about1-text{
    margin-top: 10rem;
    text-align: justify;
    font-size: 20px;
  } */
  .about1-text{
    /*margin-top: 10rem;*/
    text-align: justify;
    font-size: 18px;
  }

  .eligibility-page{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
  }
  
  .eligibility-page .title {
    text-align: center;
    padding-top: 25px;
    color:rgba(233,90,12,255);
    font-weight:700;
  }
  .hide {
    display: none;
    visibility: hidden;
  }
  .hide {
    display: none;
    visibility: hidden;
  }
  @media (min-width: 576px) {
    .hide {
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .hide {
      text-align: center;
      width: 10rem;
      margin-left: -2rem;
    }
  }
  .tabs:hover + .hide {
    display: block;
    margin-top: auto;
    visibility: visible;
    color: darkslategray;
    font-weight: 600;
  }
  /* .tabs:hover + .hide {
  display: block;  
    
     visibility: visible;
    color: darkslategray;
    font-weight: 600;
    
  } */
  /* .tabs:hover {
    scale: 1.2;
    transition: 0.2s;
    transition-timing-function: ease-in-out;
  } */
  
  .faq-page{
    /* background-image: url('../images/icon/left-1-img.png');
    background-size: cover;
      background-repeat: no-repeat; */
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    background-color: #003f7a;
    padding-bottom: 5rem;
  }
  
  .contact-us-page .title h2 {
    margin-bottom: 22px;
  }
  .eligibility-page-card{
    width:40%;
    margin: auto;
    text-align: center; 
    margin-bottom: 1rem;
  }
  .faq-pag-card{
    width:70%;
    margin: auto;
    text-align: left !important; 
    margin-bottom: 1rem;
  }
  
  .faq-pag-card-h4{
    color:#e95a0c;
    font-size: 1.2rem;
    font-weight: 700;
  }
  /* .dot {
    height: 25px;
    width: 25px;
    background-color: #b9e0fc;
    border-radius: 50%;
   
  } */
  .address-card-outer{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    background-color: #003f7a;
  }
  
  .address-card{
    background-color: grey;
    padding: 2rem;
  }
  
  .eligibility-page-logos{
    justify-content: space-evenly; margin:auto;width:100%;margin: auto;margin-top: 3rem;margin-bottom: 10rem; display: flex;
  }
  
  .addressDiv{
    width: 17rem;
    padding: 1rem;
    margin-left: 42%;
    margin-top: -4rem;
    position: absolute;
    background: #fff;
    border-radius: 16px;
  }
  
  .address-card .address-card-div-1 h6{
    color: white;
    font-size: 1rem;
    text-align: left;
    padding-left: 6%;
    font-weight: 400;
  }
  
  .contact-us-page .title p {
    width: 80%;
    margin: 0 auto;
  }
  
  .contact-us-page .address ul li {
    font-family: 'Tinos', serif;
    font-size: 18px;
    color: #181818;
    float: left;
    width: 25%;
    position: relative;
    padding-left: 55px;
    margin-bottom: 15px;
  }
  
  .contact-us-page .address ul li i {
    position: absolute;
    font-size: 35px;
    top: 0;
    left: 0;
  }
  
  .contact-us-page .theme-form-one {
    margin-top: 40px;
  }
  
  .contact-us-page .theme-form-one button {
    width: 180px;
    margin: 0 auto;
  }
  
  
  /*======================= Form Validation ===================*/
  .alert-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
  }
  
  #success,
  #error {
    position: relative;
    width: 500px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
  }
  
  #success .wrapper,
  #error .wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  #success .wrapper p,
  #error .wrapper p {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  
  #success p {
    color: #26ace3;
  }
  
  #error p {
    color: #C9182B;
  }
  
  #error button,
  #success button {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
  }
  
  .form-validation label.error {
    display: none !important;
  }
  
  .form-validation input.error,
  .form-validation textarea.error {
    border: 1px solid #f03838 !important;
  }
  
  /*------------------- Google Map ---------------------*/
  .map-canvas {
    width: 100%;
    height: 100%;
  }
  
  .google-map {
    height: 600px;
  }
  
  /*----------------------- Error Page ------------------*/
  .error-page {
    text-align: center;
  }
  
  .error-page h2 {
    font-size: 270px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: inherit;
  }
  
  .error-page h3 {
    font-size: 40px;
    font-weight: normal;
    margin: -80px 0 0 0;
  }
  
  .error-page p {
    margin-bottom: 22px;
  }
  
  .error-page .or-text {
    font-family: 'Tinos', serif;
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    position: relative;
    width: 70%;
    margin: 22px auto 20px auto;
  }
  
  .error-page .or-text:before,
  .error-page .or-text:after {
    content: '';
    width: 45%;
    height: 1px;
    background: #d5d5d5;
    position: absolute;
    top: 57%;
  }
  
  .error-page .or-text:before {
    right: 0;
  }
  
  .error-page .or-text:after {
    left: 0;
  }
  
  .error-page ul {
    width: 69%;
    margin: 0 auto;
  }
  
  .error-page ul li {
    width: 44%;
    height: 54px;
  }
  
  .error-page ul li .form-control {
    width: 100%;
    height: 100% !important;
    background: #65d686;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
  }
  
  .error-page ul li form {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f55e70;
    position: relative;
  }
  
  .error-page ul li form input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
    text-transform: uppercase;
    padding: 0 40px 0 15px;
  }
  
  .error-page ul li form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    color: #fff;
    background: transparent;
  }
  
  .error-page ul li form ::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
  }
  
  .error-page ul li form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .error-page ul li form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }

  .images-styles-left{

    height:20%; width: 30%; margin-right: 0.5rem;
  }
  .images-styles-right{

    height:20%; width: 30%; margin-right: 1rem;
  }

  .addressDiv{width: 16rem;
    padding: 1rem;
    margin-left: 40%;
    margin-top: -3rem;
    position: absolute;
    background: #fff;
    border-radius: 16px;
  }

  .hoverbtn{
    height: 8rem; width: 8rem;border: 4px solid rgb(7, 182, 251);padding: 1rem;border-radius: 65px;margin-right: 1rem;
  }

  .hoverbtn:hover{
    box-shadow: 1px 7px 9px 2px grey;
  }

  .radio-button{
    padding-left: 1.5rem;
  }

  .radio-button input[type="radio"] {
    display: none;
    
  }      
  .radio-button label {
    display: inline-block;
    background-color: #fff;
    color: gray;
    font-size: 15px;
    cursor: pointer;
    padding: 1px 10px;
  }      
  .radio-button input[type="radio"]:checked+label {
    background-color: rgba(233,90,12,255) !important;
   color:#fff;
   border: none;
   padding: 1px 10px;

  }
  /* .btn-secondary:not([disabled]):not(.disabled):active
  {
  color: #fff;
  background-color: #0763b3 !important;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgb(134 142 150 / 50%);
  } */


  .same{
    display: flex;
    align-items: center;
    /*margin-top: 1.5%;*/
  }
   
  .show-on-dekstop{
    display:none;
  }
  

@media screen and (max-width: 500px) {
  .show-on-dekstop{
    display:none !important;
  }
}

.eligibility-page-text{
  color: grey;
  font-size:20px;
}
#myBtn1:focus{
  outline: none;
}

#myBtn:focus{
  outline: none;
}
.intl-tel-input
{
  width: 100%;
}
#phone,mobile{
  margin-bottom: 3%;
}

  