.popup_class .section_main_title {
    color: #fff;
}

.popup_class {
    background: #699DCC;
}

.popup_class select option {
    color: #000 !important;
}

.popup_class .contact_form_main {
    background: transparent !important;
    border: none;
}

#et-boc .area-outer-wrap[data-da-color=light] .da-close {
    background: #fff !important;
    opacity: 1;
}

.popup_class .contact_form_main_col1 input,
.popup_class .contact_form_main_col1 select,
.popup_class .contact_form_main_col1 textarea {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.popup_class input::placeholder,
.popup_class textarea::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.popup_class input::-ms-input-placeholder,
.popup_class textarea::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff;
}

::placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #666;
}

/* popup */
.popup_class {
    padding: 0 !important;
    max-width: 800px !important;
    width: 100% !important;
}

.popup_class .contact_form_main_col1 button {
    margin: auto;
}

.popup_class_row {
    padding: 30px !important;
}

.popup_class_row .contact_form_main {
    padding: 0px;
}

/* end */
.footer_section {
    padding: 0px !important;
}

.footer_menu ul {
    padding: 0 !important;
}

.footer_menu ul li {
    list-style-type: none;
    padding: 5px 0px;
}

.footer_section_row {
    padding: 60px 0px !important;
}

.footer_copyright_row {
    padding: 0px 70px !important;
    border-top: 2px solid #000;
}

.footer_menu ul li a:hover {
    color: #699DCC;
}

.footer_menu ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.footer_menu h3 {
    font-size: 20px;
    position: relative;
    color: #000;
    font-weight: 600;
    padding-bottom: 20px !important;
}

.footer_section_row::before {
    position: absolute;
    content: '';
    right: 0;
    left: auto;
    width: 70%;
    background: #cccccc;
    height: 1px;
    top: 70px;
}

.footer_col2,
.footer_col3,
.footer_col4,
.footer_col5 {
    padding-top: 40px !important;
    display: flex;
    justify-content: end;
}





.footer_copyright_box {
    font-size: 18px;
    color: #000;
    padding: 8px;
    font-weight: 400;
}

.footer_txt_abt {
    font-size: 32px;
    line-height: normal;
    color: #000;
    padding: 30px 0px;
}


.privacy_policy_box {
    padding: 8px;
    padding-left: 100px;
}

.footer_social_media ul {
    padding: 0 !important;
}

.footer_social_media ul li:last-child {
    border-right: 2px solid #000;
}

.footer_social_media ul li:hover {
    background: #000;
}

.footer_social_media ul li:hover a {
    color: #fff;
}

.footer_social_media ul li {
    display: inline-block;
    padding: 10px 30px;
    border-left: 2px solid #000;
}

.footer_social_media ul li a,
.privacy_policy_box a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.footer_social_media .et_pb_code_inner {
    display: flex;
    align-items: center;
    justify-content: end;
}

.falt_icon_change svg {
    width: 40px;
    position: relative;
}

.falt_icon_change {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: none;
}

