/*
Theme Name: Hello Elementor Child
Theme URI: http://example.com/twenty-twenty-one-child/
Description: Hello Elementor Child Theme
Author: Your Name
Author URI: http://example.com
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom styles here */
header#site-header {
    background: #1D2552;
    flex-direction: column;
    padding: 0px;
}
.header-nav-warp {
    background: #181D40;
    border-top: 1px solid #000;
}
header#site-header * {
    color: #fff;
}
.site-header:not(.header-stacked) .header-nav-warp .header-inner .site-navigation {
     max-width: 100%; 
}
.site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    width: 100%;
}
.header-top .site-logo img {
    max-width: 150px;
}
.header-top .header-action {
    display: flex;
    align-items: center;
}
header#site-header .header-top span.call-and-support {
    text-align: right;
    margin-right: 20px;
}
header#site-header .header-top .call-and-support p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}
header#site-header .header-top .call-and-support a {
    color: #FFD749;
    border-radius: 10px;
    padding: 0px;
    font-weight: 900;
    font-size: 24px;
}
header#site-header .header-top a.call-to-aciton {
    background: #FFD749;
    color: #000;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 700;
}
header#site-header .header-top a.business-link {
    font-weight: 800;
    font-size: 18px;
    text-decoration: underline;
    margin-right: 25px;
}
.search-bar-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 45%;
}
.search-bar-warp .search-bar {
    width: 90%;
    position: relative;
}
.search-bar-warp .search-bar input[type="text"] {
    width: 100%;
    padding: 7px 8px 7px 40px;
    border-radius: 8px;
    color: #000 !important;
}
.search-bar-warp .search-bar i.fa-solid {
    position: absolute;
    color: #000 !important;
    font-weight: 900;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
header#site-header .header-nav-warp .site-navigation {
    justify-content: flex-start;
}
header#site-header .header-nav-warp .header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-nav-warp .header-inner .menu-header-menu-container {
    width: 100%;
}
.header-nav-warp .header-inner .menu-header-menu-container ul.menu {
    justify-content: space-between;
    width: 100%;
}
.header-nav-warp .header-inner .site-navigation ul.menu li a {
    font-size: 20px;
    font-weight: 500;
    padding: 8px 6px;
}
.header-nav-warp .header-inner .site-navigation ul.menu li {
    padding-right: 20px;
}
.header-nav-warp .header-inner .site-navigation ul.menu li.menu-item-has-children:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free" !important;
    font-size: 18px;
    font-weight: 900; 
    color: #fff;
    position: absolute; 
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.header-nav-warp .header-inner .site-navigation ul.menu li ul {
    min-width: 200px;
    top: calc(100% + 6px);
}
footer#site-footer {
    background: #181D40;
}
#site-footer .footer-inner { 
    justify-content: flex-start;
}
#site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 100%;
}
#site-footer ul#menu-footer-menu li a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 0px 6px 8px 6px;
    color: #fff;
    margin-bottom: 10px;
}
#site-footer ul#menu-footer-menu li {
    margin-right: 20px;
    position: relative;
}
#site-footer .site-branding.show-logo {
    margin-right: 70px;
}
#site-footer.footer-has-copyright .footer-inner .site-navigation {
    align-items: flex-start;
}
#site-footer .footer-inner .site-navigation ul.menu li.menu-item-has-children:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free" !important;
    font-size: 18px;
    font-weight: 900; 
    color: #fff;
    position: absolute; 
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    top: 10px;
    right: -3px;
}
#site-footer {
    padding-block-start: 0px;
    padding-block-end: 25px;
    position: relative;
}
#site-footer .footer-inner .copyright p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}
#site-footer .footer-prev-links {
    background: #1D2552;
    padding: 60px 0px;
}
#site-footer .footer-inner.widget-section {
    padding-top: 30px;
}
#site-footer .footer-prev-links a {
    background: #FFD749;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    width: 48%;
    padding: 15px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
#site-footer .footer-prev-links .footer-inner {
    justify-content: space-around;
}
#site-footer .footer-prev-links a:nth-child(2) {
    justify-content: flex-end;
    text-align: right;
}
#site-footer .footer-prev-links a span.icon {
    font-size: 40px;
    margin-right: 20px;
}
#site-footer .footer-prev-links a:nth-child(2) span.icon {
    margin-right: 0px;
    margin-left: 20px;
}
.site-navigation-dropdown ul.menu li span.open-sub-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 64px;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}
.site-navigation-dropdown ul.menu li ul.sub-menu {
    display: none;
}
.site-navigation-dropdown ul.menu li ul.sub-menu li {
    transform: none !important;
    max-height: none !important;
}
.site-navigation-dropdown ul.menu li ul.sub-menu li a {
    color: #fff !important;
}

