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

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 8px 0 8px 0;
}


#booking-btn {
    position: relative;
    background-color: white;
    box-shadow: 0px 1px 36.9px 4.1px rgba(0, 145, 255, 0.18);
    padding: 20px 30px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.datepicker-here {
    padding-left: 40px;
}

.js-select2 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
    border: 0;
    margin-left: -4px;
}

.js-select2 option {
    font-weight: bold;
    color: #F7F7F7;
}

/*CheckBox*/
td {
    font-size: 14px;
    letter-spacing: 1px;
}

td:nth-child(2) {
    text-align: right;
    font-size: 18px;
    font-weight: 100;
}

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: white;
    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;
}

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

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

.booking-title h1 {
    font-size: 50px;
    letter-spacing: 1px;
}

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

.booking-section h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.booking-section p {
    font-size: 15px;
    letter-spacing: 2px;
}

.service-col {
    padding-bottom: 35px;
    padding-left: 10px;
}

.servicel-col p {
    font-family: Montserrat-SemiBold, sans-serif;
}

#line {
    width: 100%;
    border: 1px solid #cacaca;
    padding-left: 0;
}

#pet {
    padding-bottom: 20px;
    letter-spacing: 1px;
}

#confirm {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    padding-left: 10px;
}

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

.booking-section .container-fluid .row .col-md-6 {
    padding: 0;
}

.button {
    width: 100%;
}

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

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

/*modal*/
.modal {
    display: block;
    max-width: 100%;
    height: 400px;
    max-height: 100%;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 530px;
    background-image: url("../img/pop-up_confirmare.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

.closed {
    display: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.modal-container {
    padding: 0 20px 0 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-20%);
}

.modal-container p {
    text-align: center;
    color: white;
    letter-spacing: 0;
    font-size: 15px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.modal .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    border: 0;
    background: transparent;
    color: white;
    padding: 5px 10px;
    font-size: 1.3rem;
}

/*review section*/
.booking-section .col-md-6 h1 {
    text-align: left;
    margin-bottom: 20px;
    color: white;
}

.edit-btn {
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    background-color: white;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    line-height: 1.2;
    float: right;
    width: 100%;
}

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

.review-right-col {
    font-family: Montserrat-Regular, sans-serif;
}

.review-container .d-flex p {
    color: white !important;
}

.wrap-input {
    margin-left: 0 !important;
}

.container-fluid .row {
    overflow: hidden;
}

/*Responsive*/
@media only screen and (min-width: 768px) and (max-width: 874px) {
    .review-container {
        padding-left: 50px;
        margin-top: 0;
    }

    .booking-section-content .col-sm-1 {
        margin-right: 18px;
    }

    .overlay-review {
        top: 10%;
        left: 43%;
        width: 58%;
    }

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

    .review-heading h1 {
        text-align: left;
        margin-bottom: 0 !important;
        color: white;
        font-size: 35px !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;
    }

    .review-container {
        margin-top: 245px;
    }
}

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

    .review-container {
        margin-top: 265px;
    }
}

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

    .review-container {
        margin-top: 295px;
    }
}

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

    .review-container {
        margin-top: 325px;
    }
}

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

    .review-container {
        margin-top: 345px;
        padding-left: 320px;
    }
}

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

    .review-container {
        margin-top: 345px;
        padding-left: 360px;
    }
}

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

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

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

    .overlay-review {
        left: 63%;
    }
}

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

    .overlay-review {
        top: -1%;
        left: 61%;
        width: 56%;
    }
}


@media (min-width: 2500px) {
    .overlay-review {
        top: -3%;
        left: 63%;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 1;
        width: 59%;
    }
}

@media only screen and (max-width: 767px) {
    .booking-mobile-section {
        padding-top: 100px !important;
    }

    .booking-section {
        padding: 20px 20px;
        font-size: 20px !important;
    }

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

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

    .terms-section {
        margin-top: 80px;
    }

    .booking-title h1 {
        padding: 20px 20px !important;
        font-size: 20px !important;
    }

    .wrap-input {
        width: 100% !important;
    }

    .service-col span {
        display: none;
    }

    .booking-section hr {
        width: 100% !important;
    }

    .booking-section .col-sm-4 {
        width: 100% !important;
    }

    .booking-section .col-sm-1 {
        width: 20% !important;
    }

    .booking-section .col-sm-1 img {
        width: 30px !important;
    }

    .booking-section .container-fluid {
        padding: 0;
    }

    .booking-section .service-col {
        width: 100% !important;
    }

    .nav {
        display: block !important;
    }

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: white;
    }

    .booking-section h2 {
        font-size: 12px !important;
    }

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

    .booking-section .input {
        font-size: 12px !important;
    }

    .booking-section .datepicker-here {
        font-size: 12px !important;
    }

    .booking-section .js-select2 {
        font-size: 12px !important;
        padding-left: 5px !important;
    }

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

    .booking-section .div-table {
        padding: 0 !important;
        padding-right: 20px !important;
    }

    #addon {
        width: 20% !important;
    }

    .booking-section .container-fluid .row
    .header-warp {
        padding: 30px 15px;
    }

    .header-section .main-menu {
        display: none;
    }

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

}

@media only screen and (max-width: 479px) {

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

    .booking-section h1 {
        font-size: 20px !important;
    }

    .booking-title h1 {
        padding: 20px 20px !important;
        font-size: 20px !important;
    }

    .wrap-input {
        width: 100% !important;
    }

    .booking-section hr {
        width: 100% !important;
    }

    .booking-section .col-sm-4 {
        width: 100% !important;
    }

    .booking-section .col-sm-1 {
        width: 20% !important;
        padding: 0 !important;
    }

    .booking-section .col-sm-1 img {
        width: 30px !important;
        padding: 0 !important;
    }

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

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

    .booking-section h2 {
        font-size: 12px !important;
    }

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

    .booking-section .input {
        font-size: 12px !important;
    }

    .booking-section .datepicker-here {
        font-size: 12px !important;
    }

    .booking-section .js-select2 {
        font-size: 12px !important;
        padding-left: 5px !important;
    }

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

    .booking-section .div-table {
        padding: 0 !important;
        padding-right: 20px !important;
    }

    #addon {
        width: 20% !important;
    }

    .booking-section .container-fluid .row
    .header-warp {
        padding: 30px 15px;
    }

    #review {
        background-size: cover;
    }

    .booking-section .btn {
        width: 100%;
    }

    .header-section .main-menu {
        display: none;
    }

    .modal {
        max-width: 95% !important;
    }

    .modal .close {
        position: initial !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
    .booking-section h1 {
        line-height: 35px;
    }

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

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

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

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

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

    .service-col {
        padding-left: 0;
        margin-top: 15px;
    }

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

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

@media only screen and (min-width: 478px) and (max-width: 767px) {
    .review-container {
        height: 100%;
        width: 545px;
        margin-top: 0;
        padding: 138px 65px 100px 87px !important;
        background-image: url(../img/booking/blue_circle.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto;
        border-radius: 20%;
    }

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

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

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

    .booking-section h2 {
        font-size: 16px !important;
    }

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

    .booking-section-content .col-sm-1 {
        margin-right: 15px;
    }

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

@media only screen and (max-width: 320px) {
    .modal {
        background-position-x: 30%;
    }

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

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

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

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

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

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


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

    .review-footer {
        margin-top: 50px;
    }

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

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

    .service-col {
        padding-left: 0;
        margin-top: 15px;
    }

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


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

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


/*hlppy*/