.falt_icon_change a {
    background: #699DCC;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    margin-bottom: 150px !important;
    align-items: center;
    margin-bottom: 10px !important;
    justify-content: center;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: black;
    color: #fff;
    text-align: center;
    left: -130px !important;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.falt_icon_change a:hover .tooltiptext {
    visibility: visible;
}


@media all and (min-width: 320px) and (max-width: 767px) {
    .falt_icon_change a {
        width: 40px;
        height: 40px;
    }

    .falt_icon_change svg {
        width: 20px;
        position: relative;
        top: 0px;
    }

    .popup_class_row {
        padding: 30px 10px !important;
    }



    .footer_col2,
    .footer_col3,
    .footer_col4,
    .footer_col5 {
        padding-top: 10px !important;
    }

    .service_col .myclass {
        display: none !important;
    }

    .service_col.active .myclass {
        display: block !important;
    }

    .service_col h3::after {
        position: absolute;
        content: '\33';
        right: 0;
        top: 0;
        bottom: 0;
        color: #000;
        font-size: 30px;
        font-family: 'Etmodules' !important
    }

    .service_col.active h3::after {
        content: '\32' !important
    }

    .footer_section_row {
        padding: 40px 20px !important;
    }

    .footer_copyright_box {
        text-align: center;
        padding: 5px;
    }

    .footer_social_media ul li:first-child {
        border-left: none !important;
    }

    .footer_social_media .et_pb_code_inner {
        display: flex;
        justify-content: center !important;
    }

    .footer_social_media ul li:last-child {
        border-right: none;
    }

    .footer_social_media ul {
        display: flex;
    }

    .footer_social_media ul li {
        padding: 0px 5px;
        width: 50%;
        text-align: center;
    }

    .footer_copyright_row {
        padding: 0px !important;
    }

    .privacy_policy_box {
        padding: 0;
        width: 33.33%;
        padding-left: 0;
        text-align: center;

    }

    .footer_txt_abt {
        font-size: 24px;
    }

    .footer_copyright_box {
        border-bottom: 2px solid #000;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 14px;
    }

    .footer_section_row::before {
        display: none;
    }

    .footer_col1 {
        width: 100% !important;
    }

    .footer_col3,
    .footer_col2,
    .footer_col4,
    .footer_col5 {

        width: 100% !important;
        display: block;
    }

    .footer_social_media ul {
        width: 67% !important;
        border-bottom: none;
    }

    .footer_logo,
    .footer_txt_abt {
        text-align: center !important;
    }

    .footer_btn a {
        margin: auto !important;
    }

    .footer_logo img {
        width: 200px !important;
    }

    .footer_section_row .footer_col1 {
        display: block;
    }

    .footer_section_row .footer_col1 .et_pb_module {
        width: 100% !important;
    }

    .footer_section_row {
        padding-bottom: 0 !important;
    }

    .footer_btn {
        padding-bottom: 20px;
    }

    .falt_icon_change {
        bottom: 80px;
    }

}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .falt_icon_change a {
        width: 50px;
        height: 50px;
    }

    .falt_icon_change svg {
        width: 30px;
        position: relative;
        top: 0px;
    }

    .footer_section_row {
        padding: 40px 20px !important;
    }

    .footer_copyright_box {
        text-align: center;
        padding: 5px;
    }

    .footer_social_media ul li:first-child {
        border-left: none !important;
    }

    .footer_social_media .et_pb_code_inner {
        justify-content: center;
    }

    .footer_social_media ul li {
        padding: 0px 30px;
    }

    .footer_copyright_row {
        padding: 0px !important;
    }

    .privacy_policy_box {
        padding: 0;
        padding-left: 30px;
    }

    .footer_txt_abt {
        font-size: 24px;
    }

    .footer_copyright_box {
        border-bottom: 2px solid #000;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 15px;
    }

    .footer_section_row::before {
        display: none;
    }

    .footer_col1 {
        width: 100% !important;
    }

    .footer_col3,
    .footer_col2,
    .footer_col4,
    .footer_col5 {
        justify-content: center;
        width: 25% !important;
    }

    .footer_logo,
    .footer_txt_abt {
        text-align: center !important;
    }

    .footer_btn a {
        margin: auto !important;
    }

    .footer_logo img {
        width: 200px !important;
    }

    .footer_section_row .footer_col1 {
        display: flex;
        align-items: center;
    }

    .footer_section_row .footer_col1 .et_pb_module {
        width: 33.33% !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .footer_section_row {
        padding: 40px 30px !important;
    }

    .footer_copyright_row {
        padding: 0px 10px !important;
    }

    .privacy_policy_box {
        padding-left: 30px;
    }

    .footer_txt_abt {
        font-size: 24px;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 15px;
    }

    .footer_section_row::before {
        width: 75%;
        top: 60px;
    }

    .footer_col3 {
        justify-content: center;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .footer_section_row {
        padding: 40px 30px !important;
    }

    .footer_copyright_row {
        padding: 0px 30px !important;
    }

    .privacy_policy_box {
        padding-left: 30px;
    }

    .footer_txt_abt {
        font-size: 24px;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 15px;
    }

    .footer_section_row::before {
        width: 73%;
        top: 60px;
    }

    .footer_col3 {
        justify-content: center;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .footer_section_row {
        padding: 60px 30px !important;
    }

    .footer_col3 {
        justify-content: center;
    }

    .footer_copyright_row {
        padding: 0px 30px !important;
    }

    .footer_txt_abt {
        font-size: 24px;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 16px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .footer_section_row {
        padding: 60px 30px !important;
    }

    .footer_copyright_row {
        padding: 0px 30px !important;
    }

    .footer_txt_abt {
        font-size: 28px;
    }

    .footer_copyright_box,
    .footer_social_media ul li a,
    .privacy_policy_box a {
        font-size: 16px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .footer_section_row {
        padding: 60px 30px !important;
    }

    .footer_copyright_row {
        padding: 0px 30px !important;
    }

    .footer_txt_abt {
        font-size: 28px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .footer_section_row {
        padding: 60px 30px !important;
    }
}


@media all and (min-width: 981px) and (max-width: 3000px) {}