.opra_header_wrapper {
    position: fixed;
    background-color: #e0173d;
    width: 100%;
    z-index: 10;
    transition: transform 0.52s ease;
}

.fixed-header-spacer {
    width: 100%;
    height: 150px;
}

.top_header li {
    margin-top: 0px;
}

.header_socials,
.header_buttons {
    padding-top: 6px;
    padding-bottom: 6px;
}

.header_socials li,
.header_buttons ul li,
.right_menu li,
.left_menu li {
    display: inline-block;
}

.header_socials li a {
    line-height: 28px;
    margin-right: 10px;
    margin-left: 10px;
}

.header_socials li a i {
    color: #fff;
}

.header_buttons ul li a {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    color: #000 !important;
    border-radius: 4px;
    background: #e7e7e7 !important;
    height: 40px;
    display: flex;
    width: fit-content;
    align-items: center;
}

.header_buttons ul li a:before {
    height: calc(100% + 12px);
}

.header_buttons ul li a span {
    padding-right: 10px;

}

.header_buttons ul li a:hover {
    opacity: 1;
}

.header_buttons {
    display: flex;
    justify-content: right;
    margin-right: 20px;

}

.header_buttons a {
    font-weight: 700;
    font-size: 12px;
}

.header_socials a:hover i {
    color: #000;
}

.header_socials .fa-phone,
.header_buttons .fa-phone {
    transform: none !important;

}

.header_socials a:hover {
    opacity: 1;
}

.opra_header_wrapper>*:not(.fa-brands .fa-phone .fa-solid),
.opra_footer_wrapper>*:not(.fa-brands .fa-phone .fa-solid) {
    font-family: "Montserrat", sans-serif;
}

.small_logo img {
    height: 24px;
    padding-left: 10px;
}

.small_logo {
    margin-left: 20px;
    margin-bottom: 10px;
}

.small_logo,
.mobile_menu_toggle {
    visibility: hidden;
}

.desktop_menu_a {
    color: #fff;
}

.desktop_menu_a:hover {
    opacity: 1;
}

.desktop_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}

.desktop_menu img {
    height: 50%;
}

.left_menu,
.right_menu {
    display: flex;
    gap: 20px;
}

.left_menu {
    justify-content: flex-end;
    margin-right: 10px;
}

.right_menu {
    justify-content: flex-start;
    margin-left: 10px;
}

.main_logo a {
    display: flex;
    justify-content: center;
}

.main_logo a:hover {
    opacity: 1;
}

.desktop_menu_a {
    font-size: 14px;
    font-weight: 600;
}

.desktop_menu_name::after {
    transform-origin: 0 0;
    transition: transform .35s cubic-bezier(.52, .01, .16, 1);
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    content: " ";
    -webkit-transform: scaleX(0);
    transform: scaleX(0);

}

