@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal; 
}
.container {
    max-width: 1160px;
}
.dropdown-menu {
    width: 128px;
    min-width: 128px;
    color: #3A3A3B;
    border-radius: 10px;
    padding: 4px;
}
.btn-secondary {
    background-color: #FFF;
    border-radius: 10px;
    color: #3A3A3B;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
    padding: 10px;
}
.btn-secondary:hover {
    background-color: #FFF;  
    color: #3A3A3B;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
}

.btn-secondary:focus {
    background-color: #FFF;  
    color: #3A3A3B;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
}
.btn-secondary:focus-visible {
    outline: none;
}
.btn:focus {
    box-shadow: none;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
}

.btn-secondary:active {
    background-color: #FFF;  
    color: #3A3A3B;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: none;
}
.bg-light {
    background-color: #FFF !important;
    padding: 20px 60px 20px 60px;
    box-shadow: 0 3px 40px #0000000f;
}

.flag {
    margin-left: 20px; display: inline-block;
}

/* .slick-slider-top {
    overflow: hidden;
} */

.slick-slider-top .slide {
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slider-top .slide h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #FFF;
}

.slick-slider-top .slide p {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    line-height: 25px;
    width: 550px;
}

.slick-slider-top .slide a {
  width: 170px;
  height: 50px;
  padding: 13px 25px 13px 26px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 3.25;
  letter-spacing: normal;
  color: #d1262f;
  text-decoration: none;
}

