@charset "UTF-8";

/*
Theme Name: Salvum
Theme URI: https://salvum.co.uk/
Author: CO-LAB team
Author URI: https://weareco-lab.co.uk/
Description: We are a boutique agency of designers, developers, copywriters, marketers and SEO experts that bring fresh creativity and digital expertise into the UK’s most awesome apps, websites and marketing campaigns.
Text Domain: salvum.co.uk
 */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,500;1,500&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/times-cg');
body{
    font-family: "Manrope";
    font-weight: 500;
    padding: 0;
    margin: 0;
    background-color: #F6F3EE;
    overflow-y: auto;
    overflow-x: hidden;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.container-fluid{
    padding: 0px;
}
.nav-link-header{
  height: 122px;
  display: flex;
  align-items: center;
}
.navbar{
    height: 122px;
    padding: 0px 40px 0px 57.7px;
    justify-content: space-between;
}
.navbar-nav{
  gap: 35px !important;
}
.navbar-nav .nav-item .nav-link{
    font-size: 20px;
    color: #050403;
    font-weight: 500;
}
.header-number a{
    font-size: 30px;
    color: #D86F37;
    font-style: italic;
    font-family: 'Times CG', sans-serif;
}
.header-text{
    font-size: 16px;
    color: #161615;
    font-weight: 500;

}
.header-btn{
    background-color: #D96F37;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 166px;
    height: 52px;
    margin-left:25px;
}

.home-bg{
    background-color: #B3D7E6;
    height: 861px;
}
.home-bg-about{
  background-image: url('assets/images/MDPHOTOG-31stJan2025-202.png');
}
.home-bg-about-2{
  background-image: url('assets/images/MDPHOTOG-31stJan2025.png');

}
.news-bg-banner-1{
  background-image: url('assets/images/MDPHOTOG-31stJan2025-27.png');

}
.news-bg-banner-2{
  background-image: url('assets/images/news-rs-banner-2.png');

}
.news-bg-banner-3{
  background-image: url('assets/images/victor-freitas-WvDYdXDzkhs-unsplash.png');

}
.news-bg-banner-4{
  background-image: url('assets/images/MDPHOTOG-31stJan2025-21.png');

}
.about-bg-left-banner{
  background-color: rgba(45, 87, 81, 0.70); 
  height: 727px;
  clip-path:polygon(0 0%, 100% 0%, 80% 100%, 0% 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text-center-2{
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
  height: 727px;
  align-items: center;
  display: flex;
  z-index: 2;;
  justify-content: center;
}
.safari .banner-text-center-2{
  position: absolute;
  top: 0;
  width: 100%;
  height: 727px;
  align-items: center;
  display: flex;
  z-index: 2;;
  justify-content: center;
}
.bg-green-dark{
  background-color: #2D5751;
}
.home-logos{
  mix-blend-mode: luminosity;
}
.home-bg-2{
  height: 727px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;

}
.home-bg-yellow{
  background-color: #F4F5D8 !important;
}
.home-bg-orange{
  background-color: #D96F37 !important;
}
.home-banner-video-main{
    height: 861px;
}
.home-banner-shape{
    position: absolute;
}

.banner-left-main-home{
    position: absolute;
    width: -webkit-fill-available;
    top: 300px;
    z-index: 1;
}
.safari .banner-left-main-home{
  position: absolute;
  width: 100%;
  top: 300px;
  z-index: 1;
}
.banner-heading{
    font-size: 90px;
    font-weight: bold;
    line-height: 100px;
    color: #050403;
}
.banner-sub-heading{
    color: #050403;
    font-size: 50px;
    font-style: italic;
    font-family: 'Times CG', sans-serif;

}

.default-button{
    min-height: 52px;
    background-color: #D96F37;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 197px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.btn-play-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
  }
  
  .btn-play-banner img {
    width: 60px; /* or whatever size you want */
    height: 60px;
  }
  .carousel-indicators [data-bs-target]{
    height: 20px;
    width: 20px;
    background-color: #F6F3EE;
    border-radius: 50%;
    opacity: 1;
  }

  .carousel-indicators .active{
    background-color: #2d5751;
  }

  .centered-title-main{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .page-main-title{
    font-size: 70px;
    font-weight: bold;
    line-height: 90px;
    color: #2D5751;
  }
  .font-italic{
    font-style: italic;
    font-family: 'Times CG', sans-serif;
  }
  .para-26{
    font-size: 26px;
    color: #050403;
    font-weight: 500;
  }
.para-18{
  font-size: 18px;
  color: #050403;
  font-weight: 500;
}
  .w-centered{
    width: 1090px;
  }
  .mt-90{
    margin-top: 90px;
  }


  .diagonal-bg {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden; 
  }
  
  .diagonal-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #B3D7E6;
    clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%) !important;
    z-index: -1; 
  }


  .diagonal-bg-top-right{
    padding-top: 200px !important;
  }
  .diagonal-bg-top-right::before {
    clip-path:polygon(0 0, 100% 20%, 100% 100%, 0% 100%) !important;
  }
.diagonal-bg-bottom-left{
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden; 
}
.pt-90{
  padding-top: 90px;
}
.page-title-orange{
  color: #D96F37 !important;
}
.diagonal-bg-bottom-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #FFFFFF;
  clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 80%);
  z-index: -1; 
}
.diagonal-bg-bottom-right{
  background-color: #2D5751 !important;
  clip-path: polygon(0 0%, 100% 0%, 100% 77%, -44% 108%)  !important;
  padding-bottom: 280px;
}
.diagonal-white::before{
  background-color: #fff !important;
  clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.diagonal-white-top-right::before{
  background-color: #fff !important;
  clip-path: polygon(0 0%, 100% 40%, 100% 100%, 0% 100%) !important;
}
  .card-home-ab-active {
   position: relative;
  }

  .card-home-ab-active::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 20px;
    border-style: solid;
    border-color: #2D5751 transparent transparent transparent;
  }

  .card-home-ab .icon {
    margin-bottom: 10px;
  }



  
  .card-title-home-ab{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #2D5751;
    height: 103px;
  }
  .card-text{
    color: #050403;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 500;
  }

  .arrow-card-ab{
    padding-top: 33px;
    text-align: center;
    margin-top: auto;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }


  .card-home-ab{
    padding: 37px 28px 37px 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* makes top and arrow align */
    height: 100%;
  }

  .card-home-ab-active{
    background-color: #2D5751;
  }
  .card-home-ab-active .card-title-home-ab{
    color: #F4F4D7;
  }
  .card-home-ab-active .card-text{
    color: #fff;
  }
  .card-home-ab-active .arrow-card-ab img {
    filter: brightness(0) invert(1);
    transform: rotate(90deg);
  }

  .home-cards-main{
    margin: 0px 232px;
  }

  .asbestos-text h4{
    font-size: 40px;
    font-weight: bold;
    color:#2D5751 ;
  }
  .asbestos-text p{
    font-size: 18px;
    font-weight: 500;
    color:#050403;
    margin-top: 14px;
  }
  .mt-60{
    margin-top: 60px;
  }

  .rounded-img-text{
    background-image: url('assets/images/text-bg.svg');
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440.18px;
    background-repeat: no-repeat;
    width: 594.68px;
    background-size: contain;
  }

  .text-bg-blue{
    background-image: url('assets/images/textbg-blue.svg') !important;
  }

  .text-orange-bg{
    background-image: url('assets/images/textbg-orange.svg') !important;

  }

  .text-orange-bg .img-text-inner{
    color: #2D5651 !important;
  }
  .text-orange-bg .img-text-inner .para-18{
    color: #2D5651 !important;

  }
  .img-text-inner{
    font-size: 40px;
    color: #D96F37;
    font-weight: bold;
    text-align: center;
    width: 510px;
  }
