@media(max-width:1400px) {
  .banner-car-img {
    padding-top: 10px;
  }

  .what-we-offer-card {
    padding: 17px;
  }

  .about-left p {
    font-size: 18px;
  }

  .cmn-heading h2 {
    font-size: 40px;
  }

  .testimonials-card {
    margin: 8px;
  }

  .footer p {
    font-size: 18px;
  }

  .footer p {
    font-size: 18px;
  }

  .f-con ul li a {
    font-size: 18px;
  }

  .footer p {
    font-size: 15px;
  }

}

/* Desktop hover */
@media(min-width:1199px) {
  .dropdown:hover .dropdown-content {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
  }

  .dropdown:hover .arrow {
    transform: rotate(180deg);
  }
}

/* Hamburger & mobile */
.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.close-btn {
  display: none;
}

@media (max-width: 1199px) {
  .menu-icon {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -280px;
    width: 260px;
    height: 100vh;
    background: #24c0ae;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 80px 25px;
    transition: right 0.4s ease;
    z-index: 9;
  }

  .nav-links.active {
    right: 0;
  }

  .nav-links li {
    width: 100%;
    margin: 9px 0;
  }

  .nav-links a {
    display: block;
    width: 100%;
    color: #eee;
    font-size: 15px;
  }

  .close-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
  }

  /* MOBILE DROPDOWN */

  .dropdown-content {
    position: static;
    /* inside flex column */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    background: #222;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }

  .dropdown.active .dropdown-content {
    max-height: 500px;
    /* enough to show all items */
    opacity: 1;
    visibility: visible;
  }

  .dropdown-content li {
    list-style: none;
  }

  .dropdown-content li a {
    display: block;
    padding: 10px 20px;
    color: #eee;
    font-size: 16px;
    text-decoration: none;
  }

  .dropdown-content li a:hover {
    background: #444;
  }

  /* Rotate arrow */
  .dropdown.active .arrow {
    transform: rotate(180deg);
  }

  .dropdown-content {
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
    padding: 0;
    /* initial padding hidden */
  }

  .dropdown.active .dropdown-content {
    padding: 10px 0;
    /* show padding when open */
  }

}

@media(max-width:991px) {
  .banner-main-card h2 {
    font-size: 23px;
    margin-bottom: 0;
  }

  .banner-main-card {
    padding: 11px;
  }

  .banner-card {
    padding: 6px;
  }

  .banner-card h4 {
    font-size: 12px;
  }

  .banner-right h5 {
    font-size: 15px;
  }

  .banner-right h1 {
    font-size: 24px;
    line-height: 38px;
  }

  .banner-right p {
    padding: 0;
    font-size: 11px;
  }

  .banner-bottom-sec {
    padding: 26px 10px;
  }

  .play-store-app img {
    width: 120px;
  }

  .play-store-app h4 {
    margin-right: 10px;
    font-size: 16px;
  }

  .call a {
    font-size: 18px;
  }

  .call-icon img {
    width: 18px;
  }

  .call-icon {
    width: 35px;
    height: 35px;
  }

  .about-left p {
    font-size: 12px;
    line-height: 24px;
  }

  .about {
    padding: 50px 0;
  }

  .cmn-heading h4 {
    font-size: 16px;
  }

  .cmn-heading h2 {
    font-size: 28px;
  }

  .cmn-btn a {
    font-size: 13px;
    padding: 12px 32px;
  }

  .about .cmn-btn {
    margin-top: 24px;
  }

  .cmn-heading {
    margin-bottom: 37px;
  }

  .what-we-offer .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
  }

  .w-body p {
    font-size: 13px;
  }

  .what-we-offer .container {
    padding: 30px 25px 20px 25px;
    border-radius: 80px 0 80px 0;
    background: linear-gradient(to bottom, #17C7A3 0%, #19A7D1 79%, #0D47A1 100%);
  }

  .footer .col-md-4 {
    width: 50%;
  }

  .footer .col-md-5 {
    width: 50%;
  }

  .footer .col-md-3 {
    width: 100%;
  }

  .footer {
    padding: 39px 0px 0px 0;
    ;
  }

  .f-con h3 {
    font-size: 24px;
    color: #CDFE00;
    margin-bottom: 19px;
  }

  .f-con ul li a {
    font-size: 18px;
  }

  .footer p {
    font-size: 12px;
  }

  .navbar {
    padding: 10px 0;
  }
}

