/* =====================================
   LOANYATRA MOBILE RESPONSIVE
===================================== */

@media screen and (max-width:768px){

/* Hide Top Bar */
.top-bar{
    display:none;
}

/* Header */
header{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:12px 15px;
}

/* Logo */
header img{
    height:55px !important;
    width:auto;
    margin-bottom:12px;
}

/* Navigation */
nav{

    display:none;

    position:absolute;

    top:75px;

    left:0;

    width:100%;

    background:#fff;

    flex-direction:column;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    z-index:9999;

}

nav a{

    width:100%;

    padding:16px;

    text-align:center;

    border-bottom:1px solid #eee;

    line-height:normal !important;

}
/* Slider */
.loan-card{
    flex-direction:column;
    text-align:center;
    padding:20px;
}

.loan-content{
    width:100%;
}

.loan-image{
    width:100%;
    text-align:center;
    margin-top:20px;
}

.loan-image img{
    width:130px;
    max-width:100%;
}

/* Buttons */
.loan-btn-group{
    justify-content:center;
}

.apply-btn{
    font-size:18px;
    padding:10px 18px;
}

/* Footer */
.suite-footer-main{
    flex-direction:column;
    text-align:center;
}

.suite-footer-brand,
.suite-footer-nav,
.suite-footer-contact,
.suite-footer-social{
    width:100%;
    margin-bottom:25px;
}

}

/*=============================
  MOBILE MENU
=============================*/

.menu-toggle{
    display:none;
}

@media(max-width:768px){

header{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:10px 15px;
}
header > a{
    flex:1;
}

header > a img{
    height:50px !important;
}

.menu-toggle{
    margin-left:auto;
}
header img{
    height:55px !important;
    margin:0;
}

.menu-toggle{

    display:block;

    font-size:30px;

    background:none;

    border:none;

    cursor:pointer;

    color:#1A1F71;

}

#mainMenu{

    display:none !important;

    position:absolute;

    top:80px;

    left:0;

    width:100%;

    background:#ffffff;

    box-shadow:0 5px 20px rgba(0,0,0,.15);

    flex-direction:column;

    padding:15px 0;

    z-index:999;

}

#mainMenu.show{
    display:flex !important;
}

#mainMenu a{
    display:block !important;
    width:100%;
    margin:0 !important;
    padding:16px !important;
    line-height:normal !important;
    text-align:center;
}
nav a{

    width:100%;

    text-align:center;

    padding:15px;

    margin:0;

    border-bottom:1px solid #eee;

}

}

/* ================= FOOTER MOBILE FIX ================= */

@media (max-width:768px){

.suite-footer{
    overflow:hidden;
}

.suite-footer-main{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:30px;
    padding:35px 20px;
}

.suite-footer-brand,
.suite-footer-nav,
.suite-footer-contact,
.suite-footer-social{
    width:100%;
    max-width:100%;
}

.suite-footer-contact div{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
}

.suite-footer-contact span,
.suite-footer-contact a{
    word-break:break-word;
    overflow-wrap:break-word;
    text-align:center;
}

.suite-footer-contact i{
    margin:0;
}

.suite-footer-social{
    justify-content:center;
}

.suite-footer-bottom{
    flex-direction:column;
    text-align:center;
    gap:12px;
}

.suite-footer-bottom span{
    text-align:center;
}

.suite-footer-top{
    justify-content:center;
}

}
@media (max-width:768px){

.suite-footer-social{
    margin-top:10px !important;
    margin-bottom:10px !important;
}

}
@media (max-width:768px){

.suite-footer-contact span{
    line-height:1.6;
    font-size:15px;
}

}
@media (max-width:768px){

.suite-footer-nav{
    gap:5px;
}

}
@media (max-width:768px){

.suite-footer-contact{
    margin-top:5px;
}

}

