@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Italic;
    src: url('../fonts/montserrat/Montserrat-Italic.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}

html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*bookingform*/
.booking-section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    position: relative;
}

.button-section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
    position: relative;
}

@media (min-width: 576px) {
    .booking-section {
        max-width: 540px;
    }

    .button-section {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .booking-section {
        max-width: 600px;
    }

    .button-section {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .booking-section {
        max-width: 840px;
    }

    .button-section {
        max-width: 840px;
    }
}

@media (min-width: 1200px) {
    .booking-section {
        max-width: 1200px;
    }

    .button-section {
        max-width: 1200px;
    }
}

@media (min-width: 1500px) {
    .booking-section {
        max-width: 1300px;
    }

    .button-section {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .booking-section {
        max-width: 1400px;
    }

    .button-section {
        max-width: 1400px;
    }
}

@media (min-width: 1700px) {
    .booking-section {
        max-width: 1500px;
    }

    .button-section {
        max-width: 1500px;
    }
}

@media (min-width: 1800px) {
    .booking-section {
        max-width: 1600px;
    }

    .button-section {
        max-width: 1600px;
    }

}

@media (min-width: 1900px) {
    .booking-section {
        max-width: 1700px;
    }

     .button-section {
        max-width: 1700px;
    }


}

@media (min-width: 2000px) {
    .booking-section {
        max-width: 1800px;
    }

    .button-section {
        max-width: 1800px;
    }
}

/*.booking-section-content {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

.booking-section h1 {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 55px;
    letter-spacing: 2px;
    margin-top: 50px;
}

.booking-section h2 {
    font-size: 55px;
    font-family: Montserrat-Regular, sans-serif;
    letter-spacing: 0;
}

.booking-section h3 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 27px;
    letter-spacing: 1px;
    line-height: 35px;
    margin-bottom: 100px;
}

.serviceCol {
    padding-left: 0;
}

.serviceCol h2 {
    font-size: 15px;
    font-family: Montserrat-Bold, sans-serif;
    letter-spacing: 0;
}

.booking-section ul {
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    color: black;
    font-size: 15px;
    padding: 0;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    height: 100%;
    background-image: -moz-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    background-image: -ms-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    color: white;
    font-weight: bold;
    font-size: 15px;
    padding: 30px 0;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}

.nav-pills .nav-link.btn, .nav-pills .nav-link {
    font-family: Montserrat-SemiBold, sans-serif;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 30px 0;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
}

.btn {
    border: none !important;
}

.overlay-review {
    position: absolute;
    z-index: -1;
    top: -1%;
    left: 0;
    right: -34%;
    bottom: 0;
    content: '';
    opacity: 1;
    background-image: url(../img/booking/blue_circle.png);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

.overlay-service {
    position: absolute;
    z-index: -1;
    top: -15%;
    left: 0;
    right: -10%;
    bottom: -30%;
    content: '';
    opacity: 1;
    background-image: url(../img/services/serv_reparam.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

.icon-service {
    margin-left: -25px;
    margin-top: 5px;
    width: 80px;
}

.card-header h2 {
    font-size: 30px;
}

.add-on-row h5 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

.add-on-row p {
    font-family: Montserrat-Italic, sans-serif;
    letter-spacing: 0;
    font-size: 9px;
    color: grey;
}

.add-on-row a {
    font-size: 15px;
    font-family: Montserrat-Bold, sans-serif;
    letter-spacing: 0;
    outline: none;
    text-decoration: none;
    color: black;
}

.add-on-row:hover a {
    color: #2185F8;
}

.quantity-form {
    width: 25px;
    text-align: center;
    border: none;
    padding: 0;
}

.quantity {
    border-radius: 20px;
    border: none;
    height: 35px;
    width: 35px;
    outline: none !important;
    text-decoration: none;
    background-color: #f6f9fa;
    font-size: 17px;
    font-family: Montserrat-Bold, sans-serif;
    box-shadow: 0 0 10.1px 0px rgba(0, 145, 255, 0.18);
}

.quantity-right-plus {
    padding: 1px 8px;
}

.quantity-left-minus {
    padding: 1px 10px;
}

/*checkbox*/
input[type=checkbox] {
    cursor: pointer;
    height: 30px;
    margin: 4px 0 0;
    position: absolute;
    opacity: 0;
    width: 30px;
    z-index: 2;
}

input[type=checkbox] + span {
    background-image: url('../img/not-cheked.png');
    border-radius: 50%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    height: 30px;
    margin: 4px 0 0;
    position: relative;
    width: 30px;
    transition: all .2s ease;
}

.checker {
    background-image: url('../img/not-cheked.png');
    background-position: left center;
    background-size: auto 100%;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

input[type=checkbox] + span::before, input[type=checkbox] + span::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    transition: all .2s ease;
}

input[type=checkbox] + span::before {
    height: 16px;
    left: 13px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type=checkbox] + span::after {
    height: 16px;
    right: 13px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked + span {
    background: #2ecc71;
}

input[type=checkbox]:checked + span::before {
    height: 9px;
    left: 9px;
    top: 13px;
    -webkit-transform: rotate(-47deg);
    transform: rotate(-47deg);
}

input[type=checkbox]:checked + span::after {
    height: 15px;
    right: 11px;
    top: 8px;
}

input[type=submit] {
    background-color: #2ecc71;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 12px 20px 14px;
}

/*accordion*/

.accordion {
    background: transparent;
}

.accordion .card {
    height: auto;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: transparent;
}

.card:hover h5 {
    background-image: none !important;
    color: black;
}

.accordion .card-header {
    background-color: transparent;
    border: none;
}

.crossRotate {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.crossRotate:active {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.booking-section-content .col-md-4 {
    /*height: 810px;*/
}

.review-content-col {
    margin-top: 90px;
}

.review-container {
    color: white;
    padding: 20px 0 20px 140px;
    height: 660px;
}

.review-subtitle {
    font-size: 55px !important;
    font-family: Montserrat-Regular, sans-serif !important;
}

.review-left-col {
    font-family: Montserrat-Bold, sans-serif !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
}

.review-right-col {
    font-family: Montserrat-Regular, sans-serif;
    font-size: 20px !important;
}

.review-footer h3 {
    font-size: 13px;
    text-align: left;
    margin: 0;
}

.review-heading h1 {
    margin-top: 0 !important;
}

.review-footer h1 {
    margin-top: 0 !important;
}

.review-footer h3 {
    margin-bottom: 0 !important;
}

.button {
    width: 50%;
}

.form-btn {
    font-family: Montserrat-SemiBold, sans-serif;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    float: contour;
    background-color: white;
    color: black;
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
}

.form-btn:hover {
    background-image: -webkit-linear-gradient(-5deg, rgb(47, 76, 254) 0%, rgb(7, 251, 236) 100%);
    color: white;
}

.button-section p {
    line-height: 1.7;
    color: #666666;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: Montserrat-Regular, sans-serif;
}

.button-section strong {
    font-family: Montserrat-Bold, sans-serif;
}

/*Laptops*/
@media (min-width: 1500px) {
    .overlay-service {
        bottom: -30% !important;
    }
}

@media (min-width: 1600px) {
    .review-container {
        padding-left: 180px;
    }
}

@media (min-width: 1700px) {
    .overlay-review {
        right: -23%;
    }

    .review-container {
        padding-left: 170px;
    }

    .overlay-service {
        right: -6% !important;
    }
}

@media (min-width: 1800px) and (max-width: 1899px) {
    .overlay-review {
        right: -21%;
        top: -1%;
    }

    .review-container {
        padding-left: 190px;
    }

}

@media (min-width: 1900px) and (max-width: 1999px) {
    .overlay-review {
        right: -20%;
        top: -1%;
    }

    .review-container {
        padding-left: 200px;
    }

    .overlay-service {
        right: -5% !important;
    }
}

@media (min-width: 2000px) {
    .overlay-review {
        right: -19%;
        bottom: -7%;
        top: -1%;
    }

    .review-container {
        padding-left: 210px;
    }

    .overlay-service {
        right: -5% !important;
    }

    .booking-section-content {
        margin-bottom: 50px;
    }

}

@media (min-width: 2100px) {
    .overlay-review {
        right: -28%;
        bottom: -7%;
        top: -1%;
    }

    .overlay-service {
        right: -8% !important;
    }

    .review-container {
        padding-left: 255px;
    }
}

@media (min-width: 2200px) {

    .overlay-review {
        right: 0;
        bottom: 0;
        top: -1%;
        width: 119%;
        left: 18%;
    }

    .overlay-service {
        right: -11% !important;
    }

    .review-container {
        padding-left: 240px;
        height: 785px;
    }

    .review-content-col {
        margin-top: 140px;
    }

    .booking-section-content {
        margin-bottom: 0;
    }
}

@media (min-width: 2300px) {
    .overlay-review {
        right: 0;
        bottom: 0;
        top: -1%;
        width: 126%;
        left: 18%;
    }

    .overlay-service {
        right: -13% !important;
    }

    .review-container {
        padding-left: 260px;
        height: 800px;
    }

    .review-content-col {
        margin-top: 140px;
    }

    .booking-section-content {
        margin-bottom: 0;
    }
}

@media (min-width: 2400px) {
    .overlay-review {
        right: 0;
        bottom: 0;
        top: -1%;
        width: 126%;
        left: 26%;
    }

    .overlay-service {
        right: -13% !important;
    }

    .review-container {
        padding-left: 320px;
        height: 800px;
    }

    .review-content-col {
        margin-top: 140px;
    }

    .booking-section-content {
        margin-bottom: 0;
    }
}


@media (min-width: 2500px) {
    .overlay-review {
        right: 0;
        bottom: 0;
        top: -1%;
        width: 126%;
        left: 40%;
    }

    .overlay-service {
        right: -21% !important;
    }

    .review-heading h1 {
        font-size: 40px !important;
    }

    .review-container {
        padding-left: 400px;
        height: 800px;
    }

    .review-content-col {
        margin-top: 140px;
    }

    .booking-section-content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1270px) {
    .overlay-service {
        display: none !important;
    }

    .review-subtitle {
        font-size: 35px !important;
    }

    .review-heading h1 {
        font-size: 35px;
    }

    .review-footer h1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 468px) and (max-width: 1201px) {
    .background-mobile::after {
        content: '';
        background: url(../img/services/serv_gradinarim.png) no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 530px;
        opacity: 0.2;
    }

    .overlay-service {
        display: none !important;
    }

    .review-container {
        margin-top: 0;
        padding: 60px 35px 90px 35px !important;
        height: 600px;
        width: auto;
        background-image: url(../img/booking/blue_circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 10%;
    }
}

@media only screen and (max-width: 467px) {
    .mobile-section {
        height: 330px;
    }
}

/*Mobile*/
@media only screen and (min-width: 321px) and (max-width: 410px) {
    /*.booking-section-content .col-md-4 {*/
    /*    height: 460px;*/
    /*}*/

    .nav-pills .nav-link.btn, .nav-pills .nav-link {
        padding: 30px 65px !important;
        font-size: 13px;
    }

    .booking-section {
        padding: 30px 25px;
    }

    .booking-section h1 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .booking-section h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .booking-section h3 {
        font-size: 16px;
    }

    .booking-section h3 br {
        display: none;
    }

    .col-md-8 {
        padding: 0;
    }

    .col-md-4 {
        padding: 0;
    }

    .serviceCol {
        padding: 0 !important;
        margin: 0 !important;
    }

    .serviceCol h2 {
        font-size: 13px;
    }

    .add-on-row {
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .add-on-row .col-9 .d-flex .d-flex {
        margin: 0 !important;
    }

    .add-on-row h5 {
        font-size: 14px;
    }

    .add-on-row p {
        font-size: 7px;
        margin-bottom: 0 !important;
    }

    .add-on-row .col-md-2 {
        height: 30px;
        margin: 0 !important;
    }

    .add-on-row .col-auto {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .add-on-row a {
        font-size: 13px;
    }

    .quantity {
        width: auto;
        height: auto;
    }

    .col-9 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .form-control {
        font-size: 10px;
        height: auto;
    }


    .icon-service {
        margin-left: -8px;
        margin-top: 5px;
        width: 30%;
    }

    div.booking-section ::after {
        background-image: url(../img/services/serv_gradinarim.png);
        content: "";
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .accordion {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .card-header h2 {
        line-height: 20px;
    }

    .card-header h2 {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .review-heading {
        margin-bottom: 15px !important;
    }

    .review-content {
        margin-bottom: 0 !important;
    }

    .container-fluid {
        padding: 0;
    }

    .booking-section .col-md-4 {
        margin-bottom: 0;
    }

    .review-container {
        margin-top: 0;
        padding: 60px 35px 0 35px !important;
        background-image: url(../img/booking/blue_circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 10%;
        height: 465px;
    }

    .review-heading h1 {
        font-size: 20px;
        line-height: 35px;
    }

    .booking-section p {
        margin-bottom: 0;
    }

    .review-subtitle {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .review-content {
        margin-bottom: 35px !important;
    }

    .review-heading {
        margin-bottom: 35px !important;
    }


    .button-section {
        padding: 20px 20px !important;
    }

    .form-btn {
        font-size: 13px;
        height: 85px;
    }

    .button {
        width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .button-section p {
        font-size: 10px !important;
    }

    .slicknav_nav a img {
        width: 10% !important;
    }

    .booking-section p {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 411px) and (max-width: 767px) {
    .booking-section-content .col-md-4 {
        height: 500px;
    }

    .nav-pills .nav-link.btn, .nav-pills .nav-link {
        padding: 30px 65px !important;
        font-size: 13px;
    }

    .booking-section {
        padding: 30px 25px;
    }

    .booking-section h1 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .booking-section h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .booking-section h3 {
        font-size: 16px;
    }

    .booking-section h3 br {
        display: none;
    }

    .col-md-8 {
        padding: 0;
    }

    .col-md-4 {
        padding: 0;
    }

    .serviceCol {
        padding: 0 !important;
        margin: 0 !important;
    }

    .serviceCol h2 {
        font-size: 13px;
    }

    .add-on-row {
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .add-on-row .col-9 .d-flex .d-flex {
        margin: 0 !important;
    }

    .add-on-row h5 {
        font-size: 14px;
    }

    .add-on-row p {
        font-size: 7px;
        margin-bottom: 0 !important;
    }

    .add-on-row .col-md-2 {
        height: 30px;
        margin: 0 !important;
    }

    .add-on-row .col-auto {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .add-on-row a {
        font-size: 13px;
    }

    .col-9 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .form-control {
        height: auto;
    }


    .icon-service {
        margin-left: -8px;
        margin-top: 5px;
        width: 30%;
    }

    div.booking-section ::after {
        content: "";
        background-image: url(../img/services/serv_gradinarim.png);
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .accordion {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .card-header h2 {
        line-height: 20px;
    }

    .crossRotate {
        margin: 0 0 0 20px !important;
    }

    .card-header h2 {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .review-heading {
        margin-bottom: 15px !important;
    }

    .review-content {
        margin-bottom: 0 !important;
    }

    .container-fluid {
        padding: 0;
    }

    .booking-section .col-md-4 {
        margin-bottom: 0;
        margin-top: 45px;
    }

    .review-container {
        margin-top: 0;
        padding: 75px 50px 100px 65px !important;
        height: 450px;
        background-image: url(../img/booking/blue_circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 20%;
    }

    .review-heading h1 {
        font-size: 20px;
        margin-bottom: 0 !important;
        line-height: 35px;
    }

    .booking-section p {
        font-size: 11px !important;
    }

    .review-subtitle {
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .review-heading {
        margin-bottom: 35px !important;
    }

    .review-content {
        margin-bottom: 35px !important;
    }

    .review-left-col {
        font-size: 15px !important;
    }

    .review-right-col {
        font-size: 11px !important;
    }

    .review-footer h1 {
        font-size: 25px;
    }

    .button-section {
        padding: 20px 20px !important;
    }

    .form-btn {
        font-size: 14px;
        height: 85px;
    }

    .button {
        width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .button-section p {
        font-size: 10px !important;
    }

    .language-switch {
        width: 100% !important;
    }

    .slicknav_nav a img {
        width: 10% !important;
    }
}

@media only screen and (max-width: 320px) {
    .booking-section-content .col-md-4 {
        height: 380px;
    }

    .nav-pills .nav-link.btn, .nav-pills .nav-link {
        padding: 30px 65px !important;
        font-size: 13px;
    }

    .booking-section {
        padding: 30px 25px;
    }

    .booking-section h1 {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .booking-section h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .booking-section h3 {
        font-size: 16px;
    }

    .booking-section h3 br {
        display: none;
    }

    .col-md-8 {
        padding: 0;
    }

    .col-md-4 {
        padding: 0;
    }

    .serviceCol {
        padding: 0 !important;
        margin: 0 !important;
    }

    .serviceCol h2 {
        font-size: 12px;
    }

    .add-on-row {
        padding: 0 !important;
        margin-bottom: 25px;
    }

    .add-on-row .col-9 .d-flex .d-flex {
        margin: 0 !important;
    }

    .add-on-row h5 {
        font-size: 13px;
    }

    .add-on-row p {
        font-size: 9px;
        margin-bottom: 0 !important;
    }

    .add-on-row .col-10 {
        margin-right: 10px;
    }

    .add-on-row a {
        font-size: 12px;
        text-align: right !important;
    }

    .col-9 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .quantity {
        border-radius: 20px;
        border: none;
        height: 30px;
        width: 30px
    }

    .form-control {
        font-size: 10px;
        height: auto;
    }


    .icon-service {
        margin-left: -8px;
        margin-top: 5px;
        width: 30%;
    }

    div.booking-section ::after {
        content: "";
        background-image: url(../img/services/serv_gradinarim.png);
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .accordion {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .card-header h2 {
        line-height: 20px;
    }

    .crossRotate {
        margin: 0 0 0 20px !important;
    }

    .card-header h2 {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .review-heading {
        margin-bottom: 15px !important;
    }

    .review-content {
        margin-bottom: 0 !important;
    }

    .container-fluid {
        padding: 0;
    }

    .booking-section .col-md-4 {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .review-container {
        margin-top: 0;
        height: 400px;
        padding: 60px 35px 0 35px !important;
        background-image: url(../img/booking/blue_circle.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 10%;
    }

    .review-heading h1 {
        font-size: 17px;
        line-height: 25px;
    }

    .booking-section p {
        margin-bottom: 0;
    }

    .review-subtitle {
        font-size: 17px !important;
        margin-bottom: 20px !important;
    }

    .review-content {
        margin-bottom: 35px !important;
    }

    .review-heading {
        margin-bottom: 35px !important;
    }

    .review-left-col {
        font-size: 11px !important;
    }

    .review-right-col {
        font-size: 11px !important;
    }

    .review-footer h1 {
        font-size: 25px;
    }

    .button-section {
        padding: 20px 20px !important;
    }

    .form-btn {
        font-size: 14px;
        height: 85px;
    }

    .button {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .button-section p {
        font-size: 10px !important;
    }

    .language-switch {
        width: 26% !important;
    }

    .slicknav_nav a img {
        width: 13% !important;
    }
}

@media only screen and (max-width: 767px) {
    .review-footer {
        padding: 0;
    }

    .mobile-section {
        margin-bottom: 0;
        margin-top: 100px;
    }

    .mobile-section {
        height: auto;
    }
}

/*Navpills + header responsive*/
@media only screen and (max-width: 1300px) {
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        padding: 30px 160px;
    }

    .nav-pills .nav-link.btn, .nav-pills .nav-link {
        padding: 30px 160px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1100px) {
    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        padding: 30px 200px;
    }

    .nav-pills .nav-link.btn, .nav-pills .nav-link {
        padding: 30px 200px;
    }
}


@media only screen and (max-width: 767px) {
    .booking-section h1 {
        margin-top: 0 !important;
    }

    .booking-section h3 {
        margin-bottom: 0 !important;
    }

    .booking-section .col-md-4 {
        margin-top: 0;
    }

    .accordion {
        margin-bottom: 0;
    }
}





