.banner-content {
    background: #54545477;
    padding: 50px;
}

.banner-content .elementor-widget-wrap {
    max-width: 70%;
    margin: 0 auto;
}


/* BOOK FORM */

.search-form .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.search-form .row>.form-group {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.search-form .form-group.form-group-submit {
    margin: 25px auto 0;
}

.form-control {
    height: 45px !important;
    border-radius: 0 !important;
    border: 0 !important;
    background-color: var(--color-white) !important;
    background-clip: unset;
    font-size: 14px !important;
}

select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group {
    position: relative;
    margin-bottom: 0;
}

.form-group::after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--emperor-blue);
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
}

.input-group img {
    width: auto;
    height: 28px;
}

.input-group-text {
    background: var(--color-white);
    border: 0;
    border-radius: 0;
    padding: 7.5px 0 7.5px 10px;
}

.input-group-prepend {
    margin-right: 0;
}

.form-group-submit:after {
    display: none;
}

.search-button {
    display: inline-block;
    width: 100%;
    height: 45px;
    border-radius: 25px;
    border: 1px solid var(--color-white);
    text-transform: uppercase;
    background: var(--emperor-blue);
    padding: 0 25px;
    letter-spacing: 1px;
}

.search-button:hover {
    background: transparent;
    border-color: var(--color-white);
}


/* /BOOK FORM */

.intro-section-content p {
    margin-bottom: 0;
}

.six-circles-section img {
    height: 120px;
    width: auto;
}

.icon-title .elementor-heading-title span {
    font-weight: 400;
}

.icon-img figure {
    cursor: pointer;
}

.icon-img figcaption.wp-caption-text {
    opacity: 0;
    position: absolute;
    background: var(--color-mid-grey);
    color: var(--color-white) !important;
    transition: opacity 0.5s ease-in;
    z-index: 9;
    top: -50%;
    left: 0;
    padding: 10px;
    font-size: 11px;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.icon-img figure:hover figcaption.wp-caption-text {
    opacity: 1;
}

.heading-border-right .elementor-heading-title {
    background: var(--color-white);
}

.why-choose-points-section p {
    margin-bottom: 0;
}

.day-diving-package-listing {
    margin-top: 20px;
    margin-bottom: -40px;
}

.day-diving-package-listing .package-item {
    margin-bottom: 40px;
}

.package-img {
    min-height: 250px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-bottom: 15px solid #656565;
}

.package-item {
    position: relative;
    z-index: 1;
}

.package-details {
    background: var(--emperor-orange);
    padding: 15px;
    text-align: center;
    width: 60%;
    margin: auto;
    margin-top: -85px;
    z-index: 1;
    min-width: 260px;
}

.package-details h3 {
    position: relative;
    color: var(--color-white);
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.package-details h3:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 6rem;
    border-top: 2px solid var(--color-white);
    border-radius: 4px;
    transform: translateX(-50%);
}

.package-details p {
    margin-bottom: 25px;
    color: var(--color-white);
}

.package-btn-div {
    text-align: center;
    margin-top: -20px;
}

.package-item .package-btn {
    padding: 5px 10px;
    color: var(--color-white);
    border: 5px solid var(--color-white);
    border-radius: 0;
    background: #C9C9C9;
    display: inline-block;
}

.package-item .package-btn:hover {
    text-decoration: none;
    background: var(--emperor-orange);
}


/*RESPONSIVE CSS*/

@media screen and (max-width: 1024px) {
    .six-circles-section>.elementor-container>.elementor-row>.elementor-column {
        margin-bottom: 40px;
    }
}


/* IPAD PRO */

@media(max-width: 1200px) and (min-width: 1024px) {
    .banner-content .elementor-widget-wrap {
        max-width: 80%;
    }
}


/* /IPAD PRO */


/* IPAD */

@media(max-width: 1023px) and (min-width: 768px) {
    .banner-content {
        padding: 30px 10px;
    }
    .banner-content .elementor-widget-wrap {
        max-width: 95%;
    }
    .form-control {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 768px) {
    .form-group {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        padding: 20px 15px 0;
    }
    .banner-content .elementor-widget-wrap {
        max-width: 95%;
    }
    .form-group {
        margin-bottom: 20px !important;
    }
    .service-countries .elementor-column-wrap {
        border-radius: 20px !important;
    }
    .heading-border-right:before {
        top: auto;
        bottom: -10px;
    }
    .heading-border-right:after {
        top: 100%;
    }
    .why-choose-points-section .half-round-shape {
        display: none;
    }
    .package-item {
        margin-bottom: 30px !important;
    }
    .package-item .package-btn {
        bottom: -25% !important;
    }
    .search-button {
        display: block;
        width: 100%;
    }
    .icon-img figcaption.wp-caption-text {
        min-height: 225px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .day-diving-package-listing .col-md-4 {
        max-width: 50% !important;
        flex: 0 0 50%;
    }
    .package-item {
        margin-bottom: 70px !important;
    }
    .package-item .package-btn {
        bottom: -26% !important;
    }
}


/*RESPONSIVE CSS*/

.pack-egypt {
    background: var(--emperor-orange) !important;
}

.pack-maldives {
    background: var(--emperor-blue) !important;
}