

/*---------------- Footer ------------*/
footer {
    background: #E9E9E9;
    padding: 50px 0px 0px 0px;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-first h6 {
    font-size: 18px;
    color: #211D1D;
    padding: 20px 0px;
    margin: 0;
	font-weight: 600;
}
.footer-first p {
    font-size: 18px;
    color: #211D1D;
}
.footer-first ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-first ul li img{
	width: 45px;
}
.f-menu h5 {
    font-size: 20px;
    color: #211D1D;
    margin-bottom: 20px;
}
.footer-second {
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    justify-content: center;
}
.footer-second ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-second ul li a {
    text-decoration: none;
    color: #211D1D;
    font-size: 16px;
}
.footer-second ul li {
    margin-bottom: 20px;
}
.f-row {
    width: 100%;
}
.f-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 62%;
    margin-left: auto;
    margin-bottom: 35px;
}
.f-cnt p {
    font-size: 14px;
    color: #211D1D;
    margin: 0;
}
.f-cnt b {
    color: #211D1D;
    font-weight: 700;
	font-size: 26px;
}
.f-cnt b a {
    text-decoration: none;
    color: #0D1D27;
}
.copy-write {
    text-align: center;
    border-top: 1px solid;
    margin-top: 20px;
}
.copy-write p {
    margin: 20px 0;
    font-size: 14px;
    color: #211D1D;
}
.map-view img {
    width: 100%;
}
.f-logo{
	width: 160px;
}


/*---------------- End Footer ------------*/

@media screen and (max-width:767px){
    footer .container {
        gap: 37px;
    }
    .f-row {
        width: 100%;
        margin-left: auto;
        margin-bottom: 35px;
    }
    .copy-write p {
        font-size: 11px;
    }

}
@media screen and (min-width:768px) and (max-width:1023px){
    .f-row {
        width: 82%;
    }
    .copy-write p {
        font-size: 13px;
    }

}

@media screen and (min-width:1024px) and (max-width:1200px){
    .f-row {
        width: 73%;
    }
}