@media only screen and (max-width: 1000px) {
  .header-logo {
    display: none;
  }
  .top-contact-section {
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
  }
  .phone-logo {
    display: block;
  }
}
/*@media only screen and (max-width: 1236px) {*/
/*  .navbar-toggler {*/
/*    display: block ;*/
/*  }*/

/*  .navbar-collapse{*/
/*    display: none !important; */
/*  }*/

/*  .navbar-collapse.show {*/
/*    display: block !important;*/
/*  }*/
/*}*/

@media only screen and (max-width: 1300px) {
  .why-body {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
 .about-heading-left{
    display: block;
    margin-top: 20px;
}
.about-heading-right{
    display: none;
}
}
@media only screen and (max-width: 992px) {
  .test-img-body {
    display: none;
  }
  .new-navbar{
      background: white !important;
      
  }
  .navbar-nav li:first-child {
  border-top: 1px solid var(--primary-color);
}
.new-navbar{
    width: 100%;
    padding: 2vw;
}
.navbar-body{
    padding: 0px;
}
.dropdown-menu{
    width: 100%;
}
.navbar-nav{
    width: 100%;
}
.top-contact-btn{
    width: fit-content;
    margin: auto;
}
   .sticky .nav-link.active {
  color: var(--primary-color) !important;

}
 .nav-item .nav-link:hover{
    background-color: #e6ccb2;
    color: var(--primary-color) !important;
}
 .nav-link.active {
  color: var(--primary-color) !important;
 background-color: #e6ccb2;
}
}
@media only screen and (max-width: 990px) {
  .f-blank {
    display: none;
  }
  .text-center {
    text-align: start !important;
    width: 100% !important;
  }
  .navbar-nav{
    width: 100%;
    padding: 10px;
  }
  .dropdown-menu{
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
/*    .why-body .heading-body .big-heading{*/
/*     font-size: clamp(35px, 4vw , 30px);*/
/*}*/
  .contact-body {
    width: 100%;
  }
  .text-center {
    text-align: start !important;
    font-size: 12px;
    width: 100% !important;
  }
    .contact-box{
    width: 100px;
    height: 80px;
    left: 0;
  }
  .logo p{
      font-size:17px;
  }
  .logo{
      height: 40px;
  }
  .top-about-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 40px;
}
.custom-toggler{
    width: 25px;
}
.bottom-about-img{
    width: 100%;
    height: 250px;
    border-bottom-right-radius: 40px;

}
.copy-right p{
    font-size: 14px;
    text-align: center;
}
}
@media only screen and (max-width: 800px) {
  .custom-prev,
  .custom-next {
    top: 105%;
  }
  .custom-prev {
    left: 50%;
    transform: translateX(50%);
  }

  .custom-next {
    right: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 330px) {
    
.top-contact-btn{
    padding: 5px 10px;
    font-size: 16px;

}
.marquee-item{
    margin: 5px 0px;
    font-size: clamp(13px ,3vw,20px);
}
.why-point{
    height: auto;
    align-items: start;
}
.why-point .why-des p{
font-size: 14px;
}

.why-content{
    padding: 8px;
}
.top-about-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 40px;
}

.bottom-about-img{
    width: 100%;
    height: 200px;
    border-bottom-right-radius: 40px;

}
.point-right{
    border-radius:5px;
}
.point-left{
    border-radius: 5px;
}
}

