
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


@font-face {
    font-family: GeneralSans;
    src: url("/fonts/GeneralSans-Regular.otf");
}



.footer{
    background-color: #140C3B;
    color: white;
    padding: 50px 0px 0px 0px;
    font-family: GeneralSans;
}
.footerinner{
    width: 80%;
    margin: auto;
    display: flex;
    /* justify-content: center; */
    border-bottom: 2px solid grey;
    padding-bottom: 50px;
}
.footerinner2{
    width: 80%;
    margin: auto;
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-between;
    align-items: center;
    padding: 40px 0px;
}

.footerimgdiv{
    width: 150px;
    height: 50px;
    margin-bottom: 10px;
}
.footerimgdiv img{width: 100%; height: 100%;}

.footer1{
    width: 370px;
    height: 190px;
    /* border-bottom: 2px solid grey; */
    margin-right: 20px;
}
.footer2{
    width: 300px;
    /* border: 2px solid white; */
}

.chatword{
    font-family: GeneralSans;
    font-weight: 700;
    letter-spacing: 1px;
}
.chatwordupper{
    font-family: GeneralSans;
    font-weight: 400;
    letter-spacing: 1px;
    color: #DADADA !important;
}

.footer2 h3{
    font-size: 20px;
    font-family: GeneralSans;
    font-weight: 700; 
    padding-left: 10px;
    padding-bottom: 20px;
}
.footer3 h3{
    font-size: 20px;
    font-weight: 700; 
    font-family: GeneralSans;
    padding-bottom: 22px;
}
.footer3 p{
    /* font-size: 20px; */
    font-family: GeneralSans;
    padding-bottom: 22px;
    color: #DADADA !important;
}
.footer4 h3{
    font-size: 20px;
    font-weight: 700; 
    font-family: GeneralSans;
    padding-bottom: 16px;
}
.footer4 p{
    font-family: GeneralSans;
    color: #DADADA !important;
}
.footer3{
    width: 300px;
    /* border: 2px solid white; */
}
.footer4{
    width: 300px;
    /* border: 2px solid white; */
}

.f3inner{
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.fbox{
    width: 100px;
    height: 90px;
    background-color: grey;
}
.fbox img{width: 100%; height: 100%;}
.openinghourdiv{
    /* border-bottom: 1px solid white; */
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}

.flinks a{
    text-decoration: none;
    margin: 0px 10px;
    font-family: GeneralSans;
    font-weight: 400;
    color: #DADADA !important;
}
.footerinner2 p{
    margin: 0px !important;
    font-family: GeneralSans;
    font-weight: 400;
    color: #DADADA !important;
}

.uldiv{
    display: none;
}

/* .uldivmain li{
    list-style: none;
} */

.uldivmain li a{
    text-decoration: none;
    font-family: GeneralSans;
    font-weight: 400;
    color: #DADADA !important;
}
.locationFotter{
    width: 10%;
}
.emailId{
    text-decoration: none;
}

/* @media(max-width:500px){ */
@media(max-width:1200px){
    .footerinner {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        border-bottom: 2px solid grey;
        padding-bottom: 20px;
    }
    .footer1 {
        width: 100%;
        height: auto;
        /* border-bottom: 2px solid grey; */
        margin-bottom: 20px;
    }
    .footer2 {
        width: 100%;
        margin-bottom: 10px;
        /* border: 2px solid white; */
    }
    .footer3 {
        width: 100%;
        margin-bottom: 0px;
        /* border: 2px solid white; */
    }
    .footer4 {
        width: 100%;
        /* border: 2px solid white; */
    }
    .footerinner2 {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 20px 0px;
        gap: 10px;
    }
    .footerimgdiv {
        width: 164px;
        height: auto ;
        margin-bottom: 10px;
    }
    .uldivmain{display: none;}
    .uldiv{
        display: block;
        display: flex;
        font-size: 13px;
    }
    .uldiv a{
        text-decoration: none;
    } 
    .footer2 h3 {
        font-size: 20px;
        padding-left: 0px;
        padding-bottom: 20px;
    }
    /* .footer2 h3 {
        font-size: 20px;
        font-family: GeneralSans;
        font-weight: 700;
        padding-left: 10px;
        padding-bottom: 20px;
    } */
    .footer3 h3 {
        font-size: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .footer4 h3 {
        margin: 0;
        font-size: 20px;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .footer4 p {
        margin: 0;
        font-family: GeneralSans;
        color: #DADADA !important;
    }

    .flinks{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .flinks a {
        text-decoration: none;
        margin: 0px 0px;
        font-family: GeneralSans;
        font-weight: 400;
        color: #DADADA !important;
        /* display: none; */
    }
    .locationFotter{
        width: 8%;
        margin-right: 6px;
    }
}


@media(min-width:1800px){
    .footerinner {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid grey;
        padding-bottom: 50px;
    }
}

@media (min-width:551px) and (max-width:1200px){
    
    .locationFotter{
        width: 5% !important;
        margin-right: 6px;
    }   
}
@media (min-width:1201px) and (max-width:1400px){
    
    .locationFotter{
        width: 5% !important;
        margin-right: 6px;
    }   
}


