/* @media (min-width: 1200px){
.container {
  width: 1170px;
}
} */
@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    left: 0;
  }
  
  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }
  
  .small nav .sidebar>ul>li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  
  }
  
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  
  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
  
  .small {
    display: block;
    background-color: #fff;
  } 
  .main-header{
    display: none;
  }
  .small img {
    width: 115px;
  }
  h1 {
    font-size: 24px;
  }
  .banner .carousel-caption p {
    padding: 10px 243px 10px 10px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
  }
  .card.h-100 {
    border: 1px solid #B80079;
    height: 95% !important;
    margin-bottom: 10px;
  }
  .service-box {
    border: 1px solid #fff;
    padding-bottom: 10px;
    height: 95%;
  }
  .boxchoose {
    border: 2px dotted #fff;
    padding: 20px;
    margin-top: 55px;
    color: #fff;
    min-height: 270px;
  }
}

@media screen and (max-width: 767px) {

  .banner .carousel-caption p {
    padding:0px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
  }
  .w-100 {
    width: 100% !important;
    height: 370px;
  }
}

@media screen and (max-width: 567px) {
  .decorated > span {
    position: relative;
    display: inline-block;
    font-size: 24px;
  }
  .welcome-text h4 {
    color: #fff;
    line-height: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .services p {
    text-align: center;
    color: #fff;
    padding: 0px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  .banner .carousel-caption p {
    padding: 0px;
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    display: none;
  }
  .banner .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
      border-top-color: currentcolor;
      border-top-style: none;
      border-top-width: 0px;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    display: none;
  }
  .banner .carousel-caption {
    text-align: left;
    position: absolute;
    left: 107px;
    top: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    max-height: 316px;
    padding-left: 25px;
  }
  .banner .info-btn2, .info-btnsl {
    color: #fff !important;
    background: transparent !important;
    text-shadow: 0 0 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 31px;
    padding: 7px 47px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .carousel-caption {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    max-height: 316px;
    padding-left: 25px;
  }
  .image-fram .tool .box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    height: 160px;
    margin-left: 0px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 500px) {
  .banner .carousel-caption {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    max-height: 316px;
    padding-left: 25px;
  }
  .banner .info-btn2, .info-btnsl {
    color: #fff !important;
    background: transparent !important;
    text-shadow: 0 0 0 !important;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 31px;
    padding: 7px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 18px;
  }
  .w-100 {
    width: 100% !important;
    height: 220px;
  }

}

@media screen and (max-width: 320px) {
  .decorated > span::before, .decorated > span::after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid;
    width: 19px;
    margin: 0 8px;
    display: none;
  }
  .top-bar {
    color: #000;
    display: none;
  }
  #review .car-p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
    text-align: center;
  }
  .client.row {
    display: none;
  }
}