@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 {
    margin-top: 50px;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 55px;
    letter-spacing: 2px;
}

.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-bottom: 70px;
    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: 61%;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    width: 48.5%;
    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: -35%;
    left: 0;
    right: -12%;
    bottom: -35%;
    content: '';
    opacity: 1;
    background-image: url(../img/services/serv_gradinarim.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

.container-fluid .col-md-8 {
    margin-bottom: 100px;
}

.icon-service {
    margin-left: -18px;
    margin-top: 5px;
}

.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: 50%;
    width: 50%;
    outline: none !important;
    text-decoration: none;
    background-color: #f6f9fa;
    font-size: 15px;
    font-family: Montserrat-Bold, sans-serif;
}

.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;
}

.review-container {
    color: white;
    padding: 85px 0 20px 0;
}

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

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

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

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

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

.review-content .d-flex {
    margin-left: 15px;
}

.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-review {
        position: absolute;
        z-index: -1;
        top: 2%;
        left: 59%;
        right: 0;
    }

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

    .review-container {
        color: white;
        padding: 85px 0 20px 80px;
    }
}

@media (min-width: 1600px) {
    .overlay-review {
        top: 4%;
        left: 61%;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 1;
        width: 46%;
    }

    .review-container {
        padding: 85px 0 20px 100px
    }
}

@media (min-width: 1700px) {
    .review-container {
        color: white;
        padding: 85px 0 20px 171px;
    }
}

@media (min-width: 1800px) and (max-width: 1899px){
    .container-fluid .col-md-8 {
        margin-bottom: 150px;
    }

    .navbar-container {
        margin: 0;
    }

    .overlay-review {
        top: 4%;
        left: 60%;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 1;
        width: 46%;
    }

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

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

    .container-fluid .col-md-8 {
        margin-bottom: 160px;
    }

    .review-container {
        padding: 113px 0 20px 215px;
    }

    .navbar-container {
        margin: 0;
    }

    .overlay-review {
        top: 4%;
        left: 60%;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 1;
        width: 46%;
    }

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

}

@media (min-width: 2000px) {
    .booking-section {
        max-width: 1800px;
    }
    .overlay-review {
        top: 0;
        left: 65%;
        right: 0;
        bottom: 1%;
        content: '';
        opacity: 1;
        width: 40%;
    }

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

    .review-container {
        padding: 85px 0 20px 200px
    }
}

@media (min-width: 2100px) {
    .booking-section {
        max-width: 1800px;
    }
    .overlay-review {
        top: 0%;
        left: 68%;
        right: 0;
        bottom: 1%;
        content: '';
        opacity: 1;
        width: 40%;
    }

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

    .review-container {
        padding: 85px 0 20px 230px;
    }
}


@media (min-width: 2200px) {
    .booking-section {
        max-width: 1800px;
    }
    .overlay-review {
        top: 0%;
        left: 71%;
        right: 0;
        bottom: 1%;
        content: '';
        opacity: 1;
        width: 40%;
    }

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

    .review-container {
        padding: 85px 0 20px 300px;
    }
}

@media (min-width: 2300px) {
    .booking-section {
        max-width: 1800px;
    }
    .overlay-review {
        top: 0%;
        left: 71%;
        right: 0;
        bottom: 1%;
        content: '';
        opacity: 1;
        width: 42%;
    }

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

    .review-container {
        padding: 85px 0 20px 320px;
    }
}

@media (min-width: 2400px) {
    .booking-section {
        max-width: 1800px;
    }
    .overlay-review {
        top: 0;
        left: 74%;
        right: 0;
        bottom: 1%;
        content: '';
        opacity: 1;
        width: 42%;
    }

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

    .review-container {
        padding: 85px 0 20px 360px;
    }
}


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

    .overlay-review {
        top: -3%;
        left: 79%;
        right: 0;
        bottom: -6%;
        content: '';
        opacity: 1;
        width: 42%;
    }

    .overlay-service {
        position: absolute;
        z-index: -1;
        top: -28% !important;
        left: 79% !important;
        right: -10% !important;
        bottom: -32% !important;
        content: '';
        opacity: 1;
        background-image: url(http://localhost:8000/cache/pictures/166d2425-d38e-4581-8f34-7893358438f7.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 100%;
    }

    .review-container {
        padding: 85px 0 20px 390px;
    }

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

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

    .booking-section h2 {
        margin-top: 0 !important;
    }

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

    .container-fluid .col-md-8 {
        margin-bottom: 0;
    }

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

    .footer-section {
        padding-bottom: 0;
        margin-bottom: 100px !important;
    }
}

@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_reparam.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%;
    }
}

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

    .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;
    }

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

    .booking-section ul {
        margin-bottom: 30px;
    }

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

    .col-md-4 {
        margin-top: 30px;
        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: 13px;
    }

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

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

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

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

    .col-9 {
        margin-right: 35px;
    }

    .quantity {
        font-size: 8px;
        padding: 0 5px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: 19%;
    }

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

    .icon-service {
        margin-left: -13px;
        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;
    }

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

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

    .container-fluid {
        padding: 0;
    }

    .review-container {
        height: 465px;
        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%;
    }

    .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;
    }


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

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

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

    .booking-btn {
        width: 100%;
        padding: 20px 20px;
        font-size: 13px;
    }

    .booking-btn {
        width: 100%;
        padding: 20px 20px;
        font-size: 13px;
    }

    .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;
    }
}

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

    .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;
    }

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

    .booking-section ul {
        margin-bottom: 30px;
    }

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

    .col-md-4 {
        margin-top: 30px;
    }

    .booking-section .col-md-4 {
         margin-bottom: 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: 13px;
    }

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

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

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

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

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

    .col-9 {
        margin-right: 35px;
    }

    .quantity {
        font-size: 8px;
        padding: 0 5px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: 19%;
    }

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

    .icon-service {
        margin-left: -13px;
        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;
    }

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

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

    .container-fluid {
        padding: 0;
    }

    .review-container {
        margin-top: 0;
        padding: 60px 35px 90px 35px !important;
        height: 500px;
        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: 30px;
        margin-bottom: 20px !important;
        line-height: 35px;
    }

    .booking-section p {
        margin-bottom: 0;
        font-size: 16px !important;
    }

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

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

    .review-content {
        margin-bottom: 35px !important;
    }
    .review-left-col {
        font-size: 11px !important;
    }

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

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

    .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: 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: 400px;
    }

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

    .container-fluid {
        padding: 0!important;
    }

    .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;
    }

    .booking-section ul {
        margin-bottom: 30px;
    }

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

    .col-md-4 {
        margin-top: 30px;
        padding: 0!important;
    }

    .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: 13px;
    }

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

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

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

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

    .col-9 {
        margin-right: 35px;
    }

    .quantity {
        font-size: 8px;
        padding: 0 5px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: 19%;
    }

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

    .icon-service {
        margin-left: -13px;
        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;
    }

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

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

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

    .container-fluid {
        padding: 0;
    }

    .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;
    }

    .booking-btn {
        width: 100%;
        padding: 20px 20px;
        font-size: 13px;
    }

    .booking-btn {
        width: 100%;
        padding: 20px 20px;
        font-size: 13px;
    }

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

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

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

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

/*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;
    }
}

.footer-section .last-row {
    padding-bottom: 55px;
}

