@media (min-width: 1200px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width: 1024px) {
.vcp-trustHeroBar .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    transform: none !important;
  }
}
@media (max-width: 1199px){
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .btn{
        min-height: 42px;
        padding: 6px 15px;
        font-weight: 600;
        white-space: inherit;
    }
    .btn-sm{
        min-height: 35px;
        white-space: inherit;
    }
    .vcp-section-caption {
        gap: 15px;
        margin-bottom: 30px;
        font-size: 17px;
    }
    .vcp-btn-wrapp {
        margin-top: 15px;
    }
    .vcp-work-description {
        padding: 30px 20px;
        gap: 20px;
    }
    .vcp-services-style-1-list li {
        width: calc((100% - (5 * 20px)) / 5);
    }
    .vcp-money-guarantee-wrapp .number, .vcp-about-number-grid .number {
        font-size: 22px;
    }
    .vcp-features-col{
        padding: 15px;
    }
    .vcp-pricing-wrapp.vcp-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .vcp-main-pricing-col {
        padding: 20px;
    }
}
@media (max-width: 991px){
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
    .vcp-hero-sec .vcp-section-caption p,
    .vcp-section-caption {
        font-size: 16px;
    }
    .vcp-mobile-header .logo img{
        max-width: 110px;
    }
    #pageHeader{
        height: 68px;
        display: flex;
        align-items: center;
    }
    .spacing-padding {
        padding: 40px 0;
    }
    .spacing-margin {
        margin-bottom: 40px;
    }
    .vcp-hero-sec {
        background-image: var(--mobile-bg);
        height: calc(100vh - 68px);
    }
    .vcp-hero-sec.bg-overlay:after{
        content: '';
        background: var(--light-grey);
        opacity: .85;
    }
    .vcp-inner-hero-highlight {
        width: 100%;
    }
    .vcp-inner-hero-sec{
        background-image: var(--mobile-bg);
        min-height: 300px;
    }
    .vcp-inner-hero-sec .vcp-hero-wrapps{
        grid-template-columns: auto;
    }

    .vcp-cta-sec-2 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .vcp-thank-you-page-sec{
        margin:40px 0 30px;
    }
    .vcp-thank-you-wrapper{
        gap: 20px;
        padding: 15px;
    }
    .vcp-comparison-img {
        height: 320px;
    }
    .vcp-about-content-list li .img-holder img {
        width: auto;
    }
    .vcp-services-style-1-list li {
        width: calc((100% - (3 * 20px)) / 3);
    }
    .vcp-pricing-wrapp.vcp-grid-2,
    .vcp-pricing-wrapp.vcp-grid-3,
    .vcp-pricing-wrapp.vcp-grid-4,
    .vcp-choose-wrapper.vcp-grid-4,
    .vcp-choose-wrapper.vcp-grid-3,
    .vcp-widget-wrapper.vcp-grid-4,
    .vcp-widget-wrapper.vcp-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vcp-choose-wrapper.vcp-grid-4,
    .vcp-choose-wrapper.vcp-grid-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vcp-choose-wrapper .vcp-choose-col:nth-child(even):before{
        content: none;
    }
    .vcp-condition-inner {
        padding: 15px;
    }
    .vcp-bottom-description-wrapps {
        gap: 20px;
    }
    .vcp-details-wrapper {
        grid-template-columns: auto 250px;
    }
    .vcp-blog-detail-block{
        padding: 15px;
    }
    .vcp-main-booking-form .vcp-booking-main-head h2 {
        font-size: 20px;
    }
    .vcp-service-location-map{
        height: 270px;
    }
    .vcp-location-service-bar-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 15px;
    }
    .vcp-location-service-bar-list li {
        border-right:none;
        margin: 0;
        padding: 0;
    }
    .vcp-location-service-bar-list li:nth-child(1),
    .vcp-location-service-bar-list li:nth-child(2) {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
}
@media (max-width: 767px) {
    body{
        font-size: 15px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3{
        font-size: 18px;
    }
    .vcp-top-subtitle{
        font-size: 14px;
    }
    .vcp-hero-form{
        flex-direction: column;
        padding: 10px;
        gap: 12px;
    }
    .vcp-hero-form .form-control{
        background: var(--light-grey);
        border-radius: var(--border-radius-xs);
        padding: 4px 4px 4px 38px;
    }
    .vcp-hero-form .form-group:first-child::after{
        content:none;
    }
    .vcp-hero-form .form-group i {
        left: 9px;
        font-size: 16px;
        margin-top: 1px;
    }
    .vcp-trust-hero-bar .vcp-trust-col img{
        max-width: 45px;
    }
    .vcp-trust-hero-bar {
        font-size: 12px;
        line-height: 16px;
    }
    .vcp-star-bar-wrapps {
        gap: 10px;
        font-size: 12px;
    }
    .vcp-services-style-1-list li {
        width: calc((100% - (1 * 20px)) / 2);
    }
    .vcp-about-number-grid {
        gap: 15px;
    }
    .vcp-money-guarantee-wrapp{
        margin-top: 15px;
    }
    .vcp-about-number-grid .vcp-rating-icon{
        margin: 0 auto 6px;
    }
    .vcp-money-guarantee-wrapp{
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    .vcp-pricing-wrapp.vcp-grid-2,
    .vcp-pricing-wrapp.vcp-grid-3,
    .vcp-pricing-wrapp.vcp-grid-4,
    .vcp-choose-wrapper.vcp-grid-4,
    .vcp-choose-wrapper.vcp-grid-3,
    .vcp-widget-wrapper.vcp-grid-4,
    .vcp-widget-wrapper.vcp-grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .vcp-choose-wrapper .vcp-choose-col::before{
        content: none;
    }
    .vcp-condition-wrapps .vcp-icon-aside {
        min-width: 75px;
    }
    .vcp-condition-wrapps .vcp-icon-circle {
        width: 65px;
        height: 65px;
    }
    .vcp-condition-wrapps .vcp-icon-circle img{
        max-width: 40px;
    }
    .vcp-condition-wrapps .vcp-icon-aside:before {
        width: 16px;
        height: 40px;
        background-image: radial-gradient(#ffd0e7 2.5px, transparent 2.5px);
        left: -5px;
    }
    .vcp-condition-wrapps .vcp-icon-aside:after{
        height: 70px;
    }
    .vcp-condition-wrapps .vcp-condition-wrapps-head {
        gap: 20px;
    }
    .vcp-condition-wrapps .vcp-section-caption{
        padding-left: 0;
    }
    .vcp-condition-wrapps {
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .vcp-condition-points h3 {
        font-size: 20px;
        padding-left: 30px;
    }
    .vcp-condition-points h3:after {
        width: 20px;
        height: 24px;
    }
    .vcp-bottom-description-line {
        width: 50px;
        height: 1px;
    }
    .vcp-bottom-description-wrapps {
        gap: 15px;
    }
    .vcp-bottom-description-wrapps .vcp-small-icon {
        height: 60px;
        min-width: 60px;
        width: 60px;
        padding: 10px;
    }
    .vcp-deals-wrapp .img-holder{
        width: 100%;
        border-radius: 16px 16px 0 0;
    }
    .vcp-deals-wrapp{
        max-width: 300px;
        margin: 17px auto 0;
    }
    .vcp-deals-wrapp .vcp-deals-label {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 17px;
    }
    .vcp-details-wrapper {
        grid-template-columns: auto;
    }
    .vcp-details-aside-wrapps .vcp-details-aside-col{
        min-height: auto;
    }
    .vcp-contact-sec h2 {
        font-size: 22px;
    }
    .vcp-contact-sec .vcp-contact-form{
        padding: 25px 15px;
    }
    .vcp-money-guarantee-wrapp .number, 
    .vcp-about-number-grid .number {
        font-size: 18px;
    }
    .vcp-main-checked-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .vcp-ft-logo img{
        max-width: 140px;
    }
    .vcp-choose-wrapper .vcp-choose-col .vcp-choose-counter {
        font-size: 30px;
        width: 35px;
        min-width: 35px;
    }
    .vcp-location-service-bar-list li{
        flex-direction: column;
        text-align: center;
    }
    .vcp-location-list-wrapper .vcp-location-list{
        font-size: 12px;
        gap: 10px;
    }
    .vcp-location-list-wrapper .vcp-location-list .area-text{
        padding: 6px;
    }
}