


@media (min-width: 1440px) {
  
}

@media (min-width:2100px) {
	
}

@media (min-width:1280px){
.container {
    max-width: 1170px;
    width: 100%;
} 
.row.gap-20 .col-lg-7 {
    padding-right: 60px;
}
}

@media (max-width: 1199px) {   
	
.slide-btn-wrap div{
 padding: 5px;
}
}


@media (max-width:1024px){
  .slide-bg{
    height: 530px;
  }
  
  .swiper-button-next, .swiper-button-prev{
  top:40%;
}
.slide-btn-wrap div{
  padding: 10px;
}
}


@media (max-width:991px){
.navbar-nav{
    position: fixed;
    background:#163651;
    width: 100%;
    height: 100%;
    right:-100%;
    transition: 0.3s;
    top: 0;
    z-index: 9999999;
    align-items: start;
    justify-content: start !important;
    overflow: auto;
    padding: 20px 0px;
   
}
.menu-list-hold.d-flex {
    display: block !important;
    width: 100%;
}
ul.navbar-nav.ml-auto.open-menu{
  right: 0px;
}
.header-menu-hold {
    background: unset;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 3;
    right: 0;
    text-align: right;
}
.menu-icon {
    position: absolute;
    top: -60px;
    right: 20px;
    display: block;
}
.about-text-wrap {
    margin-top: 30px;
}
.career-form{
  margin-top: 30px;
}
.navbar-nav li {
    width: 100%;
    text-align: left;
}
.close-menu {
    display: flex !important
;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #00A5DF;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 19px;
}
.navbar-nav li {
    width: 80%;
    text-align: left;
    padding: 9px 20px !important;
}
.menu-icon img{
      width: 30px;
    margin-top: 3px;
}
.sech-call-btn {
    padding: 20px;
    width: 100%;
}
.sech-call-btn .btn{
  width: 100%;
}
}


@media  (min-width:768px) and (max-width:991px){
  .slide-bg{
    height: 470px;
  }
 
  .team-box h5{
    font-size: 14px;
  }
  .team-box a{
    font-size: 14px;
  }
  .box-card-with-icon h3{
    font-size: 16px;
  }
  .box-card-with-icon p{
    font-size: 12px;
  }
  .common-padding {
    padding: 50px 0;
}
blockquote.blockquote-custom h2{
  font-size: 24px;
}
.banner-text h2{
  font-size: 34px;
}
.swiper-button-next, .swiper-button-prev{
  top:39%;
}
    .menu-icon {
        position: absolute;
        top: -91px;
        right: -7px;
        display: block;
    }
    .footer-contect-info-repeat{
      font-size: 11px;
    }
    .top-header-right.d-flex.gap-5.align-items-center {
    gap: 10px !important;
}
}




@media  (max-width:767px){

  .pricing-page-section .box-img-card {
    min-height: 100%;
    position: relative;
    transition: 0.3s;
    margin: 10px 0;
    min-height: auto;
}

    .top-header-right{
      display: none !important;
    }
    .header {
    height: auto;
}

.about-us-data-wrap .about-img-wrap img{
  height: auto;
}
.banner-text h2{
  font-size: 28px;
}
.banner-text {
    max-width: 100%;
    padding: 0;
}
.slide-bg{
  height: 480px;
}
.btn{
  min-width: auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px;
}
.slide-btn-wrap div{
  padding: 0px;
}
.slide-btn-wrap {
    position: relative;
    bottom: 35px;
    justify-content: end;
    padding: 0;
}
blockquote.blockquote-custom h2{
  font-size: 20px;
  line-height: 30px;
}
.common-padding {
    padding: 40px 0;
}
.h2, h2 {
    font-size: 20px;
}
.box-card-with-icon h3{
  font-size: 16px;
}
.box-card-with-icon p{
  font-size: 12px;
  line-height: 28px;
}
p{
  font-size: 14px;
}
.team-box img{
  width: 200px;
  height: 200px;
}
.testimonial-subheading p{
  font-size: 14px;
}
.testimonial-content p{
  font-size: 14px;
}
.faqs-section span.heading{
  font-size: 14px;
}
.faq-detail p{
  font-size: 14px;
}
.card.faq-item .btn{
  padding: 0px;
}
.faqs-section .faq-item .card-header .accordion-toggle:after{
  font-size: 25px;
}
div#faqAccordion {
    margin-top: 30px;
}
.footer-text-box {
    padding: 20px 0;
    border-top: 1px solid #365c7c;
    margin: 30px 0 0;
}
footer#footer{
  padding: 40px 0 0;
}
.copyright-block{
  margin-top: 0px;
}
.banner-bg-overlay{
  padding: 70px 0px;
}
.box-image-hold img{
 width: 100%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(100% - 60px);
}
}