body{
	margin:0;
	padding:0;
	font-family: 'Outfit';
}
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: 'Domine';
	src: url('../fonts/Domine-Bold.eot');
	src: url('../fonts/Domine-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Domine-Bold.woff2') format('woff2'),
		url('../fonts/Domine-Bold.woff') format('woff'),
		url('../fonts/Domine-Bold.ttf') format('truetype'),
		url('../fonts/Domine-Bold.svg#Domine-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 5px 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;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 130px;
}
.logo img{
	width: 154px;
	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: 16px;
	font-weight: 500;
	color: #142800;
	text-transform: none;
	padding:0;
	padding-bottom:16px;
	transition: ease 0.5s all 0s;
	position: relative;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#ff8201;
}
.menu ul li a:before{
	width: 0;
	height: 2px;
	background: #144f89;
	position: absolute;
	left: 0;
	bottom: 12px;
	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;
}
.appoment-part{
	padding-left: 46px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
	color: #144f89;
	margin-left: 20px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.appoment-part img{
	position: absolute;
	top: 9px;
	left: 12px;
	width: 27px;
}
.appoment-part strong{
	display: block;
	font-size: 19px;
	font-weight: 600;
	color: #494949;
	line-height: 1.3;
}
.appoment-part strong a{
	color: #494949;
	transition: ease 0.5s all 0s;
}
.appoment-part strong a:hover {
	color: #154f89;
}
.social{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.social a{
	margin-left: 2px;
}
.social img{
	width: 30px;
}
.ndis{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 145px;
	border-left: 1px solid #b3b3b3;
	padding-left: 10px;
}
.banner{
	position: relative;
	margin-top: 112px;
	overflow: hidden;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(4, 21, 26, 0.53) 39%, rgba(255, 255, 255, 0) 55%);
	position: absolute;
	top: 0;
	left:0;
	content: "";
}
.banner:after{
	width: 100%;
	height:95px;
	background:url(../images/shape1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left:0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 638px;
	border: 3px solid #c3a767;
	border-radius: 0 20px 20px 0;
	padding: 34px 20px 40px;
	padding-left: 9%;
}
.banner-small-title{
	font-family: 'Domine';
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.banner-small-title strong{
	font-weight: bold;
	color: #ff8201;
}
.banner-title{
	font-family: 'Domine';
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	margin-top: 5px;
	text-shadow: 0 3px 4px #000;
}
.banner-title strong{
	font-weight: bold;
	color: #ff8201;
}
.banner-text{
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
	padding-right: 10%;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #ff8201;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 30px 10px;
	text-transform: uppercase;
	margin: 22px 6px 0 0;
	border-radius: 22px 22px 0px 20px;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #144f89;
	color: #fff;
}
.banner-btn a:last-child{
	background: #144f89;
	color: #fff;
}
.banner-btn a:last-child:hover{
	background: #ff8201;
	color: #000;
}
.choose-us-sec{
	padding: 0 0 50px;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
.choose-left{
	padding-top: 60px;
	padding-right: 18px;
	position: relative;
	z-index: 1;
}
.small-title{
	font-size: 18px;
	font-weight: 600;
	color: #ff8201;
	margin-bottom: 10px;
}
.small-title img{
	width: 20px;
	margin-top: -7px;
	margin-right: 2px;
}
.choose-title{
	font-family: 'Domine';
	font-size: 32px;
	font-weight: bold;
	color: #232323;
	line-height: 33px;
}
.choose-list{
	margin-top: 30px;
	padding-right: 0;
	position: relative;
}
.choose-list ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	list-style: none;
	display: flex;
	align-items: start;
	gap: 10px;
	color: #070d32;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #b8b8b8;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
}
.choose-list ul li strong{
	display: block;
	font-family: 'Domine';
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.choose-list ul li:nth-child(5), .choose-list ul li:nth-child(6){
	border-bottom: 0;
	padding-bottom: 0;
}
.choose-list ul li:nth-child(1), .choose-list ul li:nth-child(2){
	padding-top: 0;
}
.choose-list:after{
	width: 1px;
	height: 100%;
	background: #b8b8b8;
	position: absolute;
	top: 0;
	left: 51%;
	transform: translateX(-51%);
	content: "";
}
.choose-right{
	background: #fff;
	box-shadow: 0px 7px 11px -4px #858484;
	margin-top: -122px;
	position: relative;
	padding: 25px 15px 0;
	border-radius: 15px;
}
.frm-title{
	font-size: 28px;
	font-weight: 600;
	color: #191715;
	line-height: 30px;
}
.frm-part{
	margin-top: 12px;
}
.frm_fld input {
	width:100%;
	padding:10px 15px;
	padding-left:30px;
	border: none !important;
	border-bottom:1px solid #a3a1a1 !important;
	margin-top:7px;
	border-radius:0;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:#fff;
	width:100%;
	border: none !important;
	border-bottom:1px solid #a3a1a1 !important;
	margin-top:7px;
	border-radius:0;
	font-size:15px;
	color:#000;
	padding:8px 30px 14px 15px;
	padding-left:30px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:116px;
	padding:10px 15px;
	padding-left:30px;
	background:#fff;
	color:#000;
	margin-top:7px;
	border-radius:0;
	border: none !important;
	border-bottom:1px solid #a3a1a1 !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	width:100%;
	display: block;
	border-radius: 3px !important;	
	padding: 12px 50px 11px !important;
	background: #144f89 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 20px auto 0;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.frm_fld.nm input{
	background-image:url(../images/f1.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.frm_fld.em input{
	background-image:url(../images/f2.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.frm_fld.ph input{
	background-image:url(../images/f3.png);
	background-repeat:no-repeat;
	background-position: center left;
}
.frm_fld.sc select{
	background-image: url("../images/f4.png"), url("../images/dropdown.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 0 top 8px, right 10px center;
	background-size: auto, 14px; /* optional for dropdown icon size */
}
.frm_fld.me textarea{
	background-image:url(../images/f5.png);
	background-repeat:no-repeat;
	background-position: top 12px left;
}
.service-sec{    
	padding: 50px 0;
	background: url(../images/service-bg.jpg) no-repeat center top;
	background-size: cover;
}
#service-slider {
	margin-top: 20px;
}
#service-slider .item{
	margin: 10px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
	background: #fff;
	min-height: 100%;
	box-shadow: 0 0 5px 0 #a4a4a4;
}
#service-slider .owl-stage{
	display: flex;
}
#service-slider .owl-stage-outer{
	padding-bottom:30px;  
}
#service-slider .owl-prev, #service-slider .owl-next{
	border: none;
	background: transparent; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	font-weight: normal;
}
#service-slider .owl-prev{
	left: -55px;
}
#service-slider .owl-next{
	right:-55px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 54px;
	line-height: 30px;
	width: 46px;
	height: 46px;
	display: block;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #232323;
	color: #000;
	background: transparent;
	transition: ease 0.5s all 0s;
}
#service-slider .owl-prev span:hover, #service-slider .owl-next span:hover{
	background:#232323 ;
	color: #fff;
}
#service-slider .owl-dots{
	display: none;
}
.serv-img img{
	width: 100%;
}
.serv-content{
	margin-top:-22px;
	position: relative;
}
.serv-title{
	font-size: 20px;
	font-weight: 600;
	background: #ff8201;
	color: #fff;
	line-height: 1.3;
	max-width: 75%;
	padding: 7px 5px;
	position: relative;
}
.serv-title:after{
	width: 13px;
	height: 47%;
	background: #474747;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	position: absolute;
	bottom: 0;
	right: -13px;
	content: "";
}
.pd{
	padding: 0 10px;
}
.serv-text{    
	color: #2c2c2c;
	margin-top: 10px;
	max-height: 70px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
	padding-right: 9px;
	font-size: 15px;
}
.read-btn{
	display: inline-block;
	background: #144f89;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 11px 22px 10px 24px;
	text-transform: uppercase;
	margin-top: 15px;
	border-radius: 22px 22px 0px 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #080808;
}
.read-btn img{
	margin-left: 7px;
	margin-top: -7px;
}
.service-btn{
	border: 1px solid #5d5a5a;
	color: #414141;
	max-width: 435px;
	text-align: center;
	margin: 13px auto 0;
	padding: 10px 10px;
	border-radius: 50px;
}
.service-btn a{
	font-weight: 600;
	color: #282828;
	text-decoration: underline !important;
	transition: ease 0.5s all 0s;
}
.service-btn a:hover{
	color: #ff8201;
}
.dedicated-part{
	background: url(../images/dedicated-bg.jpg) #000 no-repeat center top;
	background-size: cover;
}
.dedicated-left{
	padding: 32px 0;
	padding-left: 20px;
}
.dedicated-left .choose-title{
	font-size: 30px;
	line-height: 35px;
}
.dedicated-left .choose-title strong{
	color: #ff8201;
}
.dedicated-text{
	margin-top: 10px;
}
.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;
	margin-top: 21px;
	padding: 52px 17px 25px;
	border-radius: 15px !important;
	position: relative;
	box-shadow: 0 0 6px #a9a3a3;
	text-align:left !important;
}
.sp-testimonial-free:after{
	background: url(../images/quote.png) no-repeat #ff8201;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	right: -8px;
	content: "";	
}
.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: #313131 !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #bfbfbf;
	padding-top: 12px !important;
	padding-left: 60px !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 18px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #434343 !important;
	padding-left: 60px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top:26px;
	margin-bottom: 0 !important;
}
.blue-sec{
	margin-bottom: 2%;
}
.blue-part{
	background: #144f89;
	min-height: 100px;
	padding: 40px 20px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.title2{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 32px;
}
.title2 strong{
	font-weight: 600;
	color: #ff8201;
}
.blue-part .banner-btn a{
	margin: 0 0 0 5px;
	background: #fff;
	color: #232323;
}
.blue-part .banner-btn a:hover {
	background: #ff8201;
	color: #000;
}
.blue-part .banner-btn a:last-child {
	background: #ff8201;
	color: #0f0f0f;
}
.blue-part .banner-btn a:last-child:hover {
	background: #fff;
	color: #000;
}
.footer{
	background: url(../images/footer-bg.jpg) no-repeat center top;
	background-size: cover;;
	padding: 45px 0 15px;
}
.foot_logo{
	display:inline-block;
	vertical-align: middle;
	width: 150px;
}
.ndis2{
	display: inline-block;
	vertical-align: middle;
	width: 104px;
	margin-left: 26px;
}
.foot_title{
	font-size: 22px;
	color: #ff8201;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
}
.foot_text{
	color: #303030;
	margin-top: 20px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #303030;
	list-style: none;
	margin-bottom: 5px;
	font-size: 16px;
	position: relative;  
}
.foot1 li a{
	color: #303030;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#1b7cdb;
}
.foot1.second li{
	display: flex;
	margin-bottom: 9px;
	align-items: start;
	gap:8px;
}
.foot1.second li img{
	margin-top: 2px;
}
.foot_left{
	padding-left: 26px;
}
.foot_right{

}
.social2 a{
	display: inline-block;
	margin-right: 2px;
}
.social2 img{
	width: 36px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	border-top: 1px solid #c2bebe
}
.copyright a{
	color: #ff8201;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	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: 170px 0 !important;
	margin: 112px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.36);
	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 {
	font-family: 'Domine';
	color: #fff;
	width: 100%;
	font-size:30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !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:#ff8201;
}
.abt-title.dup{
	font-size: 21px;
	font-weight: 600;
	color: #144f89;
	margin-top: 16px;
}
.ab-inner-text {
	color: #171717;
	font-size: 16px;
}
.ab-inner-text a{
	color: #ff8201;
}
.ab-inner-text p{
	margin-bottom: 14px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #171717;
}
.inner-sec{
	background:#144f8917;
	margin-top: 40px;
	padding: 50px 0;
}
/* .inner-sec .ab-inner-text{
	color:#000;
} */
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#144f89;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.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 strong{
	display: block;
	font-weight: 500;
	color: #144f89;
	font-size: 15px;
}
.contact_top_number img {
	position: absolute;
	top: 3px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#144f89;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input, .contact-right .frm_fld select, .contact-right .frm_fld textarea,
.inner-form-box .frm_fld input, .inner-form-box .frm_fld select, .inner-form-box textarea
{
	border-bottom: none !important;
	margin-top: 10px;
	padding: 12px 15px;
	border-radius:3px;
}
.contact-right .frm_fld select{
	background: url(../images/dropdown.png) center right 10px no-repeat #fff;
	padding: 11px 15px;
}
.contact-right .send_btn input{
	background: #ff8201 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background: #155089;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.inner-form-box .frm_fld input{
	border:none !important;
}
.ref_form_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label2 {
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #ff8201;
	border-color: #ff8201;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input {
	background: rgb(255, 130, 1) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	width: auto;
	padding: 11px 44px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#ff8201;
	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: #ff8201;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-radius: 0;
	padding: 11px 22px 9px;
	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 : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:8px 0;
	}
	.appoment-part, .social, .ndis, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 90px;
	}	
	.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: 76px;
	}
	.banner::after{
		display:none;
	}
	.banner-part {
		max-width: 100%;
		border: none;
		padding: 0;
	}
	.banner-small-title{
		font-size: 16px;
	}
	.banner-title {
		font-size: 26px;
		line-height: 30px;
		margin-top: 3px;
	}
	.banner-text {
		font-size: 16px;
		margin-top: 7px;
		padding-right: 0;
		line-height: 1.3;
	}
	.banner-btn{
		display:none;
	}
	.choose-us-sec {
		padding: 0 0 30px;
		margin-top: 30px;
	}
	.choose-left {
		padding-top: 0;
		padding-right: 0;
	}
	.small-title {
		font-size: 16px;
	}
	.small-title img {
		width: 15px;
	}
	.choose-title {
		font-size: 24px;
		line-height: 26px;
	}
	.choose-list::after{
		display:none;
	}
	.choose-list {
		margin-top: 20px;
		padding-right: 12px;
	}
	.choose-list ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.choose-list ul li{
		border-bottom: none;
		font-size: 14px;
		padding-top: 6px;
	}
	.choose-list ul li strong{
		font-size: 16px;
	}
	.choose-list ul li img{
		max-width:45px;
	}
	.choose-list ul li:nth-child(1), .choose-list ul li:nth-child(2){
		padding-top: 6px;
	}
	.choose-right {
		margin-top: 20px;
		padding: 20px 15px 0;
	}
	.frm-title {
		font-size: 22px;
		line-height: 25px;
	}
	.service-sec {
		padding: 30px 0;
	}
	.serv-title{
		font-size: 18px;
	}	
	.read-btn{
		font-size: 13px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.dedicated-left{
		padding-left: 0;
	}
	.dedicated-left .choose-title {
		font-size: 24px;
		line-height: 28px;
	}
	.dedicated-left .banner-btn a{
		font-size: 14px;
		margin-right:0;
		margin-top:18px;
		padding: 11px 25px 9px;
	}
	.dedicated-right img{
		width:100%;
	}
	.review-sec {
		padding: 30px 0;
	}
	.review-part {
		margin-top: 20px;
	}
	.blue-part {
		padding: 29px 15px;
		display: block;
	}
	.title2 {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 22px;
	}
	.blue-sec {
		margin-bottom: 7%;
	}
	.footer {
		padding: 25px 0 60px;
	}
	.foot_logo{
		width: 120px;
	}
	.ndis2 {
		width: 87px;
		margin-left: 21px;
	}
	.foot_text {
		margin-top: 16px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_title {
		font-size: 20px;
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 73px 0 !important;
		margin: 76px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 20px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.ab-iner-img{
		margin-top:15px
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box{
		padding: 20px 15px;
	}
	.frm_label2 {
		margin-top: 12px;
	}
	.referral-form .send_btn input {
		padding: 10px 36px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-part {
		max-width: 100% !important;
		border: none !important;
		padding: 0 !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.appoment-part{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 84px;
		border: none;
	}
	.banner-part {
		max-width: 579px;
		border: 3px solid #c3a767;
		padding: 34px 20px 40px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 5px;
	}
	.appoment-part strong{
		font-size: 16px;
	}
	.appoment-part {
		font-size: 12px;
		margin-left: 13px;
	}
	.banner {
		margin-top: 100px;
	}
	.banner-part{
		padding-left: 6%;
		margin-left: -4px;
	}
	.banner::after{
		bottom: -24px;
	}
	.frm-title{
		font-size: 22px;
	}
	.serv-title{
		font-size: 18px;
		max-width: 80%;
	}
	.dedicated-left .choose-title {
		font-size: 25px;
		line-height: 28px;
	}
	.foot_left {
		padding-left: 12px;
	}
	#service-slider .owl-prev span, #service-slider .owl-next span{
		font-size: 36px;
		line-height: 25px;
		width: 38px;
		height: 38px;
	}
	#service-slider .owl-prev{
		left: -34px;
	}
	#service-slider .owl-next{
		right:-34px;
	}
}

/* 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) {
	.appoment-part{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 84px;
		border: none;
	}
	.banner {
		margin-top: 76px;
	}
	.banner-part {
		max-width: 579px;
		border: 3px solid #c3a767;
		padding: 34px 20px 40px;
		padding-left: 11%;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a{
		font-size: 14px;
	}
}

@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) {

}

/* 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) {
	.menu {
		margin-top: 15px;
	}
	.menu ul li {
		margin-right: 5px;
	}
	.appoment-part strong{
		font-size: 16px;
	}
	.appoment-part {
		position: relative;
		top: 0;
		right: 0;
		font-size: 12px;
		margin-left: 10px;
		padding-left: 38px;
	}
	.appoment-part img {
		top: 5px;
		left: 2px;
	}
	.banner {
		margin-top: 100px;
	}
	.banner-part{
		padding-left: 6%;
		margin-left: -4px;
	}
	.banner::after{
		bottom: -24px;
	}
	.frm-title{
		font-size: 22px;
	}
	.serv-title{
		font-size: 18px;
		max-width: 80%;
	}
	.dedicated-left .choose-title {
		font-size: 25px;
		line-height: 28px;
	}
	.foot_left {
		padding-left: 12px;
	}
	#service-slider .owl-prev span, #service-slider .owl-next span{
		font-size: 36px;
		line-height: 25px;
		width: 38px;
		height: 38px;
	}
	#service-slider .owl-prev{
		left: -34px;
	}
	#service-slider .owl-next{
		right:-34px;
	}
	.page .entry-header, .blog_page_header{
		margin: 100px 0 50px !important;
	}
}

@media screen and (min-width: 1424px) {
	.banner-part {
		max-width: 588px;
		padding-left: 6%;
		margin-left: -4px;
	}
	.banner:after{
		height: 106px;
		bottom: -8px;
	}
	.page .entry-header, .blog_page_header{
		padding: 190px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-part {
		max-width: 620px;
		padding-left: 11%;
	}
	.banner:after{
		height: 121px;
	}
	.page .entry-header, .blog_page_header{
		padding: 214px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-part {
		max-width: 760px;
		padding-left:17%;
	}
	.banner:after{
		height: 121px;
	}
	.page .entry-header, .blog_page_header{
		padding: 255px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-part {
		max-width: 838px;
		padding-left:19%;
	}
	.banner:after{
		height: 150px;
	}
	.page .entry-header, .blog_page_header{
		padding: 275px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-part {
		max-width: 1078px;
		padding-left:25%;
	}
	.banner:after{
		height: 185px;
	}
	.page .entry-header, .blog_page_header{
		padding: 340px 0 !important;
	}
}    