.bg-orange{
  background-color: #D96F37 !important;
}
.bg-blue{
  background-color: #B3D7E6 !important; 
}
  .font-40{
    font-size: 40px;
    color: #2D5751;
    font-weight: bold;
  }
  .btn-lg{
    min-width: 280px;
  }

  .page-center-img{
    position: absolute;
    top: 90px;
  }
  .mt-120{
    margin-top: 120px;
  }

  .button.button--aylen {
    background: #D96F37;
    color: #fff;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 9;
  }
  .button--aylen.button--inverted {
    background: none;
    color: #fff;
  }
  .button--aylen::before,
  .button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .button--aylen::before {    
    background: #2D5751;
  }
  .button--aylen::after {
    background: #376059;
  }
  .button--aylen:hover {
    color: #fff;
  }
  .button--aylen:hover::before,
  .button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
  }

  .btn-contact-form {
    background: #2D5751!important;
    padding: 10px 18px;
    margin-left: 15px;
  }

  .button {
    border: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .button:focus {
    outline: none;
  }
  .button > span {
    vertical-align: middle;
  }

  /* .reveal {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease, transform 1s ease;
  }

  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  } */

  .team-container-main{
   margin-right: -15px;
   margin-top: 69px;
   margin-left: 316px;
  }

  .slider-img{
      width: 349px;
      height: 349px;
  }
  .slider-name{
    font-size: 30px;
    font-weight: bold;
    margin-top: 16px;
    color: #2D5751;
  }
  .slider-desc{
    font-size: 20px;
    font-style: italic;
    color: #D96F37;
  }

  .arrow-slider-left{
    transform: rotate(180deg);
  }
  .arrow-slider-left-2{
    transform: rotate(180deg);
  }

  .arrow-btn-slider{
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .arrow-btn-slider img{
    margin-top: 5px;
    margin-left: 5px;
  }
  .arrow-btn-slider-2{
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }
  .arrow-btn-slider-2 img{
    margin-top: 5px;
    margin-left: 5px;
  }
  .arrow-slider-left img{
    margin-top: -5px;
    margin-left: -5px;
  }
  .arrow-slider-left-2 img{
    margin-top: -5px;
    margin-left: -5px;
  }
  .slider-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  
  .slider-wrapper::-webkit-scrollbar {
    display: none;
  }

  .slider-wrapper-2 {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  
  .slider-wrapper-2::-webkit-scrollbar {
    display: none;
  }

  .slider-wrapper-3 {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  
    scrollbar-width: none; 
    -ms-overflow-style: none;  
  }
  
  .slider-wrapper-3::-webkit-scrollbar {
    display: none;
  }
  .team-main {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    width: max-content;
  }
  .ab-card-main{
    width: 301px;
    height: -webkit-fill-available;
  }
  .safari .ab-card-main{
    width: 301px;
    height: 100%;
  }
  .slider-main {
    min-width: 349px;
    flex-shrink: 0;
  }
  .slider-timeline{
    width: 458px !important;
    height: 457px;
  }
  .slider-wrapper {
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper-2 {
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper-3 {
    scroll-snap-type: x mandatory;
  }
  .slider-main {
    scroll-snap-align: start;
  }

  .arrow-bg{
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .arrow-bg img{
    margin-left: 5px;
    margin-top: 5px;
  }
  .arrow-card-bg{
      background-color: #F3F4D7;
  }

  .card-home-ab-active .arrow-card-bg{
    background-color: transparent;
  }
  .card-home-ab-active .arrow-bg img{
    margin-left: 0px;
  }
  .our-value-img-main{
    background-color: #B3D7E6;
    width: -webkit-fill-available;
    position: absolute;
    margin-right: 20px;
  }
  .safari .our-value-img-main{
    background-color: #B3D7E6;
    width: auto;
    position: absolute;
    margin-right: 20px;
  }
  .our-value-img-main img{
    position: relative;
    left: 15px;
    top: 15px ;
    width: -webkit-fill-available;
  }
  .safari .our-value-img-main img{
    position: relative;
    left: 15px;
    top: 15px ;
    width: 100%;
  }
 
  .ab-img-styled img{
    width: 100%;
    position: relative;
    top: 9px;
    left: 9px;
  }
  .img-about-styled .ab-img-styled img{
    top: 10px !important;
    left: 10px !important;
  }
.title-advisor{
  margin-top: -20px;
}
  .page-center-img-right{
    position: absolute;
    right: 0;
    margin-top: -70px;
    z-index: 1;
  }

  .safari .page-center-img-right-homepage{
    position: absolute;
    right: 0;
    margin-top: 220px;
    z-index: 1;
  }

  .diagonal-bg-white::before{
    background-color: #fff !important;
    clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
  }
  .pt-280{
    padding-top: 280px;
  }

  .review-img-main img{
    width: 100%;
  }
  .latest-news-card{
    background-color: #fff;
    display: flex;
  }
  .latest-news-card-right{
      padding: 20px 25px 24px 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; /* spreads content top and bottom */
      flex: 1;
  }
  .latest-news-card-img{
    height: 319px;
    width: 319px;
  }
  .latest-news-title{
    font-size: 26px;
    font-weight: bold;
    color: #2D5751;
  }
.read-more-link{
  color: #D96F37;
  font-size: 20px;
  font-weight: bold;
}
.arrow-blue-bg{
  background-color: #B3D7E6;
}
.latest-news-shape{
  position: absolute;
  bottom: -180px;
  left: 0;
}
.memberships-main{
  margin-top: 55px;
  align-items: center;
}
.left-contact-main{
  background-color: #D96F37;
  padding: 84px 97px;
}
.img-map{
  /* background-image: url('assets/images/map.png'); */
  height: 100%;
  width: 100%;
  background-size: cover;
  /* padding: 70px 80px; */
}
.underline-text{
 text-decoration: underline;
}
.call-icon-main{
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-top: 30px;

}

.chechbox-call{
  height: 22px;
  width: 22px;
  border-radius: 5px;
  border: 0px;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
}
.navbar-expand-sm{
  position: fixed;
  width: -webkit-fill-available;
  background-color: #F6F3EE;
  z-index: 99999;
  top: 0;
}
.safari .navbar-expand-sm{
  position: fixed;
  width: 100%;
  background-color: #F6F3EE;
  z-index: 99999;
  top: 0;
}

.dropdown-toggle::after{
  border-top: 0; 
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: url('assets/images/arrow-header.svg');
  height: 6px;
  width: 6px;
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-left: 10px;

}
.home-bg,.home-bg-2{
  margin-top: 122px;
}
.container-check {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check:hover input ~ .checkmark {
  background-color: #fff;
}

.container-check input:checked ~ .checkmark {
  background-color: #2D5751;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-box-label{
  font-size: 16px;
  color: #2D5651;
  font-weight: 200;
  margin-left: 40px;
}

.input-main{
  width: 100%;
  padding: 11px 12px 13px 12px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  color: #717171;
  font-weight: 500;
  border: 1px solid transparent;
  font-family: "Manrope";
}
.input-main:focus{
  border: 1px solid #717171;
}
.input-main:focus-visible {
  outline: 0;
}


.btn-bg-dark-green::before {
  background: #2d565179;
}
.btn-bg-dark-green::after {
  background: #2D5651 !important;
}

.default-button-light-blue{
  background: #B3D7E6 !important;
  color: #2D5751 !important;
}
.default-button-light-blue::before {
  background: rgba(45, 86, 81, 0.356)
}
.default-button-light-blue::after {
  background: #2D5751 !important;
}
.default-button-light-blue:hover{
  color: #fff !important;
}

.default-button-green-blue{
  background: #2D5751 !important;
  color: #fff !important;
}
.default-button-green-blue::before {
  background: rgba(179, 215, 230, 1)
}
.default-button-green-blue::after {
  background: #B3D7E6 !important;
}
.default-button-green-blue:hover{
  color: #fff !important;
}

.address-card{
    background-color: #2D5651;
    padding: 26px 41px 35px 39px;
    width: 300px;
    position: relative;
    bottom: 92%;
    left: 8%;
}
.address-title{
  font-size: 40px;
  font-weight: bold;
  color: #fff;

}
.address-title span{
  font-weight: 500;
  font-style: italic;
  font-family: 'Times CG', sans-serif;
}

.address-line{
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  margin-top: 13px;
  line-height: 34px;
}

.footer-main{
  background-color: #2D5651;
  position: relative;
  padding: 131px 0px 127px 0px;
}
.btn-subscribe{
  background-color: #D96F37;
  border-radius: 0px 5px 5px 0px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  border: 0;
}
.input-footer{
  min-width: 300px;
  border-radius: 5px 0px 0px 5px;
}

.footer-title {
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
}

.footer-link, .footer-links li a{
  color: white;
  font-size: 16px;
  text-decoration: none;
  line-height: 32px;
  font-weight: 200;
}
.orange-text {
  color: #EE6B08;
  font-size: 16px;
  font-weight: 200;
}
.timing{
  font-size: 16px;
  color: #fff;
  font-weight: 200;
}


.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
 
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-social a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}

.btn-payment {
  background-color: #D96F37;
  padding: 8px 16px;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

.footer-bottom {
  padding-top: 20px;
  color: white;
  font-size: 14px;
  font-weight: 200;
}

.footer-bottom  .footer-bottom-links a {
  color: white;
  margin: 0 5px;
  text-decoration: none;
}

.footer-bottom  .footer-bottom-links a:hover {
  text-decoration: underline;
}
.social-links{
  display: flex;
  align-items: center;
  gap: 11px;
}

.shape-footer{
  position: absolute;
  left: 0;
}

.navbar-nav .active{
  color: #D96F37 !important;
}
.survey-title {
  font-size: 40px;
  font-weight: bold;
  color: #2D5751;
}

.survey-subtitle {
  color: #D96F37;
  font-style: italic;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.survey-desc {
  font-size: 15px;
  color: #333333;
}

.btn-orange {
  background-color: #D96F37;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.accordion-button {
  font-size: 20px;
  font-weight: bold;
  color: #2D5751;
  position: relative;
  padding: 27px 0px 24px 0px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #707070;
}
.accordion-header{

}
.custom-accordion-btn .arrow-icon {
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* rotate arrow when accordion is open */
.accordion-button:not(.collapsed) .arrow-icon {
  transform: rotate(90deg);
}

/* hide Bootstrap's default arrow */
.accordion-button::after {
  display: none;
}

.accordion-body {
  background-color: #F6F3EE;
 padding: 26px 41px 40px 45px;
}
.accordion-button:not(.collapsed){
  color: #2D5751;
  border-bottom: 1px solid #707070;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus{
  box-shadow: none;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.overflow-inherit{
  overflow: inherit !important;
}

.overflow-hidden{
  overflow: hidden !important;
}
.tab-card-main{
  margin-top: 45px;
  background-color: #fff;
  padding: 44px 51px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #D96F37 !important;
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #2D5751 !important;
}

.nav-tabs{
  border: 0px;
  gap: 40px;
}
.nav-tabs .nav-item .nav-link{
  font-size: 20px;
  font-weight: bold;
  color: #2D5751;
  padding: 0px;
  padding-bottom: 4px;
  border: 0px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 0px;
  border-bottom: 2px solid #2D5751;
}

.font-26{
  font-size: 26px;
  color: #050403;
}
.font-30{
  font-size: 30px;
  font-weight: bold;
  color: #2D5751;
}
/* Base style */
ol.custom-counter,ul.custom-counter  {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

ol.custom-counter li {
  counter-increment: item;
  position: relative;
  padding-left:40px;
  color: #050403;
  font-size: 18px;
  font-weight: 500;
}
ul.custom-counter li {
  position: relative;
  padding-left: 25px;
  color: #050403;
  font-size: 18px;
  font-weight: 500;
}

ol.custom-counter li::before{
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #D96F37;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}

ul.custom-counter li::before{
  font-style: normal !important;

}
ul.custom-counter li {
  padding-left: 25px; /* Instead of 40px */
}
ul.custom-counter li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px; /* Added for vertical alignment */
  width: 8px;
  height: 8px;
  background-color: #D96F37; /* Orange dot */
  border-radius: 50%; /* Makes it a circle */
}
ul.careers-detail-list li::before{
  background-color: #050403 !important;
  top: 10px;
}
ol.start-14 {
  counter-reset: item 13; /* starts from 14 */
}
.asbestos-img{
  position: absolute;
  right: 0px;
  width: inherit;
}

.bg-lightblue {
  background-color: #e3f2f9; /* Light blue tone */
}

.custom-accordion .accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-left: 45px;
  position: relative;
}

.custom-accordion .accordion-button::before {
  content: ''; 
  font-size: 0.9rem;
  position: absolute;
  left: 1rem;
  background-image: url('assets/images/arrow-down-new.svg');
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  width: 15px;
  height: 8px;
}

.custom-accordion .accordion-button[aria-expanded="true"]::before {
  background-image: url('assets/images/arrow-up.svg') !important;
  background-repeat: no-repeat;
}


.custom-accordion  .accordion-item{
  border-bottom: 0px;
  margin-top: 17px;
  background-color: transparent;
  /* padding: 18px 57px 20px 60px; */
  background-color: transparent;
}

.custom-accordion  .accordion-button:not(.collapsed){
  background-color: #fff !important;
}
.custom-accordion .accordion-item:first-of-type{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.slider-banner-main-img{
  position: relative;
  width: max-content;
}
.modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.video_pop .modal-body {
  padding: 0;
}
.video_pop .close {
  position: absolute;
  z-index: 9999;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  right: 0;
  top: -40px;
  opacity: 1;
  border: 0px;
  font-size: 20px;
  display: block;
}
.video_pop iframe {
  width: 100%;
  height: 600px;
  display: block;
}

.video_pop .modal-dialog {
  width: 90%;
  margin: 50px auto;
  max-width: 1000px;
}

.advisor-main{
  position: relative;
  height: 401.19px;
}
.img-advisor{
  position: absolute;
  right: 0;
}
.img-advisor img{
  width: 100%;
  margin-top: -1px;
  height: 403px;
}

.shape-right{
  right: 0;
}
.text-large{
  width: 116%;
}

.asbestos-links-new{
    font-size: 20px;
    font-family: "Manrope";
    font-weight: 500;
    color: #050403;
}
.asbestos-links-main{
  gap: 90px;
  margin-top: 80px;
}

.ab-card-main{
  padding: 30px 25px;
  background: #fff;
}
.ab-card-number{
  background-image: url('assets/images/card-num-1.svg');
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100.94px;
  background-repeat: no-repeat;
  width: 114.17px;
  background-size: auto;
  margin-left: -10px;
}
.card-num-2{
  background-image: url('assets/images/card-num-2.svg') !important;
}
.card-num-3{
  background-image: url('assets/images/card-num-3.svg') !important;
}
.card-num-4{
  background-image: url('assets/images/card-num-4.svg') !important;
}
.card-num-5{
  background-image: url('assets/images/card-num-5.svg') !important;
}
.card-num-6{
  background-image: url('assets/images/card-num-2.svg') !important;
}
.card-num-7{
  background-image: url('assets/images/card-num-3.svg') !important;
}
.card-num-8{
  background-image: url('assets/images/card-num-4.svg') !important;
}
.color-orange{
  color: #D96F37 !important;
}
.card-num-4 .num-card-inner, .card-num-8 .num-card-inner{
  font-size: 40px;
  color: #D96F37;
  font-weight: bold;
}
.num-card-inner{
  font-size: 40px;
  color: #2D5751;
  font-weight: bold;
}

.card-title-ab{
  font-size: 22px;
  font-weight: bold;
  color: #2D5751;
  margin-bottom: 10PX;
  height: 70px;
  margin-top: 9px;
}
.ab-container-main{
  margin-right: 0px !important;
}



.comparison-table {
  width: 100%;
  border-collapse: collapse;
  color: #2D5751;
  font-size: 20px;
  font-weight: bold;
}

.comparison-table th {
  background-color: transparent;
  font-size: 45px;
  font-style: italic;
  font-weight: 400;
  color: #2e463c;
  border: none;
  padding: 20px;
  text-align: center;
  font-style: italic;
  font-family: 'Times CG', sans-serif;
}
.comparison-table th.salvum {
  color: #D96F37;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.comparison-table td {
  vertical-align: top;
  padding: 16px 20px;
  border-bottom: 1px solid #707070;
}
.td-inner{
  display: flex;
  align-items: center;
  gap: 21px;
}
.comparison-table td img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
.comparison-table td p {
  margin: 0;
  display: inline;
  color: #2e463c;
}

.case-title{
  font-size: 40px;
  font-weight: bold;
  color: #2D5751;
  margin-top: 16px;
  margin-bottom: 16px;
}
.case-img{
  width: 100%;
  height: 377px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case-img img{
  position: relative;
  z-index: 1;
}
.case-img::before{
  content: '';
  position: absolute;
  background-color: #2D5751;
  opacity: 40%;
  height: 100%;
    width: 100%;
}
.case-img-1{
  background-image: url('assets/images/case-1.png');
}
.case-img-2{
  background-image: url('assets/images/case-2.png');
}
.case-img-3{
  background-image: url('assets/images/case-3.png');
}
.case-img-4{
  background-image: url('assets/images/case-4.png');
}

.bg-lightblue-shape{
    background-color: #B3D7E6 !important;
}

.diagonal-pb-350{
  padding-bottom: 350px !important;
}
.upper-news{
  margin-top: -285px;
}

.pb-180{
  padding-bottom: 215px;
}

.font-20{
  font-size: 20px !important;
  color: #D96F37 !important;
  font-weight: bold !important;
}
.card-main-about .card-title-ab{
    font-size: 40px;
    font-weight: bold;
    height: 150px;
    line-height: 48px;
}
.card-main-about .ab-card-main{
  height: 100%;
}

.careers-banner-text-main{
  margin-left: 200px;
  margin-top: 50px;
}
.title-20{
  font-size: 20px;
  font-weight: bold;
  color: #D96F37;
}
.para-card-careers{
  height: 200px;
}

.color-green{
  color: #2D5651 !important;
}

.success-card-title{
    font-size: 30px;
    color: #2D5651;
    font-weight: bold;
}
.success-card-desc{
  font-size: 20px;
  font-style: italic;
  color: #D86F37;
  font-weight: 500;
}
.success-card-main{
  display: flex;
  align-items: start;
  gap: 30px;
}
.benefit-list-desc{
  font-size: 20px;
  font-weight: bold;
  color: #2D5651;
}
.benefits-list{
  list-style: none;
  margin-left: 0px;
}
.benefits-list li{
  margin-top: 40px;
}
.benefits-list li:first-child{
  margin-top: 0px;
}

.CareersDetails-main{
  width: 911px;
}

.new-modal-main .modal-body{
  padding: 20px 50px 50px 50px;
}
.new-modal-main{
  background-color: rgba(246, 243, 238, 0.9);
  z-index: 99999;
}
.modal-content{
  border-radius: 0px;
}
#applyModal .modal-content{
  width: 781px;
}
.label-popup{
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #2D5651;
  margin-top: 10px;
}
.input-popup{
  margin-top: 7px;
  height: 44px;
  background-color: #F6F3EE;
  border-radius: 5px;
  width: 100%;
  color: #2D5651;
  border: 0px;
  padding: 0px 20px;
}
.input-popup:focus{
  border: 1px solid #2D5651;
}
.input-popup:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.choosed-file{
  color: #717171;
  font-size: 14px;
  font-weight: lighter;
  margin-left: 20px;
  margin-top: 10px;
}

.close-icon-new{
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
    margin-right: -20px;
  cursor: pointer;
  background-color: #D96F37;
  border: 2px solid #2D5651;
}

.nav-pill-news{
  gap: 10px;
}
.nav-pill-news .nav-item{
  text-align: center;
  min-width: 100px;
}
.nav-pill-news .nav-item .nav-link{
  font-size: 20px;
  font-weight: 500;
  color: #050403;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  text-align: center;
}
.nav-pill-news .nav-item .nav-link.active{
    background-color: #D96F37;
    color: #FFFFFF;
}




.blog-card {
  height: 100%;
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
  background-color: #fff;
  padding-bottom: 43px;
}
.arrow-rs-new{
  margin:0px 22px 0px 31px ;
}
.blog-body .para-18{
  margin-bottom: 10px;
}
.news-rs-shape{
  bottom: 0px !important;
  top: 400px;
}
.blog-img img {
  width: 100%;
  height: 260px;
  display: block;
}

.blog-body {
  padding: 21px 22px 0px 31px;
  height: 100%;

 
}

.blog-title {
  font-weight: bold;
  font-size: 26px;
  color: #2D5751;
  margin-bottom: 6px;
}
.news-resources-bg-card{
  background: linear-gradient(rgba(45, 86, 81, 0.4), rgba(45, 86, 81, 0.4)), url('assets/images/MDPHOTOG-31stJan2025-244.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 53px 50px 48px 49px;
  height: 100%;
}

.card-case-studies{
  padding: 31px 65px 61px 41px;
  background-color: #fff;
  height: 100%;
  text-align: left;
}
.img-right-case{
  position: absolute;
  right: 15px;
}
.img-right-case img{
  width: 100%;
  height: 100%;
}

.font-14{
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.case-img-text{
  font-size: 80px !important;
}
.margin-case-img-gp{
  margin-top: -100px;
}
.main-service-need{
  width: 288px;
}
.solution-card{
  background-color: #fff;
  padding: 42px 80px 46px 41px;
}
.img-text-inner-case{
  font-size: 30px !important;
}
.img-text-inner-case-22{
  font-size: 22px;
  color: #2D5651;
  font-weight: bold;
}
.mt-212{
  margin-top: 212px;
}

.acc-main-title{
  display: flex;
  align-items: center;
  gap: 24px;
}
.overflow-auto{
  overflow: hidden !important ;
}
.ac-btn-services{
  flex-direction: column;
    align-items: start;
    justify-content: unset;
}
.accordion-learning  .accordion-button::before{
  top: 36px !important;
}

.custom-accordion .accordion-button:not(.collapsed) .buy-btn{
  display: none;
}


.timeline-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  padding: 50px 10px;
  width: 100%;
}
.time-line-main-years{
  width: 100%;
}

.arrow-btn {
  background-color: #fff;
  border: 2px solid #2c7a7b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
  color: #2c7a7b;
  transition: background-color 0.3s ease;
}

.arrow-btn:hover {
  background-color: #2c7a7b;
  color: #fff;
}

.timeline-wrapper {
  position: relative;
  width: 90%;
  overflow: hidden;
  height: 50px;
}

.timeline-line {
  position: absolute;
  top: 30px;
  left: 0;
  height: 3px;
  background-color: #2c7a7b;
  width: 100%;
  z-index: 0;
}

.timeline-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease-in-out;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  justify-content: center;
    gap: 50px;
}

.timeline-year {
  flex: 0 0 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.2s ease, color 0.3s ease;
  margin-top: -10px;
}

.timeline-year::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #2D5751;
  border-radius: 50%;
  z-index: 1;
}

.timeline-year.active {
  font-weight: bold;
  color: #D96F37 !important;
}

.timeline-year.active::before {
  background-color: #D96F37;
}

.timeline-year:hover {
  transform: scale(1.1);
}
.slider-main {
  transition: all 0.4s ease;
}
.slider-timeline-bg-img{
 
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 29px 10px 30px 30px;
  position: relative;
}
.slider-timeline-bg-img-1{
  background: url('assets/images/timeline-1.png');
}

.slider-timeline-bg-img-2{
  background: url('assets/images/timeline-2.png');
}
.slider-timeline-bg-img-3{
  background: url('assets/images/timeline-3.png');
}
.slider-timeline-bg-img-4{
  background: url('assets/images/timeline-4.png');
}
.slider-inner{
  display: none;
}
.slider-active .slider-inner{
  display: block;
}
.slider-active::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 86, 81, 0.65);
  left: 0;
  top: 0;

} 
.w-20{
  width: 20%;
}
.slider-inner{
  position: relative;
  z-index: 1;
}
.mega-menu{
  width: 80%;
  border-radius: 0;
  margin-top: -1px !important;
  background-color: #2D5751 ;
  left: 14% !important; 
  box-shadow: none;
}
.mega-menu .dropdown-item{
  color: #fff !important;
  font-size: 14px;
} 

.mega-menu .dropdown-item:hover{
  background-color: transparent !important;
  color: #D86F37 !important;
}

.navbar-expand-sm .navbar-collapse.collapse:not(.show) {
  display: flex !important;
}
@media(max-width:1919px){
  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
  }
  .header-number a{
    font-size: 20px;
  }
  .header-btn{
    width: 130px;
    height: 52px;
    font-size: 16px;
  }
  .navbar{
    padding: 0px 30px 0px 30px;
  }
  .home-banner-content-left{
    margin-left: 150px;
    margin-top: -50px;
  }
  .banner-heading {
    font-size: 70px;
    line-height: 80px;
}
.home-cards-main {
  margin: 0px 30px;
}
.review-img-main img{
  width: 500px;
}
.page-main-title{
  font-size: 50px;
  line-height: 65px;
}
.shape-footer{
  width: 160px;
  left: -100px;
}
.page-center-img{
  z-index: -1;
}

.latest-news-shape{
  z-index: -1 !important;
}

.img-right-case{
  width: 45%;
}

}
@media(max-width:1320px){
  .header-right-content{
    display: none !important;
  }
}
@media(max-width:1180px){
  .w-centered{
    width: 100%;
  }
}
@media(max-width:1080px){
  textarea, textarea::placeholder{
    font-size: 17px!important;
    font-weight: 500 !important;
    color: #717171!important;;
  }
  .navbar-collapse {
    z-index: 999;
    background: #194641;
    left: 0;
    position: absolute;
    top: 100px;
    width: -webkit-fit-content;
    height: 200vh;
    padding: 20px 35px;
  }
  .safari .navbar-collapse {
    z-index: 999;
    background: #194641;
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%!important;
    height: 200vh;
    padding: 20px 35px;
  }
  .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .navbar-nav .nav-item{
    border-bottom: 1px solid #ffffff;
    padding: 13px 11px;
  }
  .dropdown-toggle::after{
    margin-right: 16px;
    background-image: url(assets/images/nav-arrow-mob.svg);
    transition: transform 0.3s ease;
  }  
  .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
  }
  .navbar-nav {
    gap: 4px !important;
  }
  .navbar .dropdown-menu{
    background-color: transparent;
    box-shadow: none!important;
  }
  .mega-menu{
    background: transparent;
  }
  .navbar .dropdown-header {
    margin-left: -60px;
    margin-top: -20px;
  }
  .mega-menu .dropdown-toggle::after {
    left: 38px!important;
    top: -16px;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static!important;
  }
  .mobile-head-contact{
    border-bottom: 1px solid #ffffff;
  }
  .mobile-head-contact .header-number a{
    font-size: 30px;
  }
  .mobile-head-contact .header-text{
    color: #ffffff;
    margin-bottom: 30px;
  }
  .navbar-expand-sm .navbar-collapse.collapse{
    overflow: scroll;
    max-height: 100vh;
    padding-bottom: 200px;
  }
  .navbar-expand-sm .navbar-nav .about-drop-header{
    margin-left: -12px;
  }
  .navbar-expand-sm .navbar-nav .about-drop-header .nav-link{
    font-weight: 300 !important;
    font-size: 18px !important;
  }
  .navbar-expand-sm .navbar-nav .sub-to-sub-nav{
    margin-left: -17px;
    padding-bottom: 40px;
  }
  .navbar-expand-sm .navbar-nav .sub-to-sub-nav a{
    margin-top: 21px;
    position: relative;
  }
  .latest-news-card{
    display: block ;
    margin-bottom: 40px;
  }
  .nav-link-header{
    height: 100%;
  }
  .memberships-main{
    overflow: auto;
    gap: 30px;
  }
  .contact-map-main .form-main .justify-content-between.mt-2{
    flex-wrap: wrap;
  }
  .client-logos{
    flex-wrap: wrap;
  }
  .logo-main-footer{
    flex-wrap: wrap;
  }
  .page-center-img{
    width: 171px;
    height: 300px;
  }
  .page-center-img img{
    width: 171px;
  }
  .page-center-img-right img{
    width: 295px;
  }
  .latest-news-shape{
    display: none;
  }
  .input-footer{
    min-width: 100px;
  }
  .slider-banner-main-img img,.home-banner-video-main img{
    width: 503px;
    /* height: 385.49px; */
    height: auto;
    /* margin-left: 25px; */
  }
  .home-banner-shape img{
    width: 310px;
  }
  .banner-heading {
    font-size: 34px;
    line-height: 40px;
    z-index: 9999;
    position: relative;
  }
  .banner-sub-heading{
    font-size: 24px;
  }
  .banner-left-main-home{
    position: absolute;
  }
  .home-banner-content-left{
    margin-left:0px;
    margin-top: 45px;
  }
  .home-banner-video-main{
    height: 100%;
    width: 414px;
  }
  .btn-play-banner img{
    height: 34px;
    width: 34px;
  }
  .slider-banner-main-img,.home-banner-video-main{
    left: -49px;
    top: 19px;
  }
  .home-bg{
    height: 605px;
  }
  .home-banner-content-left .d-flex.gap-3{
    flex-direction: column;
    gap: 20px;    
    align-items: start !important;
  }
  .left-contact-main{
    padding: 34px 20px 52px 20px;
  }
  .page-main-title{
    font-size: 30px;
  }
  .footer-logo img{
    width: 232.32px;
    margin-bottom: 30px;
  }
  .footer-main{
    padding: 57px 0px 0px 0px;
  }
  .social-links-main{
   flex-direction: column-reverse;
  }
  .social-links{
    margin-top: 30px;
  }
  .address-title{
    font-size: 30px;
  }
  .our-value-img-main img {
    left: 11px;
    top: 11px;
  }
  .safari .page-template-page-homepage .our-value-img-main img {
    width: 100%!important;
    height: auto!important
  }
  .ab-img-styled img{
    top: 5px;
    left: 5px;
  }
  .img-advisor{
    width: 100% !important;
  }
  .img-advisor img{
    height: 220px;
  }
  .img-about-styled .ab-img-styled img {
    top: 5px !important;
    left: 5px !important;
  }
  .career-shape-center{
    margin-top: 10px;
  }
  .custom-accordion .accordion-button {
    padding-right: 10px;
  }
  .custom-accordion .accordion-button::before{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
  }
  .img-map{
    height: 750px;
    /* padding: 30px 20px; */
  }
  .address-card{
    padding: 16px 32px 30px 29px;
    width: 250px;
  }
  .footer-bottom-links{
    margin-top: 30px;
  }
  .footer-design{
    margin-top: 30px;
  }
  .captcha{
    margin-bottom: 30px;
  }
  .latest-news-title{
    font-size: 22px;
  }
  .para-18{
    font-size: 16px;
  }
  .read-more-link{
    font-size: 18px;
  }
  .latest-news-card-right{
    padding:16px 20px 40px 19px;
  }
  .latest-news-card-img{
    width: 100%;
    height: 100%;
  }
  .latest-news-card-img img{
    width: 100%;
    max-width: 100%!important;
  }
  .latest-news-card-main{
    margin-top: 30px;
  }
  .para-26{
    font-size: 22px;
  }
  .default-button{
    font-size: 14px;
  }
  .our-value-img-main{
    position: inherit;
    margin-top: 20px;
  }
  .font-40{
    font-size: 30px;
  }
  .diagonal-bg::before {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%) !important;
  }
  .diagonal-bg-top-right::before {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%) !important;
  }
  .diagonal-bg-white{
    margin-top: 120px;
  }
  .diagonal-bg .pt-280{
    padding-top: 50px;
  }
  .page-main-title {
    line-height: 50px;
  }
  .advisor-main{
    height: 57.5%;
  }
  .team-container-main .button.button--aylen{
    width: 50%;
  }
  .review-img-main {
    flex-direction: column;
    gap: 0px;
  }
  .review-img-main img {
    width: 100%;
  }
  .review-img-top img{
    width: 100%;
    margin-bottom: 30px;
  }
  .team-container-main{
    margin-left: 20px;
  }
  .slider-img{
    width: 248.18px;
    height: 248.18px;
  }
  .slider-img img{
    width: 100%;
  }
  .slider-main{
    min-width: 249px;
  }
  .team-container-main .w-75{
    width: 100% !important;
    flex-direction: column;
    gap: 20px;
  }
  .diagonal-bg-bottom-left::before{
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 93%);
  }
  .client-logos{
    gap: 38px;
    text-align: center;
    justify-content: center !important;
  }
  .client-logos img {
      height: 60px!important;
      width: 150px !important;
   }
  .client-logos img:nth-child(2) {
    width: 83px !important;
  }
  .safari .client-logos img:nth-child(2) {
    width: 83px !important;
  }
  .diagonal-bg-white .font-40{
    padding: 0px 20px;
  }
  input::placeholder{
    color: #717171;
  }
  .footer-sections{
    margin-top: 23px !important;
  }
  .page-center-img {
    top: 390px;
  }
  .img-text-inner{
    font-size: 26px;
    width: 100%;
  }
  .rounded-img-text{
    width: 324px;
    height: 240.03px;
  }
  .asbestos-text h4{
    font-size: 30px;
  }
  .asbestos-text p{
    font-size: 16px;
  }
  .home-cards-main {
    margin: 0px 0px;
    gap: 50px;
  }
  .home-cards-main  .icon {
    display: block;
  }
  .card-title-home-ab{
    font-size: 30px;
    height: 50px;
  }
  .survey-section .page-center-img{
    display: none;
  }
  .card-home-ab-active .card-text {
    color: #fff;
    text-align: left;
    font-size: 16px;
  }
  .banner-shape-right{
    right: -2px;
    top: -45px;
  }
  .client-logos img:nth-child(2){
    height: 47px!important;
	width : 60px!important;
  }
  .client-logos img:nth-child(4){
    height: 24px;
  }
  .client-logos img:nth-child(5){
    height: 24px;
	width : 160px!important;
  }
  .first-card-title-home-ab .icon {
    display: inline-block !important;
    float: left;
  }
  .first-card-title-home-ab{
    text-align: center !important;
  }
  .navbar{
    height: 100px;
  }
  .card-home-ab-active .arrow-bg img{
    margin-left: -13px;
  }
  .card-home-ab{
    text-align: left;
  }
  .w-20{
    width: 100%;
  }
  .shape-footer {
    width: 160px;
    left: 0px;
    bottom: 0px;
    position: relative;
  }
  .shape-footer img{
    width: 427px;
  }
  .navbar-toggler{
    width: 60px;
    height: 60px;
    background-color: #D86F37;
    border-radius: 50%;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .navbar-toggler-icon{
    width: 27px;
    height: 27px;
    filter: brightness(0) invert(1);
  }
  .banner-left-main-home{
    top: 0;
  }
  .home-banner-new{
    top: 0px;
  }
  .ab-img-styled img {
    margin-top: 5px;
    width: 100%;
    margin-left: 5px;
  }
  .ab-img-styled{
    margin-top: 10px;
  }
  .diagonal-bg{
    margin-top: 30px;
  }
  .safari .diagonal-bg-white-homepage{
    margin-top: 310px;
  }
  .accordion-button{
    font-size: 18px;
  }
  .survey-title{
    font-size: 26px;
  }
  .survey-subtitle{
    font-size: 20px;
  }
  .accordion-body {
    background-color: #F6F3EE;
    padding: 16px 20px 17px 20px;
  }
  .accordion-body .default-button.mt-60{
    margin-top: 20px !important;
    margin-bottom: 20px;
  } 
  .accordion-body .col-md-4.text-center{
    text-align: left !important;
  }
  .tab-card-main{
    padding: 24px 20px;
  }
  .nav-tabs .nav-item .nav-link{
    font-size: 18px;
  }
  .font-26 {
    font-size: 20px;
  }
  .asbestos-img {
    position: inherit;
    width: 100%;
  }
  #residential .row.position-relative,#commercial .row.position-relative{
    flex-direction: column-reverse;
  }
  .img-advisor{
    position: inherit;
  }
  .img-advisor img {
    width: 110.2%;
    margin-left: -30px;
    margin-top: 35px;
  }
  .page-template-about-us .img-advisor img {
    margin-top: 63px;
  }
  /* .navbar-nav .active {
    color: #2D5651 !important;
  } */
  .text-large {
    width: 100%;
  }
  .about-bg-left-banner {
    height: 604px;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%) !important;
  }
  .banner-text-center-2{
    height: 604px;
  }
  .home-bg-2{
    height: 604px;
  }
  .card-main-about{
    flex-direction: column;
    padding: 0 20px;
  }
  .ab-card-main {
    width: 100%;
  }
  .card-main-about .card-title-ab {
    font-size: 30px;
    height: 100px;
  }
  .careers-banner-text-main{
    margin-left: 0px;
  }
  .bg-light-moba{
    background-color: #2d5751b3;
  }
  .navbar-expand-sm .navbar-toggler {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: column;
  }
  .asbestos-links-main {
    gap: 20px;
    margin-top: 80px;
    flex-direction: column;
  }
  .latest-news-card-right{
    
  }
  .benefits-list{
    padding-left: 0px;
  }
  .success-card-main{
    flex-direction: column;
    margin-bottom: 30px;
  }
  .timeline-wrapper{
    width: 70%;
  }
  .timeline-track{
    gap: 0px;
    margin: 0 0px;

    justify-content: flex-start;
  }
  .timeline-year {
    flex: 0 0 80px;
  }
  .timeline-container{
    padding: 50px 0px;
  }
  .slider-timeline{
    width: 323px !important;
    height: 322px;
  }
  .slider-wrapper-3 .team-main{
    gap: 12px;
  }
  .benefit-list-desc{
    font-size: 16px;
  }
  .back-main{
    flex-direction: column;
  }
  #applyModal .modal-content {
    width: 100%;
  }
  .new-modal-main .modal-body {
    padding: 20px 20px 14px 20px;
  }
  .form-main-popup .d-flex.mt-3{
    flex-direction: column;
  }
  .close-icon-new {
    height: 40px;
    width: 40px;
    margin-top: -29px;
    margin-right: -9px;
  }
  .news-resources-bg-card{
    padding: 30px 20px 25px 20px;
  }
  .img-media-rs img{
    width: 100%;
  }
  .case-img-text {
    font-size: 50px !important;
  }
  .img-right-case {
    width: 100%;
  }
  .main-service-need-main{
    flex-direction: column;
  }
  .img-right-case{
    position: inherit;
  }
  .main-service-need {
    width: 100%;
  }
  .slider-wrapper-2 .ab-card-main {
    width: 301px;
  }
  .rounded-card-case-new{
    width: 100%;
    height: 100%;
    margin-top: 30px;
    background-size: contain;
  }
  .comparison-table th{
    font-size: 30px;
  }
  .comparison-table-mobile .td-inner{
    align-items: flex-start;
  }
  .comparison-table-mobile td p {
    margin-top: -5px;
  }

  .comparison-table-mobile tbody tr:nth-child(odd):not(:first-child) {
    border-bottom: 1px solid #707070!important;
  }
    .comparison-table-mobile td {
    border: none;
  }
  .comparison-table-mobile thead th{
    top: -43px;
    position: relative;
    padding: 0px;
  }
  .case-img img{
    width: 200px;
  }
  .case-img{
    width: 100%;
    background-size: cover;
  }
  .overflow-auto{
    overflow: auto !important ;
  }
  .land_scroll_main{
    display: none;
  }
  .career-success-story{
    margin-top: -150px;
  }
  .home-banner-content-left {
    margin-top: 45px!important;
  }
  .navbar-nav .nav-item .nav-link:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-nav .nav-item .nav-link:focus:not(:focus-visible) {
    outline: none;
  }
  .legionella-city-page-template-default .quote-container{
    padding: 40px 0px;
  }
  .ab-card-main{
    height: 500px!important;
  }
  .navbar-toggler {
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .close-icon {
    font-size: 24px;
    transition: opacity 0.3s ease;
  }
  .navbar-toggler .close-icon {
    position: absolute;
    top: 16px;
    left: 22px;
  }
  .btn-play-banner {
    top: 44%;
    left: 58%;
  }
  #our-history .arrow-btn-slider, #history .arrow-btn-slider{
    margin-right: 5px;
  }
  .safari .banner-left-main-home{
    top: 0;
  }
  .safari .ab-card-main {
     width: 100%!important;
  }
  .CareersDetails-main {
    width: 100%!important;
  }
}


/* Header base styling (adjust as needed) */
.navbar .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.navbar .dropdown-header {
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
}
.about-drop-header{
  width: 212px;
}

.career-benefits{
  padding-top: 80px;
}

.advisor-main-desktop-parralex{
  background-image: url('assets/images/parralex-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* background: url('assets/images/parralex-img.png') 50% 91% repeat fixed;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-repeat: no-repeat; */
}

/* Hover dropdown open on desktop */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    left: 0px;
    /* margin-top: 41px !important; */
  }

}

