footer{
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 96px, #1A1918 96px, #1A1918 100%);
}
.top_footer{
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.top_footer>div{
    width: 50%;
    padding: 48px;
}
.top_footer h2{
    font-size: 32px;
    margin-bottom: 0px;
}
.top_footer .tnp-subscription form{
    position: relative;
}
.top_footer .tnp-subscription input[type='email']{
    font-size: 18px;
    padding: 17px 24px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    background-color: transparent;
    outline: 0px;
    border-radius: 64px;
    width: 100%;
}
.top_footer .tnp-subscription input[type='submit']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #E8C15D;
    background-image: url('icons/ArrowRight.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 4px;
    transition-duration: 0.4s;
    position: absolute;
    right: 4px;
    top: 6px;
}
.top_footer .tnp-subscription input[type='submit']:hover{
    background-color: #edab00;
    cursor: pointer;
}

.midle_footer{
    padding: 96px 0px;
    display: flex;
    justify-content: space-between;
}
.midle_footer>div{
    width: calc(50% - 12px);
}
.midle_footer .tel_button{
    color: #F1EFEB;
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 16px;
}
.midle_footer .tel_button.margin_bottom{
    margin-bottom: 36px;
}
.midle_footer .contact_data_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.midle_footer .contact_data_box>p{
    width: calc(50% - 12px);
    margin-bottom: 0px;
}
.midle_footer .contact_data_box>p:first-child{
    color: #FFF;
    font-weight: 600;
}
.midle_footer .contact_data_box>p:last-child,
.midle_footer .contact_data_box>p:last-child a{
    color: #625E56;
}

.bottom_footer{
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px;
}
.bottom_footer>div{
    width: calc(50% - 12px);
}
.bottom_footer .social_box{
    display: flex;
    align-items: center;
}
.bottom_footer .social_box a{
    margin-right: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.bottom_footer .social_box a:hover{
    border: 1px solid #E8C15D;
}
.bottom_footer .meta_box p{
    text-align: right;
    margin-bottom: 0px;
    color: #FFF;
    font-size: 14px;
}
.bottom_footer .meta_box p a{
    font-weight: 600;
    color: #FFF;
}

footer a{
    transition-duration: 0.4s;
}
footer a:hover{
    color: #E8C15D !important;
}

.otgs-development-site-front-end{
    display: none;
}