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

.booking-section-content .col-xl-4 {
    height: 800px !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 2000px) {
    .booking-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: 1px;
}

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

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


.serviceCol {
    padding: 0 0 70px 0;
    width: auto;
}

.icon-handyman {
    margin-left: -40px !important;
}

.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);
    font-family: Montserrat-SemiBold, sans-serif;
    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 {
    position: relative;
    font-weight: bold;
    font-size: 15px;
    padding: 30px 0;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: Montserrat-SemiBold, sans-serif;
}

.btn {
    border: none !important;
}

.overlay-review {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 58%;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 1;
    width: 52%;
    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: -28%;
    left: 79%;
    right: -10%;
    bottom: -41%;
    content: '';
    opacity: 1;
    background-image: url(../img/services/serv_Curatam.png);
    /* background-position: initial; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

.review-container {
    color: white;
    margin-top: 160px;
    padding-left: 70px;
}

.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-size: 20px !important;
}

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

.button {
    width: 60%;
}

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

.form-btn a {
    color: white;
    outline: none;
    text-decoration: none;
}

.form-btn a:hover {
    color: white;
}

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

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


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

    .overlay-review {
        top: 2%;
        left: 60%;
    }

}

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

    .review-container {
        padding-left: 110px;
        margin-top: 135px;
    }

    .overlay-review {
        top: 0;
        left: 58%;
    }
}

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

    .overlay-review {
        top: 0%;
        left: 58%;
    }

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

}

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

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

    .overlay-review {
        top: 0;
        left: 58%;
    }
}

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

    .overlay-review {
        top: -2%;
        left: 58%;
    }

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

}

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

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

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

    .overlay-review {
        top: -2%;
        left: 59%;
    }

}

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

    .overlay-review {
        left: 61%;
    }

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

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

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

    .overlay-review {
        top: -8%;
        left: 57.5%;
        width: 56%;
    }

    .overlay-service {
        top: -17% !important;
        left: 79% !important;
        bottom: -18% !important;
    }
}

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

    .overlay-review {
        top: -14%;
        left: 60%;
    }

    .review-container {
        padding-left: 260px;
        margin-top: 95px;
    }

    .overlay-service {
        right: -17% !important;
        top: -24% !important;
        bottom: 0 !important;
    }
}


@media (min-width: 2500px) {
    .review-container {
        overflow: visible;
    }

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

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

    .review-container {
        padding-left: 350px;
        margin-top: 95px;
    }

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

    .overlay-review {
        top: -14%;
        left: 65%;
    }
}

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

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

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

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

    .booking-section h1 {
        line-height: 30px;
        font-size: 17px !important;
    }

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

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

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

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

    .review-container {
        margin-top: 0;
        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: 41px;
        line-height: 25px;
    }

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

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

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

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

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

    .button-section {
        margin-top: 0;
    }

    .button {
        width: 95%;
    }

    .serviceCol .d-flex .d-block .d-flex {
        width: 80%;
        float: right;
    }

    .serviceCol .d-flex .d-block .d-flex img {
        width: 18px;
        height: 11px;
        margin-top: auto;
        margin-left: -8px !important;
        margin-bottom: 23px !important;
    }

    .serviceCol .d-flex .d-block .d-flex h2 {
        text-align: center;
    }

    .booking-section-content .col-xl-4 {
        height: 400px !important;
    }

}

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

    html, body {
        padding: 0 !important;
    }

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

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

    .booking-section h1 {
        line-height: 35px;
    }

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

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

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

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

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

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

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

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

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

    .button {
        width: 80%;
    }

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

    .serviceCol .d-flex .d-block .d-flex img {
        width: 18px;
        height: 11px;
        margin-top: auto;
        margin-left: 5px !important;
    }

    .booking-section-content .col-xl-4 {
        height: 475px !important;
    }
}

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

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

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

    .booking-section {
        padding: 90px 100px;
    }

    .booking-section h1 {
        font-size: 37px;
    }

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

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

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

    .review-container {
        margin-top: 0;
        padding: 60px 35px 120px 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: 41px;
        line-height: 35px;
    }

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

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

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

    .button {
        width: 80%;
    }

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

    .serviceCol .d-flex .d-block .d-flex img {
        width: 18px;
        height: 11px;
        margin-top: auto;
        margin-left: 5px !important;
    }

    .booking-section-content .col-xl-4 {
        height: 475px !important;
    }

}

@media only screen
and (width: 414px)
and (height: 736px) {
    .booking-section-content .col-md-4 {
        height: 450px;
    }

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

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

    .booking-section h1 {
        line-height: 35px;
    }

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

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

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

    .button {
        width: 80%;
    }

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

    .button-section {
        margin-top: 0;
    }

    .button {
        width: 65%;
    }

    .serviceCol .d-flex .d-block .d-flex img {
        width: 18px;
        height: 11px;
        margin-top: auto;
        margin-left: 5px !important;
    }

    .booking-section-content .col-xl-4 {
        height: 475px !important;
    }
}

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

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        font-size: 13px !important;
    }

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

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

    .booking-section br {
        display: none;
    }


    .booking-section h1 {
        font-size: 30px;
        line-height: 55px;
    }

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

    .booking-section-content {
        padding-bottom: 0 !important;
    }

    .booking-mobile-section {
        background-image: url(../img/services/serv_Curatam.png);
    }

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

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

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

    .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: 20%;
    }

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

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

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

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

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

    .button {
        width: 80%;
    }

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

    .serviceCol .d-flex .d-block .d-flex img {
        width: 18px;
        height: 11px;
        margin-top: auto;
        margin-left: 5px !important;
    }


}

@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 (min-width: 468px) and (max-width: 1201px) {
    .background-mobile::after {
        content: '';
        background: url(../img/services/serv_Curatam.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%;
    }

    .booking-section-content .col-xl-4 {
        height: 600px !important;
    }
}

/*@media only screen and (max-width: 768px) {*/
/*    .footer-section {*/
/*        padding-bottom: 0;*/
/*        margin-bottom: 100px !important;*/
/*    }*/
/*}*/