/* Hide dropdown on mobile collapse unless open */
@media (max-width: 1080px) {
    .navbar-expand-sm .navbar-collapse.collapse:not(.show) {
      display: none !important;
    }
    .navbar .dropdown-header{
      float: left;
      padding-bottom: 35px;
    }
    .mega-menu .dropdown-toggle::after{
      position: relative;
      left: -10px;
      margin-left: 0px;
      background-image: url('assets/images/arrow-header-white.svg') !important;

    }
    .mega-menu .dropdown-toggle.bg-transparent{
      display: inline;
      float: right;
      /* line-height: 63px; */
    }
    .navbar-expand-sm .navbar-collapse.collapse.show {
      display: block !important;
    }
    .dropdown-header{
      display: inline-block;
    }
    .drop-toggle-moba::after{
      font-size: 20px;
      color: #D86F37;
    }
    /* Base hidden state */
  .navbar-collapse {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  }

  .navbar-collapse.show {
    max-height: 200vh; 
    opacity: 1;
    transform: translateY(0);
  }
  .call-icon-main{
    margin-top: 0px;
  }
}

/* Optional: prevent megamenu from going full width on small screens */
@media (max-width: 991.98px) {
  .dropdown-menu.mega-menu {
    width: 100%;
    padding: 1rem;
  }
  .home-bg, .home-bg-2 {
    margin-top: 100px;
    margin-bottom: 150px;
  }
  .footer-location{
    margin-top: 15px;
  }
	.card-main-about .card-title-ab{
		font-size: 35px;
		font-weight: bold;
		height: 150px;
		line-height: 40px;
	}
}

