/*UI14041994-khurseed-Ahmad*/
footer{
    padding:0;
    background-color: #2E2E2E;
    margin-top: auto;
}
footer h5{
    text-align: left;
    font: 600 1.6rem/2.1rem 'Poppins';
    color: #FFFFFF;
    margin-bottom: 3rem;
}
footer ul{
   margin-bottom: 6rem;
}
footer ul li a{
    font: normal 1.6rem/3rem 'Poppins';
    color: #D2D2D2;
}

footer .heighlight_ul li a{
    font: 600 1.6rem/2.1rem 'Poppins';
    color: #FFFFFF;
    margin-bottom: 1.7rem;
}
footer ul li a:hover{
    color: #db383c;
}
.footer_lastul{
    flex-wrap: wrap;
    display: flex;
}
.footer_lastul li{
    width: 50%;
    display: flex;
}
.footer_bottom{
    padding: 2rem 0;
    /* border-top: 1px solid rgb(255 255 255 / 46%); */
}
.footer_bottom .newsletter {
    position: relative;
}
.footer_bottom .newsletter input {
    width: 100%;
    height: 4.1rem;
    border: 0;
    font: italic 300 1.6rem/3rem 'Poppins';
    padding: 0.5rem 1rem;
    border: 1px solid #707070;
    background: none;
    color: #fff;
}
.footer_bottom .newsletter button {
    background: none;
    border: 0;
    position: absolute;
    right: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
.social_footer{
    display: flex;
    justify-content:end;
    align-items: center;
}
.social_footer h5{
    text-align: left;
    font: bold 1.6rem/2.1rem 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    margin: 0;
    padding-right: 2rem;
}
.social_footer ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.social_footer ul li a{
    padding:0 .3rem;
}
.footer_bottom p{
    text-align: left;
    font: normal 1.4rem/2.4rem 'Poppins';
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
}
.footer_bottom p a{
    color: #FFFFFF;
    font: normal 1.4rem/2.4rem 'Poppins';
    padding-left: .2rem;
}
.footer_bottom p a:hover{
    color: #db383c;
}
.footer_bottom p span{
    font: normal 1.6rem/2.4rem 'Poppins';
    color: #FFFFFF;
    margin-right: 5rem;
}

/*---reach us css----.*/
.reachus_footerbtn{
    position: fixed;
    left: 0;
    bottom: 0;
    background: #3a3a3a;
    padding: 2rem;
    width: 100%;
    color: #fff;
    display: none;
    z-index: 99;
}
.reachus_footerbtn a{
    text-align: center;
    color: #fff;
    font: normal 2.4rem/3.4rem 'Poppins';
}

.reach_us {
    background: #000;
    padding: 3.3rem;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9;
    overflow-y: scroll;
    max-height: 100%;
    }
    .reach_us.show {
        transform: translateY(100%);
        background: #000;
        height: 46.5%;
        overflow: hidden;
    }
    .reach_us .close-btn{
        display: flex;
        justify-content: end;
        margin-bottom: 2rem;
    }
    .reach_us ul{
        margin: 0;
    }
.reach_us ul li{
    background: #DB383C;
    display: flex;
    margin-bottom: 2.5rem;
    transition: 0.5s;
}
.reach_us ul li a{
    display: flex;
    align-items: center;
    text-align: left;
    font: normal 4.8rem/7.2rem 'Poppins';
    color: #FFFFFF;
}
.reach_us ul li:hover{
    background: #154e8c;
}
.phone_icon{
    border-right: 0.3rem solid #000;
    margin-right: 4.2rem;
    width: 20.3rem;
    height: 15.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reach_us ul li:last-child{
    background: #144E8C;
}
.reach_us ul li:last-child:hover{
    background: #DB383C;
}
.reach_us ul li:last-child a{
    font: normal 3.7rem/5.1rem 'Poppins';
}
.reach_us ul li a:hover{
    color: #fff;
}
.heighlight_ul.bottom{
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.heighlight_ul.bottom li a {
    margin-bottom: 0;
}

@media (max-width: 1399px){
    .footer_bottom p span {
        margin-right: 1rem;
    }
}

@media (max-width: 991px){
    footer .mobile_footer h5 {
        font: 600 3.3rem/5rem 'Poppins';
    }
    footer {
        padding: 0rem 0 6rem;
    }
     /* footer .mobile_footer ul li a {
        font: normal 2.8rem/5.6rem 'Poppins';
    } */
    footer .mobile_footer ul li a {
        font: normal 2.1rem/5rem 'Poppins';
    }
    footer .mobile_footer .heighlight_ul li a {
        /* font: 600 3.3rem/4.8rem 'Poppins'; */
        font: 600 2.3rem/3.8rem 'Poppins';
        margin-bottom: 1.7rem;
    }
    .footer_bottom{
        border: none;
    }
    .mobile_footer .footer_lastul{margin-bottom: 0;}
    .footer_bottom .newsletter input {
        width: 100%;
        height: auto;
        padding: 2.1rem 3.5rem;
        border: 1px solid #707070 !important;
        font: italic normal normal 37px/69px 'Poppins';

    }
    .footer_bottom ::placeholder{
        color: #fff;
    }

    .footer_bottom {
        padding: 4rem 0;
    }
    /* .social_footer {
        flex-direction: column;
        padding-top: 8rem;
        padding-bottom:0;
    } */
    .social_footer {
        justify-content: center;
        gap: 1rem;
    }
    .heighlight_ul.bottom {
        padding: 4rem 0rem;
    }
    .heighlight_ul.bottom {
        justify-content: center;
    }
    .heighlight_ul.bottom li a {
        padding: 0rem 1rem;
    }
    .heighlight_ul.bottom li:not(:last-child) a{margin-right: 1rem;}
    .social_footer h5 {
        font: bold 2.4rem / 3.6rem 'Poppins';
        padding-right: 0rem;
        margin-bottom: 0;
    }
    .footer_bottom p{
        font: normal 2.2rem/4rem 'Poppins';
    display: block;
    text-align: center;
    }
    .footer_bottom p span, .footer_bottom p a{
        font: normal 1.6rem/2.1rem 'Poppins';
    }
    .footer_bottom p a{
        display: inline-block;
    }
    .reachus_footerbtn{
        display: block;
    }
    .reach_us ul li:last-child a {
        font: normal 3.4rem/5.1rem 'Poppins';
    }
}

@media (max-width: 767px){
    footer .mobile_footer h5 {
        font: 600 2.4rem/3.3rem 'Poppins';
    }
    footer ul {
        margin-bottom: 4rem;
    }
    footer .mobile_footer ul li a {
        font: normal 1.8rem/3.6rem 'Poppins';
    }
    footer .mobile_footer .heighlight_ul li a {
        font: 600 2.4rem/3.3rem 'Poppins';
        margin-bottom: 1.7rem;
    }
    .footer_bottom .newsletter input {
        font: italic normal normal 1.8rem/2.8rem 'Poppins';
    }
    .footer_bottom .newsletter button a img {
        width: 1.2rem;
        height: auto;
    }
    /* .footer_bottom p span, .footer_bottom p,.footer_bottom p a {
        font: normal 2rem/3.5rem 'Poppins';
    } */
    /* .social_footer {
        padding: 5.6rem 0;
    } */
    .social_footer h5 {
        font: bold 2.3rem/5rem 'Poppins';
    }
    .phone_icon {
        width: 12.3rem;
        height: 11.2rem;
        margin-right: 2.2rem;
    }
    .phone_icon img{
        width: 7rem;
        height:auto;
    }
    .reach_us ul li a {
        font: normal 3.8rem/4.2rem 'Poppins';
    }
    .reach_us ul li:last-child a {
        font: normal 2.7rem/3.1rem 'Poppins';
    }
    .reach_us.show {
        height: 42%;
        top: 9%;
    }

}
@media (max-width: 575px){
    .reach_us.show {
        height: 33%;
        top: 27%;
    }
    .mobile_footer {
        padding: 0 1.5rem;
    }
    .footer_bottom .newsletter {
        position: relative;
        padding: 0 1.5rem;
    }
    .footer_bottom .newsletter button {
        right: 3.5rem;
    }
    .social_footer {
        padding: 0rem;
    }
    .heighlight_ul.bottom {
        padding: 3rem 0rem;
    }
    .footer_bottom p span, .footer_bottom p, .footer_bottom p a {
        font: normal 1.6rem/2.6rem 'Poppins';
    }
    .reach_us ul li:last-child a {
        font: normal 2.2rem/3.1rem 'Poppins';
    }
    .reach_us ul li a {
        font: normal 2.8rem/2.2rem 'Poppins';
    }
    .phone_icon img {
        width: 4.5rem;
        height: auto;
    }
    .phone_icon {
        width: 9.3rem;
        height: 7.2rem;
        margin-right: 2.2rem;
    }

    footer .mobile_footer ul li a {
        font: normal 1.6rem/2.9rem 'Poppins';
    }
    footer .mobile_footer .heighlight_ul li a {
        font: 600 1.8rem/2.8rem 'Poppins';
    }
    footer h5 {
        margin-bottom: 2rem;
    }
    .footer_bottom {
        padding: 3rem 0;
    }

}
@media (max-width: 479px){
    .reach_us.show {
        height: 25%;
        top: 43%;
        padding: 3rem 1.5rem 0;
    }
    footer .mobile_footer .heighlight_ul li a {
        font: 600 1.8rem/2.8rem 'Poppins';
        margin-bottom: 1.7rem;
        padding-right: 1rem;
    }
    /* .footer_bottom {
        padding: 0rem 0 4rem;
    } */
    .social_footer h5 {
        font: bold 1.8rem/5rem 'Poppins';
        margin-bottom: 0rem;
    }
    .reach_us ul li:last-child a {
        font: normal 1.8rem/3.1rem 'Poppins';
    }
    .reach_us ul li a {
        font: normal 1.8rem/2.2rem 'Poppins';
    }
    .phone_icon img {
        width: 3.5rem;
    }
    .phone_icon {
        width: 6.3rem;
        height: 5.2rem;
        margin-right: 1.2rem;
    }
    .reach_us {
        padding: 1.5rem;
    }

    .reach_us ul li {
        margin-bottom: 2rem;
    }
}

@media (max-width: 375px){
    .reach_us.show {
        top: 44.6%;
    }
    .reach_us ul li:last-child a {
        font: normal 1.5rem/2.6rem 'Poppins';
    }
    .reach_us ul li {
        margin-bottom: 2rem;
        padding-right: 1.5rem;
    }
    .phone_icon {
        width: 5.3rem;
        height: 5.2rem;
        margin-right: 1.2rem;
    }
    .reachus_footerbtn {
        padding: 1rem;
    }
    footer .mobile_footer ul li a {
        font: normal 1.5rem/2.9rem 'Poppins';
    }
    footer .mobile_footer .heighlight_ul li a {
        margin-bottom: 1.4rem;
    }
    .heighlight_ul.bottom li:not(:last-child) a {
        margin-right: 0;
    }
    footer .heighlight_ul li a {
        font: 600 1.5rem / 2.1rem 'Poppins';
    }
    .footer_bottom p span, .footer_bottom p, .footer_bottom p a {
        font: normal 1.5rem / 2.6rem 'Poppins';
        margin-right: 0;
    }
}
