.intro-section {
    margin-top: -30px;
}

.get-covered-content .elementor-widget-wrap {
    max-width: 90%;
}

.optional-title {
    margin-bottom: 0 !important;
}


/* CONTENT SECTION */

.content-section {
    margin-top: -50px;
    z-index: 2;
}

.content-section .elementor-column {
    max-width: 70%;
    margin: auto;
}


/* /CONTENT SECTION */


/* PACKAGE */

.package-section {
    margin-top: -50px;
}

.package-section .elementor-motion-effects-container {
    border-bottom-left-radius: 70px;
}

.package-section-col {
    max-width: 60%;
    margin: auto;
}

#package_form .elementor-field-group.elementor-column {
    min-height: 55px !important;
}

#package_form .elementor-form-fields-wrapper {
    background-color: #ffffff;
    border: 1px solid #fff;
    border-radius: 30px 30px 30px 30px;
}

#package_form .elementor-field-group input {
    font-size: 22px;
    line-height: 32px;
    padding: 10px 25px;
}

#package_form .elementor-field-group input::placeholder {
    color: #777672;
    font-weight: 600;
}

#package_form .elementor-field-group input:focus {
    box-shadow: none;
}

#package_form .elementor-message {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin: 30px 15px 20px 15px;
    font-weight: 600;
    text-align: center;
}

#package_form .elementor-message.elementor-message-success:after {
    content: "";
    margin-left: 10px;
    border: 3px solid #fff;
    border-top: 3px solid #f27b05;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

button#package_submit_btn {
    width: 100%;
    min-height: 55px;
    background: linear-gradient(to right, rgba(242, 123, 5, 0.8), rgba(242, 123, 5, 1)) !important;
    border-color: transparent !important;
}

button#package_submit_btn:hover {
    background: transparent !important;
    border-color: rgba(242, 123, 5, 1) !important;
}

#package_submit_btn>span {
    display: flex;
    align-items: center;
}

#package_submit_btn .elementor-button-text {
    font-size: 18px;
    line-height: 22px;
}


/* /PACKAGE */

.sidebar section#nav_menu-2 {
    display: none;
}

.sidebar section.widget:last-child {
    padding-bottom: 50px;
}


/* LARGE SCREENS */

@media only screen and (min-width: 1600px) {
    .banner>.elementor-container {
        min-height: 70vh !important;
    }
    .content-section>.elementor-container {
        min-height: 900px !important;
    }
    .package-section {
        margin-top: -100px;
    }
    .package-section .elementor-element>.elementor-container {
        min-height: 1000px !important;
    }
    .separator-curve-section {
        margin-top: 100px !important;
    }
    .separator-curve-section>.elementor-container {
        min-height: 125px !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .separator-curve-section>.elementor-container {
        min-height: 80px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .separator-curve-section>.elementor-container {
        min-height: 70px !important;
    }
}


/* /LARGE SCREENS */


/* IPAD PRO CSS */

@media only screen and (max-width:1200px) and (min-width: 1024px) {
    .intro-section {
        margin-top: -40px;
    }
}


/* /IPAD PRO CSS */


/* IPAD CSS */

@media only screen and (max-width:1023px) and (min-width: 768px) {
    .intro-section {
        margin-top: -50px;
    }
    .package-section-col {
        max-width: 90%;
    }
    .separator-section .elementor-image img {
        max-height: 50px !important;
        width: auto;
    }
}


/* /IPAD CSS */


/* MOBILE CSS */

@media only screen and (max-width:767px) {
    .get-covered-content .elementor-widget-wrap {
        max-width: 100%;
    }
    .intro-section,
    .content-section {
        margin-top: 0;
    }
    .package-section-col {
        max-width: 100%;
    }
    .get-covered-content .elementor-column-wrap {
        padding: 50px 15px 50px 15px !important;
    }
    .content-section .elementor-container {
        min-height: auto !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sidebar section.widget:last-child {
        padding-bottom: 0;
    }
    .separator-section .elementor-column.elementor-col-50 {
        max-width: 50%;
    }
    .separator-section .elementor-image img {
        max-height: 30px !important;
        width: auto;
    }
}


/* MOBILE CSS */