body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.eot');
	src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Black.woff2') format('woff2'),
		url('../fonts/Poppins-Black.woff') format('woff'),
		url('../fonts/Poppins-Black.ttf') format('truetype'),
		url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	background: #000;
	animation: smoothScroll 1s;
	z-index: 999;
}
.logo{
	margin-top: 5px;
}
.logo img{
	width: 166px;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 16px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	display: block;
	padding: 30px 0;
	text-transform: none;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #f5ba40;
}
.menu ul li a:before{
	width: 0;
	height: 2px;
	background: #f5ba40;
	position: absolute;
	bottom: 28px;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li a.active:before, .menu ul li a:hover:before{
	width: 100%;
}
.menu ul li li a:before{
	display:none;
}
.apply-btn{
	display: inline-block;
	vertical-align: middle;
	background: #f5ba40;
	color: #000000 !important;
	font-size: 17px;
	font-weight: 500;
	padding: 9px 28px;
	border-radius: 7px;
	margin-left: 45px;
	transition: ease 0.5s all 0s;
}
.apply-btn:hover{
	background: #fff;
}
.banner{
	position: relative;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 97%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
}
.ms-slide:after{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.ms-slide-info{
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	min-height: auto !important;
	margin-top: 0 !important;
}
.banner-title{
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	line-height: 52px;
}
.banner-title strong{
	font-weight: bold;
	color: #f5ba40;
}
.banner-text{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-top: 8px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #f5ba40;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 16px;;
	border-radius: 6px;
	border: 2px solid #f5ba40;
	margin: 20px 5px 0;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #fff;
	border: 2px solid #000;
}
.banner-btn a:last-child{
	background: #0000002b;
	color: #fff;
	padding: 10px 25px;
}
.banner-btn a:hover:last-child{
	background: #000;
	border: 2px solid #f5ba40;
}
.banner-bottom-sec{
	position: relative;
	margin-top: -90px;
	padding-bottom: 22px;
}
.box1{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	border-top: 2px solid #fff;
	padding-top: 10px;
}
.box1 img{
	margin-right: 10px;
}
.about-sec{
	padding: 50px 0;
}
.about-title{
	font-size: 32px;
	font-weight: 600;
	color: #003047;
	line-height: 1.2;
}
.about-text{
	color: #4b4b4b;
	margin-top: 8px;
}
.read-btn{
	display: inline-block;
	background: #f5ba40;
	color: #000000;
	font-size: 17px;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 5px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #151515;
	color: #fff;
}
.about-right img{
	border-radius: 8px;
}
.read-btn2{
	margin-top: 10px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	color: #da9e22 !important;
	transition: ease 0.5s all 0s;
}
.read-btn2:hover{
	color: #000 !important;
}
.read-btn2:hover img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(7486%) hue-rotate(220deg) brightness(97%) contrast(103%);
}
.approved-sec{
	background: url(../images/approved-bg.jpg) no-repeat;
	background-size: cover;
	padding: 94px 0;
	background-position: center;
}
.title{
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
}
.text{
	color: #fff;
	margin-top: 5px;
}
.approved-sec .read-btn{
	padding: 10px 20px;
}
.service-sec{
	padding: 50px 0;
}
.box2-top{
	margin-top: 30px;
}
.box2{
	background: #fff;
	min-height: 100%;
	overflow: hidden;
	box-shadow: 0 5px 16px -7px #000000b5;
	border-radius: 6px;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover .pic img{
	transform:scale(1.1);
}
.box2-content{
	padding: 20px 15px;
}
.box2-title{
	font-size: 22px;
	font-weight: bold;
	color: #043349;
	line-height: 1.2;
}
.box2-text{
	color: #4b4b4b;
	margin-top: 5px;
}
.box2 .read-btn2{
	font-size: 18px;
	font-weight: 500;
}
.member-sec{
	padding: 0 0 50px;
}
.line1{
	width: 100%;
	height: 1px;
	background: #cecece;
	margin-top: 36px;
}
.member-list{
	text-align: center;
	margin-top: 30px;
}
.member-list ul{
	margin: 0;
	padding: 0;
}
.member-list ul li{
	display: inline-block;
	list-style: none;
	width: 24%;
	margin-top: 20px;
}
.member-list ul li img{
	box-shadow: 0 2px 17px -6px #8b8b8b;
	background: #fff;
	border-radius: 5px;
	max-width: 240px;
}
.flexible-sec{
	background: url(../images/flexi-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 87px 0;
	background-attachment: fixed;
}
.flexi-right ul{
	margin: 0;
	padding: 0;
}
.flexi-right ul li{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	background: #ffffff29;
	padding: 10px 20px;
	line-height: 1.2;
	border-radius: 5px;
	margin-top: 18px;
}
.flexi-right ul li strong{
	font-size: 30px;
	font-weight: 500;
	background: #f5ba40;
	color: #000000;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-right: 16px;
}
.testimonial-sec{
	padding: 50px 0;
}
.testi-part{
	margin-top: 40px;
}
.sp-testimonial-free{
	background:#fff !important;
	padding: 20px 15px;
	margin: 5px;
	border-radius: 5px !important;
	box-shadow:0 0 3px #a0a0a0;
	position:relative;
}
.sp-testimonial-free:after{
	background:url(../images/g-logo.png) no-repeat;
	width:39px;
	height:39px;
	position:absolute;
	top:36px;
	right:15px;
	content:"";
}
.sp-testimonial-client-image {
	position: absolute;
	top: 25px;
	left: 16px;
}
.sp-testimonial-title h3{
	background:url(../images/star.png) no-repeat;
	font-size: 22px !important;
	font-weight: bold !important;
	color: #295079 !important;
	text-align: left !important;
	line-height: 25px !important;
	padding-top: 28px !important;
	padding-left: 95px !important;
	background-position: bottom left 94px;
	padding-bottom: 28px !important;
}
.sp-testimonial-client-testimonial p{
	margin-top:24px !important;
	margin-bottom:0 !important;
	color:#4b4b4b !important;
	text-align:left !important;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:60px !important;
}
.sp-testimonial-client-rating{
	text-align:left !important;
	margin:0 !important;
}
.footer{
	background: #000000;    
	padding: 40px 0 15px;
	position: relative;
}
.foot_logo{
	width: 215px;
}
.foot_text{
	color: #fff;
	padding-right: 1px;
	margin-top: 10px;
}
.social2{
	margin-top: 18px;
}
.social2 a{
	margin-left: 10px;
}
.foot_title {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4b940;
	display: inline-block;
}
.social a{
	margin-right:5px;
}
.foot1 {
	margin: 0;
	padding: 0;
}
.foot1 li {
	list-style: none;
	color: #fff;
	padding-left: 19px;
	margin-bottom: 9px;
	position: relative;
}
.foot1 li:before{
	background: url(../images/shape2.png) no-repeat;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
}
.foot1 li a {
	color: #fff;
	transition: ease all 0.5s;
}
.foot1.second li{
	font-size: 16px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	padding-left: 0;
	gap: 5px;
}
.foot1.second li:before{
	display: none;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 600;
}
.foot1.second li img{
	margin-right: 8px;
	max-width: 28px;	
}
.foot1 li a:hover {
	color: #f5ba40;
	transition: ease all 0.5s;
}
.foot_left{
	padding-left: 3%;
}
/* .foot_center{
padding-left: 7%;
} */
.copyright {
	border-top: 1px solid #ffffff2b;
	margin-top: 26px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
}
.copyright a {
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 54px;
	right: 15px;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s all 0s;
}
#back2Top.show {
	opacity: 1;	
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 300px 0 135px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0,0,0,0.5);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-header:after, .blog_page_header:after {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 66%, rgba(0,0,0,1) 97%);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.inner-page hr{
	opacity: 1;
	background: #9f6b00;
	margin: 32px 0 0;
}
.abt-title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height:1.3;
	margin-bottom:10px;
}
.abt-title strong{
	color:#f5ba40;
	font-weight: bold;
}
.abt-title.dup{
	font-size: 18px;
	color: #000;
}
.terms .abt-title{
	font-size: 22px;
}
.ab-inner-text{
	font-size: 16px;
	color: #242424;
}
.ab-inner ul {
	padding: 0px;
	margin: 20px 0 0;
}
.ab-inner ul li {
	background:url(../images/check3.png) no-repeat;
	background-size: 20px;
	background-position: top 0 left;
	list-style: none;
	padding-left: 32px;
	padding-bottom: 10px;
	color: #242424;
	font-size: 16px;
	line-height: 1.3;
}
.bottom-sec {
	margin-top: 40px;
	text-align: center;
	padding: 30px 10px;
	background: #f2b840;
	border-radius:5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#000;
}
.ab-iner-img img {
	width: 100%;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 2px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#f5ba40;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #000;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none!important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#737373;
	padding:12px 30px 11px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #000 !important;
	padding: 10px 42px !important;
	background: #fff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-top: 20px;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}

.inner-bg{
	background: #f2b840;
	text-align: center;
	padding: 40px 0;
	margin-top: 40px;
}
.inner-bg .abt-title, .inner-bg .ab-inner-text {
	color: #000;
}
.inner-bg .read-btn{
	background:#000;
	color:#fff;
}
.inner-bg p{
	margin-bottom:0;
}
.inner-box2-top{
	margin-top:15px;
}
.inner-box2{
	text-align: center;
	min-height: 100%;
	box-shadow: 0 0 3px #aeacac;
	padding: 22px 5px;
	border-radius: 5px;
}
.price{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #000;
	color: #f5ba40;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	font-weight: 600;
	line-height: 81px;
	border: 5px solid #fff;
	word-spacing: -4px;
	box-shadow: 0 0 3px #858282;
}
.price strong{
	font-size: 20px;
	font-weight: normal;
}
.inner-box2-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin-top: 12px;
}
.brands ul{
	margin:0;
	padding:0;
	text-align: center;
}
.brands{
	margin-top:30px;
}
.brands ul li{
	list-style:none;
	display:inline-block;
	margin: 12px 8px 3px;
}
.brands ul li img{
	max-width: 142px;
	max-height: 54px;
}
.member-list.new li{
	width: 19%;
}
.member-list.new li img{
	max-width: 200px;
	max-height: 66px;
}
.inner-banner{
	margin-top:40px;
	padding:40px 0;
}
/* .inner-banner .abt-title, .inner-banner .ab-inner-text, .inner-banner .ab-inner ul li{
color:#fff;
} */
.guarantee-table{
	max-width: 900px;
	margin: 30px auto 0;
}
.guarantee-table table tr th{
	padding: 17px 12px;
	vertical-align: middle;
	color: #f5ba40;
	background: #000;
	border-right: 1px solid #fff3;
}
.guarantee-table table tr th:nth-child(1) {
	width: 16%;
}
.guarantee-table.two table tr th:nth-child(1), .guarantee-table.two table tr th:nth-child(2){
	width:auto;
}
.guarantee-table table tr th:nth-child(2) {
	width: 23%;
}
.guarantee-table table tr td{
	padding: 16px 12px;
	vertical-align: middle;
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.tpr{
	margin:0;
	margin-left: 12px;
}
.tpr li{
	margin-bottom:2px;
}
.enquiry-btn{
	text-align:center;
	margin-bottom:35px;
}
.enquiry-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #f5ba40;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	padding: 10px 37px;
	margin: 0 3px;
	border-radius: 5px;
}
.enquiry-btn a:last-child{
	background: #000;
	color: #fff;
	padding: 10px 25px;
}
.enquiry-sec{
	background: #f5ba40;
	padding: 35px 25px 0;
	border-radius: 7px;
}
.enquiry-sec .send_btn input, .refer-part .send_btn input{
	margin:20px auto 0;
}
.page-id-387 .enquiry-btn, .page-id-23 .enquiry-btn{
	display:none;
}
.inner-part{
	background: #f1f0f0;
	margin-top: 30px;
	padding: 40px;
}
.refer-part{
	background:#f5ba40;
	padding: 35px 25px 0;
	border-radius: 7px;
	margin-top: 40px;
}
.frm_label{
	font-weight: 600;
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.frm_label p, .frm-label2 p{
	margin-bottom:0;
}
.frm-label2{
	font-weight: 600;
	color: #000;
	font-size: 16px;
	margin-top: 15px;
}
.refer-part .frm_fld select{
	color: #000;
}


.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#f5ba40;
	color:#000 !important;
	padding:10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 9px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#252424;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.back-btn a {
	background: #f5ba40;
	color: #080808;
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 20px;
	text-transform: none;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}




/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.ms-view, .ms-slide {
		height: 300px !important;
	}
	.ms-slide-bgcont img {
		object-fit: cover;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		background:#000;
		padding:10px 0;
	}
	.apply-btn, .menu{
		display:none;
	}
	.logo {
		margin-top: 0;
	}
	.logo img {
		width: 108px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner {
		margin-top: 66px;
	}
	.banner-title{
		font-size: 25px;
		line-height: 27px;
	}
	.banner-title br, .banner-text br{
		display:none;
	}
	.banner-text {
		font-size: 16px;
		margin-top: 2px;
	}
	.banner-btn a{
		font-size: 13px;
		padding: 10px 9px;
		margin: 20px 2px 0;
	}
	.banner-btn a:last-child{
		padding: 10px 15px;
	}
	.banner-bottom-sec {
		margin-top: 0;
		background: #000;
		padding-bottom: 0;
	}
	.box1{
		padding:12px 0;
	}
	.box1-top:first-child .box1{
		border-top: none;
	}
	.about-sec {
		padding: 30px 0;
	}
	.about-title{
		font-size: 24px;
	}
	.read-btn {		
		font-size: 16px;	
		margin-top: 15px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.read-btn2{
		font-size: 18px;
	}
	.approved-sec{
		padding: 40px 0;
	}
	.title{
		font-size: 25px;
	}
	.service-sec, .testimonial-sec {
		padding: 30px 0;
	}
	.box2-title{
		font-size: 20px;
	}
	.member-sec {
		padding: 10px 0 30px;
	}
	.right-part{
		margin-top:5px;
	}
	.member-list {
		margin-top: 10px;
	}
	.member-list ul li{
		width: 48%;
		margin-top: 15px;
	}
	.member-list ul li img{
		max-width: 100%;
	}
	.line1{
		margin-top: 25px;
	}
	.flexible-sec{
		padding: 50px 0;
	}
	.flexi-right ul li {
		font-size: 19px;		
		padding: 10px 12px;
		margin-top: 18px;
	}
	.flexi-right ul li strong {
		font-size: 27px;		
		line-height: 62px;
		margin-right: 10px;
	}
	.testi-part {
		margin-top: 30px;
	}
	.sp-testimonial-title h3{
		font-size: 18px !important;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo {
		width: 170px;
	}
	.foot_title{
		font-size: 20px;
		margin-top:15px;
		margin-bottom: 15px;
	}
	.foot_center {
		padding-left: 12px;
	}
	.copyright{
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header {
		padding: 135px 0 90px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.bottom-sec{
		margin-top: 30px;
	}
	.member-list.new li {
		width: 45%;
		margin: 5px;
	}
	.member-list.new li img {
		max-width: 100%;
		max-height: 100%;
	}
	.terms .abt-title {
		font-size: 20px;
	}
	.testi-page .hentry{
		margin-bottom:0 !important;
	}
	.testi-page .sp-testimonial-item{
		padding-bottom: 10px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.guarantee-table table tr th{
		min-width: 190px;
	}
	.guarantee-table.two table tr th{
		min-width: auto;
	}
	.guarantee-table table tr td{
		font-size: 14px;
	}
	.refer-part {
		padding: 22px 15px 0;
		margin-top: 25px;
	}
	.enquiry-sec{
		padding: 20px 15px 0;
	}
	.frm_label {
		font-size: 16px;
		margin-top: 12px;
	}
	.price {
		width: 85px;
		height: 85px;
		font-size: 17px;
		line-height: 80px;
		border: 3px solid #fff;
	}
	.inner-box2-title{
		font-size: 16px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-content {
		padding: 0 3% !important;
	}
	.banner-title {
		font-size: 28px !important;
		line-height: 32px !important;
	}
	.box1-top, .box2-top{
		width:50%;
	}
	.box1{
		font-size: 17px !important;
	}
	.flexi-right ul li{
		font-size: 15px !important;
		padding: 10px 9px !important;
	}
	.member-list.new li {
		width: 30% !important;
	}
	.member-list.new li img {
		max-width: 100% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.apply-btn {
		display: inline-block;
		position:fixed;
		top: 15px;
		right: 74px;
		font-size: 16px;
		padding: 8px 22px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-title br{
		display:block;
	}
	.banner-text{
		margin-top: 8px;
	}
	.banner-content{
		padding: 0 8%;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 15px;
	}
	.banner-bottom-sec{
		margin-top: 0;
	}
	.box1-top:first-child .box1 {
		border-top: 2px solid #fff;
	}
	/* 	.member-list ul li {
	width: 30%;
	margin: 15px 5px 0;
} */
	.member-list.new li {
		width: 23%;
		margin: 5px;
	}
	.member-list.new li img{
		max-width: 165px;
	}
	.flexi-right ul li{
		width: 49%;
		display: inline-flex;
		font-size: 18px;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.apply-btn {
		font-size: 15px;
		margin-left: 10px;
		padding: 9px 18px;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.member-list ul li img{
		max-width: 95%;
	}	
	.foot_title{
		font-size: 20px;
	}
	.foot1 li {
		font-size: 15px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.foot1.second li img{
		margin-right: 2px;
	}
	.social img{
		max-width:32px;
	}
	.foot_left {
		padding-left: 2%;
	}
	.foot_center {
		padding-left: 3%;
	}
	.sp-testimonial-title h3{
		font-size: 16px !important;
	}
	.member-list.new li img{
		max-width: 170px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.apply-btn {
		display: inline-block;
		position:fixed;
		top: 15px;
		right: 74px;
		font-size: 16px;
		padding: 8px 22px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 34px;
	}
	.banner-title br{
		display:block;
	}
	.banner-text{
		margin-top: 8px;
	}
	.banner-content{
		padding: 0 8%;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 15px;
	}
	.banner-bottom-sec{
		margin-top: 0;
	}
	.box1-top:first-child .box1 {
		border-top: 2px solid #fff;
	}
	.member-list.new li {
		width: 23%;
		margin: 5px;
	}
	.member-list.new li img{
		max-width: 165px;
	}
	.flexi-right ul li{
		width: 49%;
		display: inline-flex;
		font-size: 18px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.apply-btn {
		font-size: 15px;
		margin-left: 10px;
		padding: 9px 18px;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.box2-title{
		font-size: 20px;
	}
	.foot_title{
		font-size: 20px;
	}
	.foot1 li, .foot1.second li{
		font-size: 14px;
	}
	.social img{
		max-width:30px;
	}
	.member-list.new li img{
		max-width: 170px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.apply-btn {
		font-size: 15px;
		margin-left: 10px;
		padding: 9px 18px;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li{
		margin-right: 12px;
	}
	.box2-title{
		font-size: 20px;
	}
	.foot_title{
		font-size: 20px;
	}
	.foot1 li, .foot1.second li{
		font-size: 14px;
	}
	.social img{
		max-width:30px;
	}
	.member-list.new li img{
		max-width: 170px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.apply-btn {
		font-size: 15px;
		margin-left: 10px;
		padding: 9px 18px;
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li{
		margin-right: 12px;
	}	
	.banner-bottom-sec {
		margin-top: -90px;
	}
	.about-title{
		font-size: 28px;
	}
	.box2-title{
		font-size: 20px;
	}
	.flexi-right ul li {
		width: 100%;
		display: flex;
	}
	.foot_title{
		font-size: 20px;
	}
	.foot1 li {
		font-size: 15px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.foot1.second li img{
		margin-right: 2px;
		max-width: 22px;
	}
	.social img{
		max-width:32px;
	}
	.foot_left {
		padding-left: 2%;
	}
	.foot_center {
		padding-left: 3%;
	}
	.sp-testimonial-title h3{
		font-size: 16px !important;
	}
	.member-list.new li{
		width: 21%;
		margin: 5px;
	}
	.member-list.new li img {
		max-width: 196px;
	}
	.price{
		font-size: 20px;
	}
}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {
	.page .entry-header, .blog_page_header{
		padding: 315px 0 190px !important;
	}
}

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		padding: 370px 0 220px !important;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 400px 0 250px !important;
	}
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		padding: 510px 0 312px !important;
	}
}    