.desktop_menu_a:hover .desktop_menu_name::after {
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.bottom_header {
    padding-top: 10px;
}

.mobile-menu-bar {
    width: 22px;
    display: block;
    height: 2px;
    position: relative;
    background-color: #fff;
}

.mobile-menu-bar-top {
    top: -6px
}

.mobile-menu-bar-bottom {
    top: 6px;
    width: 18px;
}

.mobile_menu_toggle {
    padding: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {

    .small_logo,
    .mobile_menu_toggle {
        visibility: visible;
    }

    .desktop_menu {
        display: none;
    }

    .mobile-flex {
        display: flex;
    }

    .mobile-width-50-pc {
        width: 50pc;
    }
}

@media only screen and (min-width: 1px) and (max-width: 767px) {

    .top_header {
        display: none !important;
    }

    .mobile_menu_toggle {
        float: right;
    }

    .fixed-header-spacer {
        height: 50px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    .fixed-header-spacer {
        height: 100px;
    }

}

.mobile-menu {
    list-style: none;
    margin: 0 25px 0 25px;

}

.mobile-menu li a {
    color: #fff;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
}

.mobile-menu li a:hover {
    opacity: 1;
}

.mobile-menu li:not(:first-of-type):before {
    content: " ";
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}

.mobile-only-option a {
    width: 100%;
    background-color: #e7e7e7;
    border-radius: 5px;
    text-align: center;
    color: #000 !important;
    font-weight: 600;
    padding: 25px 0 !important;
}

.opra_mobile_menu_wrapper {
    display: none;
}

.opra_mobile_menu_wrapper.open {
    display: block;
}

.mobile-cross-left{
    transform: rotate(45deg) translateX(-200px) translateY(-20px);
    transition-duration: 0.55s;
    opacity: 0;
}
.mobile-cross-right{
   transform: rotate(45deg) translateX(200px) translateY(-800px);
    transition-duration: 0.55s;
    top: -2px;
    opacity: 0;
}

.mobile_menu_toggle .mobile-menu-bar-middle {
    transform: translateX(0px);
    transition-duration: 0.55s;
}

.mobile_menu_toggle .mobile-menu-bar-top {
    transform: translateX(0px);
    transition-duration: 0.55s;
}

.mobile_menu_toggle .mobile-menu-bar-bottom {
    transform: translateX(0px);
    transition-duration: 0.55s;
}

.mobile_menu_toggle.toggled .mobile-menu-bar-middle {
    transform: translateX(100px);
    transition-duration: 0.55s;
}

.mobile_menu_toggle.toggled .mobile-menu-bar-top {
    transform: translateX(100px);
    transition-duration: 0.45s;
    top: 0;
}

.mobile_menu_toggle.toggled .mobile-menu-bar-bottom {
    transform: translateX(100px);
    transition-duration: 0.65s;
    transition-delay: .015s;
}

.mobile_menu_toggle.toggled .mobile-cross-left{
    transform: translateX(0px) translateY(0px) rotate(45deg);
    transition-duration: 0.55s;
    opacity: 1;
}
.mobile_menu_toggle.toggled .mobile-cross-right{
    transform: translateX(0px) translateY(0px) rotate(-45deg);
    transition-duration: 0.55s;
    opacity: 1;
}

.opra_footer_container {
    width: 100%;
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    box-sizing: border-box;
}

.opra_footer_wrapper {
    background-color: #2c2e44;
    color: #fff !important;
}

.opra_footer_wrapper p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer-left {
    padding-right: 5%;
}

.footer-header {
    font-size: 42px !important;
    font-weight: 600 !important;
    line-height: 64px !important;
    text-transform: uppercase;
}

.footer-menu {
    list-style: none;
    margin-left: 0px;
}

.footer-menu li a {
    color: #fff;
}

.opra_footer_container a:hover {
    opacity: 1;
}

.footer-socials {
    list-style: none;
}

.footer-socials li {
    display: inline-block;
}

.footer-socials a,
.footer-socials i {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
}

.footer-socials {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-left: 0px;
    width: 100%;
    flex-wrap: wrap;

}

.bottom_header{
    height: auto;
}

@media only screen and (max-width: 999px) {
    .footer-socials {
        list-style: none;
        display: flex;
        gap: 20px;
        margin-left: 0px;

        width: 74%;
        justify-content: center;
    }
    
}


.footer-socials a {
    background-color: #e0173d;
    border-radius: 999px;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center;
}

.footer-socials i {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

@media only screen and (min-width: 690px) and (max-width: 999px) {
    .opra_footer_wrapper .col-4 {
        width: 48%;
    }
}

.mobile-only-option {
    display: none;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
    .mobile-only-option {
        display: block;
    }
}

@media only screen and (min-width: 690px) {
    .opra_header_wrapper.scrolled {
        transition: transform 0.52s ease;
        transform: translateY(-60px);
    }

    .opra_header_wrapper.scrolled .col-2 {
        width: 15.66667%;
    }

    
}

@media only screen and (min-width: 1000px)
{
    .bottom_header{
        height: 90px;
    }

    .opra_header_wrapper.scrolled .bottom_header{
        height: 75px;
    }
}