@media(max-width:1199px){
  .navbar-brand img{
    width: 100px;
  }
  .main-header .navbar-expand-lg .navbar-nav .nav-link{
    padding-left:0;
    padding-right:0;
  }
  .banner-heading {
    font-size: 56px;
  }

}
@media (max-width: 991px) {
  .hmg-bnr-slidr{
    margin-top:25px;
  }
  .advantages-sec .sec-title, .about-sec .sec-title, .clients-section .sec-title {
    width: 100%;
    margin-bottom:15px;
  }
  .why-chose-col {
    width: calc(33% - 20px);
  }
  .col-content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
	.rightset {
		position: relative!important;}
 
  .why-chose-col {
    width: calc(50% - 20px);
  }
  .why-chose-col {
    margin-top: 20px;
  }
  .section-desc {
    width: 100%;
  }
  .sec-title {
    width: 100% !important;
  }
  .ps-title {
    font-size: 25px;
  }
  .clients-item {
    max-width: 160px;
    padding: 10px;
  }
  .clients-item img {
    width: 100%;
  }
  .client-col {
    display: flex;
    justify-content: center;
  }
  .banner-heading {
    font-size: 45px;
    text-align: center;
    width: 100%;
  }
  .banner-heading span {
    display: block;
  }
  .banner-btn-wrap {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .sec-title {
    font-size: 30px;
  }
  .customer-support-box .container .row {
    gap: 20px;
  }
  .footer-top .row {
    gap: 30px;
  }
  .why-chose-sec .headline {
    font-size: 14px;
  }
  .section-desc {
    font-size: 14px;
    text-align: center;
  }
  .get-quote-section h2 {
    font-size: 35px;
  }
  .ps-media {
    padding: 0;
  }
  .ps-text-content {
    padding: 15px 0;
  }
  #contactForm input {
    width: 100%;
  }
  .banner-heading {
    font-size: 30px !important;
  }
  .col-desc {
    font-size: 14px;
  }
  .contact-dets {
    font-size: 12px;
  }
  .top-bar .slash {
    display: none;
  }
  .top-bar .row {
    align-items: center;
  }
  .support-text {
    font-size: 14px;
  }
  .support-icon {
    width: 30px;
    height: 30px;
  }
  .copyright-text {
    font-size: 12px;
  }
  .top-bar{
    display:none;
  }
  .why-chose-col {
    width: calc(100% - 20px);
  }
  .get-quote-section {
    padding: 40px 0px;
  }
}
