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-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;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
	overflow: hidden;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.logo img{
	width: 261px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;    
	margin-right: 20px;    
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight:600;
	color: #1e1e1e;
	padding: 30px 0;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #2e67b1;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient( 46deg, rgb(54,111,182) 0%, rgb(27,84,165) 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 25px;
	margin-left: 50px;
	line-height: 1.2;
	border-radius: 8px;
}
.get-btn:hover{
	background: linear-gradient(270deg,rgba(51, 111, 195, 1) 35%, rgba(27, 82, 158, 1) 67%);
}
.banner{
	position: relative;
	margin-top: 83px;
	overflow: hidden;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.8) 30%, rgba(255, 255, 255, 0) 56%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 8%;
}
.banner-part{
	max-width: 100%;
	text-align: center;
}
.banner-title{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}
.banner-title strong{
	font-weight: bold;
	color: #1852a4;
}
.banner-text{
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	line-height: 1.4;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #2663b0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 14px 25px;
	margin: 25px 2px 0;
	line-height: 1.2;
	border-radius: 8px;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #1a53a5;
}
.banner-btn a:last-child{
	background: #fff;
	color: #1b54a5;
	padding: 14px 32px;
}
.banner-btn a:last-child:hover{
	background: #1a53a5;
	color: #fff;
}
.banner-bottom-sec{
	margin-top: -195px;
	margin-bottom: 43px;
	position: relative;
}
.box1{
	background:linear-gradient( 72deg, rgb(27,59,146) 0%, rgb(56,122,205) 100%);
	text-align: center;
	padding: 22px 10px;
	border: 2px solid rgb(240, 233, 233);
	border-radius: 20px;
	min-height: 100%;
}
.box1-title{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	margin-top: 16px;
}
.easy-sec{
	background: linear-gradient(180deg,rgba(51, 111, 195, 1) 24%, rgba(29, 64, 151, 1) 75%);
	text-align: center;
	padding: 22px 0;
}
.big-title{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}
.big-title span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.step-sec{
	padding: 50px 0 70px;
}
.small-title{
	font-size: 20px;
	font-weight: 600;
	color: #234ba1;
	margin-bottom: 6px;
}
.title{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 34px;
}
.title strong{
	font-weight: bold;
	color: #3778cb;
}
.box2-top{
	margin-top: 20px;
}
.box2{
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 12.74px 0.26px rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	padding: 30px 10px;
	min-height: 100%;
}
.box2-top:nth-child(2) .box2{
	background:linear-gradient( 72deg, rgb(27,59,146) 0%, rgb(56,122,205) 100%);
}
.box2-title{
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-top: 15px;
}
.box2-top:nth-child(2) .box2-title, .box2-top:nth-child(2) .box2-text{
	color: #fff;
}
.box2-text{
	font-size: 14px;
	color: #303030;
	margin-top: 6px;
}
.box2-text ul{
	margin: 0;
	padding: 0;
}
.box2-text ul li{
	list-style: none;
	margin-top: 5px;
}
.quote{
	display: inline-block;
	background: linear-gradient( 46deg, rgb(54,111,182) 0%, rgb(27,84,165) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 20px;
	margin-top: 22px;
	border-radius: 8px;
	transition: ease 0.5s all 0s;
}
.quote:hover{
	box-shadow: inset 195px 0px 20px #151516;
}
.about-sec{
	margin-bottom: 2%;
}
.about-part{
	background: #eff8ff;
	padding: 40px 24px;
	border-radius: 10px;
	border-bottom: 5px solid #326bb4;
}
.about-left .title{
	font-size: 28px;
	font-weight: 600;
	line-height: 30px;
}
.about-left .title strong{
	font-weight: 600;
}
.about-text{
	font-size: 15px;
	color: #1a1a1a;
	margin-top: 10px;
}
.purchase-sec{
	padding: 30px 0 50px;
}
.box3-top{
	margin-top: 25px;
}
.box3{
	text-align: center;
	background: #eff8ff;
	padding: 30px 15px;
	border-radius: 8px;
	min-height: 100%;
	transition: ease 0.3s all 0s;
}
.box3:hover{
	box-shadow: 0px 1px 7.44px 0.56px rgba(31, 31, 31, 0.33);
}
.box3 .box2-title{
	text-transform: uppercase;
}
.icon img{
	background: #fff;
	border: 4px solid #2663b0;
	border-radius: 50%;
}
.box3 .box2-text{
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.condition-sec{
	margin-bottom: 5%;
}
.condition-part{
	border: 3px solid #2663b0;
	padding: 40px 0;
}
.c-title{
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}
.condition-list{
	margin-top: 15px;
}
.condition-list ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.condition-list ul li{
	list-style: none;
	display: inline-block;
	margin: 8px 14px 0 0;
	font-size: 17px;
	color: #262626;
}
.free-quote-sec{
	background: #1e4299;
	padding: 65px 0;
	position: relative;
}
.free-quote-sec .title{
	line-height: 36px;
}
.free-quote-sec .banner-btn a{
	text-transform:uppercase;
}
.free-quote-sec .banner-btn a:hover {
	background: #fff;
	color: #1852a4;
}
.free-quote-sec .banner-btn a:last-child{
	padding: 14px 50px;
}
.free-quote-sec .banner-btn a:last-child:hover {
	background: #111;
	color: #fff;
}
.shape1{
	position: absolute;
	top: -26px;
	left: 11px;
}
.shape2{
	position: absolute;
	top: -15px;
	right: 5px;
}
.faq-sec{
	padding:58px 0 50px;
}
.faq-part{
	margin-top:30px;
}
.faq-part .sp-ea-single{
	background: transparent !important;
	border: none !important;
	border-bottom:1px solid #a8a8a8 !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}
.faq-part .sp-ea-single.ea-expand{
	background:#1b54a5 !important;
}
.faq-part .ea-header a{
	font-size:18px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	color:#3a3a3a !important;
}
.faq-part .sp-ea-single.ea-expand .ea-header a{
	color:#fff !important;
}
.faq-part .ea-body{
	font-size:15px !important;
	color:#3a3a3a !important;
}
.faq-part .ea-body p{
	margin-bottom:0 !important;
}
.faq-part .ea-expand-icon{
	color:#3a3a3a !important;
}
.faq-part .sp-ea-single.ea-expand .ea-expand-icon{
	color:#fff !important;
}
.contact-details{
	background: #eff8ff;
	padding: 50px 0;
}
.cont-left{
	background: #1e4299;
	padding: 30px 12px 0;
	border-radius: 15px;
	min-height: 100%;
	position:relative;
	overflow: hidden;
}
.title.two{
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
}
.cont-left .quote{
	background: #fff;
	color: #1e4299;
}
.cont-left .quote:hover{
	color: #fff;
}
.mob {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.cont-center{
	padding: 30px 10px 0;
}
.ad1{
	margin: 15px 0 0;
	padding: 0;
}
.ad1 li{
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #3b3b3b;
	gap: 15px;
	margin-top: 10px;
}
.ad1 li strong{
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.ad1 li img{
	max-width: 27px;
}
.ad1 li a{
	color: #3b3b3b;
	transition: ease 0.5s all 0s;
}
.ad1 li a:hover{
	color: #1e4299;
}
.cont-right{
	background: #1e4299;
	padding: 30px 20px 0;
	border-radius: 15px;
}
.form-part{
	margin-top: 12px;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	border:none !important;
	margin-top:10px;
	border-radius:0;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown2.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:8px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:10px;
	border-radius:0;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 11px 25px 9px !important;
	background: #2663b0 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin-top: 22px;
	width: 100%;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.review-sec{
	padding: 50px 0;
}
.review-part{
	margin-top:30px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free{
	background:#fff !important;
	margin: 10px;
	padding: 52px 17px 25px;
	border-radius: 15px !important;
	position: relative;
	box-shadow: 0 0 6px #a9a3a3;
	text-align:left !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #202020 !important;
	line-height: 21px !important;
	margin-bottom: 1px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 103px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: #1e4299 !important;
	margin-bottom: 3px !important;
	border-top: 1px solid #bfbfbf;
	padding-top: 12px !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 30px;
	right: 22px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #434343 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top:26px;
	margin-bottom: 0 !important;
}
.footer{
	background: #e4f1ff;
	padding: 50px 0 15px;
}
.foot_logo img{
	width: 265px;
}
.foot_text{
	font-size: 14px;
	color: #3a3a3a;
	padding-right: 38px;
}
.foot_title{
	font-size:20px;
	color: #303030;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 14px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #242424;
	font-weight: 500;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
}
.foot1 li a{
	color: #242424;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #2059a8;
}
.foot1.second li{
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	gap: 11px;
}
.foot_left{
	padding-left: 28px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #1f1f1f;
	border-top: 1px solid #0000004d;
	text-transform: uppercase;
	margin-top: 35px;
}
.copyright a{
	color: #1f1f1f;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 32px;
	right: -25%;
	color: #fff;
	background:#0e1623;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.page{
	margin-top:0 !important
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center bottom !important;
	max-width: 100% !important;
	padding: 148px 0 !important;
	margin: 83px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(7, 7, 7, 0.6);
	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:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;
}
.abt-title strong{
	font-weight: bold;
	color:#2962ae;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: 600;
	color: #951f1d;
	margin-top: 16px;
	text-transform: none;
	margin-bottom: 6px;
}
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/checked.png) no-repeat;
	background-position: top 4px left;
	list-style: none;
	padding-left: 32px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #000;
	background-size: 24px;
	line-height: 25px;
}
.inr-faq .faq-part .sp-ea-single{
	background: #e4f1ff !important;
}
.inr-faq .faq-part .sp-ea-single.ea-expand{
	background:#336cb4 !important;
}
.inr-faq .faq-part .ea-header a, .faq-part .ea-expand-icon{
	color: #000 !important;
}
.inner-page .box3 p{
	margin-bottom:0;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#1e4299;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-center{
	background: #326bb3;
	margin-top: 30px;
	text-align: center;
	padding: 30px 10px;
	border-radius: 5px;
}
.contact-center .quote{
	background:#fff;
	color:#000;
}
.contact-center .quote:hover{
	color: #fff;
}
.contact-center p{
	margin-bottom:0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#2663b0;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #292929;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 12px 22px 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.get-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.logo img {
		width: 160px;
	}	
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.rmp-menu-item-link{
		text-transform: uppercase !important;
	}
	.banner {
		margin-top: 58px;
	}
	.banner::before{
		background: #00000082;
	}
	.banner-content {
		top: 50%;
		transform: translateY(-50%);
	}
	.banner-title{
		font-size: 26px;
		line-height: 28px;
	}
	.banner-title br{
		display:none
	}
	.banner-title strong {
		text-shadow: 0 0 10px #fff;
	}
	.banner-text {
		font-size: 17px;
		margin-top: 8px;
		text-shadow: 0 0 15px #000, 0 3px 19px #000;
	}
	.banner-btn a {
		font-size: 13px;
		padding: 12px 17px;
		margin: 15px 2px 0;
	}
	.banner-btn a:last-child {
		padding: 12px 18px;
	}
	.banner-bottom-sec {
		margin-top: 20px;
		margin-bottom: 35px;
	}
	.box1-top{
		margin-top:15px;
	}
	.box1-title {
		font-size: 15px;
	}
	.easy-sec {
		padding: 20px 0;
	}
	.big-title {
		font-size: 18px;
	}
	.big-title span img{
		width:30px;
	}
	.step-sec {
		padding: 30px 0 35px;
	}
	.small-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.title {
		font-size: 24px;
		line-height: 28px;
	}
	.box2 {
		padding: 25px 10px;
	}
	.box2 img{
		max-height:50px;
	}
	.box2-title {
		font-size: 17px;
		margin-top: 13px;
	}
	.quote {
		padding: 10px 16px;
		margin-top: 20px;
	}
	.about-part {
		padding: 25px 20px;
	}	
	.about-left .title {
		font-size: 22px;
		line-height: 26px;
	}
	.about-text {
		margin-top: 8px;
	}
	.about-right{
		margin-top:20px;
	}
	.about-right img{
		width:100%;
	}
	.purchase-sec {
		padding: 25px 0 35px;
	}
	.box3-top {
		margin-top: 20px;
	}
	.box3 {
		padding: 25px 10px;
	}
	.icon img {
		border: 3px solid #2663b0;
		width: 76px;
	}
	.box3 .box2-text {
		margin-top: 3px;
	}
	.condition-sec {
		margin-bottom: 12%;
	}
	.condition-part {
		padding: 25px 4px;
	}
	.c-title {
		font-size: 20px;
		line-height: 1.3;
	}
	.condition-list ul li {
		font-size: 16px;
	}
	.free-quote-sec {
		padding: 30px 0;
	}
	.shape1, .shape2{
		display:none;
	}
	.free-quote-sec .banner-btn a{
		font-size: 14px;
	}
	.free-quote-sec .banner-btn a:last-child {
		padding: 12px 35px;
	}
	.free-quote-sec .title {
		line-height: 25px;
		font-size: 20px;
	}
	.free-quote-sec .title br{
		display:none;
	}
	.faq-sec {
		padding: 35px 0 30px;
	}
	.faq-part .ea-header a {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.contact-details {
		padding: 35px 0;
	}	
	.cont-left {
		padding: 25px 12px 0;
	}
	.mob{
		position: relative;
		margin-top: 25px;
	}
	.mob img{
		width:100%;
	}
	.title.two {
		font-size: 22px;
		line-height: 24px;
	}
	.ad1 {
		margin: 10px 0 0;
	}
	.ad1 li {
		font-size: 14px;
		gap: 12px;
	}
	.ad1 li img {
		max-width: 24px;
	}
	.cont-center {
		padding: 25px 10px 25px;
	}
	.cont-right {
		padding: 25px 16px 0;
	}
	.review-sec {
		padding: 35px 0 30px;
	}
	.review-part {
		margin-top: 25px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img {
		width: 180px;
	}
	.foot_text {
		padding-right: 0;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.copyright {
		margin-top: 20px;
	}
	#back2Top{
		bottom: 45px;
	}
	.page .entry-header, .blog_page_header {
		padding: 80px 0 !important;
		margin: 58px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 20px;
	}
	.contact_top_number {
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.contact-center {
		margin-top: 30px;
		padding: 25px 5px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.get-btn{
		right: 85px !important;
	}
	.banner-content {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
	.banner-title {
		font-size: 26px !important;
		line-height: 28px !important;
	}
	.banner-text {
		font-size: 17px !important;
		margin-top: 8px !important;
		text-shadow: 0 0 15px #000, 0 3px 19px #000 !important;
	}
	.box1-top, .box2-top, .box3-top{
		width:50%;
	}
	.big-title {
		font-size: 16px !important;
	}
	.cont-right {
		margin-top: 0 !important;
	}
	.box2-title {
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 9px;
		right: 93px;
		font-size: 14px;
		padding: 12px 22px;
	}
	.banner-content {
		top: 8%;
		transform: none;
	}
	.banner-title {
		font-size: 32px;
		line-height: 35px;
	}	
	.banner-title br {
		display: inline-block;
	}
	.banner-title strong {
		text-shadow: none;
	}
	.banner-text {
		font-size: 18px;
		margin-top: 12px;
		text-shadow: none;
	}
	.banner-btn a {
		font-size: 15px;
	}
	.cont-right {
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.get-btn{
		margin-left: 35px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 48px;
	}
	.banner-bottom-sec {
		margin-bottom: 52px;
	}
	.box1-title{
		font-size: 13px;
	}
	.big-title span img{
		width:48px;
	}
	.title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2-title{
		font-size: 17px;
	}
	.condition-list ul li{
		font-size: 16px;
	}
	.shape1 {
		top: -10px;
		left: 0;
		width: 246px;
	}
	.shape2 {
		top: -16px;
		right: 0;
		width: 261px;
	}
	.free-quote-sec .title {
		line-height: 28px;
		padding: 0 19%;
		font-size: 24px;
	}
	.cont-center {
		padding: 30px 0 0;
	}
	.ad1 li{
		gap: 11px;
		font-size: 14px;
	}
	.foot1 li{
		font-size: 14px;
	}	
	.foot_title{
		font-size: 18px;
	}
}

/* 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) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 9px;
		right: 93px;
		font-size: 14px;
		padding: 12px 22px;
	}
	.banner-content {
		top: 8%;
		transform: none;
	}
	.banner-title {
		font-size: 32px;
		line-height: 35px;
	}	
	.banner-title br {
		display: inline-block;
	}
	.banner-title strong {
		text-shadow: none;
	}
	.banner-text {
		font-size: 18px;
		margin-top: 12px;
		text-shadow: none;
	}
	.banner-btn a {
		font-size: 15px;
	}
	.banner-bottom-sec {
		margin-bottom: 35px;
	}
	.box1-title {
		font-size: 15px;
	}
	.cont-right {
		margin-top: 30px;
	}
	.title {
		font-size: 25px;
		line-height: 30px;
	}
	.free-quote-sec .title {
		line-height: 25px;
		padding: 0;
		font-size: 20px;
	}
	.shape2{
		top: -15px;
	}
	.abt-title {
		font-size: 22px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.get-btn{
		margin-left: 35px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 48px;
	}
	.banner-bottom-sec {
		margin-bottom: 52px;
	}
	.box1-title{
		font-size: 13px;
	}
	.big-title span img{
		width:48px;
	}
	.title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2-title{
		font-size: 17px;
	}
	.condition-list ul li{
		font-size: 16px;
	}
	.shape1 {
		top: -10px;
		left: 0;
		width: 246px;
	}
	.shape2 {
		top: -16px;
		right: 0;
		width: 261px;
	}
	.free-quote-sec .title {
		line-height: 28px;
		padding: 0 19%;
		font-size: 24px;
	}
	.cont-center {
		padding: 30px 0 0;
	}
	.ad1 li{
		gap: 11px;
		font-size: 14px;
	}
	.foot1 li{
		font-size: 14px;
	}	
	.foot_title{
		font-size: 18px;
	}
}

/* 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) {
	.get-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 35px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 48px;
	}
	.banner-bottom-sec {
		margin-bottom: 52px;
	}
	.box1-title{
		font-size: 13px;
	}
	.big-title span img{
		width:48px;
	}
	.title {
		font-size: 30px;
		line-height: 32px;
	}
	.box2-title{
		font-size: 17px;
	}
	.condition-list ul li{
		font-size: 16px;
	}
	.shape1 {
		top: -10px;
		left: 0;
		width: 246px;
	}
	.shape2 {
		top: -16px;
		right: 0;
		width: 261px;
	}
	.free-quote-sec .title {
		line-height: 28px;
		padding: 0 19%;
		font-size: 24px;
	}
	.cont-center {
		padding: 30px 0 0;
	}
	.ad1 li{
		gap: 11px;
		font-size: 14px;
	}
	.foot1 li{
		font-size: 14px;
	}	
	.foot_title{
		font-size: 18px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-content {
		top: 10%;
	}
	.page .entry-header, .blog_page_header{
		padding: 158px 0 !important;
	}
}

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

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

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

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