@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

footer{
    width: 100%;
    background: #2EAAE1;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0px 0px;
}
footer .container{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}
/* weidget heading  */
.heading{
    text-align: initial;
    padding: 5px 0px;
}
.heading h2{
    font-family: arial;
    font-size: 25px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.heading h2::before{
    content: '';
    position: absolute;
    width: 115px;
    height: 1.5px;
    background: #fff;
    left: 0;
    bottom: 0;

}
/* weidget heading  end */

/* get to know weidget here  */
.get_to_know{
    width: 39%;
    padding-right: 20px;
    
}
.contact ul,
.get_to_know ul{
    position: relative;
    display: block;
}
.get_to_know ul li{
    list-style: none;
    margin: 3px 0px;
}
.contact ul li a,
.get_to_know ul a{
    text-decoration: none;
    color: #fff;
    font-family: Rubik;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.get_to_know ul li:nth-child(1){
    margin-top: 3px !important;
}
.get_to_know ul a img{
    height: 15px;
    margin-right: 15px;
 
}

/* contact weidget here  */
.contact{
    width: 39%;
    padding-right: 20px;
}

.contact ul li{
    list-style: none;
    margin: 5px 0px;
    font-family: Rubik;
  
}
.contact ul li.first_child{
    margin-top:2px;
}

.contact ul li a{
    line-height: 25px;
    display: flex;
    align-items: center;
    font-family: Rubik;
}
.contact ul li a img{
    height: 30px;
    margin-right: 15px;
    margin-top: 5px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.loaction_icon{
    align-self: flex-start;
}
/* social icons here */

.social_icon{
    display: flex;
    margin: 0px;
    margin-top: -8px !important;
}
.contact .social_icon li a img{
    height: 35px;
    margin-right: 0px;
    margin: 7px;
    background: #fff;
    border-radius: 8px;
    padding: 7px;
}
.contact .social_icon li a img:first-child{
    margin-left: 0px;
}

/* payment weidget here  */
.payment{
    width: 22%;
    padding-right: 0px;
}
.payment img{
    /* width: 100%; */
    height: 120px;
    margin-top: 3px;

}

/* copyright section */
footer div.line{
    max-width: 100%;
    /* margin: 10px auto; */
    margin-top: 4px;
    /* margin-bottom: 10px; */
    width: 100%;
    height: 0.5px;
    background: #fff;
    color: #fff;
}
footer .copyright{
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Rubik;
    padding: 13px 0px 13px;
}
footer .copyright img{
    height: 30px !important;
    margin: 0px 10px;
    
}


/* breaking points */
@media (max-width: 1012px){
    .heading h2 {
        font-family: arial;
        font-size: 22px;
        line-height: 50px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #fff;
        position: relative;
    }

}
/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .heading h2 {
        font-size: 20px;
    }
    .payment img{
        height: 100px;
    }
    .contact .social_icon li a img{
        height: 30px;
        margin-right: 0px;
        margin: 7px;
        background: #fff;
        border-radius: 8px;
        padding: 7px;
    }

}
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 895px) { 
    footer .container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: center;
    }
    .contact,
    .get_to_know{
        width: 50%;
        margin-right: 0px;
    }
    .payment{
        width: 52%;
        margin-right: 0px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .payment .heading{
        align-self:center !important;
        margin-left:-35px;
    }

    footer .copyright{
        font-size: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 10px 0px !important;
    }
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
    .payment,
    .contact,
    .get_to_know{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    footer .container{
        justify-content:initial;
    }
    .payment{
        width: 100%;
        margin-right: 0px;
        display:block;
    }
    .payment .heading{
        align-self:initial !important;
        margin-left:0px;
    }
    footer .copyright{
        font-size: 18px;
        padding: 10px 0px !important;
    }

    .heading h2{
        font-size: 23px;
    }
    footer ul li a{
        font-size: 15px !important;
    }
    footer div.line{
        max-width: 100%;
        /* margin: 10px auto; */
        margin-top: 6px;
        margin-bottom: 0px;
        width: 100%;
        height: 0.5px;
        background: #fff;
        color: #fff;
    }
}
@media (max-width: 320px){
    .heading h2{
        font-size: 18px;
    }
    .social_icon{
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        margin-top: 20px;
    }
    .contact .social_icon li a img{
        margin: 5px;
        margin-top: 5px;
        margin-bottom: 0px !important;
    }
    .payment img{
        height: 100px;
    }
}