.header_nav .faq-accordian .accordion-list .answer ul li a{
    color: #fff;
}

.leader-modal .overlay{
display:none;
}

.iti__country{
display:flex;
align-items:center;
gap:4px;

}
.iti{
width:100%;
}
.iti--separate-dial-code .iti__selected-flag,.iti__country.iti__highlight{
background-color:transparent !important;

}

.contact_bnr form input[type="submit"] {
    color: #ffffff;
    background-color: #1F4D9C;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: .3s ease all;
    min-width: 80px;
    overflow: hidden;
    border: 1px solid transparent;
    outline: transparent;
    margin: 20px 0 auto;
    width: max-content;
}

/* contact page */
.wpcf7-form-control-wrap textarea {
    width: 100%;
}
/*  */
.modal-content form input[type="submit"] {
    color: #ffffff;
    background-color: #1F4D9C;
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: .3s ease all;
    min-width: 80px;
    overflow: hidden;
    border: 1px solid transparent;
    outline: transparent;
    margin: 20px 0 auto;
    width: max-content;
}

.ttdw_image::before {
    display: none;
}

.ttdw_image .department {
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 20px;
    width: max-content;
    position: absolute;
    z-index: 1;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
}

.ttdw_image.yellow .department {
    background-color: #F6C26E;
}

.ttdw_image.red .department {
    background-color: #E78E7F;
}

.ttdw_image.blue .department {
    background-color: #AEC6EE;
}

.joinusb_right .field_wrapper input {
    width: 100%;
}

/* .joinusb_right .country_code {
    width: 20%;
} */

.joinusb_right .submit_btn input[type="submit"] {
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    min-width: max-content;
    width: max-content;
}

.submit_btn .wpcf7-spinner{
    position: absolute !important;
}

.country-select.inside .flag-dropdown:hover .selected-flag{
    background-color: transparent !important;
}

.country-select.inside input, .country-select.inside input[type=text]{
    display: none !important;
}

.tel_wrapper:focus input{
    background-color: #EDF1FB !important;
}

.country-select .country-list .country.highlight{
    background-color: transparent !important;
}

.submit_btn{
    padding: 12px 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: .3s ease all;
    min-width: 80px;
    overflow: hidden;
    color: #ffffff;
    background-color: #1F4D9C;
    max-width: max-content;
    margin: 0 auto;
}

.joinusb_right .wpcf7-form-control-wrap {
    width: 100%;
}

.joinusb_right .flag-dropdown input[type="text"] {
    display: none;
}

.btn_wrapper:hover .text input[type="submit"] {
    color: #111;
}

.faq-accordian .accordion-list .answer>ul li p:not(:first-child) {
    margin-top: 10px;
    
}

.faq-accordian .accordion-list .answer>ul ul {
    padding-left: 36px;
    margin: 10px 0 !important;
    list-style: square !important;
}

.faq-accordian .accordion-list .answer ul li {
    color: #545454;
    font-size: 14px;
}

.searchw_input form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.searchw_input form input[type="submit"] {
    display: none;
}

.country_code .wpcf7-not-valid-tip{
    display: none;
}

.tel_wrapper .wpcf7-not-valid-tip{
    position: absolute;
}

/* 29 april */
/* 
.ur-inner .urlb-card-container.drag-cursor-container {
    margin-top:70px;
} */

/* search result page */
.highlighte{
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    color: #000;
}

.page-link:focus{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.page-link{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #729ADF !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.page-item.active .page-link{
    background-color:transparent !important;
}

.page-link{
    padding: 0 !important;
}

/* single page pagination */

.single-inner .navigation-links{
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: max-content;
    margin: 100px auto 50px auto;
    gap: 54px;
}
.single-inner .thw_heading{
    max-width: 77ch;
}
.single-inner .thw_para{
    max-width: 70ch;
}
.previous-post-link ,.next-post-link{
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 16px;
    text-align: center;
    position: relative;
}
.next-post-link{
    border-left: 1px solid #d4d4d4;
    padding-left: 54px;
}
.previous-post-link p ,.next-post-link p{

    overflow: hidden;
    text-overflow: ellipsis;
    width: 20ch;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.previous-post-link p:nth-child(1),.next-post-link p:nth-child(1){
    font-size: 14px;
    font-weight: 400;
    color: #272626;
}

/* media max width 991 */
@media (max-width: 991px){
    .single-inner .thw_heading{
        max-width: max-content;
    }
    .single-inner .thw_para{
        max-width: max-content;
    }
}

/* media max width 767 */
@media (max-width: 767px){
    .single-inner{
        margin-top: 40px;
    }
    .single-inner .navigation-links{
        flex-direction: column;
        gap: 20px;
    }
    .previous-post-link ,.next-post-link{
        border: none;
        padding: 0;
        flex-direction: column;
    }
    .previous-post-link{
        border-bottom: 1px solid #d4d4d4;
        padding-bottom: 20px;
    }
    .previous-post-link svg,.next-post-link svg{
        display: none;
    }

}

/* inner page */
.a2a_kit.a2a_kit_size_32.addtoany_list{
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
}

/* 404 page */
.erri-cta{
    z-index: 999;
}

/* search  */
.searchw_input form input[type="text"]:focus{
    background-color: transparent !important;
    color: #fff !important;
}
.searchw_input form input:autofill{
    background-color: transparent !important;
    color: #fff !important;
}

.searchw_input form input:-webkit-autofill {
    background-color: transparent !important;
    color: #fff !important;
}

.searchw_input form input:-webkit-autofill:focus {
    background-color: transparent !important;
    color: #fff !important;
}

.searchw_input form input:-webkit-autofill:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.searchw_input form input:-webkit-autofill:active {
    background-color: transparent !important;
    color: #fff !important;
}

/* contact page */
.wpcf7-not-valid-tip{
    font-size: 12px !important;
    margin-top: 8px !important;
}