#customPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 9999;
}

#customPopup.active {
    visibility: visible;
    opacity: 1;
}

#customPopup .form-group label {
    color: #fff;
}

#customPopup .form-group input,
#customPopup .form-group textarea {
    background: transparent;
    border: 1px solid #fff;
}

#customPopup .form-group input::placeholder {
    color: #fff !important;
}

body .popup-content .section_title {
    font-size: 30px !important;
    color: #fff !important;
    text-transform: capitalize !important;
}

#customPopup input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    background: #fff !important;
    color: #000 !important;
}

.header_top_row_main {
    padding: 0;
}

.popup-content {
    background: #00a2b3;
    max-width: 800px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    overflow: auto;
    height: 100%;
}

.popup-content .form-group {
    text-align: left;
}

.popup-close {
    position: absolute;
    top: 10px;
    color: #fff;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.contact-item .fa {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 10px !important;
    color: #000;
}

.contact-item .inner_text {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}

.contact-item a,
.contact-item span {
    font-size: 1.3em;
    color: #fff;
}

.social-icons .fa {
    font-size: 20px;
    width: 36px;
    height: 36px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #000;
}

.social-icons {
    display: flex;
}

.social-icons a {
    display: flex;
    padding: 0px 10px;
}

.footer_menu_all h3 {
    font-size: 24px !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_menu_all ul li::marker {
    color: #fff;
}

.footer_menu_all ul li a {
    font-size: 21px;
    color: #fff;
    padding: 5px 0px !important;
    display: block;
}

.footer_menu_all {
    display: flex;
    justify-content: center;
}

.ft_copyright {
    font-size: 20px;
    color: #000;
    padding: 10px !important;
}

.footer_menu_all ul {
    padding-bottom: 0 !important;
}

.contact-item span {
    width: 80%;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .contact-item a,
    .contact-item span {
        font-size: 1.1em;
    }
    .footer_menu_all ul li a {
        font-size: 16px;
    }
    .footer_menu_all ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_menu_all ul li {
        width: 100%;
    }
    .ft_copyright {
        font-size: 16px;
    }
    .footer_menu_all {
        display: flex;
        justify-content: left;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .footer_menu_all ul li {
        width: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .contact-item a,
    .contact-item span {
        font-size: 1.2em;
    }
    .footer_menu_all ul li a {
        font-size: 18px;
    }
    .footer_menu_all ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footer_menu_all ul li {
        width: 50%;
    }
    .footer_menu_all {
        display: flex;
        justify-content: left;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .contact-item a,
    .contact-item span {
        font-size: 1.2em;
    }
    .footer_menu_all ul li a {
        font-size: 18px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .contact-item a,
    .contact-item span {
        font-size: 1.2em;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .contact-item a,
    .contact-item span {
        font-size: 1.2em;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}