﻿/******** for XS screen *********/
@media only screen and (max-width: 768px) {
     .thin-bottom-border {
         border-style: none !important;
         border-width: 0px;         
    }   
     .FooterOutPane {
         text-align: center;
         padding-bottom: 0px !important;
         padding-top: 25px !important;
     }

     .footer-top-half {
         padding-bottom: 0px !important;
         padding-top: 0px !important;
     }
     .footer-top-half-left {
         text-align: center;
         margin-top: 0px !important;
         margin-bottom: 0px !important;
     }
     .sns-mobile {
         text-align: center;
     }
     .FootPaneBB {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }
}

/******** for SM screen *********/
@media only screen (min-width: 769px) and (max-width: 979px) {

}

/******** for MD screen *********/
@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .FootPaneB {
        margin-left: 30px !important;
    }
}