.send-enquery {
    padding: 0;
    text-align: center;
    border-radius: 6px 6px 0 0;
    color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -71px;
    transform: rotate(270deg);
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.25s all linear;
    z-index: 100;
}

.send-enquery .send-enquery-button {
    border-radius: 0;
}

.common-popup {
    padding-top: 50px;
}

.common-popup .close-btn {
    width: 30px;
    height: 30px;
    background: #03228f;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 1px 4px;
    cursor: pointer;
}

.common-popup .close-btn svg {
    width: 21px;
    height: 21px;
    margin-bottom: 3px;
}

.common-popup .get-in-touch-title {
    color: #03228f;
}

.common-popup .modal-body form .btn-part .blue-button {
    padding: 10px 30px 10px 30px;
}

.common-popup .send-enquery-button-part {
    display: block;
    text-align: center;
}

.common-popup .input-send-enquiry {
    padding: 11px 50px 5px 12px;
    border: 1px solid #cdcdcd;
    line-height: 22px;
    font-size: 14px;
    width: 100%;
}

.common-popup .send-enquery-box {
    margin-bottom: 0;
    padding-bottom: 18px;
}

.common-popup .send-enquery-textarea {
    height: 90px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    color: #2a2a2a;
    margin: 0;
    outline: medium none;
    padding: 14px 10px;
    width: 100%;
}

.success {
    font-weight: 600;
    color: #f27c1e;
    margin-bottom: 10px;
}

/* modal csss */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

/* .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
} */

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.contact-us-page-banner {
    padding: 127px 0;
    background: url("../images/contactus-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-us-page-banner.about-us-banner {
    background: url("../images/about-us-banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-us-page-banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.contact-us-page-banner h1 {
    color: #fff;
    margin-bottom: 0;
}

.contact-us-part-page {
    padding-top: 0;
}

@media screen and (max-width: 1600px) {}

@media only screen and (min-width: 1300px) and (max-width: 1440px) {}

@media screen and (min-width: 1361px) and (max-width: 1366px) {}

@media screen and (min-width: 1431px) and (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media screen and (min-width: 1000px) and (max-width: 1024px) {}

@media only screen and (min-device-width: 800px) and (max-device-width: 820px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {}

@media screen and (min-width: 0) and (max-width: 1023px) {
    .common-popup .input-send-enquiry {
        width: 100%;
    }
}