@media only screen and (max-width: 1199.98px) {}




@media only screen and (max-width: 1189px) {

  html {
    scroll-padding-top: 107.71px;
  }

  .header-slider {
    max-width: 348px;
  }

  .main-logo {
    width: 70px;
  }

  .header-slider-detail-con {
    font-size: 14px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 14px;
    line-height: 1.3;
  }

}

@media only screen and (max-width: 991.98px) {


  html {
    scroll-padding-top: 107.71px;
  }



  .header-slider-icon-con {
    max-width: 22px;
    min-width: 22px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 500px;
  }

  .main-logo {
    width: 70px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }

  body.nav-open {
    overflow: hidden;
  }


  /* .is-sticked .header-nav ul li a {
    color: #ffffff;
  } */

  .about .header-nav ul li a {
    color: #2b2a29;
  }

  .about .header-nav ul li a:hover {
    color: #00a0e3 !important;
    font-weight: 700;
    transition-duration: .5s;
  }

  .header-con {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    min-height: 100vh;
    padding: 30px;
    background-color: #ffffff;
    backdrop-filter: blur(5px);
    width: 49vw;
    flex-direction: column;
    transform: translateX(-100%);
    transition: all 0.4s ease-in-out;
  }

  .nav-open .header-con {
    transform: translateX(0%);
  }

  .header-nav {
    margin-right: 0;
    flex: 1;
  }

  .header-nav ul li {
    display: block;
  }

  .header-nav ul li a {
    padding: 10px 0;
    font-size: 30px;
    border-bottom: 1px solid #ffffff1f;
  }

  .header-nav ul li:last-child a {
    border-bottom: none;
  }

  .header-btns {
    flex-wrap: wrap;
  }

  .header-btns .btn {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-btns .btn+.btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .header-nav-toggle-btn {
    position: relative;
    height: 35px;
    z-index: 111;
    background-color: transparent;
    width: 35px;
    padding: 0;
  }

  .header-nav-toggle-btn span {
    position: absolute;
    top: 12px;
    left: 0px;
    right: 0;
    display: block;
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: #2b2a29;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    margin: auto;
    margin-top: 2px;
  }

  .header-nav-toggle-btn span:before,
  .header-nav-toggle-btn span:after {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #2b2a29;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .is-sticked .header-nav-toggle-btn span,
  .is-sticked .header-nav-toggle-btn span:before,
  .is-sticked .header-nav-toggle-btn span:after {
    background-color: #2b2a29;
  }

  .about .header-nav-toggle-btn span,
  .about .header-nav-toggle-btn span:before,
  .about .header-nav-toggle-btn span:after {
    background-color: #2b2a29;
  }

  .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    top: 4px;
  }

  .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    top: -4px;
  }

  .nav-open .header-nav-toggle-btn span {
    -webkit-background: none;
    -moz-background: none;
    -ms-background: none;
    -o-background: none;
    background: none;
  }

  .nav-open .header-nav-toggle-btn span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0px;
    background: #fff;
  }

  .nav-open .header-nav-toggle-btn span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0px;
    background: #fff;
  }

  .nav-open .nav-overlay {
    z-index: 11;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }

  .future-sec {
    min-height: 65vh;
  }

  .future-con .sec-head .sec-title {
    font-size: 40px !important;
  }

  .cms-con p {
    font-size: 14px;
  }


  .header-con .header-logo img {
    width: 80px;
    margin-bottom: 30px;
  }

  .header-nav ul {
    max-height: 50vh;
    overflow: auto;
  }

  .header-nav ul li a {
    padding: 10px 0;
    font-size: 18px;
  }

  .header-btns {
    justify-content: space-between;
  }

  .header-btns .btn {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .header-btns .btn+.btn {
    margin-top: 0;
  }

  .future-sec {
    min-height: 620px;
  }

  .future-con {
    padding-top: 180px;
  }

  .future-con .sec-head .sec-title {
    font-size: 30px;
  }

  .future-con .sec-head .sec-title span {
    padding: 0 5px;
    border-radius: 7px;
  }

  .sec-head {
    font-size: 40px;
    padding: 50px 0;
    padding-top: 80px;
  }

  .under-sec-head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .para {
    font-size: 14px;
    font-weight: 500;
  }

  .reason-sec-item {
    padding: 45px 35px;
    margin: 8px;
    height: calc(100% - 16px);
  }


  .reason-sec-item-icon {
    max-width: 30px;
    margin-bottom: 15px;
  }

  .why-choose-sec-head {
    padding: 0 !important;
    padding-bottom: 25px !important;
    text-align: center !important;
  }

  .why-choose-sec-para {
    padding-bottom: 35px;
    text-align: center !important;
  }

  .why-choose-sec.sec-head {
    padding: 0;
  }

  .our-clients-item {
    gap: 15px 0;
    padding: 28px;
  }

  .address-sec-item-con {
    flex-direction: column;
    padding: 15px !important;
    gap: 13px;
  }




  .address-sec-text-head {
    margin-bottom: 7px !important;
  }


  .address-sec-text-head,
  .address-sec-text-para {
    text-align: center;
  }

  .address-sec-con .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }




  .membership-sec {
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .membership-sec-item {
    max-height: 80px;
  }


  .why-choose-sec-head {
    font-size: 40px;
    padding: 50px 0 !important;
    padding-top: 80px !important;
  }


  .about-page-sec,
  .contact-page-sec {
    padding-top: 126.07px;
  }


  .about-page-sec-name {
    font-size: 17px;
  }


  .contact-head {
    font-size: 30px;
  }

  /* 
  .form-con{
    margin-top: 40px;
  } */

}











































