/* 00000000000000000000000000000000000000000000   GET QUOTE   00000000000000000000000000000000000000000000 */
.get-quote {
    padding: 60px 20px;
    background-color: #e9f1ff;
    text-align: center;
}

.get-quote h2 {
    font-weight: 800;
    font-size: 40px;
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

.get-quote h2 span {
    color: #3e4095;
}

.get-quote p {
    margin-bottom: 30px;
    color: #3e4095;
    font-weight: 500;
}

.get-quote a {
    background-color: #3e4095;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 13px 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 12%) !important;
    transition: .3s;
}

.get-quote a:hover {
    background-color: #fff;
    color: #3e4095;
    border: 1px solid #3e4095;
}

/* 00000000000000000000000000000000000000000000   FOOTER   00000000000000000000000000000000000000000000 */
.footer {
    text-align: center;
}

.footer .copy-right {
    padding: 23px 0px;
    border-top: 1px solid #cccccc;
    background-image: linear-gradient(34deg, #003d7c, #00b0c4);
}

.footer .copy-right p {
    color: #fff;
}

.footer .copy-right a {
    font-weight: 600;
    color: #fff;
    transition: .3s;
}

.footer .copy-right a:hover {
    text-decoration: underline;
}


/* 00000000000000000000000000000000000000000000   QUOTE MODAL    00000000000000000000000000000000000000000000 */
.quote-modal .modal.fade .modal-dialog {
    min-width: 800px;
}

.quote-page {
    padding: 0px 0px 100px;
}

.quote-page .section-bg {
    background-image: linear-gradient(34deg, #003d7ce0, #00b0c4d4), url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 180px 0px 220px;
}

.quote-page .section-bg .text {
    text-align: center;
}

.quote-page .section-bg .text h1 {
    font-size: 45px;
    margin-bottom: 20px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    line-height: 1;
}

.quote-page .section-bg .text p {
    color: #fff;
    font-size: 20px;
}







.quote-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 800px;
    margin: auto;
    margin-top: -110px;
    box-shadow: 1px 4px 20px 10px #00000014;
}

.quote-form .row {
    --bs-gutter-x: 0.5rem;
}

.quote-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.quote-form .form-group label {
    font-weight: 600;
    font-size: 13px;
}

.quote-form .form-group>input {
    padding-left: 30px;
}

.quote-form .form-group.infant select {
    padding-left: 30px;
}

.quote-form .form-group i {
    position: absolute;
    bottom: 11px;
    left: 9px;
    color: #3e4095;
}


/* room numbers  */
.quote-form .number-of-rooms {
    margin: 10px 0px 20px;
    background-color: #3e4095;
    color: #fff;
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 10px;
}

.quote-form .number-of-rooms input {
    padding-left: .75rem;
}

.quote-form .number-of-rooms .head h6 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.quote-form .form-btns {
    text-align: end;
}


.quote-form .form-btns button {
    background-color: #3e4095;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 12%) !important;
    transition: .3s;
}

.quote-form .form-btns button:hover {
    background-color: #fff;
    color: #3e4095;
    border: 1px solid #3e4095;
}




/* 00000000000000000000000000000000000000000000   MEDIA QUERIES    00000000000000000000000000000000000000000000 */
@media (max-width:1200px) {
    .login-sec .inner {
        width: 90%;
    }

    .about,
    .Locations,
    .contact {
        padding: 100px 40px;
    }
}

@media (max-width:991px) {

    .about,
    .Locations,
    .contact {
        padding: 100px 20px;
    }


    .login-sec .inner {
        width: 70%;
    }

    .login-sec .inner .text {
        text-align: center;
        margin-bottom: 50px;
    }

    .login-sec .inner .text h1 {
        font-size: 55px;
        margin-bottom: 10px;
    }

    .login-sec .inner .text p {
        font-size: 20px;
    }

    .login-sec .inner .form {
        border-radius: 20px;
        width: 80%;
        margin: 20px auto;
    }

    .login-sec .inner .form .head h1 {
        font-size: 30px;
    }

    .login-sec .inner .form .head {
        margin-bottom: 20px;
    }

    .login-sec .inner .form .form-group {
        margin-bottom: 15px;
    }

    .contact .info {
        padding: 30px 20px;
    }

    .contact .info .col-lg-5 {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .about .text {
        padding-right: 0px;
        display: block;
        height: 100%;
        text-align: center;
        margin-bottom: 100px;
    }

    .quote-form .modal.fade .modal-dialog {
        min-width: 700px !important;
    }

    .about .nums .box {
        width: 30%;
    }

}

@media (max-width: 850px) {
    .quote-page .section-bg {
        padding: 150px 0px 190px;
    }

    .quote-form {
        width: 96%;
        padding: 20px;
    }
}

@media (max-width: 767px) {


    .header .inner>.logo,
    .header .inner>.nav {
        display: none;
    }

    .header .mobile-menu {
        display: flex;
        align-items: center;
    }

    .header .mobile-nav {
        display: block;
    }

    .header .inner .quote-btn a {
        padding: 10.5px 15px;
    }


    .login-sec .inner .text {
        margin-bottom: 80px;
    }

    .login-sec .inner .text h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .login-sec .inner .text p {
        line-height: 22px;
        font-size: 18px;
    }

    .contact .info .map,
    .contact .info .details {
        padding: 20px 10px;
    }

    .contact .info .map {
        padding-top: 20px;
    }

    .about .nums .box {
        width: 30%;
        height: 130px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .quote-form .modal.fade .modal-dialog {
        min-width: 80% !important;
    }


    .login-sec .inner .form {
        width: 90%;
    }

    .quote-page .section-bg {
        padding: 130px 0px 170px;
    }

    .quote-page .section-bg .text h1 {
        font-size: 35px;
    }

    .quote-page .section-bg .text p {
        font-size: 18px;
    }

    .quote-form {
        margin-top: -80px;
    }
}

@media (max-width: 655px) {
    .Locations .inner {
        grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    }
}

@media (max-width: 575px) {

    .about,
    .Locations,
    .contact {
        padding: 70px 5px;
    }

    .destinations {
        padding: 70px 20px;
    }

    .login-sec .inner {
        width: 90%;
    }

    .login-sec .inner .form .inputs {
        width: 90%;
    }

    .login-sec .inner .form {
        padding: 20px 0px;
        margin: 0;
        width: 100%;
    }

    .login-sec .inner .form .head h1 {
        font-size: 25px;
    }

    .about .nums .box .num {
        font-size: 18px;
    }

    .about .nums .box p:last-child {
        font-size: 13px;
    }

    .contact .info {
        padding: 10px;
    }

    .contact .info .details .detail-box {
        gap: 20px;
    }

    .get-quote h2 {
        font-size: 25px;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .quote-form .form-group {
        margin-bottom: 10px;
    }

    .quote-form .form-group i {
        bottom: 8px;
    }

    .quote-form .form-group input,
    .quote-form .form-group select,
    .quote-form .form-group textarea {
        font-size: 12px !important;
    }

    .quote-form .form-group label {
        font-size: 11px;
    }

    .about .text {
        margin-bottom: 40px;
    }
}