@charset "utf-8";
/* CSS Document */
input[type="submit"], input[type="button"], input[type="text"], input[type="password"], input[type="email"], textarea {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;}

}

@media only screen and (max-width: 1280px) {
body{ overflow-x:hidden;}


}

@media screen and (min-width:1024px) and (max-width:1279px) {
img {max-width:100%;}
.row, .row1 { width:1000px;}


}

/* Smaller than standard 1024 (devices and browsers) */
@media screen and (min-width:768px) and (max-width:1023px) {
img {max-width:100%; }
.row, .row1 { width:740px;}

.landing-container { padding: 30px 15px; justify-content: flex-start; }
.welcome-content h1 { font-size: 36px; line-height: 36px;}
.greating-txt { margin-bottom: 25px;}

}

/* Smaller than standard 768 (devices and browsers) */
@media screen and (max-width:767px) {
img {max-width:100%; }
.row, .row1 { width:100%; padding:0px 15px; }

.landing-container { padding: 30px 15px; justify-content: flex-start; }
.welcome-content img { width: 120px;}
.welcome-content h1 { font-size: 30px; line-height: 30px;}
.welcome-content ul li { font-size: 17px; line-height: 25px;}
.greating-txt { margin-bottom: 25px;}
.greating-txt h2 { font-size: 18px; line-height: 18px; }

}  

/* 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:430px) { 

}

@media screen and (max-width:359px) {



}