* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box
}



html {

    scroll-behavior: unset
}



body {

    font-family: "Open Sans", sans-serif;

    font-weight: 400;

    font-size: 16px;

    overflow-x: hidden;

    position: relative
}



.outer_block {

    overflow: hidden
}







img {

    vertical-align: middle;

    max-width: 100%
}



a img {

    border: none
}



a {

    text-decoration: none;

    color: #434343
}



ul {

    list-style: none;

    margin: 0;

    padding: 0
}



:focus {

    outline: none
}



.wrapper {

    margin-left: auto;

    margin-right: auto;

    max-width: 1280px;

    padding: 0 20px;

    width: 100%
}



.clr {

    clear: both;

    float: none;

    display: block
}



.clr:after,

.afclr:after {

    clear: both;

    float: none;

    display: block;

    content: ""

}



input[type=submit],

button {

    -webkit-appearance: none
}



select {

    word-wrap: normal
}



::-webkit-input-placeholder {

    color: #000
}



:-moz-placeholder {

    color: #000
}



::-moz-placeholder {

    color: #000
}







.faq_list_outer .e-n-accordion-item {

    background-color: #fff;

    border-radius: 32px;

    overflow: hidden;

}



.btn_service_ic .elementor-button-content-wrapper .elementor-button-text {

    text-decoration: underline;

    text-align: left;

}



.left_icon_ic {

    min-width: 45px !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px !important;
    padding: 10px 8px !important;
}

.age_discrimination_tooltip {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: none;
    position: relative;
}

.age_discrimination_tooltip.active {
    display: inline-block;
}

.tooltip-icon {
    display: inline-block;
    margin-right: 6px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}


.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 385px;

    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    font-size: 13px;
    line-height: 1.4;
    transition: opacity 0.2s ease;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 5px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.tooltip-icon:hover {
    color: #424242;
}

.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}





@media (max-width: 767px) {


    .left_icon_ic {

        min-width: 33px !important;

    }



    .faq_ctc_section {

        background-image: none !important;

    }



    .faq_ctc_section .elementor-element-0d2a23b {

        background-color: #232E3D;

    }



    .faq_ctc_section .elementor-element-4d39684 {

        background-color: #B0EFFF;

    }



    .faq_ctc_section .faq_grid_box .faq_grid_box01 {

        background-color: #232E3D;

    }



    .faq_ctc_section .faq_grid_box .faq_grid_box02 {

        background-color: #B0EFFF;

    }

}

@media (max-width: 479px) {



    .tooltip-text {
        max-width: 300px;
        width: 100%;
    }
}