.new_footer_section {
    padding-top: 20px;
    background: white;
}

.new_footer_section .new_footer_inner_box {
    background: #071f2e;
    position: relative;
}

.new_footer_section .footer_email_box {
    background-image: linear-gradient(to right, #016cac, #19d5f0);
    padding: 40px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    width: calc(100% - 200px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -44px;
}

.new_footer_section .footer_email_box h2 {
    font-size: 20.8px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.16;
    letter-spacing: normal;
    text-align: left;
    color: #ece8e5;
}

.new_footer_section .footer_email_box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_footer_section .footer_email_box input[type="email"] {
    background-color: #ece8e5;
    padding: 10px 20px;
    margin-right: 10px;
    width: 400px;
    border: none;
    outline: none;
    font-size: 9.5px;
    font-weight: 500;
    line-height: 2.5;
    letter-spacing: normal;
    color: #ababab;
}

.new_footer_section .footer_email_box input[type="email"]::placeholder {
    color: #ababab;
}

.new_footer_section .footer_details_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 60px;
}

.new_footer_section .footer_details_box .footer_logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_footer_section .footer_details_box .footer_media_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.new_footer_section .footer_details_box .footer_logo_media_box {
    margin-bottom: 40px;
    margin-top: 27px;
}

.new_footer_section .footer_details_box .footer_media_box .new_footer_media_icon {
    border-radius: 50%;
    background: #a9abae;
    min-height: 30px;
    min-width: 30px;
    font-size: 20px;
    margin: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_footer_section .footer_details_box .footer_media_box .new_footer_media_icon:hover {
    background: #006bae;
}

.new_footer_section .footer_details_box .footer_pages_details {
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.new_footer_section .footer_details_box .footer_pages_details a {
    font-size: 10.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #c6c7ca;
    text-transform: uppercase;
    padding: 0px 15px;
    margin: 15px 0px;
}

.new_footer_section .footer_details_box .footer_pages_details a:not(:last-child) {
    border-right: 1px solid #c6c7ca;
}

.new_footer_section .new_footer_inner_box .bottom_gradient {
    background: linear-gradient(to right, #016cac, #19d5f0);
    height: 9px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media screen and (max-width:800px) {
    .new_footer_section .footer_email_box {
        flex-direction: column;
        padding: 20px 25px;
    }

    .new_footer_section .footer_email_box form {
        flex-direction: column;
    }

    .new_footer_section .footer_email_box input[type="email"] {
        margin-bottom: 10px;
    }

    .new_footer_section {
        padding-top: 160px;
    }

    .new_footer_section .footer_email_box {
        top: -100px;
    }
}

@media screen and (max-width:700px) {

    .new_footer_section .footer_email_box {
        width: calc(100% - 50px);
    }

    .new_footer_section .footer_email_box input[type="email"] {
        margin-right: 0px;
    }
}

@media screen and (max-width:600px) {

    .new_footer_section .footer_email_box h2{
        font-size: 19px;
    }

    .new_footer_section .footer_email_box{
        padding: 15px 15px;
    }

    .new_footer_section .footer_email_box form{
        width: 100%;
    }
    
    .new_footer_section .footer_email_box input[type="email"] {
        width: 100%;
    }

    .new_footer_section .footer_details_box .footer_pages_details {
        width: calc(100% - 10px);
    }

    .new_footer_section .footer_details_box .footer_pages_details a {
        font-size: 14px;
        color: #c6c7ca;
    }

    .new_footer_section .footer_details_box .footer_media_box .new_footer_media_icon{
        background: #a9abae;
        margin: 0px 5px;
    }

}




/* scroll up arrow css  */





/* ends here */

