.banner-sec-space {
    padding-top: 160px;
}
.banner-sec-space p {
    font-size: 19px;
}
.border-line {
    border-bottom: 3px solid #006c99;
    border-radius: 10px;
    width: 7%;
}
.title-color {
    color: #006C99 !important;
    font-size: 55px;
    padding-bottom: 105px !important;
}
.ocean-fright-bg p {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
.image-box {
    position: relative;
}
.image-box__background,
.image-box__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.image-box__background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: var(--image-url);
    z-index: 1
}
.image-box__overlay {
    background: rgb(0 0 0 / 75%);
    z-index: 2;
}
.image-box__content {
    position: relative;
    z-index: 3;
    color: white;
    min-height: 100vh;
}
.enq-form-div {
    border-bottom: 3px solid #006c99;
    padding-top: 25px;
    padding-bottom: 25px;
}
.enq-form-div p {
    margin-bottom: 0;
}
.enq-border {
    border-bottom: 6px solid #006c99;
    width: 10%;
    border-radius: 10px;
}
.enq-form-bottom {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.main-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.main-banner-1 {
    background-color: #000000;
    height: 555px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media (max-width: 640px) {
    .main-banner {
        height: 262px;
    }
}