.Hero-root {
    min-height: max-content;
    padding-top: 120px;
}

.Hero-root .Hero-content {
    margin: 0;
}

@media (min-width: 992px) {
    .container {
        max-width: 1400px;
    }

    main .container {
        padding-right: 350px;
    }
}


.form_sc_bg {
    position: fixed !important;
    padding: 12px 12px 12px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    max-width: 300px;
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 150px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(0 73 144) 0%, rgb(230 132 61) 100%);
    transition: all 0.5s;
    border: 4px solid #ffffff;
    border-radius: 4px;

    z-index: 1000;
    top: 100px;
}

a.ico-txt-white * {
    color: #fff !important;
}

.tp_hctct a.ico-txt-white i {
    border: 1px solid #ffffff;
}

.form_sc_bg ::placeholder {
    color: #fff;
}


.form_sc_bg h2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 22px;
}

.form_sc_bg form .form-control {
    background-color: #fff;
    color: #000000;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ccc;
}

.form_sc_bg form .form-control::placeholder {
    color: #000000;
}

.form_sc_bg .row {
    row-gap: 10px;
}

.book_btn.text-right {
    text-align: end;
}

.com_btn,
.secnd_btn {
    border-radius: 0px;
    padding: 8px 17px !important;
    position: relative;
    display: inline-block;
    transition: all .3s ease 0s;
    background-color: #e6843e;
    color: #fff;
    font-size: 16px;
    border: 2px solid #e6843e;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.25rem;
}

.Parallax-box {
    background-color: hsl(210, 100%, 28%, 90%);
    padding: 2rem;
    color: #fff;
}

.Parallax-box:not(:last-child) {
    margin-bottom: 1.5rem;
}

.faq_section #accordionExample {
    padding: 18px;
    background: #ffff;
    border: 1px solid #eee;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* 
#accordionExample .accordion-button {
    background: #e6843d;
    color: #fff;
    font-weight: 500;
    border: 1px solid #eee;
    box-shadow: none;
    padding: 15px 40px 15px 15px;
    border-radius: 0px !important;
    font-size: 17px;
    box-shadow: rgb(149 157 165 / 2%) 0px 8px 24px;
}

.levelsec button.accordion-button.collapsed {
    background: transparent;
    color: #000;
} */




.faq_section button.accordion-button.collapsed {
    border: 1px solid #eee;
    box-shadow: rgb(149 157 165 / 2%) 0px 8px 24px;
    padding: 15px 40px 15px 15px;
    text-transform: capitalize;
    font-size: 17px;
}

.faq_section .accordion-button:not(.collapsed) {
    background: #e6843d !important;
    color: #fff !important;
    font-size: 17px;
}


.faq_section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7496%) hue-rotate(154deg) brightness(106%) contrast(101%);
}

.faq_section .accordion-button:focus {
    z-index: 3;
    border-color: 0px;
    outline: unset !important;
    box-shadow: unset;
}





@media (max-width: 991.98px) {
    .form_sc_bg.form_sc_bg {
        position: static !important;
        width: 100%;
        max-width: 100%;
    }
}