.slick-slider-top .slide.banner1 {
    background: url('../images/banner1.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner1inside {
    background: url('../images/banner1inside.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner2 {
    background: url('../images/banner2.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner2inside {
    background: url('../images/banner2inside.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner3 {
    background: url('../images/banner3.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner3inside {
    background: url('../images/banner3inside.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner4 {
    background: url('../images/banner4.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner4inside {
    background: url('../images/banner4inside.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner5 {
    background: url('../images/banner5.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner6 {
    background: url('../images/banner6.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner6inside {
    background: url('../images/banner6inside.jpg') no-repeat center center/cover;
}
.slick-slider-top .slide.banner7inside {
    background: url('../images/evisa-banner.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner8inside {
    background: url('../images/contact-bg.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner9inside {
    background: url('../images/banner-apply-tmc.jpg') no-repeat center center/cover;
}

.slick-slider-top .slide.banner10inside {
    background: url('../images/eb5-bg.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

.slick-slider-top .slide.banner12inside {
    background: url('../images/uae-golden-visa.jpg') no-repeat;
    background-position: center top;
    background-size: cover;
}

.slick-slider-top .slide.banner11inside {
    background: url('../images/green-card-bg.jpg?v=5') no-repeat;
    background-position: center top;
    background-size: cover;
}

.slick-slider-top .slide.bannerdigital {
    background: url('../images/banner-digital-visa.jpg') no-repeat center center/cover;
}


.slick-slider-top .slick-dots li button:before {
    content:url('../images/dot-normal.png');
    width: 8px;
    height: auto;
    opacity: 1;
}

.slick-slider-top .slick-dots li {
    margin: 0px;
}

.slick-slider-top .slick-dots li.slick-active button:before {
    content:url('../images/dot-active.png'); 
    width: 19px;
    height: auto;
   
}

.slick-slider-top .slick-dots li.slick-active  {
    margin-right: 10px;
}

.slick-slider-top .slick-dots {
    bottom: 40px;
    position: relative;
}

.slick-slider-top .slick-slide {
    transition: all ease-in-out .3s;
  }
.inside .slick-slider-top .slick-dots{
    display: none;
}
.bannerhead {
    font-size: 35px;
    color: #FFF;
    font-weight: bold;
}

.topbanner {
    margin-top: 86px;
    position:relative;
}

.font16 {
    font-size: 16px; 
    font-weight: normal; 
}

.font14 {
    font-size: 14px; 
    font-weight: normal; 
}
.font12 {
    font-size: 12px; 
    font-weight: normal; 
}
.font18 {
    font-size: 18px; 
    font-weight: normal; 
}
.font20 {
    font-size: 20px; 
    font-weight: normal; 
}
.font21 {
    font-size: 21px; 
    font-weight: normal; 
}
.font22 {
    font-size: 22px !important; 
    font-weight: normal; 
}
.font30 {
    font-size: 30px; 
    font-weight: normal; 
}
.linehgt25 {
    line-height: 25px;
}
.wtcol {
    color: #FFF;
}
.width98 {
    width: 98%;
}
.drkbl {
    color: #3A3A3B;
}
.lgtgrey{
    color: #3A3A3B;
}
.lgtgrey1 {
color: #9E9EA1;
}
.medgrey {
    color: #6F706F;
}
.drkgrey {
    color: #707070;
}
.redcol {
    color: #E01B22;
}
.redcol:hover {
    color: #E01B22;
}
.fontmed {
    font-weight: 500;
}
.fontsemi {
    font-weight: 600;
}
.secttl {
    font-size: 35px;
    color: #3A3A3B;
    font-weight: normal;
    margin-bottom: 40px;
    text-align:center;
}
.secttl span {
    color: #E01A23;
    font-weight: bold;
}

.services {
    padding: 50px 0px;
}

.services .slick-slide img {
  width: 100%;
}

.services .slick-prev:before,
.services .slick-next:before {
  color: black;
}


.services .slick-slide {
  transition: all ease-in-out .3s;
}

.services .slick-prev, .services .slick-next {
    width: 38px;
    height: auto;
    z-index: 2;
}

.services .slick-next {
    right: 0px;
}

.services .slick-prev {
  left: 0px;
}

.services .slick-dots li button:before {
    content:url('../images/dot-normal.jpg');
    width: 8px;
    height: auto;
    opacity: 1;
}

.services .slick-dots li {
    margin: 0px;
}

.services .slick-dots li.slick-active button:before {
    content:url('../images/dot-active.jpg'); 
    width: 19px;
    height: auto;
   
}

.services .slick-dots li.slick-active  {
    margin-right: 10px;
}

.services .slick-dots {
    bottom: -50px;
}

.services .hold {
    width: 111px; 
    margin: auto;
}

.getintouch {
    padding: 50px 0px 100px 0px;
    margin-top: -330px;
}

.inside .getintouch {
    padding: 50px 0px 100px 0px;
    margin-top: 0px;
}

.getintouch a {
    color: #E01B22;
}

.getintouch a:hover {
    text-decoration: none;
}

.getbg {
  border-radius: 15px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.getintouch .pad {
    padding: 10px 0px 10px 10px;
}

/* .height140 {
    height: 140px;
} */

.whychoose {
    padding: 50px 0px;
    z-index: 2;
    position: relative;
}

.whychoose .bg {
    padding: 30px; 
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16); 
    background-color: #fff; 
    border-radius: 10px;
}

.whychoose .whyhold {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.uppercase {
    text-transform: uppercase;
}
.padbtm20 {
    padding-bottom: 20px;
}
.padbtm30 {
    padding-bottom: 30px;
}
.padbtm50 {
    padding-bottom: 50px;
}
.padbtm10 {
    padding-bottom: 10px;
}
.martop50 {
    margin-top: 50px;
}
.lhgt21 {
    line-height: 21px;
}

.lhgt24 {
    line-height: 24px;
}

.popular {
    background-color: #FFE8E9;
    padding: 350px 0px 390px 0px;
    margin-top: -300px;
}


.popular .slick-slide {
    margin: 0px 10px;
  }
  
  .popular .slick-slide img {
    width: 100%;
  }
  
  .popular .slick-prev:before,
  .popular .slick-next:before {
    color: black;
  }
  
  
  .popular .slick-slide {
    transition: all ease-in-out .3s;
  }
  
  .popular .slick-prev, .slick-next {
      width: 48px;
      height: auto;
      z-index: 2;
  }
  
  .popular .slick-next {
      right: -30px;
  }
  
  .popular .slick-prev {
    left: -30px;
  }
  
  .popular .slick-dots li button:before {
      content:url('../images/dot-normal.jpg');
      width: 8px;
      height: auto;
      opacity: 1;
  }
  
  .popular .slick-dots li {
      margin: 0px;
  }
  
  .popular .slick-dots li.slick-active button:before {
      content:url('../images/dot-active.jpg'); 
      width: 19px;
      height: auto;
     
  }
  
  .popular .slick-dots li.slick-active  {
      margin-right: 10px;
  }
  
  .popular .slick-dots {
      bottom: -50px;
  }

  .popular .conhold1 {
    padding: 10px; 
    border-radius: 10px; 
    box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.04); 
    background-color: #fff;
  }

  .popular .conthold {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
  }
  .marbtm10 {
    margin-bottom: 10px;
  }

  footer {
    padding: 0px 0;
    /* background-color: #FFE8E9; */
    text-align: center;
}

  footer.dark-style {
    background-image: url(../images/Footer_Bg.svg);
    width: 100%;
    padding-top: 10rem;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .border {
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}

footer #foot-links {
    text-align: left;
}
footer .text-white {
    font-size: 14px;
    font-family: 'Montserrat', Helvetica Neue, sans-serif;
    letter-spacing: normal;
}
.text-white {
    color: #fff !important;
}
footer .fw-bold {
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica Neue, sans-serif;
    letter-spacing: normal;
}

.d-block {
    display: block !important;
}
footer ul.social-list li {
    display: inline-block;
    margin: 0 8px;
}

footer ul.social-list li a {
    color: #FFF;
    font-size: 16px;
}

footer a {
    text-decoration: none;
}

#foot-links ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


#foot-links li {
    
    text-align:center;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

#foot-links li a {
    color: #FFF;
    text-decoration: none;
}

#foot-links li a:hover {
    text-decoration: underline;
}

.whatsapp {
    position: fixed; 
    top: 50%; 
    right: 10px; 
    
    z-index: 99;
}

.whatsapp img {
    width: 95px;
}

.flag img {
    width: 76px;
}

footer .logo {
    width: 195px;
}
.padtop5 {
    padding-top: 5px;
}

.marbtm20 {
    margin-bottom: 20px; 
}
.marbtm30 {
    margin-bottom: 30px; 
}
.padleft10 {
    padding-left: 10px;
}
.minheight50 {
    min-height: 50px;
}

.bread {
    position: absolute; top: 20px; z-index:1; color: #FFF;
}
.bread a {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}
.bread a:hover {
    text-decoration: underline;
}
.inside .slide h2{
    font-size: 55px;
    font-weight: bold;
    color: #FFF;
    line-height: 65px;
}
.effort {
    padding: 50px 0px;
}
.effort .boxhold {
    padding: 10px 18px 10px 18px; 
    border-radius: 10px; 
    border: solid 0.5px #707070; 
    background-color: #fff; 
    display: flex; 
    gap: 10px; 
    justify-content: center; 
    align-items: center;
    margin-top: 20px;
}
.effort .boxhold p {
    margin-bottom: 0px;
}
.fafafa {
  padding: 20px 24px;
  border-radius: 10px;
  background-color: #fafafa;
}
.fafafa .hold {
    border-right: 0.5px solid #707070; display: flex; padding-right: 10px; padding-left: 10px; gap: 10px; justify-content: center; min-height: 72px;
}

  .howitworks {
    padding: 50px 0px; background: #FAFAFA;
  }
  .howitworks .step1:after {
    content: '';
    position: absolute;
    top: 18%; /* Vertically center the border */
    width: 100%; /* Span the entire column */
    height: 1px;
    border-top: 1px dotted #B9B9B9; /* Dotted horizontal border */
    transform: translateY(-50%); /* Ensure it is exactly vertically centered */
  }
  .threesteps {
    padding: 50px 0px; background: #FAFAFA;
  }
  .threesteps .step1:after {
    content: '';
    position: absolute;
    top: 12%; /* Vertically center the border */
    width: 100%; /* Span the entire column */
    height: 1px;
    border-top: 1px dotted #B9B9B9; /* Dotted horizontal border */
    transform: translateY(-12%); /* Ensure it is exactly vertically centered */
  }
  .zindex2 {
    z-index: 2;
    position: relative;
  }
  .porel {
    position: relative;
  }

  .passser {
    padding: 50px 0px;
  }
  .passser .hold {
    padding: 25px 20px 25px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vcs1 {
    padding: 50px 0px 0px 0px;
  }
  .saba {
    padding: 0px 0px 50px;
  }
  .saba ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
  }
  .saba ul li{
    padding-bottom: 20px;
  }
  .saba ul li::marker {
    color: #D1262F;
    font-size: 30px;
    font-weight: bold;
  }
  .saba .brdrgt {
    border-right: 0.2px solid #707070;
  }
  .vas {
    padding: 50px 0px;
  }
  .vas .hold {
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .showdesktop {
    display: block;
  }
.showmobile {
    display: none;
}
.noborder {
    border: none !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.floatlft {
    float: left;
}
.floatrgt {
    float: right; 
}
.padrgt10 {
    padding-right: 10px;
}
.whatsapphold {
    display: flex;
    align-items: center;
}
.gap20 {
    gap: 20px;
}
.dropdown a:hover {
    color: #3A3A3B;
}
.navservice .dropdown-menu {
    width: 284px;
    top: 67px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
}
.navservice .dropdown-menu li {
    padding-left: 10px;
}
.navservice .dropdown-item {
    font-size: 16px;
    color: #3A3A3B;
    padding-left: 10px;
}
.navservice .dropdown-item.active, .navservice .dropdown-item:active {
    background-color: transparent;
    color: #D1262F;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active {
    background-color: transparent;
    color: #D1262F;
    font-weight: 500;
}
.navservice .dropdown-menu li:hover {
    background-color: #e9ecef;
}
.navservice .dropdown-item:hover {
    font-weight: 500;
}
.services .slider a {
    text-decoration: none;
    color: #3A3A3B;
}
.services .slider a:hover {
    text-decoration: underline;
}
.showdesktop {
    display: block;
}
.hidemobile {
    display: none;
}
.navbar-nav {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #3A3A3B;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3A3A3B;
    box-shadow: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navservice .dropdown-item {
    border-bottom: 0.5px dotted #B9B9B9;
    padding: 5px 0px;
}

.locationtop {
    background-image: url(../images/location-bg.jpg); height: 232px; background-size: cover; background-repeat: no-repeat; margin-top: 96px; position:relative;
}
.locationtop h2 {
    font-size: 45px;
    font-weight: bold;
    color: #FFF;
    padding-top: 60px;
}
.location-tabs {
    margin-top: -30px;
    position: relative;
    z-index:9;
}
.location-tabs .nav-tabs {
    border: none;
}
.location-tabs .nav-link {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #707070;
  width: 190px;
  border: none;
}
.location-tabs .nav-link.active{
    font-weight: 500;
    color: #d1262f
}
.location-tabs .nav {
    justify-content: space-between;
}
.location-tabs .tab-content {
    margin-top: 50px !important;
}
.location-tabs .tab-content h4 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d1262f;
  margin-bottom: 20px;
}
.location-tabs .tab-content .greybg {
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
}
.location-tabs .tab-content .greybg .addttl {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3b;
  }
  .location-tabs .tab-content .greybg p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #6f706f;
  margin-top: 15px;
  margin-bottom: 15px;
  }
 
  .location-tabs .tab-content .greybg p span {
    font-weight: normal;
  }
  .location-tabs .tab-content .greybg p a {
    color: #6F706F;
    text-decoration: none;
  }
  .location-tabs .tab-content .greybg p a:hover {
    text-decoration: underline;
  }
  .location-tabs .tab-content .greybg .address {
    border-bottom: 0.2px solid #707070;
    margin-bottom: 15px;
  }
  .location-tabs .tab-content .greybg .address:last-child{
    border: none;
    margin: 0px;
  }
  .location-tabs .tab-content .greybg1 {
    padding: 0px 20px;
    border-radius: 10px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    justify-content: space-between;
  }
  .location-tabs .tab-content .greybg1 p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #6f706f;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    }
    .location-tabs .tab-content .greybg1 p span {
        font-weight: normal;
    }
    .location-tabs .tab-content .greybg1 a {
        color: #D1262F;
        text-decoration: underline;
    }
    .location-tabs .tab-content .greybg1 a:hover {
        text-decoration: none;
    }
    .nowrap {
        white-space: nowrap;
    }
    .location-tabs .tab-content .locfoot {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #3a3a3b;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .topemail {
        padding: 11px 12.9px 10px 10.3px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff; 
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #3a3a3b;
        margin-left: 20px;
    }
    .topemail a {
        text-decoration: none;
        color: #3a3a3b;
    }
    .topemail a:hover {
        text-decoration: underline;
    }
    .buttonapplyfor {
        padding: 13px 22px 13px 21px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff; 
        font-size: 20px; 
        font-weight: bold; 
        color: #D1262F;
        text-decoration: none;
    }
    .buttonapplyfor:hover {
        text-decoration: underline !important;
    }
    .contactus .table>thead {
        background-color: #EFEFEF;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        color: #E01A23;
    }
    .contactus .table td {
        font-size: 16px;
        font-weight: normal;
        color: #3A3A3B;
    }
    .contactus .table>:not(:last-child)>:last-child>* {
        border-bottom: none;
    }
    .contactus .table>:not(caption)>*>* {
        padding: 15px 10px;
    }
    .contactus .table a {
        color: #3A3A3B;
    }
    .contactus .table a:hover {
        color: #3A3A3B;
        text-decoration: none;
    }
    a.applyred {
        padding: 13px 28px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #d1262f;
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        margin-top: 30px;
        display: inline-block;
    }
    a.applyred:hover {
        text-decoration: underline;
    }
    .testimonials  {
        padding: 0px 0px 100px 0px;
    }
    .testimonials .slick-slide{
        margin-left:  10px;
        margin-right:  10px;
    }
    .testimonials .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .testimonials .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        top:-60px;
    }
    .testimonials .slick-prev {
        left: auto;
        right: 50px;
    }
    .testimonials .slick-next {
        right: 10px;
    }
    .testimonials .bghold {
        padding: 20px 20px 19px;
        border-radius: 10px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;
        margin: 10px 0px;
    }
    .testimonials .bghold p {
        font-size: 16px;
        font-style: italic;
        color: #6F706F;
        line-height: 20px;
        margin: 0px;
    }
    .testimonials .bghold .semibold {
        font-size: 18px;
        font-weight: 600;
        color: #3A3A3B;
    }
    .testimonials .bghold .titleloc {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .inside .slide .eb5 h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    line-height: 40px;
    max-width: 600px;
    text-align: left;
}
.eb5bg {
    background: #FFE8E9;
    padding: 20px 0px;
}
.eb5bg p{
    font-size: 18px;
    font-weight: 500;
    color: #3A3A3B;
    line-height: 22px;
}
.eb5main {
    margin: 100px 0px;
}
.eb5main h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 100px;
}
.eb5main h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.ed5hold {
    border: 0.5px solid #707070;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 80px;
}
.ed5hold p {
    font-size: 18px;
    font-weight: 500;
    color: #3A3A3B;
    margin: 40px 0px 0px 0px;
}
.ebttl{
    position: absolute;
    top: -40px;
    background: #FFF;
    padding: 10px 0px;
}
.ebttl h3 {
    font-size: 20px;
    font-weight: 600;
    color: #E01A23;
    margin: 0px;
    padding: 0px;
}
.ebcontactbgmain {
margin: 0px 0px 50px 0px;
}
.ebcontactbg {
    background-image: url(../images/eb-contact-bg.jpg); background-size: cover;
    min-height: 260px;
    background-position: center right;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.ebcontactbg h2 {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 30px;
}
.ebcontactbg h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
}
.ebcontactbg .maxbg {
    font-size: 16px;
    color: #FFF;
}
.ebcontactbg .maxbg span {
    font-weight: 600;
}
.ebcontactbg .maxbg a {
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}
.edbtm {
    margin-bottom: 50px;
    margin-top: 50px;
}
.edbtm h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E01A23;
}
.whatoffer {
    padding: 50px 0px;
}
.whatoffer h2 {
    margin-bottom: 30px;
}
.whatoffer .greybghold {
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
  
}
.whatoffer .greybghold p {
    color: #6E6F6F;
    margin-top: 10px;
    margin-bottom: 0px;
}
.whatoffer .gap20 {
    gap: 20px;
}
.whatoffer h3 span {
    color: #D1262F;
    font-weight: bold;
    font-size: 24px;
    display: block;
    padding-top: 10px;
}
.whatoffer .mbtm30{
    margin-bottom: 30px;
}
.whatoffer .greybghold ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: disc;
    color: #707070;
}
.howitworks1 {
    margin: 50px 0px;
}
.howitworks1 p {
    color: #6F706F;
}
.howitworks1 .marbtm30 {
    margin-bottom: 30px; 
}
.visasteps a {
    color: rgb(111, 112, 111);
    text-decoration: none;
}
.visasteps a:hover {
    text-decoration: underline;
}
a.ctmclick {
  padding: 15px 30px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #e01a23, #e01b55);
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
a.ctmclick:hover {
    text-decoration: underline;
}
.ebwhytrust {
    margin: 50px 0px;
}
.ebwhytrust h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
}
.ebwhytrust h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}

.ebwhytrust .headcopy {
    color: #707070;
    font-size: 16px;
}
.ebeligi  {
    padding: 50px 0px 50px;
}
.ebeligi h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 50px;
}
.ebeligi h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.ebeligi .greyhold {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 20px;
}
.ebeligi .darkgreyhold {
    background: #F2F2F2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
}
.ebeligi .greyhold .brdbtm {
    margin: 20px;
    border-bottom: 0.2px solid #707070;
}
.ebeligi .height308{
    min-height: 308px;
}
.ebreqdoc  {
    padding: 50px 0px 50px;
}
.ebreqdoc h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 50px;
}
.ebreqdoc h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.ebreqdoc .imgcont {
    z-index:9;
}
.ebreqdoc .bghold {
  padding: 40px;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ffedee, #fff);
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
}
.ebreqdoc .bghold .copy {
    padding-left: 10px;
}
.ebreqdoc .bghold .imgabs {
    position: absolute;
    left: -40px;
}
.ebcontact {
    margin: 50px 0px; 
}
.ebcontact .bghold {
    background-image: url(../images/eb-contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
    border-radius: 10px;
    background-position: center right;
}
.ebcontact .bghold .cont {
    width: 542px;
    margin-bottom: 20px;
}
.ebcontact .bghold h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 30px;
}
.ebcontact .bghold h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.whygreen {
    margin: 50px 0px; 
}
.whygreen h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
}
.whygreen h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.whygreen .greybg {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px;
}
.whygreen .greybg .gap10 {
    gap: 10px;
}
.watoffer {
    margin: 50px 0px; 
}
.watoffer h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
}
.watoffer h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.watoffer .greybg {
    background: #FAFAFA;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0px;
}
.watoffer .greybg .wtbg{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;

}
.watoffer .greybg .brd {
    border: 0.2px solid #000000;
    margin: 30px 0px;
}
.watoffer .greybg a {
    color: #3A3A3B;
    text-decoration: none;
}
.watoffer .greybg a:hover {
    text-decoration: none;
}
.keyres {
    margin: 50px 0px; 
}
.keyres h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 30px;
}
.keyres h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.keyres .keyhold {
    margin-bottom: 20px;
}
.keyres .keyhold ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.keyres .keyhold ul li::marker {
  color: #E01A23;
}
.keyres .keyhold ul li {
    margin-left: 20px;
    padding-bottom: 5px;
}
.keyres .keyhold ul li a {
    color: #E01A23;
    text-decoration: underline;
}
.keyres .keyhold ul li a:hover {
    text-decoration: none;
}
.keyres .keyhold .heading{
    margin-top: 20px;
}

.commist {
    margin: 50px 0px; 
}
.commist h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
    margin-bottom: 30px;
}
.commist h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.commist .mtitle {
    margin-top: 10px;
}
.startwith {
    margin: 50px 0px; 
}
.startwith h2 {
    font-size: 35px;
    font-weight: 500;
    color: #3A3A3B;
}
.startwith h2 span {
    font-size: 35px;
    font-weight: bold;
    color: #E01A23;
}
.startwith .greybg{
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 20px;
}
.startwith .greybg .concall {
    width: 642px;
    margin: auto;
    margin-top: 20px;
}
.startwith .greybg .concall a {
    color: #3A3A3B;
    text-decoration: none;
}
.startwith .greybg .concall a:hover {
    text-decoration: none;
}
.goleli {
    margin-top: 50px;
    margin-bottom: 20px;
}
.onestopsolution {
    margin: 50px 0px;
}
.onestopsolution .redbg {
    background: #ff4a52; border-radius: 20px; padding: 50px 30px;
}
.onestopsolution .redbg ul {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.onestopsolution .redbg ul li {
    font-size: 18px;
    color: #FFF;
    margin-left: 20px;
    font-weight: 500;
}
.faqs {
    padding: 50px 0px;
    position: relative;
  }

  #faq .card {
    border: 0;
    border-bottom: 0.5px solid #000000;
  }
  
  #faq .card .card-header {
    border: 0;
    padding: 0;
    background: transparent;
    border-bottom: 0.5px solid #000000;
  }
  
  #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #707070;
    padding: 20px;
  }
  
  #faq .card .card-header .btn-header-link:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    color: #3A3A3B;
  }
  
  #faq .card .card-header .btn-header-link.collapsed {
    color: #707070;
  }
  
  #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f077";
  }
  
  #faq .card .collapsing {
    line-height: 30px;
  }
  
  #faq .card .collapse {
    border: 0;
  }
  
  #faq .card .collapse.show {
    line-height: 30px;
    color: #000;
  }

  #faq .btn {
    font-size: 18px;
    color: #707070;
    border-radius: 0px;
  }
  #faq .btn.focus, .btn:focus {
    box-shadow: none;
  }

 .accordion>.card:last-of-type {
    border-radius: 0px;
  }

