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

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

h1 {
    font-size: 45px;
}

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

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

/*set_account*/
.account-section {
    padding: 50px 0 20px 0;
}

.account-header h1 {
    padding: 50px 0;
    font-size: 50px;
    letter-spacing: 1px;
}

.account-row {
    padding-bottom: 20px;
}

.account-col {
    padding-bottom: 30px;
}

.account-col h2 {
    font-size: 30px;
    font-family: Montserrat-SemiBold;
    letter-spacing: 1px;
}

.account-col p {
    font-size: 20px;
    letter-spacing: 1px;
}


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

.show-hide-pass span {
    font-size: 11px;
    color: #393939;
}

.form-check-section {
    margin-bottom: 60px;
}

.form-check {
    margin-bottom: 20px;
    font-family: Montserrat-Regular, serif;
    font-size: 14px;
}

.form-btn {
    font-family: Montserrat-SemiBold, sans-serif;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 225px;
    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;
}

@media only screen and (max-width: 767px) {
    .contact-us-section {
        margin-top: 80px;
    }

    .account-header {
        padding: 0 25px;
    }

    h1 {
        font-size: 35px;
    }

    .account-section {
        padding: 10px 0;

    }

    .account-header h1 {
        font-size: 25px;
    }

    .account-section h2 {
        font-size: 20px;
    }

    .account-section p {
        font-size: 13px;
    }

    .footer-section {
        padding: 0 !important;
    }

    .icon-form {
        width: 100%;
    }

    .mobile-col {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .mobile-wrap-col {
        padding-right: 0;
    }

    input::placeholder{
        font-size: 11px;
    }

    textarea::placeholder{
        font-size: 11px;
    }

    .form-btn {
        font-size: 14px !important;
        width: 200px;
        height: 85px;
    }
}
