@media screen and (min-width:1400px){
    .main-con p, li{
        font-size: 17px;
        color: #000;
    }
    img.header-logo {
    max-width: 270px !important;
   }
    .bs-con h1 {
    font-size: 80px;
    line-height: 85px;
    }
    .bs-con p {
    font-size: 20px;
    line-height: 35px;
}
}
@media(max-width:1400px){

    /* .main-header.sticky a.nav-link
     {
        padding: 30.4px 0 !important;
    } */
    .bs-con{
        top: 50%;
        left: 10%;
    }
    img.header-logo {
        max-width: 260px;
    }
    a.nav-link {
        padding: 30.4px 0px !important;
        margin: 0 12px;
    }
    .bs-box img.hb-img {
        max-height: 650px;
        min-height: 650px;
    }
    p {
        margin: 0 0 14px;
        line-height: 28px;
        font-size: 16px;
    }
    .bs-con {
        max-width: 670px;
        margin-top: 20px;
    }
    .section-title h1 {
    font-size: 50px;
    line-height: 60px;
}
.contus-card{
    border-width: 2px;
}
.breadcrumb-title {
    font-size: 36px;
    line-height: 45px;
}
.inner-pages .product-card .card-img-top {
    height: 330px;
}
.intro-section .section-title h1 {
    font-size: 45px;
    line-height: 57px;
}
  
}
@media(max-width:1199px){
    a.nav-link {
        font-size: 16px;
        margin: 0 6px;
    } 
    .bs-con h4 {
        font-size: 54px;
        margin-bottom: 20px;
    }
    .bs-con {
        max-width: 80%;
    }
    .bsc-btn {
        column-gap: 14px;
    }
  .header-btn .site-btn {
    padding: 10px 15px;
    font-weight: 600;
   }
   .hcall-action {
    margin-left: 20px;
    column-gap: 15px;
}
.hcall-action .call-number h5, .hcall-action .call-number h5 a {
    font-size: 16px;
    font-weight: 400;
}
.section-title h1 {
    font-size: 38px;
    line-height: 50px;
}
   

}
@media(max-width:991px){
    .pageLanguage-elementor{
    display: none !important;
    }
    .navbar-brand{
        padding-bottom: 15px;
    }
    a.nav-link, .main-header.sticky a.nav-link {
    padding: 3px 3px !important;
    }
    .header-dropdown.dropdown-submenu .dropdown-menu li a{
        position: relative;
        font-weight: 400 !important;
        padding-left: 45px;
    }
    .header-dropdown .dropdown-menu li .dropdown-item.active{
        background-color: transparent !important;
        color: var(--primary-color) !important;
    }
    .dropdown-menu.sub-dropdown li a::after {
        content: '\f178';
        font-family: 'Font Awesome 6 Pro';
        font-weight: 300;
        display: inline-block;
        position: absolute;
        font-size: 12px;
        left: 26px;
        top: 50%;
        transform: translateY(-50%);
    }
    .humberger-lg{
        display: none !important;
    }
    .top-header{
        display: none;
    }
    div#navbarSupportedContent {
        /* background: #000; */
        padding: 11px 20px;
        margin: 0 -12px;
    }
    .main-header.sticky a.nav-link {
        padding: 0;
    }
    .bs-con {
        max-width: 80%;
        width: 100%;
        margin-top: 20px;
    }
 .bs-con h1 {
    font-size: 50px;
    line-height: 75px;
}
    a.nav-link {
        /* color: #FFF; */
        margin: 8px 0px;
        padding: 0;
        font-size: 15px;
    }
    .header-btn {
        margin: 4px 0 14px;
    }
 .main-header{
    padding: 10px 0;
    /* background-color: #000 !important; */
 }
 .header-dropdown .dropdown-menu li a{
    color: var(--color-dark);
 }
.header-dropdown .dropdown-menu li a:hover{
    color: var(--color-white);
}
.bs-con h4 {
    font-size: 46px;
    margin-bottom: 20px;
}
.section-padding {
    padding: 70px 0;
}
a.nav-link .main-menu-border{
    bottom: 9px !important;
}
.abtus-shape-1{
    width: 100%;
}
.abtus-left-wrap {
    margin-left: 0;
    margin-top: 100px;
}
.features-wrap-ul li {
    flex: 1 1 calc(33% - 20px);
}
.product-card-bg-box{
    top: 38%;
}
.product-card{
    margin-bottom: 25px;
}
.WCU-con-wrap {
    margin-top: 30px;
}
.counter-box{
    margin-bottom: 45px;
}
.contus-card{
    height: auto;
    margin-bottom: 25px;
}
.contus-card.last-child{
    margin-bottom: 0;
}
.thm-breadcrumb li, .thm-breadcrumb li a{
    text-transform: capitalize;
}
.thm-breadcrumb li+li {
    margin-left: 3px;
}
.breadcrumb-title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 17px;
}
.contus-con-wrap {
    margin-bottom: 30px;
}


    
}

