/* Footer css */






.footer_section {
    background-color: #A0A0A017;
    padding: 12px 0 12px 0;
}

.logo_footer{
    width: 50%;
}

.logo_footer img{
    width: 100%;
}

.input_box {
    border: 1px solid #000000;
    padding: 4px 4px 4px 35px;
    border-radius: 40px;
    width: 600px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_box input {
    width: 60%;
    border: none;
    outline: none;
}

.dark_btn {
    background-color: #000000;
    color: #fff;
    padding: 18px 48px;
    border: none;
    border-radius: 35px;
}

.footer_section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
}

.footer_section .footer_row span {
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
}

.phone_div {
    font-size: 19px;
    font-weight: 600;
}

.phone_div span {
    font-weight: 400;

}

.footer_section .text_gray {
    font-size: 14px;
    color: rgb(141, 136, 136);
}




@media (max-width:991px) {
    
    .logo_footer{
        width: 70%;
    }
}

@media (max-width:576px) {
    
    .logo_footer{
        width: 100%;
    }
    
    .footer_section {
        background-color: #A0A0A017;
        padding: 27px 0 12px 0;
    }

    .logo_image_footer{
        width: 100%;
    }

   
    .footer_section h3 {
        font-size: 28px;

        margin-top: 12px;
    }

    .footer_section .footer_row span {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
    }
    
    .footer_section {
        background-color: #A0A0A017;
        padding: 27px 0 12px 0;
    }

    .input_box {

        padding: 4px 4px 4px 15px;

        width: 100%;

    }

    .input_box input {
        width: unset;
        font-size: 14px;
    }

    .dark_btn {

        padding: 10px 18px;
        font-size: 12px;

    }

    .footer_section h3 {
        font-size: 28px;

        margin-top: 12px;
    }

    .footer_section .footer_row span {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
    }

    .phone_div {
        font-size: 19px;
        font-weight: 600;
       
    }

    .phone_div span {
        font-weight: 400;

    }

    
}

@media (min-width:576px) and (max-width:1096px) {
    
    .footer_section {
        background-color: #A0A0A017;
        padding: 27px 0 12px 0;
    }

  

    .footer_section h3 {
        font-size: 28px;

        margin-top: 12px;
    }

    .footer_section .footer_row span {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #000000;
    }

    .phone_div {
        font-size: 19px;
        font-weight: 600;
      
    }

    .phone_div span {
        font-weight: 400;

    }

    .dark_btn {

        padding: 10px 18px;
        font-size: 12px;

    }

    .input_box {

        padding: 4px 4px 4px 15px;

        width: 350px;

    }

    .input_box input {
        width: 60%;
        font-size: 14px;
    }

}


@media (min-width:1600px) {


    .footer_section {
       
        margin: 0 auto;
    }
}