@media only screen and (max-width: 1024px) { 
    .slick-slider-top .slide.banner10inside {
        background-position: top right;
    }
}
@media only screen and (max-width: 600px) {
    .slick-slider-top .slide.banner12inside {
        background: none;
        background-size: cover;
        background-position: right 35% top 0;
    }
    /* .slick-slider-top .slide p.ideal {
        width:200px;
    } */
    .slick-slider-top .slide p.ideal br {
        display: none;
    }
    .slick-slider-top .slide.banner10inside {
        background-position: center center;
    }
    .testimonials {
        padding: 0px;
    }
    .howitworks1 .visasteps {
        text-align:center;
        margin: 0px auto 20px auto;

    }
    .testimonials .eqlheight {
        height: auto !important;
    }
    .testimonials .slick-prev, .slick-next {
        top: -20px;
    }
    .location-tabs .tab-content .greybg {
        margin-bottom: 20px;
    }
    .topemail {
        margin-top: 20px;
        margin-left: 0px;
    }
    .showdesktop {
        display: none;
    }
    .hidemobile {
        display: block;
    }
    .navbar-nav {
        margin-top: 40px;
    }
    .navbar-light .navbar-nav .nav-link {
        border-bottom: 0.5px dotted #B9B9B9;
        padding: 10px 0px;  
    }
    .slick-slider-top .slide.banner1 {
        background: url('../images/banner1mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner1inside {
        background: url('../images/banner1insidemobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner2 {
        background: url('../images/banner2mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner2inside {
        background: url('../images/banner2insidemobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner3 {
        background: url('../images/banner3mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner3inside {
        background: url('../images/banner3insidemobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner4 {
        background: url('../images/banner4mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner4inside {
        background: url('../images/banner4insidemobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner5 {
        background: url('../images/banner5mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner6 {
        background: url('../images/banner6mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner6inside {
        background: url('../images/banner6insidemobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner7inside {
        background: url('../images/evisa-banner.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner5 p {
        max-width: 70%;
    }
    .bread {
        font-size: 14px;
    }
    .font18 {
        font-size: 15px;
    }
    .passser .hold {
        justify-content: normal;
        gap: 20px;
        margin-bottom: 20px;
    }
    .passser {
        padding-bottom: 0px;
    }
    .effort .boxhold {
        justify-content: left;
    }
    .slick-slider-top .slide.banner5 p br {
        display: none;
    }
    .slick-slider-top .slide {
        height: 276px;
    }
    .slick-slider-top .slide.goldslide {
        height: auto;
        margin-bottom: 20px;
    }
    .slick-slider-top .slide p {
        width: auto;
    }
    .headcopy {
        text-align: left !important;
        margin-bottom: 20px;
    }
    .eb5main {
        margin: 50px 0px;
    }
    .eb5main h2 {
        margin-bottom: 20px;
    }
    .showmobile {
        display: block;
    }
    .faqs {
        margin: 0px;
    }
    .showdesktop {
        display: none;
    }
    .slick-slider-top .slide h2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 40px;
    }
    .slick-slider-top .slide p {
        font-size: 14px;
        line-height: 20px;
    }
    .slick-slider-top .slide a {
        font-size: 13px;
        padding: 10px 15px 10px 15px;
    }
    .services, .whychoose {
        padding-top: 0px;
    }
    .font21 {
        font-size: 18px;
    }
    .brdrgt .font20 {
        font-size: 18px;
    }
    #foot-links ul {
        gap: 0px;
    }
    .whatsapp img {
        width: 60px;
    }
    .services .slick-prev {
        position:absolute;
        left: auto;
        right: 50px;
        width: 25px;
        top: -50px;
    }
    .services .slick-next {
        top: -50px;
        width: 25px;
        right: 20px;
    }
    .secttl {
        text-align:left;
    }
    .fafafa .hold {
        justify-content: normal;
        border-right: none;
        border-bottom: 0.5px solid #707070;
        align-items: center;
    }
 
    .whatsapp img {
      width: 60px;
    }
    .saba .brdrgt {
        border: none;
    }
    .threesteps .step1:after {
        border: none;
        width: auto;
    }
    .visaconc .font16, .covrage .font16{
        font-size: 14px;
    }
    .font22 {
        font-size: 20px;
    }
    .services .slick-slide {
        margin: 0px 10px;
    }
    .services .slick-dots {
        bottom: -30px;
    }
    .secttl {
        font-size: 20px;
    }
    .bannerhead {
        font-size: 24px;
    }
    .bg-light {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown a {
        font-size: 14px;
    }
    .getbg {
        margin-bottom: 30px;
    }
    .height140 {
        height: auto;
    }
    .whychoose .font12 {
        font-size: 14px;
    }
    .popular .slick-list{padding:0 30% 0 0 !important;}
    #foot-links ul {
        flex-direction: column;
        align-items: flex-start;
    }
    #foot-links li {
        font-size: 16px;
    }
    .whychoose .martop50 {
        margin-top: 0px;
    }
    .whychoose .whyhold {
        margin-bottom: 30px;
    }
    footer .logo {
        width: 140px;
    }
    footer.dark-style {
        padding-top: 5rem !important;
        background-position: 12%;
    }
    .howitworks .step1:after {
        border: none;
        width: auto;
    }
    .uscan h2 {
        text-align: left !important;
        max-width: 220px;
    }
    .uscan p {
        text-align: left !important;
        max-width: 192px;
    }
    .visacon h2, .travelmed h2 {
        text-align: left !important;
        max-width: 220px;
    }
    .visacon p, .travelmed p {
        text-align: left !important;
        max-width: 192px;
    }
    .cansmar h2 {
        text-align: left !important;
        max-width: 260px;
    }
    .cansmar p {
        text-align: left !important;
        max-width: 192px;
    }
    .navbar-brand img{
        width: 120px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navservice .dropdown-menu {
        top: 49px;
    }
    .btn-secondary {
        padding: 5px;
    }
    .topbanner {
        margin-top: 77px;
    }
    .locationtop h2 {
        font-size: 30px;
    }
    .location-tabs .btn-secondary {
        padding: 15px 10px 15px 20px;
        border-radius: 10px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #3a3a3b;
       
    }
    .location-tabs .dropdown-toggle::after {
        position: absolute;
        right: 20px;
        top:25px;
    }
    .location-tabs .locimg {
        margin-bottom: 50px;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .locationtop {
        margin-top: 84px;
    }
    .navbar-nav li {
        display: block;
    }
    .contactus .table>thead {
        font-size: 16px;
    }
    .contactus .table td {
        font-size: 14px;
    }
    .testimonials .bghold .eqlheight {
        height: auto !important;
    }
    .testimonials .bghold  {
        margin-bottom: 20px;
    }
    .testimonials .bghold .titleloc {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .inside .slide .eb5 h2 {
        font-size: 22px;
        line-height: normal;
    }
    .eb5bg p {
        font-size: 16px;
    }
    .eb5main h2 {
        font-size: 20px;
        text-align: left !important;
    }
    .eb5main h2 span {
        font-size: 20px;
    }
    .ed5hold p {
        font-size: 16px;
    }
    .ebcontactbg {
        min-height: auto;
        height: auto;
        padding: 20px;
    }
    .edbtm h3 br {
        display: none;
    }
    .edbtm h3 {
        font-size: 22px;
    }
    .ebwhytrust h2 {
        font-size: 24px;
    }
    .ebwhytrust h2 span {
        font-size: 24px;
    }
    .lhgt24 {
        font-size: 18px;
    }
    .ebeligi h2 {
        font-size: 24px;
    }
    .ebeligi h2 span {
        font-size: 24px;
    }
    .ebeligi .darkgreyhold .border-end{
        border: none !important;
    }
    .ebeligi .darkgreyhold {
        margin-bottom: 20px;
    }
    .ebeligi .height308 {
        height: auto;
        min-height: auto;
    }
    .ebreqdoc h2 span {
        font-size: 24px;
    }
    .ebreqdoc h2 {
        font-size: 24px;
    }
    .ebcontact .bghold .cont .d-flex {
        display: block !important;
    }
    .ebcontact .bghold .cont .ebcontact {
        display: flex !important;
    }
    .ebcontact .bghold h2 span {
        font-size: 24px;
    }
    .ebcontact .bghold .cont {
        width: 100%;
    }
    .ebttl h3 {
        font-size: 18px;
    }
    .whygreen h2 {
        font-size: 24px;
    }
    .whygreen h2 span {
        font-size: 24px;
    }
    .watoffer h2 {
        font-size: 24px;
    }
    .watoffer h2 span {
        font-size: 24px;
    }
    .watoffer .greybg .wtbg {
        margin-bottom: 20px;
    }
    .keyres h2 {
        font-size: 20px;
    }
    .keyres h2 span {
        font-size: 24px;
    }
    .commist .font20 {
        font-size: 16px;
    }
    .commist .mtitle {
        margin-bottom: 20px;
    }
    .startwith h2 {
        font-size: 24px;
    }
    .startwith h2 span {
        font-size: 24px;
    }
    .startwith .greybg .font20 {
        font-size: 16px;
    }
    .greencontact {
        margin-bottom: 20px;
    }
    .greencontact img {
        width: 40px;
    }
     .greencontact1 img {
        width: 40px;
    }
    .startwith .greybg .concall {
        width: 100%;
    }
    .commist h2 {
        font-size: 24px;
    }
    .commist h2 span {
        font-size: 24px;
    }
    .dark-style .text-end {
        text-align: left !important;
        margin-top: 20px !important;
    }
    .ebcontact .bghold {
        background-position: center;
    }
}
  @media only screen and (min-width: 768px) and (max-width: 1040px)   {
    .contactus .table>thead {
        font-size: 18px;
    }
    .contactus .table td {
        font-size: 16px;
    }
    .location-tabs .tab-content .greybg1 {
        padding: 0px 15px;
    }
    .slick-slider-top .slide.banner1 {
        background: url('../images/banner1mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner2 {
        background: url('../images/banner2mobile.jpg') no-repeat center center/cover;
    }
    
    .slick-slider-top .slide.banner3 {
        background: url('../images/banner3mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner4 {
        background: url('../images/banner4mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner5 {
        background: url('../images/banner5mobile.jpg') no-repeat center center/cover;
    }
    .slick-slider-top .slide.banner6 {
        background: url('../images/banner6mobile.jpg') no-repeat center center/cover;
    }
    .whatsapp img {
        width: 60px;
    }
    .services .slick-slide {
        margin: 0px;
    }
    .getbg .font16 {
        font-size: 14px;
    }

    .getbg .font14 {
        font-size: 12px;
    }

    .services .slick-prev, .services .slick-next {
        width: 25px;
    }
    .services .slick-prev {
        left: 20px;
    }
    .services .slick-next {
        right: 20px;
    }
    .font18 {
        font-size: 15px;
    }
    .font20 {
        font-size: 16px;
    }
    .font16 {
        font-size: 14px;
    }
    .passser .hold {
        padding: 15px;
    }
    .inside .slide h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .slick-slider-top .slide p {
        font-size: 20px;
    }
    .slick-slider-top .slide h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .slick-slider-top .slide p {
        font-size: 18px;
        line-height: 22px; 
    }

    .slick-slider-top .slide p {
        font-size: 16px;
    }
    .slick-slider-top .slide a {
        font-size: 16px;
    }
    .secttl {
        font-size: 30px;
    }
    .bg-light {
        padding: 20px;
    }

    .ed5hold p {
        font-size: 15px;
    }
     
  }

  @media only screen and (min-width: 700px) and (max-width: 1000px)  {
    .contactus .table>thead {
        font-size: 18px;
    }
    .contactus .table td {
        font-size: 16px;
    }
    .bg-light {
        padding: 20px;
    }
    .whatsapphold {
        display: flex;

    }
    .height140 {
        height: auto;
    }
    .floatlft {
        float: none;
    }
    .floatrgt {
        float: none;
    }
    .getbg {
        flex-direction: column;
    }
    .services .slick-prev, .services .slick-next {
        width: 25px;
    }
    .services .slick-prev {
        left: 20px;
    }
    .services .slick-next {
        right: 20px;
    }
    #foot-links ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0px;
    }
    #foot-links li {
        font-size: 16px;
    }
    footer .logo {
        width: 140px;
    }
    footer.dark-style {
        padding-top: 5rem !important;
        background-position: 12%;
    }

    .effort .col-md-3 {
        width: 100%;
    }
    .effort .boxhold {
        justify-content: normal;
    }
    .passser .col-md-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .passser .hold {
        justify-content: normal;
        gap: 20px;
    }

    .fafafa .hold {
        justify-content: normal;
        border-right: none;
        border-bottom: 0.5px solid #707070;
        align-items: center;
    }

    .fafafa .col {
        width: 100%;
    }

    .vas .hold {
        min-height: 268px;
    }
   
  }

  .lead-form-wrapper {
  background-color: rgb(255 255 255 / 90%);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lead-form-wrapper .form-select, .lead-form-wrapper .form-control{
    padding: 11px;
}
@media (max-width: 768px) {
  .eb5 {
    flex-direction: column;
    align-items: center;
  }
  .lead-form-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