@media screen and (min-width:992px){
    .main-header.sticky{
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    }
    #header-dropdown .dropdown-toggle::after{
        display: none;
    }
.header-dropdown .dropdown-menu{
    pointer-events: none;
    display: block !important;
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.header-dropdown:hover .dropdown-menu.main-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scaleY(1) translateZ(0px);
}
.dropdown-submenu:hover .dropdown-menu.sub-dropdown{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scaleY(1) translateZ(0px);
}
/* Submenu positioning */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}
.dropdown-submenu.header-dropdown{
    position: relative;
}
.dropdown-submenu.header-dropdown::after{
    content: '\f054';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 900;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-submenu.header-dropdown:hover::after, .dropdown-submenu.header-dropdown:hover::after, .dropdown-submenu.header-dropdown.active::after, .dropdown-submenu.header-dropdown.active:hover::after{
    color: var(--color-white);
}

.ps-lg-30{
    padding-left: 30px !important;
}
.ps-lg-40{
    padding-left: 40px !important;
}
.ps-lg-50{
    padding-left: 50px !important;
}







}


@media(max-width:767px){
   .bs-con h1 {
    font-size: 45px;
    line-height: 65px;
}
   .section-title h1 {
    font-size: 35px;
    line-height: 48px;
}
 .features-wrap-ul li {
    flex: 1 1 calc(50% - 20px);
  }
  .bs-con{
    left: 15%;
  }
  .product-section{
    padding: 50px 0;
  }



}
@media(max-width:575px){
     img.header-logo {
    max-width: 230px;
}
.sticky img.header-logo {
    max-width: 230px;
}
    .bs-box img.hb-img {
    max-height: 550px;
    min-height: 550px;
}
    .bs-con{
        left: 3%;
    }
    .bs-con h4 {
        font-size: 31px;
        margin-bottom: 14px;
    }
    .bs-con {
        max-width: 450px;
        width: 100%;
        padding: 0 14px;
    }
    .bs-con h1 {
    font-size: 32px !important;
    line-height: 38px !important;
}
.bs-con p {
    font-size: 16px;
    line-height: 25px;
}
    .bsc-btn {
        column-gap: 8px;
    }
    .section-padding {
    padding: 50px 0;
}
.section-title h5{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}
.section-title h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
}
.main-con p{
    font-size: 16px;
}
.bs-slider .slick-prev, .bs-slider .slick-next{
    display: none !important;
}
.abtus-shape-1{
    height: 805px;
}
.abtus-features li {
    column-gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.abtus-features li .text h4{
    margin-bottom: 5px;
}
.abtus-features li:last-child{
    border: none;
}
.abtus-left-wrap{
    margin-top: 25px;
}
.features-section .features-wrapper{
    margin-top: 30px;
    padding: 30px;
}
.feature-title{
    font-size: 18px;
}
.WCU-avatar{
    width: 70px;
    height: 70px;
}
.WCU-avatar img{
    height: 45px;
}
.WCU-finfo h4{
    font-size: 20px;
}
.counter-con-wrap h4 {
    font-size: 40px;
    line-height: 45px;
}
.testimonial-slider .slick-dots{
    display: none !important;
}
.ctc-section {
    padding: 50px 0 0;
}
.ctc-form-wrapper{
    padding: 20px;
}
.ctc-right-area{
    padding: 25px;
}
.ctc-info-box h5{
    font-size: 16px;
}
.hcall-action {
    margin-left: 0;
    margin-top: 15px;
}
.header-btn {
    margin: 14px 0;
}
.header-btn .site-btn {
    padding: 15px 40px !important;
}
.product-card-bg-box {
    top: 24%;
}
.counter-section {
    padding: 50px 0 15px;
}
.cmfac-wid-wrap{
    height: 320px;
}
.cmfac-card .card-body {
    padding: 15px !important;
}
.cmfac-card .cmfac-header .card-heading{
    font-size: 20px !important;
}
.innfac-table .thead-row th{
    font-size: 16px !important;
}
.page-header {
    padding: 35px 0;
}
.thm-breadcrumb li, .thm-breadcrumb li a{
    font-size: 10px;
    letter-spacing: 0.4px;
}
.breadcrumb-title {
    font-size: 22px;
    line-height: 33px;
    margin-top: 10px;
}
.CtOwN-label{
    margin-top: 10px;
}
.contus-form-container {
    padding: 30px 20px;
}
.contus-wid-wrap img {
    height: 355px;
    object-fit: cover;
}
.prointro-img-wrap img {
    height: 225px;
}
.prointro-img-wrap{
    margin-bottom: 20px;
}
.prointro-wrapper, .prointro-video-wrap{
    max-height: 100%;
}





}




/* Minimum Screen */

@media screen and (min-width:992px) and (max-width:1199px){
    .navbar-container{
        max-width: 100% !important;
    }
}