.footer_main {
    background-color: #10847e;
}
.footer_left {
    width: 65%;
}
.footer_item {
    width: 33.33%;
}
.footer_item2 {
    width: 66.66%;
}
.footer_item h3,
.footer_item2 h3,
.footer_item_one h3 {
    color: #fff;
    font-size: 18px;
}
.app_link {
    padding-top: 15px;
    display: flex;
}
.app_link a {
    margin-right: 5px;
}
.social_link {
    padding-top: 25px;
}
.social_link h3 {
    display: flex;
    align-items: center;
}
.social_link h3 a {
    margin-left: 15px;
}
.footer_item ul,
.footer_item2 ul {
    list-style-type: none;
    margin: 0;
}
.menu li a:hover,
.menu li:hover > a {
    background: 0 0;
}
.footer_item ul li,
.footer_item2 ul li {
    padding-bottom: 20px;
}
.footer_item ul li a,
.footer_item2 ul li a {
    text-decoration: none;
    color: #fff;
}
.footer_right {
    width: 35%;
}
.footer_item_one .para,
.privacy_txt a,
p.para.privacy_txt a {
    color: #fff;
}
.footer_input {
    padding: 10px 0;
}
.footer_input .input-control {
    border: 1px solid #e3e3e3;
    padding: 10px 45px 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #40464d;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background-color: #fff;
}
.footer_input .input-control:focus {
    outline: 0;
}
.footer_input .input-control::placeholder {
    color: rgba(64, 70, 77, 0.5);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.privacy_txt {
    font-size: 12px !important;
}
.footer_item_one .view_btn {
    margin-top: 10px;
    text-align: left !important;
}
.footer_item_one .view_btn .btn {
    border: 1px solid #fff;
}
.footer_show {
    display: none;
}
h3.sub_heading a img {
    height: 22px;
}
@media only screen and (max-width: 991px) {
    .footer_item ul,
    .footer_item2 ul {
        padding-left: 20px;
    }
    .social_link h3 {
        display: inline-block;
        align-items: center;
        float: left;
    }
    .social_link h3 a {
        margin-left: 15px;
        display: inline-block;
        float: left;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_item ul li,
    .footer_item2 ul li,
    .footer_show,
    .social_link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .footer_item,
    .footer_item2,
    .footer_right {
        width: 100%;
    }
    .footer_flex {
        flex-wrap: wrap;
    }
    .footer_left {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer_item ul,
    .footer_item2 ul {
        padding-left: 0;
    }
    .footer_show {
        display: block;
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 30px;
    }
    .social_link {
        padding-top: 25px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .footer_item ul li,
    .footer_item2 ul li {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer_none {
        display: none;
    }
    .footer_item_one .view_btn {
        margin-top: 10px;
        text-align: center !important;
    }
}
@media only screen and (max-width: 480px) {
    .social_link h3 {
        display: flex;
        align-items: left;
        float: left;
    }
    .social_link h3 a {
        margin-left: 15px;
        display: flex;
        float: left;
        margin-top: 15px;
    }
    .social_link {
        display: inline-block;
        width: 100%;
    }
}

.bottomNavMain {
    display: flex;
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    justify-content: space-between;
    transition: all 500ms;
    box-shadow: 0px 2px 15px 0px #0000004d;
}
.hideBottomNavMain {
    /* display: none; */
    bottom: -70px;
}
.bottomNavPELogo {
    display: flex;
}
.bottomNavInnerWrap {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottomNavInnerWrap img {
    width: 24px;
    height: 24px;
}
.bottomNavText {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
}
.bottomNavInnerWrap .bottomNavPEWrap {
    width: 176px;
    height: 35px;
    padding: 8px 20px 8px 12px;
    border-radius: 12px 0px 0px 12px;
    background-color: #10847e;
    display: flex;
}
.bottomNavLastInnerWrap {
    padding-right: 0;
}
.bottomNavLastInnerWrap img.peLogo {
    width: 88px;
    height: 17px;
}
.bottomNavPEWrap {
    position: relative;
}
.bottomNavLastInnerWrap img.upRightArrow {
    width: 16px;
    height: 16px;
    margin-left: 40px;
}
.bottomNavPELogo,
.bottomNavPEOfferText {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes slide1 {
    0% {
        left: 0;
        opacity: 0;
    }
    75% {
        left: 0;
        opacity: 0;
    }
    76% {
        left: 0;
        opacity: 1;
    }
    85% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 1;
    }
}

@keyframes slide2 {
    0% {
        left: 100%;
        opacity: 1;
    }
    50% {
        left: 0;
        opacity: 1;
    }
    74% {
        left: 0;
        opacity: 1;
    }
    75% {
        left: 0;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 0;
    }
}
.bottomNavPELogo {
    animation: slide1 4s infinite;
}

.bottomNavPEOfferText {
    font-size: 12px;
    color: #f6e4ab;
    font-weight: 600;
    line-height: 16px;
    animation: slide2 4s infinite;
}

.footerPopupOverlayMain {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.footerPopupOverlay {
    display: flex;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.footerPopupContent {
    background: #fff;
    padding: 24px 13px;
    border-radius: 8px;
    position: relative;
    max-width: 350px;
    width: 90%;
    margin: auto;
}

.footerCloseBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.subscribeNowMain {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: "Inter", sans-serif;
}

.subscribeNowHeading {
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #30363c;
}
.subscribeNowText {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #4f585e;
    margin-top: 8px;
}
.subscribeNowInput {
    padding: 12px 118px 12px 16px;
    border-radius: 24px;
    border: 1px solid #e6ebf4;
    margin-top: 16px;
}
.subscribeNowInput:focus {
    outline: none;
}
.subscribeNowInput::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #6e787e;
}

.subscribeNowBottonMain {
    display: flex;
    width: 100%;
    margin-top: 16px;
    justify-content: space-between;
}
.subscribeNowBottonNoThanks {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #10847e;
    display: flex;
    align-items: center;
    padding-left: 16px;
}
.subscribeNowBottonSendOTP {
    padding: 12px 38px 12px 36px;
    border-radius: 8px;
    background-color: #10847e;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.subscribeThanksMain {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: "Inter", sans-serif;
    justify-content: center;
    align-items: center;
}
.subscribeThanksIcon {
    width: 85px;
    height: 85px;
}
.subscribeThanksIcon img {
    width: 100%;
}

.subscribeThanksText {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 12px;
    color: #000;
    margin-bottom: 16px;
}
.footer_item p{
    color: #fff;
    font-size: 18px;
}

.footer_item_one #footer_subscribe {
    color: #fff;
    font-size: 18px;
}

.follow_us{
    display: flex;
    align-items: center;
    line-height: 26px;
    font-weight: 500 !important;
    gap:8px;
}