@media(max-width:1397px){
  .mega-menu {
    width: 100% !important;
    left: 0 !important;
  }
  .img-advisor{
    width: calc(100vh - -45vh);
  }
}

@media (min-width: 1081px) and (max-width: 1200px) {
  .img-advisor{
    width: calc(100vh - 15vh);
  } 
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .home-bg {
    height: 700px;
  }
  .slider-banner-main-img {
    height: 700px!important;
  }
  .home-banner-video-main .banner-slider-img-hm {
    height: 700px!important;
    width: 81%!important;
  }
  .btn-play-banner img {
    width: 60px !important;
    height: 60px !important;
  }
  .img-advisor{
    width: calc(100vh - 0vh);
  } 
}
@media (min-width: 1501px) and (max-width: 1899px) {
  .img-advisor{
    width: calc(100vh - -9vh);
  } 
}

@media (min-width: 1200px) and (max-width: 1900px) {
  #surveyAccordion{
    margin: 0 auto;
    width: 66%;
  }

  #surveyAccordion .accordion-body img{
    width: 220px;
  }
  .our-team-page .centered-title-main .para-18{
    width: 55% !important;
  } 
  .home-banner-content-left img{
    width: 215px!important;
  }
}

@media (min-width: 1082px) and (max-width: 1900px) {
  .slider-timeline {
    width: 280px !important;
    height: 260px;
  }
  .team-container-main{
    /* margin-top: 0px; */
    margin-top: 69px;
  }
  .slider-active .slider-inner .font-20{
    font-size: 15px!important;
  }
  .slider-active .slider-inner .font-40{
    font-size: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #surveyAccordion{
    margin: 0 auto;
    width: 58%;
  }

  #surveyAccordion .accordion-body img{
    width: 180px;
  }

  .left-contact-main {
    background-color: #D96F37;
    padding: 80px 23px;
  }
  .footer-sections{
    max-width: 960px;
  }
  .slider-banner-main-img img{
    height: 722px;
  }
}

