/* CSS Document */
.deskView {
	display: none;
}
.cellView {
	display: block;
}
.header {
	height: 70px;
}
.header-inner {
	width: 100%;
}
.logo {
    height: 50px;
    width: 60px;
    margin: 8px 15px;
}
.cellView.gap {
	flex-grow: 1
}
.bars {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--blue);
	margin: 15px;
	background-image: url(../images/menu-line.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.slider {
	width: 100%;
	height: 300px;
}
.slider-text {
	width: 100%;
	padding-top: 45px;
}
.slider-h1 {
	font-size: 32px;
	line-height: 44px;
}
.slider-h2 {
	margin-top: 12px;
	font-size: 18px;
	line-height: 27px;
}
.slider-button {
	margin-top: 12px;
	width: 183px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
}
/* body css */
.section-inner {
	width: auto;
	padding: 40px 15px;
}
.sec-header-h1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 8px;
}
.sec-header-h2 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 20px;
}
.banner-row {
	display: block;
}
.division {
	width: auto;
	margin-bottom: 20px;
}
.floating {
    background-size: cover;
}
.sec2 .section-inner {
	padding: 60px 15px 0;
}
.star-in {
	width: 100%;
}
.stars {
	margin: 0 4px;
	width: 20%;
	background-size: 100%;
	height: 64px;
}
.stars:first-child {
	margin: 0 4px 0 0;
}
.star-half {
    margin-right: 0;
}
.review-in {
	display: flex;
}
.reviews {
	width: 328px;
	padding: 16px;
	height: 262px;
}
.star-div {
	margin-top: 20px;
}
.review-div {
	display: flex;
	flex: 1;
	overflow: auto;
	margin-top: 20px;
	padding-bottom: 60px;
}
.rev-star {
	margin-top: 12px;
}
.rev-name {
	margin-top: 12px;
	line-height: 24px;
	font-size: 16px;
}
.rev-txt {
	height: auto;
	font-size: 18px;
	line-height: 27px;
	margin-top: 12px;
}
.sec-h1 {
	font-size: 28px;
	line-height: 42px;
}
.sec-pro-in {
	display: block;
	text-align:center;
}
.one-forth {
	width: auto;
}
.sec-img {
	width: 100%;
}
.comp-in {
	display: block;
}
.comp-left {
	width: auto;
}
.ban-in {
	display: block;
}
.banner {
	width: auto;
}
.banner-2 {
	height: 550px;
	background-image: url(../images/banner-2-mobile.jpg);
}
.banner2-txt {
	position: unset;
	text-align: center;
	padding-top: 60px;
}
.gut {
	height: 20px;
}
.text-h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 33px;
	text-align: center;
	width: 100%;
}
.text-h2 {
	font-size: 18px;
	line-height: 27px;
	margin-top: 8px;
	text-align: center;
}
.txt-btn-out {
	display: block;
}
.text-btn {
	height: 43px;
	line-height: 43px;
	width: 194px;
	margin: 20px auto auto;
	font-size: 18px;
}
.form-outer {
	width: auto;
	padding: 60px 15px;
}
.form-h1 {
	font-size: 28px;
	line-height: 42px;
}
.form-h2 {
	margin-top: 8px;
	line-height: 27px;
	font-size: 18px;
}
.form-row {
	display: block;
}
.form-left, .form-right {
	width: auto;
}
.blog-in {
	display: block;
}
.blog-inner {
	width: auto;
	padding: 60px 14px 104px;
}
.blog-sec {
	width: auto;
}
.footer-in {
	width: auto;
	padding: 40px 15px;
}
.footer-inner {
	flex-direction: column-reverse;
}
.footer-sec {
	width: auto;
}
.foot-exp {
	height: 30px;
}
.foot-h1 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 8px;
}
.foot-text {
	font-size: 12px;
	line-height: 18px;
}
.sec-btn {
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	width: 196px;
	font-weight: 700;
	cursor: pointer;
}
.blog-h1 {
	font-size: 20px;
	line-height: 30px;
}
.blog-txt {
	font-size: 16px;
	line-height: 24px;
}
.blog-exp {
	height: 20px;
}
.blog-head {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 20px;
}
.dev-insider {
    width: auto;
    overflow: auto;
}
.device-inner {
    width: auto;
	overflow: auto;
}
.nextprebtn {
	display:none;
}
.flex-rev .logo {
    margin: 10px 20px 10px 10px;
}
.device-in {
    display: block;
    position: unset;
    
}