@charset "utf-8";
/* CSS Document */
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; appearance: none; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; -o-border-radius:0px; }
a[href^=tel] { text-decoration:inherit; color: inherit;}

/* #Media Queries
================================================== */
@media only screen and (min-width: 1920px){
}

@media only screen and (min-width:1366px) and (max-width:1400px) {
body{ overflow-x:hidden;}

.inner-banner-lft { flex: 0 1 50%; }
.inner-banner-rgt { flex: 0 1 50%; }
.inner-banner-title h1 { font-size: 3.4rem; }

}

@media only screen and (max-width: 1280px) {
body{ overflow-x:hidden;}

/* home page */
.loading-sec { padding: 0 2rem; }
.inner-banner-lft { flex: 0 1 50%; }
.inner-banner-rgt { flex: 0 1 50%; }
.inner-banner-title h1 { font-size: 3.4rem; }
.inner-banner-rgt img.inner-banner-image.left-pos { left: -140px;}
.top-left-pos { left: -150px;}
.top-right-pos { right: 70px; top: 40px;}
.loading-txt h1 { font-size: 2.6rem;}

}

@media screen and (min-width:1024px) and (max-width:1279px) {
img {max-width:100%;}
.row { width:100%; padding:0px 15px; }


/* home page */
.loading-txt h1 { font-size: 2.6rem;}

}

/* Smaller than standard 1024 (devices and browsers) */
@media screen and (min-width:768px) and (max-width:1023px) {
img {max-width:100%; }
.row { width:100%; padding:0px 15px; }

/* home page */


}

/* Smaller than standard 768 (devices and browsers) */
@media screen and (max-width:767px) {
img {max-width:100%; }
.row { width:100%; padding:0px 15px; }

/* home page */


}  

/* Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:639px) {


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width:479px) {



} 

@media screen and (max-width:359px) {


}

@media screen and (max-width:319px) {

}