/**/
.case_form .form_container {
    position: relative;
}
.case_form .case_form_inner {
    z-index: 1;
    position: relative;
    border: 3px solid #FFD649;
    background-color: #fff;
    padding: 25px;
    min-height: 300px; 
    border-radius: 10px; 
}
.case_form .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.case_form .ribbon-top-right {
    top: -10px;
    right: -10px;
}
.case_form .ribbon::before, .case_form .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 7px solid #2980b9;
}
.case_form .ribbon-top-right::before, .case_form .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.case_form .ribbon-top-right::before {
    top: -1px;
    left: 7px;
}
.case_form .ribbon-top-right::after {
    bottom: 6px;
    right: -2px;
}
.case_form .ribbon .inner_ribbon {
    position: absolute;
    display: block;
    width: 285px;
    padding: 12px 0;
    background-color: #3498db;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-align: center;
}
.case_form .ribbon-top-right .inner_ribbon {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.case_form .rbtxt {
    max-width: 150px;
    margin-left: 50px;
}
.case_form .form_head h4 {
    font-size: 24px;
    font-weight: 700;
}
.case_form .form_head h6 {
    font-size: 20px;
    font-weight: 700;
    color: #FFD649;
}
.case_form .input_container {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.case_form .input_container label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.case_form .input_container label:not(:last-child) {
    margin-right: 20px;
}
.case_form .input_container label span {
    display: flex;
    align-items: center;
    padding: .375em 2em .375em .5em;
    border-radius: 99em;
    transition: .25s ease;
    font-size: 18px;
    font-weight: 600;
}
.case_form .input_container label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: .375em;
    transition: .25s ease;
    box-shadow: inset 0 0 0 0.125em #FFD649;
}
.case_form .input_container label input {
    position: absolute;
    left: -9999px;
}
.case_form .input_container label input:checked + span {
    background-color: #d0b557;
}
.case_form .input_container label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #FFD649;
}
.case_form .tooltiptext {
    width: max-content;
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 5px 13px;
    border-radius: 6px;
    position: absolute;
    z-index: 9999;
    font-size: 12px;
    bottom: -15px;
    font-size: 13px;
    right: auto;
    left: 0;
}
.case_form .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent red;
    content: " ";
    position: absolute;
    top: -14%;
    left: 78%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0a174000 #060d5200 red #ff000000;
}
.case_form .radio_choices .tooltiptext::after {
    left: 39%;
}
.case_form .d-none {
    display: none;
}
.case_form .txt_input, .case_form .select_input {
    color: #000;
    background-color: #EFEFEF;
    font-size: .9375rem;
    height: 48px;
    border: 1px solid #A3BAC6;
    border-radius: 3px;
    font-family: inherit;
    width: 100%;
    margin: 0px;
    padding: .5rem .625rem .5625rem;
    /*box-shadow: inset 0 1px 3px rgba(0,0,0,0.28);*/
    border: 1px solid #2E345E;
}
.case_form textarea.txt_input.textarea {
    height: 100px;
}
.case_form .form-group {
    margin-bottom: 15px; 
}
.case_form .form-group p {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}
.case_form .submit_form {
    background: #29D600;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    min-height: 4.6875rem;
    width: 100%;
    border-radius: 10px;
    outline: none;
    border: 0;
    cursor: pointer;
}
.case_form .submit_form:hover, .case_form .submit_form:focus {
    background: #23B020;
    color: #FFF;
    outline: none;
}
/* submmiting button */
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
.case_form .submit_form.button--loading::after {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
    border: 10px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
.case_form .submit_form.button--loading span {
    display: none;
}
.legal-img {
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-element.sattlement_text h3 {
    color: #e23232;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 5px;
}
.elementor-element.sattlement_text h4 {
    font-weight: 700;
    font-size: 24px;
}
.case_form span.select2-selection.select2-selection--single {
    height: 50px;
    border: 1px solid #2E345E;
    background: #EFEFEF;
}
.case_form span.select2-selection.select2-selection--single span.select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
    padding-right: 30px;
}
/**/

@media only screen and (max-width: 991px){
    .m-hide {
        display: none !important;
    }
    .site-navigation-toggle-warp .site-navigation-toggle {
        border: 1px solid #fff;
        padding: 2px 8px;
        font-size: 28px;
        font-weight: 600;
        border-radius: 5px;
    }
    .site-navigation-toggle-warp .site-navigation-toggle i.eicon-menu-bar {
        font-size: 36px;
    }
    header#site-header  .site-navigation-dropdown ul.menu li a {
        background: #181D40;
        box-shadow: inset 0 -1px 0 rgba(255,255,255,.1019607843);
    }
    header#site-header .header-nav-warp {
        display: none;
    }
    header#site-header nav.site-navigation-dropdown {
        display: block;
    }
}

@media only screen and (min-width: 992px){
    .desk-none {
        display: none !important;
    }
    header#site-header  nav.site-navigation-dropdown {
        display: none;
    }
}

@media only screen and (max-width: 1199px){
    .site-header .header-inner {
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }  
}

.elementor-32 .elementor-element.elementor-element-6658ef2 .elementor-button {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    background-color: #FFD749;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 30px 20px 30px;
} 
@media only screen and (max-width: 600px){
    .case_form .form_head {
        padding-right: 20%;
    }
    .case_form .form_head h4 {
        font-size: 20px;
    }
    .case_form .form_head h6 {
        font-size: 16px;
    }
    .elementor-element.text_content_group h3 {
        font-weight: 600;
        font-size: 22px;
    }
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        width: 100%;
    }
}























