@charset "utf-8";

/* 
    ##Device = Desktops
    ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) and (max-width: 2000px) {
    
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {

}

@media (max-width: 1199px) {
    #cnt-footer-bottom .container .row div:last-child {
        text-align: left !important;
    }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

@media (max-width: 991px) {
    .footer-top-title {
        font-size: 2.75rem;
        line-height: 1.222;
        padding-top: 0.6rem;
    }

    .footer-top-info, .footer-top-info-2 {
        font-size: 1.4rem;
        line-height: 1.76rem;
    }

    #cnt-footer-top {
        padding: 5rem 0px;
    }

    .footer-top-suffix {
        padding-top: 1rem;
    }

    #cnt-footer-bottom {
        height: 100px;
    }
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    
}

@media (max-width: 767px) {
    #cnt-footer-bottom {
        height: 140px;
    }

    #cnt-footer-bottom .container .row div:last-child {
        text-align: center !important;
    }
}

@media (max-width: 800px) {
    .footer-top-title {
        font-size: 2.5rem;
        line-height: 1.222;
        padding-top: 0.6rem;
    }

    .footer-top-info, .footer-top-info-2 {
        font-size: 1.2rem;
        line-height: 1.8rem;
        margin-bottom: 0.0356rem;
    }
}

@media (max-width: 517px) {
    .footer-top-title {
        font-size: 2.8rem;
        line-height: 1.22;
        padding-top: 0.6rem;
    }

    .footer-top-info, .footer-top-info-2 {
        line-height: 1.5;
    }

    #cnt-footer-top {
        padding: 3rem 0px;
    }
}

@media (max-width: 488px) {
    #cnt-footer-bottom {
        height: 170px;
    }
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
*/
@media (min-width: 321px) and (max-width: 480px) {

}

@media (max-width: 377px) {
    #cnt-footer-bottom {
        height: 190px;
    }
}

@media (max-width: 306px) {
    #cnt-footer-bottom {
        height: 220px;
    }
}

@media (max-width: 306px) {
    #cnt-footer-bottom {
        height: 250px;
    }
}

@media (max-width: 222px) {
    #cnt-footer-bottom {
        height: 280px;
    }
}

@media (max-width: 212px) {
    #cnt-footer-bottom {
        height: 310px;
    }
}