@media(max-width:768px) {
  .banner .banner-left .col-md-6 {
    width: 50%;
  }

  .banner-right {
    padding-top: 32px;
  }

  .banner-right h1 {
    font-size: 20px;
    line-height: 33px;
  }

  .banner-right p {
    padding: 0 75px;
    font-size: 13px;
  }

  .play-store-app img {
    width: 100px;
  }

  .play-store-app h4 {
    font-size: 11px;
  }

  .call a {
    font-size: 13px;
    margin-left: 1px;
  }

  .call {
    display: flex;
    align-items: center;
    margin-right: 6px;
  }

  .about-left {
    margin-bottom: 60px;
  }

  .what-we-offer .container {
    border-radius: 30px;
  }

  .w-img img {
    width: 28px;
    height: 28px;
  }

  .w-img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }

  .w-body h3 {
    font-size: 18px;
  }

  .what-we-offer-card {
    background-color: #fff;
    border-radius: 15px;
  }

  .w-body p {
    font-size: 12px;
  }

  .testimonials-card .t-text {
    font-size: 12px;
  }

  .footer .col-md-4 {
    width: 100%;
  }

  .footer .col-md-5 {
    width: 100%;
  }

  .footer .col-md-3 {
    width: 100%;
  }

  .footer p {
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
  }

  .bottom-footer p {
    font-size: 11px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media(max-width:575px) {
  .play-store-app img {
    width: 108px;
  }

  .banner-right p {
    padding: 0 0;
    font-size: 13px;
  }

  .banner-card h4 {
    font-size: 11px;
  }

  .banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
  }

  .banner-bottom-sec {
    margin-top: -44px;
    border-radius: 0;
    display: flex;
    align-items: start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .call {
    margin-top: 20px;
  }

  .play-store-app {
    display: block;
    align-items: center;
  }

  .play-store-app h4 {
    margin-bottom: 10px;
  }

  .banner-bottom-sec {
    padding: 15px 10px 10px;
  }

  .about {
    padding: 30px 0;
  }

  .cmn-heading h2 {
    font-size: 23px;
  }

  .cmn-heading h4 {
    font-size: 14px;
  }

  .about-left p {
    text-align: justify;
  }

  .cmn-heading {
    margin-bottom: 15px;
  }

  .cmn-btn {
    text-align: center;
  }

  .what-we-offer .col-md-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .what-we-offer .container {
    border-radius: 0;
  }

  .testimonials {
    padding: 30px 0;
  }

  .testimonials .cmn-heading {
    margin-bottom: 0;
  }

  .footer {
    padding: 26px 0px 0px 0;
  }

  .f-logo img {
    width: 37px;
    margin-right: 10px;
  }

  .f-logo span {
    font-size: 19px;
    color: #CDFE00;
  }

  .footer p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }

  .f-con h3 {
    font-size: 20px;
    color: #CDFE00;
    margin-bottom: 19px;
  }

  .f-middle ul {
    columns: unset;
  }

  .f-con ul li {
    margin-bottom: 14px;
  }

  .f-con ul li a {
    font-size: 15px;
  }

  .f-end img {
    width: 20px;
  }

  .b-footer {
    display: block;
    text-align: center;
  }

  .bottom-footer p {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .b-f-right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .b-footer img {
    width: 14px;
    margin-right: 10px;
  }

  .banner-right {
    padding-top: 23px;
  }

  .logo img {
    margin-right: 10px;
    width: 34px;
  }

  .logo a {
    color: #CDFE00;
    font-size: 15px;
  }

  .banner-right h1 {
    font-size: 19px;
    line-height: 28px;
  }

  .banner-right h5 {
    font-size: 13px;
  }

  .what-we-offer .cmn-heading {
    margin-bottom: 24px;
  }

  .breadcrumb {
    margin-bottom: 5px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .form-title {
    font-size: 25px;
  }

  .info-title {
    font-size: 26px;
  }
  .contact-item{
    align-items: start;
  }
 .two-col{
  display: unset;
 }
 .form-wrapper{
  padding: 10px;
 }
 .info-section{
  padding: 20px 10px;
 }
 .contact-us-details .info-title{
  font-size: 22px;
 }
 .company-logo {
  font-size: 14px;
 }
 .u-login-left{
  display: none;
 }
 .u-login-box {
    padding: 16px;
 }
 .u-login-title {
    font-size: 15px;
}
.rate-card-wrapper{
  display: unset;
}
.rate-card{
  margin-bottom: 20px;
}
.city-tab-wrapper{
  overflow-x: scroll;
}
.main-tab-wrapper{
  overflow-x: scroll;
}
.hour-tab {
    padding: 10px 14px;
}
.user {
  border: none;
}

.why-us .col-md-4{
  margin-bottom: 20px;
}
.rates-section .tabs .tab {
    padding: 8px 6px;
}
.what-we-offer-card{
    height:auto;
}
}