
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    font-family: "Open Sans", system-ui;
    background: #EAE8E8 !important;
}
body,h1,h2,h3,h4,h5,h6 {
    font-family: "Open Sans", system-ui;
  }
  h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    margin-top: 0;
  }
   lablel, input{
    clear:both;
  }
  .hide-tax{
    margin: 0;
  }
  .srch-btn button{
    background: transparent;
    border: none;
  }
  .srch-btn{
    display: none;
    position: absolute;
    right: 15px;
    top: 13px; 
  }
 input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1.8em;
    width: 1.8em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
  }
  
  input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .5;
    pointer-events: all;
  }
  footer{
    position: sticky;
    top: 100%;
  }
  .dropdown-menu .dropdown-toggle::before, .dropdown-menu .dropdown-toggle::after {
       position: absolute;
       top: 0.85em;
  }
   .dropdown-menu .dropdown-toggle::before {
       left: 0.255em;
  }
   .dropdown-menu .dropdown-toggle::after {
       right: 0.255em;
  }
  h1 {
    font-size: 25px !important;
    font-weight: 700;
}
   /* ------------------------------- */
   .banr-txt {
    display: flex;
    gap: 2%;
    /* max-width: 90%; */
    position: absolute;
    top: 35px;
    color: #fff;
    left: 8%;
    right: 10%;
    width: 390px;
}
.dd1 li:last-child{
    padding: 0 !important;
}
.dd1 li{
    border-bottom-color: #ddd !important;
}
.dd1 li a{
    color: #111111 !important;
}
.dd1 li a:focus, .dd1 li a:hover{
    background-color: #f3f6f9 !important;
    color: #555 !important;
}
nav#mySidebar{
    flex:none;
}
  @media(min-width:1100px)
  {
    .dd1
   {
    width: 400px;
      height: 500px;
      position: fixed !important;
      left: 209px !important;
      top: 82px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   }
   .dd2
   {
      width: 400px;
      height: 500px;
      position: fixed !important;
      left: 209px !important;
      top: 82px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   }
  }
  @media(min-width:992px) and (max-width:1100px)
  {
    .dd1
   {
    width: 400px;
      height: 500px;
      position: fixed !important;
      left: 209px !important;
      top: 82px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   }
   .dd2
   {
      width: 400px;
      height: 500px;
      position: fixed !important;
      left: 209px !important;
      top: 81px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   } 
  }
  @media(max-width:767px){
    .dd1
    {
        top: 60px !important;
    }
  }
 
  @media(max-width:992px)
  {
    .dd1
   {
    width: 300px;
      height: 100vh;
      position: fixed !important;
      left: 0 !important;
      top: 93px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   }
   .dd2
   {
      width: 300px;
      height: 100vh;
      position: fixed !important;
      left: 0 !important;
      top: 75px !important;
      border: 0;
      border-left: 4px solid #1BC0D9;
      border-radius: 0;
      transform: unset !important;
   } 
  }
  .ddw img{
            width: 25px;
         }
         .ddw button {
   border: 1px solid #ddd;
   height: -webkit-fill-available;
   border-radius: 5px;
   background: transparent;
   box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.ddw .dropdown-menu {
   min-width: 53px;
   text-align: center;
   padding: 0;
   box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.ddw .dropdown-menu li a {
   padding: 5px 10px !important;
   display: block;
   border-bottom: 1px solid #ccc;
}
  .side-m  {
      list-style-type: none;
      padding-left: 0;
      display: flex;
      flex-direction: column;
   }
  
   .side-m li {
      list-style-type: none;
   }
   .side-m li .btn-m{
     text-align: left;
     border: none;
     border-radius: 0 !important;
   }
   .dd1 li a {
    display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem;
      border-bottom: 1px solid #ddd;
      
   }
   .dd1 li:first-child a
   {
    border-top: 1px solid #ddd;
   }
   .dd1 li a::before{
    content: none !important;
   }
   .dd1{
    padding: 0;
   }
   .dd2{
    padding: 0;
   }
   .side-m li button::after
   {
    content: none !important;
   }
   .side-m li button 
   {
    padding: 1rem;
   }
   .side-m li button{
    font-size: 15px !important;
    font-weight: 600;
   }
   .side-m li a{
    font-size: 15px !important;
    font-weight: 600;
   }
   .side-m li 
   {
    border-bottom: 1px solid #666; 
   }
   .side-m li:last-child{
    /* border-bottom: none;  */
   }
   .side-m li:last-child a{ 
     padding: 1.5rem !important;
     flex-direction: row !important;
   }
   .dd1  li:last-child a{ 
     padding: 1rem !important; 
   }
   .cm
   {
    font-size: 30px;
    padding: 0 !important;
   }
   /* .baner {
    background-image: url(../images/mask-group-3@2x.png);
    background-repeat: no-repeat;
    width: 100vw;
    height: 75vh;
    background-size: cover;
    background-position: 100% 0;
} */
/* .baner img{
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    font-family: sans-serif;
    object-position: 100% 0;
} */
.baner-business img{
    width: 100vw;
    /* s */
    object-fit: cover;
    font-family: sans-serif;
    object-position: 100% 0;
}
.baner-business1 img{
    width: 100vw;
    /* height: 50vh !important; */
    object-fit: cover;
    font-family: sans-serif;
    object-position: 100% 0;
}
/* .baner-business {
    width: 100vw;
    height: 90vh;
    object-fit: cover;
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
} */
nav {
    background-color: #373737 !important;
}
.togl-btn{
    position: absolute;
    right: 12px;
    z-index: 99999;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.togl-btn button{
    padding: 0;
    border: none;
    background: transparent;
}
/* .w3-teal, .w3-hover-teal:hover */
.togl-btn button i{
    background: transparent;
    color: #000 !important;
    background-color: transparent !important;
    font-size: 30px !important;
    padding: 0;
}
.w3-main{
    width: 88% !important;
    margin-left: 0 !important;
}
.baner{
    /* background-image: url('../images/mask-group-3@2x.png');
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat; */
}
nav ul li button{
    color: #fff !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
}
nav ul li button img{
    width: 25px;
    object-fit: contain;
    margin-right: 5px;
}
nav ul li a{
    color: #fff !important;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    padding: 1rem !important;
}
nav ul li a img{
    width: 22px;
    object-fit: contain;
    margin-right: 5px;
}
nav ul li:last-child a img{
    width: 50px;
}
#mynavbar li a {
    color: #000 !important;
}
.activ-green1{
    background:linear-gradient(270deg, #72D980, #32A24B) ;
}
.btn-check:checked+.activ-green, .activ-green.active, .activ-green.show, .activ-green:first-child:active, :not(.btn-check)+.activ-green:active, .activ-green:hover{
    background:linear-gradient(270deg, #72D980, #32A24B) ;
}
.activ-sky1{
    background:linear-gradient(-72deg, #69DBEB, #18BFD9) ;
}
.btn-check:checked+.activ-sky, .activ-sky.active, .activ-sky.show, .activ-sky:first-child:active, :not(.btn-check)+.activ-sky:active, .activ-sky:hover{
    background:linear-gradient(-72deg, #69DBEB, #18BFD9) ;
}
.activ-pink1{
    background:linear-gradient(270deg, #F27BA3, #ED2F6F) ;
}
.btn-check:checked+.activ-pink, .activ-pink.active, .activ-pink.show, .activ-pink:first-child:active, :not(.btn-check)+.activ-pink:active, .activ-pink:hover{
    background:linear-gradient(270deg, #F27BA3, #ED2F6F);
}
.top-sec3{
    display: flex;
    gap: 2%;
    max-width: 90%;
    margin: auto !important;
}
.top-sec3>div{
    width: 32%;
    display: flex;
    flex-direction: column;
}
.sec3{
    margin-top: -253px;
    position: relative;
}
.st1{
    background: linear-gradient(270deg, #72D980, #2C9C46);
    color: #fff;
    padding:2rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    min-height: 280px;
    justify-content: space-between;
}
.st1 h5{
    font-weight: 700 !important;
    font-size: 20px;
}
.st1 button{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
}
.st1 a{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
    color: #000;
}
.st2 a{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
    color: #000;
}
.st3 a{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
    color: #000;
}
.st1 img{
    width: 75px;
    margin: 20px 0;
}
.st2{
    background: linear-gradient(270deg, #6CDFF0, #0BBBD6);
    color: #fff;
    padding:2rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;    
    min-height: 280px;
    justify-content: space-between;
}
.st2 h5{
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 25px;
}
.st2 button{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
}
.st2 img{
    width: 75px;
    margin: 10px 0;
}
.st3{
    background: linear-gradient(270deg, #F27BA3, #ED2F6F);
    color: #fff;
    padding: 2rem;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    min-height: 280px;
    justify-content: space-between;
}
.st3 h5{
    font-weight: 700 !important;
    font-size: 20px;
}
.st3 button{
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 10px 45px;
    font-weight: 600;
}
.st3 img{
    width: 75px;
    margin: 20px 0;
}
.sb1, .sb2, .sb3{
    background: #fff;
    padding: 1.5rem;
    border-radius: 0 0 10px 10px;
    height: 100%;
}
.sec2-1{
    box-shadow: 0 2px 5px #ccc;
    background: transparent;
    border-radius: 15px 15px 4px 4px;
    border: 1px solid #ccc;
}
.sec2-1 img{
   width: 100%;
   /* height: 270px; */
   object-fit: cover;
   border-radius: 15px 15px 0 0;
}
.sec2-2>div{
    background: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 0 0 15px 15px;
    /* height: -webkit-fill-available; */
}
.sec2-2{
    box-shadow: 0 2px 5px #ccc;
    background: transparent;
    border-radius: 15px 15px 4px 4px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}
.sec2-2 img{
    width: 100%;
    /* height: 270px; */
    object-fit: cover;
    border-radius: 15px 15px 0 0;
 }
 .sec2-1>div{
    background: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 0 0 15px 15px;
    /* height: -webkit-fill-available; */
}
.sec-2{
    background: #f8f8f8;
    padding: 1.5rem !important;
}
.sec-2 h1{
    padding: 0 ;
    margin-bottom: 1rem;
}
.sec-2 span{
    font-size: 17px !important;
    font-weight: 700;
    line-height: normal;
}
.btn-orange{
    border: 3px solid #FDBB6D;
    border-radius: 15px;
    opacity: 1;
    background: #F69222 !important;
    color: #fff !important;
    padding:5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
}
.btn-orange:hover{
    border: 3px solid #FDBB6D;
    border-radius: 15px;
    opacity: 1;
    background: #F69222;
    color: #fff;
    padding:5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
    opacity: .8;
}
.btn-orange img {
   width: 40px;
}
.btn-sky{
    border: 3px solid #21A1EF;
    border-radius: 15px;
    opacity: 1;
    background: #C4F1FF;
    color: #21A1EF !important;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
    width: max-content;
    justify-content: center;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.btn-sky:hover{
    border: 3px solid #21A1EF;
    border-radius: 15px;
    opacity: 1;
    background: #C4F1FF;
    color: #21A1EF;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
    opacity: .8;
}
.btn-sky img
{
    width:27px;
}
.btn-lang{
    background: #F5F5F5;
    border: 3px solid #A0A0A0;
    border-radius: 15px;
    opacity: 1;
    color: #111111;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
}
.btn-langhover{
    background: #F5F5F5;
    border: 3px solid #A0A0A0;
    border-radius: 15px;
    opacity: 1;
    color: #111111;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    height:50px;
    opacity: .8;
}
.btn-lang img{
    width: 27px;
}
.logo{
    width: 220px;
}
.tagl{
    width: 280px;
}
.sec21{
    background: linear-gradient(270deg, #72D980, #2C9C46);
    color: #fff;
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.sec21 p{
    font-size: 18px !important;
}
.sec21 button{
    background: #BAF8C3;
    border: 3px solid #0C6F24;
    border-radius: 15px;
    opacity: 1;
    padding: 15px 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:0 auto;
    color: #0C6F24;
    font-size: 17px;
}
.sec21 a{
    background: #BAF8C3;
    border: 3px solid #0C6F24;
    border-radius: 15px;
    opacity: 1;
    padding: 15px 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:0 auto;
    color: #0C6F24;
    font-size: 17px;
}
.sec21 button img{
    width: 30px;
}
.sec21 a img{
    width: 30px;
}
.sec21>div {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.sec22{
    background: linear-gradient(270deg, #6CDFF0, #0BBBD6);
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}
.sec22 p{
    font-size: 18px !important;
}
.sec22 button{
    background: #95E9F5;
    border: 3px solid #128090;
    border-radius: 15px;
    opacity: 1;
    padding: 15px 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:0 auto;
    color: #128090;
    font-size: 17px;
}
.sec22 a{
    background: #95E9F5;
    border: 3px solid #128090;
    border-radius: 15px;
    opacity: 1;
    padding: 15px 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:0 auto;
    color: #128090;
    font-size: 17px;
}
a{
    text-decoration: none !important;
}
.sec22>div {
    min-height: 150px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.sec22 button img{
    width: 30px;
}
.sec22 a img{
    width: 30px;
}
.sec2c{
    display: flex;
    /* background: #EAE8E8 !important; */
}
.sec2c>div{
    width: 50%;
}
 

/* custom select */
.custom-select {
    position: relative;
    font-family: Arial;
    background-image: url(../images/internet@2x.png);
    background-size: 25px;
    background-repeat: no-repeat;
    /* padding-left: 35px; */
    background-position: 8px;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    background-color: transparent;
    background-image: url('../images/icon-ioniosarrowdown.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute; 
   
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
    color: #111111;
    padding: 8px 22px 8px 3px;
    cursor: pointer;
    user-select: none;
    padding-left: 24px;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #f5f5f5;
    top: 107%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
/* End custom select */

/* ---------------footer------------- */
footer{
    position: relative;
    z-index: 9;
}

footer{
    background: #373737 !important;
    padding-bottom: 0 !important;
}
.fotr{
    max-width: 90%;
    margin: auto;
}
.fotr a {
    text-decoration: none !important;
    cursor: default !important;
}
.f1{
    display: flex;
    padding: 3rem 0;
}
.f1>div{
    width: 33%;
    color: #fff;
    padding:0 1.5rem;
    position: relative;
}
.f1>div::before{
    
    content: "";
    height: 17px;
    width: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.f1 h5{
    font-size: 15px !important;
    font-weight: 800;
}
.f1 p{
   font-size: 13px !important;
   margin-bottom: 0;
}
.f2{
    display: flex;
    /* border-top: 1px solid #707070; */
    border-bottom: 1px solid #707070;
    padding: 3rem 0;
}
.f2>div{
    width: 33%;
    color: #fff;
    padding:0 1.5rem;
    position: relative;
}
.f2>div::before{
    
    content: "";
    height: 16px;
    width: 3px;
    background: #68AD47;
    position: absolute;
    top: 0;
    left: 0;
}
.f2 h5{
   color: #68AD47;
   font-weight: bold;
   font-size: 13px !important;
}
.f2 ul {
    margin-bottom: 0 !important;
}
.f2 p{
    font-size: unset !important;
}
.f3{
    padding: 2rem 0;
}
.f3 p{
    font-size: 15px !important;
}
.f2 ul {
    padding-left: 0;
    list-style-type: none;
}
.f2 ul li a {
    text-decoration: none;
    padding-bottom: 8px;
    display: block;
    cursor: pointer !important;
    font-size: 13px !important;
}
.f2 ul li:last-child a{
    padding-bottom: 0 !important;
}

/* ---------------End footer------------- */

.sec-2sec{
    display: flex;
    gap: 2%;
    padding-top: 1rem;
}
.sec-2sec>div{
    width: 49%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.sec-2sec h5{
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.sec-2sec p{
    font-size: 14px !important;
}

/* --------------------business------------ */
    .bread-creumb li{
    list-style-type: none;
    display: inline;
    font-weight: 600;
    font-size: 15px;
    }
    .bread-creumb{
        margin-bottom: 0;
        padding: .5rem 1rem !important;
    }
    .bread-creumb li a{
        text-decoration: none;
    }
    .bread-creumb li+li::before{
        content: "\f105";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        padding-left: 11px;
        padding-right: 11px;
    }
/* --------------------End business------------ */

/* -------About us------ */
.about2 h5{
    font-size: 17px !important;
}
.about2 p:last-child{
   margin-bottom:0;
}
.about2{
    display: flex;
    padding-top: 1rem;
}
.about2>div{
    width: 50%;
}
.about2>div:nth-child(2){
    padding: 0 2rem;
}
.about2 ul li{
    list-style-type:decimal;
    padding-bottom: 1rem;
} 
.sec2cg{
    background: #EAE8E8;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.sec2cg>div{
    background: #CAE2CE;
    border-radius: 30px;
    padding: 2.5rem;
}
.sec2cg>div h5{
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
}

/* -------End About us------ */

/* ----------FAQ---------- */
.accordion-button:focus{
    box-shadow: none !important;
}
.accordion-body p{
    margin-bottom: 1rem !important;
}
.accordion-body p:last-child{
    margin-bottom: 0 !important;
}
.faq-d{
    padding:1rem 3rem !important;
}
.accordion-header{
    margin: 0;
}
.accordion-header button
{
    font-size: 18px !important; 
    padding: 1.5rem;
}
.msgb{
    width: 45px;
    margin-right: 15px;
} 
.accordion-button:not(.collapsed){
    background-color: #f3f6f9 !important;
    box-shadow: none !important;
}
.accordion-body{
    padding: 2rem;
}
.accordion-button::after{
    transform: rotate(-90deg);
}
.accordion-button:not(.collapsed)::after{
    transform: rotate(0);
}
.faq{
    background: #f8f8f8;
    padding-top: 2rem !important;
}
.orae{
    background: #F8F8F8;
}
.orae h4{
    line-height: 25px !important;
}
/* ----------End FAQ---------- */
.rcm{
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16) inset, 3px 3px 3px rgba(0, 0, 0, 0.16);
    border-radius: var(--br-6xl) var(--br-6xl) 0 0;
    background-color: var(--color-white);
    padding: 3rem;
    margin: 2rem 0 1rem 0;
}
/* ----------------terms and policy--------------- */
h5{
    /* font-size: 24px !important; */
}
.trms{
    background: #f8f8f8;
    padding: 2rem 3rem !important;
}
.trms h1{
    margin-bottom: 2rem;
}
.trms h5{
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    font-weight: bold
}
.addres p{
    margin-bottom: .2rem !important;
}
/* ----------------End terms and policy--------------- */
/* --------Contact-------- */
.formd{
    display: flex;
    gap: 2%;
}
.formd label{
    font-size: 18px;
}
.formd input{
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}

.formd input:focus{
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.formd input:focus label{
    background: transparent;
}
.formd>div:nth-child(1){
    /* width: 70px; */
    display: flex;
    align-items: center;
}
.formd>div:nth-child(1) img{
    width: 40px;
}
.formd>div:nth-child(2){
   width: 48%;
}
.formd>div:nth-child(3){
   width: 48%;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after{
    background: transparent;
}
.contct{
    background: #f8f8f8;
    padding: 3rem .5rem !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    transform: scale(.85) translateY(-1.2rem) translateX(.15rem);
}
.contct h5{
    margin-bottom: .8rem;
}
.flg{
    display: flex;
    align-items: center;
    gap: 10px;
}
.flg>div:nth-child(1){
    width: 50px;
}
.flg>div:nth-child(2){
    width: 100%;
}
input#phone {
    padding-left: 67px;
}
input#mobile_code {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(204, 204, 204) !important;
    padding-left: 105px !important;
    display: flex;
    /* width: auto; */
}
.flg>div:nth-child(3){
    width: 100%;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent !important;
}
.phn{
    width: 40px;
}

.btn-sub{
    font-size: 18px;
    font-weight: 600;
    height: auto;
}
.form-sub{
    position: absolute;
    width: 100%;
    background: #000;
    color: #fff;
    top: 0;
    left: 0;
    border-radius: 0;
    border: none;
}
.relative{
    position: relative;
}
.btn-close{
    background-image: none !important;
    color: #fff !important;
    opacity: 1;
    font-size: 24px;
    padding: 0 !important;
}
.alert-dismissible .btn-close{
    top: 13px;
    right: 13px;
}
.contact3{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: .5%;
    justify-content: center;
}
.contact3>div{
    width: 33%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    text-align: center;
}
.contact3>div:nth-child(1) a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
}
/* .contact3>div img{
    width: 50px;
} */
.contact3>div:nth-child(1) img{
    width: 50px;
}
.contact3>div:nth-child(2) img{
    /* width: 70%;
    object-fit: contain;
    margin: auto; */
}
.contact3>div:nth-child(1) img{
    width: 30px;
}
.contact3>div:nth-child(3) a{
    gap: 8px !important;
}
.contact3>div a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.book{
    margin-top: 3rem;
}
.book button{
    border: 3px solid #21A1EF;
    border-radius: 15px;
    opacity: 1;
    background: #C4F1FF;
    color: #21A1EF !important;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin: auto;
    padding: 10px 30px;
    font-size: 20px;
}
.book button img{
    width: 40px;
}
.sb1 p, .sb2 p, .sb3 p{
    font-weight: 600;
    font-size: 14px !important;
}
.sb1 p:last-child, .sb2 p:last-child, .sb3 p:last-child{
    margin-bottom:0 !important;
}
/* --------End Contact-------- */
/* ---------Acandemy------- */
.acad{
    background: #f8f8f8;
    margin-bottom: 2rem;
}
/* ---------End Acandemy------- */

.spinnerp {
    width: 90px;
    height: 90px;
    border: 12px solid #21a1ef;
    border-top-color: #f69222;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 100px auto;
  }
   .spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  .dropdown-toggle::after{
    margin-left: 0;
  }
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .msg1{
    display: block;
  }
  .msg2{
    display: none;
  }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent;
  }
  .flg>div:nth-child(2) {
     width: 100% !important; 
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.iti--separate-dial-code .iti__selected-flag{
    background: transparent !important;
}
.iti__selected-flag {
    height: 34px !important;
}
.two9{
    display: flex;
    padding:1rem;
    gap: 12px;
    border: 1px solid #000;
    border-radius: 7px 7px 0 0;
    /* align-items: center; */
}

.two9 p{
    font-size: 17px !important;
    font-weight: 600;
}
.two9>span:nth-child(1){
    align-self: flex-start;
}
.two9>span:nth-child(3)
{
    margin-left: auto;
    background: #C4F1FF;
    align-self: center;
    /* padding: 10px 20px; */
    border: 2px solid #169CEE;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    width: 76px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.two9p>span:nth-child(2){
    background: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
    font-weight: 600;
    border-radius: 0 0 5px 5px;
}
.two9p
{
    /* border: 2px solid #999; */
    border-radius: 5px;
}
.proceedm{
    margin-left: 0 !important;
    max-width: 100% !important;
    box-shadow: none !important;
}
.proceedm>div:nth-child(2){
    border-bottom-right-radius: 0 !important;
}
.hhp{
    height: auto !important;
    min-height: auto !important;
}
.price1>div{
    background: transparent !important;
}
.price1{
    background: transparent !important;
}
.mh {
    font-size: 22px !important;
}
.heighl{
    background: #C4F1FF;
    text-align: center;
    padding: 10px;
    border: 2px solid #169CEE;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin: 1rem 0;
    color: #035484;
}
.usrp>div:nth-child(1) {
		width: 10%;
	}
	.usrp1>div:nth-child(1) {
		width: 7%;
	}
.usrp>div:nth-child(2) {
		width: 88%;
	}
	.usrp1>div:nth-child(2) {
		width: 91%;
	}
.usrp{
    display: flex;
    gap: 2%;
}
.usrp1{
    display: flex;
    gap: 2%;
}
.usrp p{
    font-weight: 500 !important;
}
.usrp1 p{
    font-weight: 500 !important;
}
.usrp img{
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    min-height: auto !important;
}
.usrp1 img{
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    min-height: auto !important;
}
.orange{
    background: #F69222;
    color: #fff;
    padding: 1rem;
    border-radius: 10px;
}
.orange ul{
    background: #FFF3E4;
    list-style-type: none;
    padding: 1rem !important;
    border-radius: 10px;
}
.orange ul li {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: .2rem;
}
.radiop{
    font-size: 20px !important;
    font-weight: 700;
}
.fw-5{
    font-weight: 600 !important;
}
.proceed{
    display: flex;
    gap: 15px;
    box-shadow: 0 2px 11px #ccc;
    background: #fff;
    border-radius: 10px;
    max-width: 550px;
    margin-left: auto; 
}
.proceed>div:nth-child(1){
    padding:1rem;
    font-weight: 700;
    width: 70%;
}
.proceed>div:nth-child(1) h2,
.proceed>div:nth-child(1) p
{
    margin: 0;
}
/* 
.proceed>div:nth-child(2){
    padding:1.5rem;
    font-weight: 700;
    font-size: 20px;
    align-self: center;
    width: 0;
} */
.proceed>div:nth-child(2) {
    background: #F69222;
    margin-left: auto;
    align-items: center;
    display: flex;
    color: #fff;
    gap: 20px;
    border-radius: 0 10px 10px 0;
    font-weight: 700;
    font-size: 20px;
    width: 30%;
}
.proceed>div:nth-child(2) a{
    display: flex;
    height: -webkit-fill-available;
    align-items: center;
    gap: 20px;
    padding: 1rem;
    font-size: medium;
}
.proceed>div:nth-child(2) span{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    border-radius: 50%;
    flex: none;
}
.relative{
    position: relative;
}
.prop{
    position: sticky;
    position: -webkit-sticky !important;
    bottom: 0;
    /*background: transparent; */
    z-index: 222;
    min-height: 100px;
    height: 100px;
}
.mdialog
{
    max-width: 650px; 
}
.botmb{
    background: #C8F0FF;
    border: 2px solid #67AEF1;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem auto 1rem auto;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.sky9{
    background: #76DCEB;
    border-radius: 5px 5px 0 0;
}
.sec2-2>div p:last-child{
    margin-bottom:0 !important;
}
.sec2-1>div p:last-child{
    margin-bottom:0 !important;
}
.h3sec{
    border: 3px solid #F69222;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    background: #fff3e4;
    width: fit-content;
    margin: auto;
}
.h3secb p{
    /*font-size: 17px;*/
}
.h3secb{
    margin-top: 1.5rem;
    /*margin-bottom: 1rem;*/
}
.pinkk{
    background: #FFD5E3;
    padding: 30px;
    border: 3px solid #ED2C6D;
    border-radius: 10px;
}
.pinkk h3{
    font-weight: 700;
}
.pinkk h4{
    font-weight: 700;
}

.greenn{
    background: #EFFFF2;
    padding: 30px;
    border: 3px solid #279941;
    border-radius: 10px;
}
.greenBackground{
    background-color: #06530e;  
    color: #ffffff;
}
.sml-sec>div:nth-child(1) {
    max-width: 50px;
}
.fw-6{
    font-weight: 600 !important;
}
.grn{
    background: #CAE2CE;
    border-radius: 20px;
    padding: 2rem;
}
.grn h4:nth-child(1){
    margin-bottom: 1.5rem;
}
.p-p{
    display: block;
    background: #F69222;
    color: #fff;
    font-size: 18px;
    padding: .8rem 2rem;
    width: max-content;
    border-radius: 35px;
    font-weight: 600;
    border: 5px solid #FFF3E4;
    margin: 1.5rem auto;
}
.sec-diff{
    display: flex;
}
.sec-diff>div:nth-child(1){
    width: 40%;
}
.sec-diff>div:nth-child(2){
    width: 60%;
}
.srch-input{
    position: relative;
    box-shadow: 0 2px 5px #ddd;
    border-radius: 35px;
    margin-bottom: 1.5rem;
}
.srch-in{
    width: 100%;
    height: 50px;
    border-radius: 35px;
    box-shadow: inset 0px 9px 4px -7px #ddd !important;
    border: 1px solid #ddd !important;
    padding-left: 60px;
    padding-right: 10px;
    outline: none !important;
}
.srch-in::placeholder{
    font-size: 22px;
    font-weight: 600;
    color: #ccc;
    line-height: 35px !important;
}
.gi{
    width: 25px !important;
    /* height: 40px !important; */
    min-height: 40px !important;
    object-fit: contain !important;
    position: absolute;
    left: 16px;
    top: 6px;
}
.gs{
    width: 30px !important;
    height: 40px !important;
    min-height: 40px !important;
    object-fit: contain !important;
    position: absolute;
    right: 17px;
    top: 5px;
}
.img-info{
    width: 40px !important;
    min-height: auto !important;
    margin-bottom:0 !important;
}
.rating{
    background: #fff;
    padding:.5rem;
    margin-top: 1.2rem;
    border-radius: 9px;
    border: 1px solid #e9e9e9;
    margin-bottom: 0 !important;
}
.rating img{
    min-height: auto !important;
}
:root {
    --star-size: 22px;
    --star-color: #d3d3d3;
    --star-background: #F0BD41;
}
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}
.Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.i-ex>div:nth-child(2){
    width: 100%;
}
.eligibility img{
    width: 35px !important;
}
.eligibility{
    gap: 1rem  !important;
}

.eligibility h4 {
    margin-bottom:0 !important;
    font-size: 16px ;
    }
    .srchh {
    background: #C4F1FF;
    padding: 1rem;
    border: 2px solid #169CEE;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    margin: 1.5rem 0;
    margin-top:0;
}
@media(max-width:800px){
    .eligibility img {
        width: 30px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .rating{
        /*margin-bottom: 1rem !important;*/
        margin: .3rem 0 0 0 !important;
    }
    .srch-in::placeholder{
        font-size: 16px;
    }
    .srch-in{
        padding-left: 50px;
    }
    .gi{
        width: 25px !important;
        left: 16px;
        top: 6px;
    }
    .gs{
        width: 30px !important;
        right: 10px;
        top: 5px;
    }
    .eligibility h4{
        font-size: 16px;
    }
}
@media(max-width:1275px){
    .eligibility{
        gap: .5rem  !important;
    }
}



/*--------new changes 28 nov 2024-------*/
.erase1 {
    background: #fff;
    padding: 2rem;
    border-radius: 20px 20px 0 0;
    box-shadow: inset 0 2px 5px 0px #ccc;
}