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;
	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: #fff;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.fixed-header .logo img {
	width: 96px;
}
.top-bar{
	height: 45px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #00000036;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 500;
	color: #000;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #000;
	font-size: 15px;
}
.ad1 span a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color:#f79b2b;
}
.ad1 span img{
	max-width: 19px;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-left: 0;
	border-right: none;
}
.logo img {
	width: 118px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right:12px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #000;
	font-size: 16px;
	font-weight:500;
	text-transform: none;
	padding: 36px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #f79b2b;
}
.book-btn{
	display: inline-block;
	vertical-align: middle;
	background: #f79b2b;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 26px;
	border-radius: 0;
	text-transform: uppercase;
	margin-left:15px;
	transition: ease 0.8s all 0s;
}
.book-btn:hover{
	background: #183c75;
}
.g-trans {
	display: inline-block;
	vertical-align: middle;;
}
.g-trans select{
	width: 140px;
	border: 1px solid #c5c5c5;
	padding: 9px 10px;
	font-size: 14px;
	background: #fff !important;
	margin-left: 5px;
}
.banner{
	position: relative;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0.6) 4%, rgba(255, 255, 255, 0.5) 34%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner img{
	width:100%;
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 57%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 100%;
	text-align: center;
}
.banner-title{
	font-size: 40px;
	font-weight: 500;
	color: #000;
	line-height: 46px;
}
.banner-text{
	margin-top: 10px;
	font-size: 18px;
	padding: 0 15%;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	background: #f79b2b;
	color: #fff;
	padding: 11px 30px 10px;
	text-transform: uppercase;
	margin-top: 25px;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover, .read-btn:hover{
	background:#163c74;
}
.service-sec{
	padding:50px 0;
}
.serv-title{
	font-size: 32px;
	color: #000;
	line-height: 34px;
	font-weight: 600;
}
.row-top{
	margin-top: 40px;
}
.box1-top{
	padding: 0;
}
.box1{
	background: #e3eeff;
	padding: 35px 20px;
	border: 1px solid #d5d5d5;
	min-height: 100%;
}
.box1.blue{
	background: #e2f5ff;
}
.s-title {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	margin-top: 15px;
}
.s-text{
	font-size: 14px;
	color: #000;
	margin-top: 12px;
}
.box1 a{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #1a3d73;
	margin-top: 12px;
	text-decoration: underline !important;
	transition: all 0.5s ease 0s;
}
.box1 a:hover {
	color: #f79b2b;
	letter-spacing: 1px;
}
.get-touch-sec{
	padding: 10px 0 50px;
}
.form-part{
	margin-top:20px;
}
.frm_fld input {
	width: 100%;
	padding: 12px 0;
	border: none !important;
	border-bottom:1px solid #b5b5b5 !important;
	margin-top: 10px;
	border-radius: 0;
	color: #000;
	background: #fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	border-bottom:1px solid #b5b5b5 !important;
	margin-top:10px;
	border-radius:0;
	font-size:15px;
	color:#000;
	padding:12px 30px 15px 0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:51px;
	padding:10px 0;
	background:#fff !important;
	color:#000;
	margin-top:10px;
	border-radius:0;
	border:none !important;
	border-bottom:1px solid #b5b5b5 !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	width:100%;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 9px 39px 7px !important;
	background: #f79b2b !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0;
}
.about-sec{
	background: #e2f5ff;
	padding: 60px 0;
	position: relative;
}
.about-text{
	margin-top: 14px;
	color: #000;
}
.read-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #f79b2b;
	color: #fff;
	padding: 11px 30px 10px;
	text-transform: uppercase;
	margin-top: 25px;
	transition: ease 0.5s all 0s;
}
.heart{
	position: absolute;
	top: 30px;
	right: 110px;
	width: 116px;
	height: 116px;
	text-align: center;
	padding: 36px 0;
}
.heart:before{
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/shape2.png) no-repeat center;
	background-size: contain;
	animation: rotateShape 5s linear infinite;
	transform-origin: center;
}
/* Rotation animation */
@keyframes rotateShape {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.choose-us-sec{
	padding: 50px 0;
}
.box2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-top: 30px;
	border-bottom: 1px solid #dad7d7;
	padding-bottom: 30px;
}
.box2.bd{
	border-bottom: none;
	padding-bottom: 0;
}
.icon {
	min-width: 110px;
}
.no{
	font-size: 72px;
	font-weight: 600;
	color: #00000012;
	min-width: 94px;
}
.box2-title{
	font-size:22px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	min-width: 390px;
}
.box2-text{
	color: #000;
	max-width: 37%;
	line-height: 1.3;
}
.review-sec{
	background: url(../images/review-bg.jpg) #2c4169 no-repeat center top;
	background-size: cover;
	padding: 50px 0;
}
.review-part{
	margin-top:35px;
}
.sp-testimonial-free{
	background:transparent !important;
	padding: 38px 20px 20px !important;
	margin: 6px;
	border-radius: 15px !important;
	position:relative;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:10px !important;
}
.sp-testimonial-client-testimonial p{
	text-align: center !important;
	font-size: 15px !important;
	color: #fff !important;
	padding: 0 12px !important;
	line-height: 23px !important;
	margin-bottom: 0 !important;
	max-height: 138px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #68bae6 #292929;
}
.sp-testimonial-client-name{
	text-align: right !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: #f79b2b !important;
	margin-bottom: 0 !important;
	margin-top: 17px !important;
	font-style: italic !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer{
	background: #e2f5ff;
	padding: 45px 0 15px;
}
.foot_logo img{
	width: 124px;
}
.social a{
	margin-right: 2px;
}
.foot_title{
	font-size: 20px;
	color: #192a56;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #000000;
	list-style: none;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 500;
}
.foot1 li a{
	color: #000000;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #f79b2b;
}
.foot1.second li{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 3px;
}
.foot1.second li img{
	margin-right:3px;
}
.foot_left{
	padding-left: 50px;
}
.foot_right{
	padding-left: 40px; 
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #343434;
	border-top: 1px solid #0000004d;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 500;
}
.copyright a{
	color: #343434;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s 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/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 260px 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(255, 255, 255, 0.5);
	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: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 14px;
	line-height: 1.2;  
	margin-top: 0;
}
.abt-title strong{
	font-weight: bold;
	color: #183e6c;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: 600;
	color:#f79b2b;
	margin-top: 16px;
}
.ab-inner-text {
	color:#000;
	font-size: 15px;
	margin-bottom: 10px;
}
.ab-inner-text p{
	margin-bottom: 10px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 15px;
	margin-bottom: 5px;
	color:#000;
	background-size: 21px;
}
.inner-sec {
	background:#66bbea33;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#1a3c6f;
	border-radius: 10px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.inr-box2-top {
	margin-top:25px;
}
.inr-box2 {
	background:#fff;
	min-height:100%;
	padding:30px 17px;
	box-shadow:0 0 4px #939393;
	border-radius:10px;
}
.inr-box2 p {
	margin-bottom:0;
}
.inr-box2 img {
	background:#f79b2b;
	border-radius:50%;
	width:86px;
	border:5px solid #fffefe;
	box-shadow:0 0 3px #777;
	padding:5px;
}
.inr-box2-title {
	font-size:20px;
	font-weight:600;
	color:#000;
	margin-top:18px;
	line-height:1.2;
}
.inr-box2-text {
	font-size:15px;
	margin-top:8px;
	color:#000;
}
.inr-box1-top{
	margin-top:18px;
}
.inr-box1{
	background: #fff;
	min-height: 100%;
	padding: 35px 17px;
	box-shadow: 0 0 4px #939393;
	border-radius: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
}
.inr-box1-text{
	margin-top:10px;
	font-size: 16px;
	font-weight: 600;
	display:flex;
	align-items:center;
	gap:10px;
}
.inr-box1-text img{
	width:24px;
}
.inr-box1-text a{
	color:#000;
}
.inr-review .hentry{
	margin-bottom:0 !important;
}
.inr-review .sp-testimonial-client-testimonial p{
	color: #000 !important;
}
.inr-review .sp-testimonial-free{
	box-shadow: 0 0 7px #959595 !important;
	padding-top: 50px !important;
}
.inr-review .sp-testimonial-client-rating {
	top: 24px;
}
.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:#133e77;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input{
	border-bottom:none !important;
	padding: 10px 12px;
}
.contact-right .frm_fld select{
	border-bottom:none !important;
	padding: 13px 30px 11px 12px;
}
.contact-right .frm_fld textarea{
	padding: 10px 12px;
	height: 100px;
	border-bottom:none !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#193b72;
	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: #f79b2b;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 0;
	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;
}
.inner_faqbox {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding: 15px;
}
.inner_faqbox .abt-title {
    font-size: 18px;
    background: #1a3c6f;
    color: #fff;
    padding: 10px;
}
.inner_ttbox {
    border: 1px solid #c3c3c3;
    padding: 20px 12px;
    min-height: 100%;
}
.inner_testimonialinfo ,.inner_faqinfo ,.inner_serveinfo{
    margin-top: 50px;
}
.inner_tttexthd {
    font-size: 16px;
    font-weight: 600;
    color: #1a3c6f;
    line-height: 22px;
    margin-bottom: 8px;
}
.inner_ttbox .ab-inner-text {
    font-size: 14px;
    color: #484848;
    margin-bottom: 10px;
}
.inner_ttclient {
    font-size: 15px;
    color: #f79b2b;
    font-weight: 600;
    text-align: end;
    line-height: 20px;
}
.cta_btmbox{
	margin-top: 20px;
}
.cta_btmbox .book-btn:hover{
	background: #fff;
	color: #000;
}
.inner_servebox {
    border: 1px solid #f79b2b;
    padding: 15px;
    min-height: 100%;
    box-shadow: 4px 4px 0px #f79b2b;
}
.inner_servebox .abt-title {
    font-size: 18px;
    color: #f79b2b;
    font-weight: 600;
}
.inner_servebox .ab-inner-text {
    font-size: 14px;
    color: #484848;
}
.inner_locateinfo {
    margin-top: 50px;
}
.service_location_list ul {
    padding: 0;
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.service_location_list ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 33%;
    position: relative;
    padding-left: 26px;
    margin-top: 12px;
}
.service_location_list ul li a {
    color: #282828;
    font-size: 15px;
}
.service_location_list ul li:before {
    background: url(../images/loc.png) no-repeat left;
    background-size: 100%;
    width: 18px;
    height: 24px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
}
.form_cnthd {
    color: #f79b2b;
    font-size: 15px;
    margin-top: 20px;
}
/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img {
		height:300px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.g-trans{
		position: fixed;
		top: 31px;
		right: 66px;
	}
	.g-trans select{
		width: 126px;
		padding: 7px 10px;
	}
	.header{
		background:#fff;
		padding: 8px 0;
	}
	.top-bar, .menu, .book-btn{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 86px;
	}	
	.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: 99px;
	}
	.banner-content {
		top: 50%;
	}
	.banner-title {
		font-size: 26px;
		line-height: 28px;
	}
	.banner-title br{
		display:none;
	}
	.banner-text {
		margin-top: 8px;
		font-size: 16px;
		padding: 0;
	}
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding: 35px 0 18px;
	}
	.serv-title {
		font-size: 24px;
		line-height: 26px;
	}
	.serv-icon{
		margin-top:8px !important;
	}
	.row-top {
		margin-top: 8px;
	}
	.box1-top {
		margin-top: 15px;
	}
	.box1 {
		padding: 25px 20px;
	}
	.s-title {
		margin-top: 10px;
	}
	.s-text {
		margin-top: 10px;
	}
	.get-touch-sec {
		padding: 10px 0 15px;
	}
	.form-part {
		margin-top: 10px;
	}
	.frm_fld input, .frm_fld select, .frm_fld textarea{
		margin-top: 5px;
	}
	.about-sec {
		padding: 35px 0;
	}
	.heart {
		top: 15px;
		right: 20px;
		width: 86px;
		height: 86px;
		padding: 26px 0;
	}
	.heart img{
		width: 33px;
	}
	.about-text {
		font-size: 15px;
	}
	.read-btn {
		padding: 10px 24px 9px;
		margin-top: 18px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.choose-us-sec {
		padding: 30px 0;
	}	
	.box2{
		display: block;
		margin-top: 20px;
		padding: 0 15px 20px;
		text-align:center;
	}
	.icon img{
		width:70px;
	}
	.no {
		font-size: 45px;
		line-height: 45px;
		min-width: 100%;
		margin-top: 12px;
	}
	.box2-title {
		font-size: 18px;
		min-width: 100%;
		margin-top: 8px;
	}
	.box2-title br{
		display:none;
	}
	.box2-text {
		max-width: 100%;
		margin-top: 6px;
	}
	.review-sec {
		padding: 35px 0;
	}
	.review-part {
		margin-top: 20px;
	}
	.sp-testimonial-free {
		padding: 30px 10px 10px !important;
	}
	.sp-testimonial-client-name {
		font-size: 16px !important;
		margin-top: 9px !important;
	}
	.footer {
		padding: 20px 0 60px;
	}
	.foot_logo img {
		width: 100px;
	}
	.foot_left, .foot_right{
		padding-left: 12px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.foot1.second li{
		margin-bottom: 8px;
	}
	.copyright {
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header {
		padding: 175px 0 78px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.abt-title.dup {
		font-size: 18px;;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box2 {
		padding: 25px 10px;
	}
	.inr-box2 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 4px;
	}
	.inr-box2-title {
		font-size: 18px;
	}
	.ab-iner-img{
		margin-bottom:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 30px;
	}
	.inr-box1 {
		padding: 24px 17px;
		display: block;
	}
	.inr-box1-title {
		font-size: 18px;
		margin-top: 15px;
	}
	.inr-box1-text {
		font-size: 15px;
		gap: 8px;
	}
	.inr-review .sp-testimonial-free{
		margin-bottom: 0;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.contact-right .frm_fld input, .contact-right .frm_fld select, .contact-right .frm_fld textarea{
		margin-top: 10px;
	}
	.service_location_list ul li {
		width: 100%;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.g-trans {
		right: 75px !important;
	}									
	.book-btn {
		top: 30px !important;
		right: 210px !important;
		padding: 8px 20px !important;
	}
	.banner-title {
		font-size: 27px !important;
		line-height: 28px !important;
	}
	.banner-btn a {
		margin-top: 15px !important;
		padding: 8px 18px !important;
	}
	.box1-top {
		width: 50%;
	}
	.heart {
		top: 15px !important;
		right: 20px !important;
	}
	.box2{
		display: block !important;
		margin-top: 20px !important;
		padding: 0 15px 20px !important;
		text-align:center !important;
	}
	.icon img{
		width:70px !important;
	}
	.no {
		font-size: 45px !important;
		line-height: 45px !important;
		min-width: 100% !important;
		margin-top: 12px !important;
	}
	.box2-title {
		min-width: 100% !important;
		margin-top: 8px !important;
	}
	.box2-text {
		max-width: 100% !important;
		margin-top: 6px !important;
	}
	.inr-box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.g-trans {
		right: 84px;
	}
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 30px;
		right: 220px;
		padding: 8px 24px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 32px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		margin-top: 20px;
	}
	.row-top {
		margin-top: 25px;
	}
	.box1-top {
		margin-top: 0;
	}
	.box2 {
		display: flex;
		padding: 0;
		padding-bottom: 20px;
		text-align: left;
	}
	.icon {
		min-width: 80px;
	}
	.no {
		min-width: 46px;
		font-size: 38px;
		line-height: 35px;
		margin-top: 0;
	}
	.box2-title {
		font-size: 18px;
		min-width: 260px;
		margin-top: 0;
	}
	.box2-text {
		max-width: 38%;
		margin-top: 0;
		font-size: 15px;
	}
	.inr-box1 {
		display: flex;
	}
	.inr-box1-title {
		margin-top: 0;
	}
	.inr-box1-text{
		margin-top: 8px;
	}
	.service_location_list ul li {
		width: 50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.g-trans select{
		width: 97px;
		padding: 6px 10px;
		margin-left: 3px;
	}
	.book-btn {
		padding: 8px 15px;
		margin-left: 10px;
		font-size: 14px;
	}
	.menu ul li {
		margin-right: 7px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-content{
		top: 64%;
	}
	.banner-title {
		font-size: 36px;
		line-height: 36px;
	}
	.banner-btn a{
		margin-top: 15px;
	}
	.row-top {
		margin-top: 35px;
	}
	.heart {
		top: 16px;
		right: 44px;
		padding: 33px 0;
		width: 106px;
		height: 106px;
	}
	.heart img{
		width:40px;
	}
	.icon {
		min-width: 90px;
	}
	.no {
		font-size: 60px;
	}
	.box2-title {
		font-size: 20px;
	}
	.sp-testimonial-free{
		padding: 38px 10px 20px !important;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.inr-box1{
		padding: 35px 10px;
		gap: 6px;
	}
	.inr-box1 img{
		max-width:60px !important;
	}
	.inr-box1-text {
		margin-top:8px;
		font-size: 15px;
		gap: 8px;
	}
	.service_location_list ul li {
		width: 50%;
	}
}

/* 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) {
	.g-trans {
		right: 84px;
	}
	.g-trans select{
		width: 126px;
	}
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 30px;
		right: 220px;
		padding: 8px 24px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 32px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		margin-top: 20px;
	}
	.heart {
		top: 24px;
		right: 44px;
		width: 86px;
		height: 86px;
		padding: 26px 0;
	}
	.heart img{
		width: 33px;
	}
	.row-top {
		margin-top: 25px;
	}
	.box1-top {
		margin-top: 0;
	}
	.box2 {
		display: flex;
		padding: 0;
		padding-bottom: 20px;
		text-align: left;
	}
	.icon {
		min-width: 80px;
	}
	.no {
		min-width: 46px;
		font-size: 38px;
		line-height: 35px;
		margin-top: 0;
	}
	.box2-title {
		font-size: 18px;
		min-width: 260px;
		margin-top: 0;
	}
	.box2-text {
		max-width: 38%;
		margin-top: 0;
		font-size: 15px;
	}
	.inr-box1 {
		display: flex;
	}
	.inr-box1-title {
		margin-top: 0;
	}
	.inr-box1-text{
		margin-top: 8px;
	}
}


@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.g-trans select{
		width: 97px;
		padding: 6px 10px;
		margin-left: 3px;
	}
	.book-btn {
		padding: 8px 15px;
		margin-left: 10px;
		font-size: 14px;
	}
	.menu ul li {
		margin-right: 7px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-content{
		top: 64%;
	}
	.banner-title {
		font-size: 36px;
		line-height: 36px;
	}
	.banner-btn a{
		margin-top: 15px;
	}
	.row-top {
		margin-top: 35px;
	}
	.heart {
		top: 16px;
		right: 44px;
		padding: 33px 0;
		width: 106px;
		height: 106px;
	}
	.heart img{
		width:40px;
	}
	.icon {
		min-width: 90px;
	}
	.no {
		font-size: 60px;
	}
	.box2-title {
		font-size: 20px;
		min-width: 284px;
	}
	.box2-text {
		max-width: 40%;
	}
	.sp-testimonial-free{
		padding: 38px 10px 20px !important;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.inr-box1{
		padding: 35px 10px;
		gap: 6px;
	}
	.inr-box1 img{
		max-width:60px !important;
	}
	.inr-box1-text {
		margin-top:8px;
		font-size: 15px;
		gap: 8px;
	}
}

/* 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) {
	.g-trans select{
		width: 97px;
		padding: 6px 10px;
		margin-left: 3px;
	}
	.book-btn {
		position: relative;
		top: 0;
		right: 0;
		padding: 8px 15px;
		margin-left: 10px;
		font-size: 14px;
	}
	.menu ul li {
		margin-right: 7px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-content{
		top: 64%;
	}
	.banner-title {
		font-size: 36px;
		line-height: 36px;
	}
	.banner-btn a{
		margin-top: 15px;
	}
	.row-top {
		margin-top: 35px;
	}
	.heart {
		top: 16px;
		right: 44px;
		padding: 33px 0;
		width: 106px;
		height: 106px;
	}
	.heart img{
		width:40px;
	}
	.icon {
		min-width: 90px;
	}
	.no {
		font-size: 60px;
	}
	.box2-title {
		font-size: 20px;
		min-width: 284px;
	}
	.box2-text {
		max-width: 40%;
	}
	.sp-testimonial-free{
		padding: 38px 10px 20px !important;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.inr-box1{
		padding: 35px 10px;
		gap: 6px;
	}
	.inr-box1 img{
		max-width:60px !important;
	}
	.inr-box1-text {
		margin-top:8px;
		font-size: 15px;
		gap: 8px;
	}
}

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

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

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

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

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