
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Varela+Round&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
body{   font-family: "Figtree", sans-serif;}
header {
    background-color: #ffff;
    padding: 10px 0;
}
header .navbar .logo img{
    width: 160px;
}
.navbar-brand{
    margin-right: 0;
}
header .navbar-expand-lg .navbar-nav{
    justify-content: center;
    gap: 32px;
}
header .navbar-expand-lg .navbar-nav .nav-link {

    color: rgba(84, 84, 84, 1.00) !important;
    font-size: 17px;
    font-weight: 500;
    padding: 0;
}
header .navbar .container-fluid{
padding: 0 35px;
}
.top-contact{
    display: flex;
    gap: 14px;
}
.top-contact a{
    color: #fff;
    border-radius: 8px;
    white-space: nowrap;
    padding: 6px 22px 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 28px;
    font-weight: 700;
}
.top-contact a .bi-whatsapp{
    color: #fff;
}
.whatsap-btn{
    background: #07913a;
    color: rgba(84, 84, 84, 1.00);
    border: 1px solid #07913a;
}
.call-btn{
    background: #fff;
    color: rgba(84, 84, 84, 1.00);
    border: 1px solid rgba(227, 227, 227, 1.00);
}
/* .homepage-carousel .carousel,
.homepage-carousel .carousel-inner,
.homepage-carousel .carousel-item,
.homepage-carousel .carousel-img {
  height: calc(100vh - 100px);
}

.carousel-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
} */

.innerpage-carousel .carousel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 35px;
}
.innerpage-carousel .carousel img{
    border-radius: 6px;
}
.innerpage-carousel .carousel-indicators{
    position: static;
    margin: 0;
    width: 100%;
    justify-content: center;
    gap: 18px;
}
.innerpage-carousel .carousel-indicators img{
    width: 100%;
}
.innerpage-carousel .carousel-indicators [data-bs-target]{
    width: 20% !important;
    height: auto !important;
}
.carousel-content{
    padding: 0 0 0 25px;
}
.carousel-content h3{
    font-size: 36px;
    line-height: 44px;
    color: rgba(15, 15, 15, 1.00);
    margin-bottom: 32px;
      
}
.carousel-content ul li{
    padding-bottom: 8px;
}
.carousel-content p{
    font-size: 20px;
    color: rgba(15, 15, 15, 1.00);
    
}
.carousel-content ul{
    padding: 0 0 0 18px;
    margin: 0;
}
.price li:nth-child(2) {
    position: relative;
    display: inline-block;

  }
  
  .price li:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ffffff;
    transform: translateY(-50%);
  }
.carousel-content .price{
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    gap: 10px;
    list-style: none;
    margin:25px 0;
    padding: 0;
}
.carousel-content .price li{
    font-size: 24px;
    font-weight: 400;
    color: rgba(15, 15, 15, 1.00);
    padding-bottom: 0;
}
.carousel-content .price li .bi{
        vertical-align: middle;
    font-size: 39px;
}
/*not underline*/
.carousel-content .price li.strike{
  
        color: #ff3762;
    font-size: 45px;
        font-weight: 800;
}
/*underline*/
.carousel-content .price li.no-strike{
      
        color:#7a7a7a;
    padding: 0 20px;
    font-size: 28px;
        font-weight: 800;
}
.carousel-content .price li.no-strike .bi{
    font-size: 28px;
}
.carousel-content .contact-btns{
    /* display: flex;
    align-items: center;
    gap: 10px; */
    margin-top: 60px;
}
.carousel-content .contact-btns h4{
    text-align: center;
}
.carousel-content .contact-btns a{
    color: #444;
    border-radius: 8px;
    white-space: nowrap;
    padding: 6px 22px 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 28px;
}
.carousel-content .contact-btns .more-details{
    background: #fff;
    color: rgba(84, 84, 84, 1.00);
    border: 1px solid rgba(227, 227, 227, 1.00);
}
.carousel-content .contact-btns .whatsap-btn-1{
    background: #25cc64;
    color: #fff;
    border: 1px solid rgba(227, 227, 227, 1.00);
    min-height: 55px;
    font-size: 28px;
    margin-top: 20px;
}
/*.carousel-content .contact-btns {
    text-align: center;
}*/
.pad-100{
    padding: 100px 0 !important;
}
.pad-50{
    padding: 25px 0 !important;
}
.section-3-h{
    .title {
        text-align: left;
        margin-bottom:32px;
        h3{
            color: #000;
            font-size: 34px;
            font-weight: 600;
            text-transform: none;
            margin-bottom: 0;
        }
        p{
            line-height: normal;
            margin-bottom: 0;
        }
    }
}
.title h3{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
}

.section-2{
    background: #ffff;
    padding: 46px 0;
}
 .title{
    text-align: center;
    text-transform: none;
    font-size: 19px;
    line-height: 3;
    color: #424242;
}