@media (min-width: 1081px) and (max-width: 1300px) {
  .header-right-content{
    display: block!important;
  }
  .header-right-content a{
    font-size: 15px;
  }
  .header-text {
    font-size: 12px;
  }
  .header-btn {
    width: 115px;
    height: 37px;
    font-size: 12px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  .navbar-nav {
    gap: 10px !important;
  }
}

@media (min-width: 1220px) and (max-width: 1230px) {
  .custom-accordion .accordion-button::before{
    width: 14px;
  }
  .img-advisor img {
    margin-top: -1px;
    height: 404px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .home-bg {
    height: 400px;
  }
  .slider-banner-main-img img, .home-banner-video-main img {
    width: 443px;
    height: 400.49px;
  }
  .slider-banner-main-img, .home-banner-video-main {
    left: -15px;
    top: 0px;
  }
  .btn-play-banner img {
    height: 34px!important;
    width: 34px!important;
  }
  .mapfooter > div{
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 415px) {
  .phone-icn-mob {
      margin-left: 10px!important;
  }
  /* .mobile-right-head {
    margin-right: 25px;
  } */
  .shape-footer img {
      width: 390px;
  }
  .accordion-body {
    padding: 16px 20px 17px 40px;
  }
  .carousel-indicators{
    top: 108%;
  }
  .img-advisor img {
    width: 111.2%;
    height: auto;
    margin-left: -29px;
  }
  .about-heading-main{
    margin-top: -90px;
  }
  .contact-link{
    z-index: 99;
  }
  .timeline-track-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .timeline-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
  }
  .timeline-year {
    flex: 0 0 auto;
    padding: 0 10px;
    margin-top: 0;
  }
  .timeline-year::before{
    margin-top: -10px;
  }
  .slider-banner-main-homepage-img img{
    margin-left: 25px;
  }
  .mapfooter > div{
    width: 100%;
  }
  .btn-play-banner {
    top: 44%;
    left: 53%;
  }
  .social-main > *:first-child {
    width: 24%!important;
  }
}

@media (min-width: 414px) and (max-width: 431px) {  
  .img-advisor img {
    width: 111.2%;
    height: auto;
    margin-left: -33px;
  }
  .advisor-main {
    height: 48%;
  }
  .about-heading-main{
    margin-top: -90px;
  }
  .contact-link{
    z-index: 99;
  }
  .carousel-indicators{
    top: 108%;
  }
  .timeline-track-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  .timeline-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
  }
  .timeline-year {
    flex: 0 0 auto;
    padding: 0 10px;
    margin-top: 0;
  }
  .timeline-year::before{
    margin-top: -10px;
  }
  .slider-banner-main-homepage-img img{
    margin-left: 25px;
  }
  .btn-play-banner {
    top: 44%;
    left: 53%;
  }
  .social-main > *:first-child {
    width: 22%!important;
  }
	.page-template-about-us .img-advisor img {
        margin-top: 25px!important;
    }
}

@media (min-width: 992px) and (max-width: 1079px) {
  .advisor-main-desktop-parralex{
    background-size: cover!important;
  }
  .advisor-main-desktop-parralex .main-title-img img{
    width: 50%;
    margin-bottom: 15px;
  }
  .advisor-main-desktop-parralex .page-main-title{
    line-height: 32px;
  }
}

@media (min-width: 1080px) and (max-width: 1199px) {
  .advisor-main-desktop-parralex{
    background-size: contain!important;
    margin-top: -82px;
  }
  .advisor-main-desktop-our-team-parralex{
    margin-top: 0px!important;
  }
  .advisor-main-desktop-parralex .main-title-img img{
    width: 60%;
    margin-bottom: 15px;
  }
  .advisor-main-desktop-parralex .page-main-title{
    line-height: 50px;
    font-size: 40px;
  }
  .advisor-main-desktop-parralex .centered-title-main{
    margin-top: 67px;
  }
  .advisor-main-desktop-parralex .default-button{
    min-height: 44px;
    min-width: 171px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .advisor-main-desktop-parralex{
    background-size: contain!important;
    margin-top: -82px;
  }
  .advisor-main-desktop-our-team-parralex{
    margin-top: 0px!important;
  }
  .advisor-main-desktop-about-parralex{
    margin-top: 90px;
  }
  .advisor-main-desktop-single-service-parralex{
    margin-top: -75px;
  }
  .advisor-main-desktop-parralex .main-title-img img{
    width: 60%;
    margin-bottom: 15px;
  }
  .advisor-main-desktop-parralex .page-main-title{
    line-height: 50px;
    font-size: 40px;
  }
  .advisor-main-desktop-parralex .centered-title-main{
    margin-top: 67px;
  }
  .advisor-main-desktop-parralex .default-button{
    min-height: 44px;
    min-width: 171px;
    font-size: 14px;
  }
  .single-service-history{
    margin-top: 0px;
  }
  .home-bg {
    /* height: 722px; */
    height: 640px;
  }
  .home-banner-video-main img:first-child{    
    /* height: 722px !important; */
    height: 640px !important;
  }
  .btn-play-banner img {
    height: 62px!important;
    width: 62px!important;
    margin-top: -250px;
  }
  .home-banner-content-left {
    margin-top: -140px!important;
  }
  .home-banner-video-main .banner-slider-img-hm {
    height: 700px !important;
    width: 100% !important;
  }
  .home-banner-video-main .slider-banner-main-homepage-img .btn-play-banner img{
    margin-top: -130px!important;
  }
}

@media (min-width: 1501px) and (max-width: 1900px) {
  .advisor-main-desktop-parralex{
    background-size: contain!important;
    margin-top: -82px;
  }
  .advisor-main-desktop-our-team-parralex{
    margin-top: 0px!important;
  }
  .advisor-main-desktop-about-parralex{
    margin-top: 90px;
  }
  .advisor-main-desktop-single-service-parralex{
    margin-top: -60px;
  }
  .advisor-main-desktop-parralex .main-title-img img{
    width: 100%;
    margin-bottom: 15px;
  }
  .advisor-main-desktop-parralex .page-main-title{
    line-height: 50px;
    font-size: 50px;
  }
  .advisor-main-desktop-parralex .centered-title-main{
    margin-top: 50px;
  }
  .advisor-main-desktop-parralex .default-button{
    min-height: 44px;
    min-width: 171px;
    font-size: 14px;
  }
  .single-service-history{
    margin-top: 50px;
  }
  .home-banner-content-left img{
    width: 300px!important;
  }
}

@media (min-width: 1901px) and (max-width: 2050px) {
  .advisor-main-desktop-parralex{
    background-size: contain!important;
  }
  /* .advisor-main-desktop-parralex{
    background: url('assets/images/parralex-img.png') 62% 91% repeat fixed!important;
  } */
}

@media (min-width: 426px) and (max-width: 470px) {
  .home-banner-video-main img {
    width: 529px !important;
    height: 410px !important;
    margin-left: 41px !important;
  }
  .home-banner-video-main .btn-play-banner img {
    height: 34px!important;
    width: 34px!important;
  }
}
@media (min-width: 471px) and (max-width: 571px) {
  .home-banner-video-main img {
    width: 645px !important;
    height: 410px !important;
    margin-left: 30px !important;
  }
  .home-banner-video-main .btn-play-banner img {
    height: 34px!important;
    width: 34px!important;
  }
}
@media (min-width: 572px) and (max-width: 766px) {
  .home-banner-video-main img {
    width: 847px !important;
    height: 400px !important;
    margin-left: -373px !important;
  }
  .home-banner-video-main .btn-play-banner img {
    margin-left: -204px!important;
    height: 34px!important;
    width: 34px!important;
  }
  .social-main > *:first-child {
    width: 13%!important;
  }
}
@media (min-width: 855px) and (max-width: 1079px) {
  .home-banner-video-main img {
    width: 557px!important;
    height: 400.49px!important;
  }
  .home-banner-video-main .btn-play-banner img {
    margin-left: -204px!important;
    height: 34px!important;
    width: 34px!important;
  }
  .page-template-full-width-services .btn-play-banner{
    left: 100%;
  }  
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .home-banner-video-main img {
    width: 585px!important;
    height: 400.49px!important;
  }
  .home-bg {
    height: 400.49px!important;
  }
  .home-banner-content-left {
    margin-top: -231px!important;
    margin-left: -70px!important;
  }
  .banner-heading {
    font-size: 45px!important;
    line-height: 60px!important;
  }
  .home-banner-video-main .btn-play-banner img {
    margin-left: -0px!important;
    height: 34px!important;
    width: 34px!important;
  }
  .page-template-full-width-services .btn-play-banner{
    top: 28%;
  }
}

#surveyAccordion{
  padding-bottom: 100px;
}

.memberships-main img{
  filter: grayscale(1) brightness(1);
}
.our-team-btn{
  padding: 15px 38px;
}
.pb-300-team{
  padding-bottom: 300px;
}
.mobile-right-head{
  display: flex;
  gap: 8px;
}
.phone-icn-mob{
  margin-left: 77px;
}
.phone-icn-mob img{
  width: 60px;
}
@media (max-width: 767px) {
    .banner-left-main-home{
    position: inherit !important;
  }
	.navbar-brand img{
	    width: auto!important;
    	height: 30px!important;
	}
}
@media(min-width:1080px){
  .home-banner-video-main img:first-child{
      width:-webkit-fill-available;
      width: -moz-available;
      height: 861px;
  }
  .btn-play-banner img{
    width: 60px !important;
    height: 60px !important;
  }
  .safari .home-banner-video-main img:first-child{
    width:100%!important;
    height: 861px;
  }
}

.client-logos img{
  width: 214px;
}
.client-logos img:nth-child(2) { width: 83px; }
.client-logos img:nth-child(4) { width: 151px; }

.fix_tab {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 35px 15px !important;
    z-index: 99;
    border-top: 1px solid #d1d1d1;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.home-banner-content-left{
  margin-top: -60px;
}

.about-drop-header a.font-20{
  font-weight: 500!important;
}

@media (min-width: 375px) and (max-width: 500px) {
	.safari .page-template-about-us .img-advisor img {
    margin-top: 15px!important;
  }
	.navbar-brand img{
	    width: auto!important;
    	height: 30px!important;
	}
}

.client-logos img:nth-child(2){
	height: 47px!important;
	width : 60px!important;
}
.safari .client-logos img:nth-child(2){
	height: 47px!important;
	width : 60px!important;
}
.client-logos img:nth-child(5){
	height: 60px;
	width : 160px!important;
}


@media (min-width: 992px) {
  .navbar-brand {
    width: 190px;
    flex: 0 0 auto;
  }
}