@media only screen and (max-width: 767.98px) {


  html {
    scroll-padding-top: 103px;
  }

  .header-slider-icon-con {
    max-width: 21px;
    min-width: 21px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 360px;
  }

  .main-logo {
    width: 65px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }


  .future-con .sec-head .sec-title {
    font-size: 35px !important;
  }

  .cms-con {
    font-size: 13px !important;
    font-weight: 300 !important;
  }


  .future-con .sec-head {
    margin-bottom: 25px;
    line-height: 1.4;
  }


  .common-sec {
    padding-left: 20px;
    padding-right: 20px;
  }


  .sec-head {
    font-size: 35px;
    padding: 40px 0;
    padding-top: 70px;
  }

  .under-sec-head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .para {
    font-size: 14px;
    font-weight: 500;
  }

  .reason-sec-item {
    padding: 40px 35px;
    margin: 8px;
    height: calc(100% - 16px);
  }


  .reason-sec-item-icon {
    max-width: 30px;
    margin-bottom: 15px;
  }

  .products-sec .nav-pills .nav-link {
    font-size: 15px;
    padding: 6px 20px;
  }

  .hover-name-effect .product-name {
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.2;
  }

  .why-choose-sec-head {
    font-size: 35px;
    padding: 40px 0 !important;
    padding-top: 70px !important;
  }


  .why-choose-sec-para {
    padding-bottom: 25px;
  }

  .why-choose-sec.sec-head {
    padding: 0;
  }


  .our-clients-item {
    gap: 15px 0;
    padding: 25px;
  }

  .header-nav ul li a {
    padding: 10px 0;
    font-size: 15px;
  }

  .header-con {
    width: 60vw;
  }

  .header-con .header-logo img {
    width: 60px;
    margin-bottom: 25px;
  }


  .address-sec-item-con {
    padding: 10px !important;
  }



  .address-sec-con .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }


  .footer-sec-item-con {
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
  }

  .footer-sec-item-inner-con {
    margin-top: 30px;
    justify-content: center;
  }

  .footer-sec-item-inner-con li {
    max-width: 20px;
  }




  .membership-sec {
    margin-top: 70px;
    padding-bottom: 40px;
  }

  .membership-sec-item {
    max-height: 60px;
  }


  .about-page-sec-name {
    font-size: 16px;
  }

  
  .about-page-sec,
  .contact-page-sec {
    padding-top: 156.07px;
  }


  .contact-head {
    font-size: 25px;
  }

}






















@media only screen and (max-width: 575.98px) {


  html {
    scroll-padding-top: 98.28px;
  }



  .header-slider-icon-con {
    max-width: 20px;
    min-width: 20px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 320px;
  }

  .main-logo {
    width: 60px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }

  .common-sec {
    padding-left: 25px;
    padding-right: 25px;
  }


  .future-con .sec-head .sec-title {
    font-size: 27px !important;
    line-height: 1.4;
    margin-bottom: 10px;
  }


  .cms-con {
    font-size: 10px !important;
    line-height: .9;
    font-weight: 300 !important;
  }

  .btn {
    font-size: 16px;
  }


  .sec-head {
    font-size: 30px;
    padding: 30px 0;
    padding-top: 60px;
  }

  .product-item-con {
    margin-bottom: 15px;
  }

  .why-choose-sec-head {
    font-size: 30px;
    padding: 30px 0 !important;
    padding-top: 60px !important;
  }



  .why-choose-sec-para {
    padding-bottom: 15px;
  }

  .why-choose-sec-side-text-con {
    padding: 30px 20px;
    margin: 10px;
    height: calc(100% - 20px);
  }

  .why-choose-sec.sec-head {
    padding: 0;
  }


  .our-clients-item {
    gap: 10px 0;
    padding: 10px;
  }

  .header-con {
    width: 60vw;
  }


  .footer-sec-item-con {
    padding: 0 5px;
  }


  .footer-sec-item-inner-con li {
    max-width: 20px;
  }

  .membership-sec {
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .membership-sec-item {
    max-height: 40px;
  }



  .about-page-sec-name {
    font-size: 15px;
  }

  .about-page-sec,
  .contact-page-sec {
    padding-top: 126.07px;
  }



  .contact-head {
    font-size: 20px;
  }

}





@media only screen and (max-width: 556px) {


  html {
    scroll-padding-top: 98.28px;
  }

  .header-slider-icon-con {
    max-width: 20px;
    min-width: 20px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 247px;
  }

  .main-logo {
    width: 60px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }
}




@media only screen and (max-width: 450px) {



  html {
    scroll-padding-top: 93.55px;
  }

  .about-page-sec,
  .contact-page-sec {
    padding-top: 156.07px;
  }

  .header-slider-icon-con {
    max-width: 20px;
    min-width: 20px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 202px;
  }

  .main-logo {
    width: 55px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }
}



@media only screen and (max-width: 400px) {



  html {
    scroll-padding-top: 88.83px;
  }

  .header-slider-icon-con {
    max-width: 20px;
    min-width: 20px;
    margin-bottom: 10px;
  }

  .header-slider {
    max-width: 155px;
  }

  .main-logo {
    width: 50px;
  }

  .header-slider-detail-con {
    font-size: 13px;
    line-height: 1.3;
  }

  .header-slider-detail-con a {
    font-size: 13px;
    line-height: 1.3;
  }
}