.section-3{
    background: #ffffff;
    padding: 55px 0;
}
.statistical .statistical-bg{
    background: #009ea7;
    padding: 65px 0;
    margin-top: 90px;
    border-radius: 0px;
}
.statistical .statistical-bg ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.statistical .statistical-bg ul li{
    text-align: center;
}
.statistical .statistical-bg ul li img{
    width: 50px;
    margin: 12px auto;
}
.statistical .statistical-bg p{
    color: #383838;
}
.statistical .statistical-bg ul li p{
    font-size: 18px;
    color: #fff;
}
.statistical .statistical-bg ul li h3{
    font-size: 34px;
    font-weight: 700;
     color: #fff;
}
.ftrmobile a{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.ftrmobilewrap h3 {
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
}
.ftrmobilewrap a{
    color: #29115c;
    text-decoration: none;
}
.ftrmobilewrap a i{padding-right: 4px;}
.ba-slider {
    position: relative;
    overflow: hidden;
  }
  .ba-slider img {
    width: 100%;
    display: block;
  }
  .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .handle {
    /* Thin line seperator */
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: -2px;
    background: #f8f9fa;
    cursor: ew-resize;
  }
  .handle:after {
    position: absolute;
      top: 50%;
      width: 64px;
      height: 64px;
      margin: -32px 0 0 -32px;
      content: '\21d4';
      color: white;
      font-weight: bold;
      font-size: 36px;
      text-align: center;
      line-height: 64px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      transition: all 0.3s ease;
  }
  .draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
  }
  
  .h3-compare{padding: 40px 0;
      color: #29115c;
      font-size: 38px;
      font-weight: 450;
      letter-spacing: 1px;
  }
  .top-ftr {
    background: #ffffff;
    padding-top:3rem;
    padding-bottom:1rem;
 }
 .btm-ftr{
     background:#eef0f9;
     padding-bottom: 5px;
     padding-top: 14px;
 }
 .btm-ftr .footer-social-agile ul li{margin-right: 5px;}
 .btm-ftr p{
     margin-bottom: 0;
     font-size: 14px;
     color: #5a5959;
 }
 .ftr-box{padding-top: 3rem;position: relative;}
 .ftr-links h3{
     font-size: 1.1rem;
     text-transform: capitalize;
     padding-bottom: 15px;
         color:#ff3762;
 }
 .ftr-links ul li{
     padding-bottom: 15px;
     font-size: 16px;
     color: #5a5959;
     text-transform: capitalize;
 }
 .mid-ftr{
     background:#f1f1f1;
     padding: 25px 0;
 }
 .mid-ftr ul{
     list-style: none;
     display: flex;
     align-items: center;
     padding: 0;
     margin: 0;
 }
 .mid-ftr ul li {
    margin-right: 21px;
 }
 .mid-ftr ul li img{
     width: 53px;
    
 }
 .mid-ftr h5{
     font-size: 15px;
     color: #29115c;
     margin-bottom: 8px;
 }
 .mid-ftr ul li{margin-right: 15px;}
 .mid-ftr ul li a{color: #f8018f;font-size: 20px;}
 .mid-ftr .text-right{text-align: right;}
 .mid-ftr .text-right ul{justify-content: end;}
 .owl-demo img,.ftr-box img{
    transition: transform .9s;
 }
 .owl-demo img:hover,.ftr-box img:hover{
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
 }
@media (min-width: 768px){
    .top-header .logo{display: block;}
    .top-menu .navbar-brand img{display: none;}
}
@media (max-width: 768px){
    .top-header .logo{display: none;}
    .top-menu .navbar-brand img{display: block;width: 190px;}
    .top-header .justify-content-end {justify-content: center !important;}
     .title h3,.h3-compare  {font-size: 18px !important;margin-bottom: 8px !important}
    .title p {font-size: 14px !important;line-height: normal;letter-spacing: normal;}
    .statistical .statisticalcount {margin-top: 15px;}
    .title h3{
        font-size: 20px;
    }
}



@media (min-width: 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
}

.pad-t-90{
    padding-top: 90px;
}
.pad-t-50{
    padding-top: 50px;
}
.all-services .text-left{
    text-align: left !important;
    margin-bottom: 32px;
}
.all-services .all-ser-icon{
    text-align: center;
}
.all-services .all-ser-icon figure {
    margin: 0;
}
.all-services .all-ser-icon figure img{
    width: 45px;
}
.all-services .all-ser-icon h4{
        font-size: 16px;
        margin: 0;
  
}
.all-services .all-ser-icon {
       margin-bottom: 55px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    min-height: 125px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 5px;

}
.specifi-table{
    margin-top: 64px;

}
.specifi-table .table-title{
      font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.specifi-table .table h4{
      font-size: 16px;
    margin: 0;
    padding: 10px 0;
    .innerpage-carousel{}
    font-weight: 600;
}
.innerpage-carousel{
    padding-top: 60px;
}
.inner-banner{
    margin-top: 44px;
}
.inner-banner h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.whatsap{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
    img{
        width: 50px;
    }
}

.visiting-price{
    h5{
        font-size: 24px;
        font-weight: 600;
        color: #007087;
    }
}
.visiting-price ul{
    list-style: none;
    padding: 0;
    margin:0 0 28px 4px;
}
.visiting-price ul li{
    font-size: 16px;
    font-weight: 600;
}
.visiting-price ul li.offer-price{
    span{
        &:first-child{
            color: #000;
        }
        &:last-child{
            color: #008000;
        }
    }
}
.visiting-price ul li.mrp-price{
    color: #f00;
    text-decoration: line-through;
}
.visiting-price ul li.save-price{
     span{
        &:first-child{
            color: #808080;
        }
        &:last-child{
            color: #444;
        }
    }
}


@media (max-width: 767px) { 

header .navbar .logo img {
    width: 110px;
}
.navbar-toggler-icon{
    background: url(../images/menu-burger.png) no-repeat center center;
    background-size: contain;
}
.navbar-toggler{
    padding: 0;
    &:focus{
        box-shadow: none;
    }
}
header .navbar-expand-lg .navbar-nav {
gap: 20px;
        padding: 20px 15px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
}
.top-contact{
    display: none;
}
.top-contact-mobile{
    display: block;
    a{
    border-radius: 3px;
    padding: 6px 10px 4px;
    text-decoration: none;
    line-height: initial;

    }
}

}
@media (min-width: 768px) {
    .top-contact-mobile{
    display: none;
    }
 }