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%;
	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;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 4px #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
}
.menu-part{
}
.logo{
	margin-top: 14px;
}
.ndis {
	margin-top: 12px;
}
.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: 10px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #4b4b4b;
	padding: 36px 0;
	text-transform: none;
	transition: ease 0.5s all 0s;
	position: relative;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #00a651;
}
.menu ul li a:before{
	width: 0;
	height: 3px;
	background: #983f98;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display:none;
}
.menu ul li a.active:before, .menu ul li a:hover:before{
	width: 100%;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #20201f;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 9px 24px 8px;
	border-radius: 50px;
	margin-left: 15px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #983f98;
}
.feed-btn{
	display: inline-block;
	vertical-align: middle;
	background: #00a651;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 9px 20px 8px;
	border-radius: 50px;
	margin-left: 3px;
	transition: ease 0.5s all 0s;
}
.feed-btn:hover{
	background: #337bac;
}
.banner{
	margin-top: 96px;
	position: relative;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 60%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:1;
}
.ms-slide-info{
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
	left: 9%;
	max-width: 506px;
	margin-top:0 !important;
	min-height:auto !important;
}
.banner-ndis img {
  width: 200px;
}
.banner-title{
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	line-height: 58px;
}
.banner-title strong{
	font-weight: 900;
	color: #008fb5;
}
.banner-text{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.banner-btn{
	display: inline-block;
	background: #008fb5;
	color: #fff !important;
	padding: 8px 25px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 50px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.banner-btn:hover{
	background: #983f98;
}
.service-sec{
	padding: 50px 0;
}
.serv-title{
	font-size: 18px;
	font-weight: 500;
	color: #008fb5;
	text-transform: uppercase;
	text-align: center;
}
.serv-title2{
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 5px;
}
#service-slider{
	margin-top: 40px;
}
#service-slider .owl-stage {
	display:flex !important;
}
#service-slider .item{
	text-align: center;
	padding: 0 0 20px;
	min-height: 100%;
}
.pic img{
	border-radius: 50%;
	width: 188px;
	height: 188px;
	object-fit: cover;
}
.service-content{
	padding: 0 7px;
}
.service-title{
	font-size: 20px;
	font-weight: 600;
	color: #0c0c0c;
	margin-top: 16px;
	line-height: 1.3;
}
.service-text{
	font-size: 15px;
	color: #4b4b4b;
	padding-top: 6px;
}
.read-btn{
	display: inline-block;
	background: #008fb5;
	color: #fff !important;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #00a651;
	box-shadow: 0px 3px 3px #04793d;
}
#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: -52px;
}
#service-slider .owl-next{
	right: -52px;
}
#service-slider .owl-prev span, #service-slider .owl-next span{
	font-size: 60px;
	line-height: 26px;
	width: 44px;
	height: 44px;
	display: block;
	padding: 7px 0;
	color: #000;
}
#service-slider .owl-dots{
	display: none;
}
.gray-bg{
	background: #f7f7f7;
}
.choose-us-sec{
	padding: 50px 0;
}
.choose-left {
	margin-top: 25px;
}
.choose-title{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.choose-list{
	margin-top: 20px;
}
.choose-list ul{
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	list-style: none;
	font-size: 15px;
	color: #454545;
	margin-top: 10px;
	padding-left: 25px;
	position: relative;
}
.choose-list ul li strong{
	display: block;
	color: #008fb5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.choose-list ul li:before{
	border-radius: 50%;
	background: #00a651;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 7px;
	left: 0;
	content: "";     
}
.mission-sec{
	padding-bottom: 45px;
}
.mission-sec .choose-title{
	color: #008fb5;
	margin-top: 30px;
}
.text{
	text-align: center;
	font-size: 17px;
	color: #454545;
	padding-top: 8px;
}
.experience-sec{
	padding-bottom: 30px;
}
.box1-top{
	margin-top: 45px;
	padding-left: 0;
	padding-right: 0;
}
.box1{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	color: #008fb5;
}
.box1 img{
	margin-right: 8px;
}
.black-part{
	background: #1c1c1c;
	text-align: center;
	padding: 40px 0;
}
.black-part .banner-title{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.call-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #008fb5;
	color: #fff !important;
	padding: 10px 25px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	margin: 20px 2px 0;
	transition: ease 0.5s all 0s;
}
.call-btn a:hover{
	background: #983f98;
}
.call-btn a:last-child{
	background: #fff;
	color: #008fb5 !important;
	padding: 10px 30px;
}
.call-btn a:last-child:hover{
	background: #00a651;
	color: #fff !important;
}
.process-sec{
	padding: 40px 0;
}
.process-sec .box1{
	font-size: 18px;
}
.process-sec .box1 img{
	width: 76px;
}
.enquiry-sec{
	background: #008fb5;
	padding: 40px 0;
}
.form-part{
	margin-top: 15px;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none!important;
	margin-top:12px;
	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;
	margin-top:12px;
	border-radius:0;
	font-size:15px;
	color:#000;
	padding:10px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:49px;
	padding:12px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:0;
	border:none!important;
	resize:none
}
.send_btn input {
	border: none !important;
	width:100%;
	display: block;
	border-radius: 0 !important;
	color: #fff !important;
	padding: 12px 5px !important;
	background: #171818 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 12px;
	text-align:center;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.testimonial-sec{
	padding: 60px 0;
}
.testi-left{
	margin-top: 55px;
}
.testi-left .serv-title{
	color: #161717;
	text-transform: none;
	text-align: left;
}
.testi-title{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	position: relative;
}
.testi-title::before {
	width: 40px;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.testi-part{
	margin-top: 25px;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free{
	text-align: left !important;
	background:url(../images/star.png) no-repeat !important;
	padding:34px 35px 0 0 !important;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size:17px !important;
	font-weight:500 !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size:20px !important;
	font-weight:bold !important;
	color:#000000 !important;
	margin-bottom:2px !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size:15px !important;
	font-weight:normal !important;
	color:#404040 !important;
}
.testimonial-pagination{
	justify-content: start !important;
}
.footer{
	background: url(../images/footer-bg.jpg) #1a1a1a center top;
	background-size: cover;
	padding: 40px 0 20px;
}
.foot_logo {
	margin-top: 20px;
}
.ndis2{
	margin-top: 28px;
	display: inline-block;
}
.ndis2 img{
	margin-right: 5px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	color: #fff;
	margin-bottom: 3px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #5d6ea7;
}
.foot1.second li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.foot1.second li img{
	margin-right: 10px;
}
.foot1.three li{
	position: relative;
	padding-left: 24px;
	line-height: 1.3;
	margin-bottom: 8px;
	font-size: 15px;
}
.foot1.three li:before{
	width: 9px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	top: 3px;
	left: 0;
	content: "";
	transform: rotate(45deg);
}
.social{
	margin-top: 20px;
}
.social a{
	margin-right: 3px;
}
.foot_left{
	padding-right: 30px;
}
.line1{
	position: relative;
}
.line1:after{
	width: 1px;
	height: 100%;
	background: #383838;
	position: absolute;
	top: 0;
	right: 16px;
	content: "";
}
.copyright{
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	border-top: 1px solid #ffffff2e;
	margin-top: 40px;
	padding-top: 20px;
}
.copyright a{
	color: #ffffff;
}
.copyright a:hover {
	color: #5d6ea7;
}
#back2Top {
	width: 44px;
	height: 44px;
	line-height: 30px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #008fb5;
	text-align: center;
	border-radius: 50%;
	opacity: 0;
}
#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: 246px 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-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;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 15px;
}
.info-text {
	color: #008fb5;
	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: 4px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #983f98;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.contact-right .frm_fld input, .carrier-form .frm_fld input{
	padding: 10px 15px;
	border-radius: 5px;
}
.contact-right .frm_fld textarea, .carrier-form .frm_fld textarea, .referral-form .frm_fld textarea{
	height: 120px;
	border-radius: 5px;
}
.referral-form .frm_fld input[type="checkbox"], .referral-form .frm_fld input[type="radio"] {
	width:auto;
}
.inner-form-box p {
	margin-bottom: 0;
}
.inner-form-box {
	margin-top: 30px;
	border-radius: 5px;
	background: #983f98;
	padding: 30px 20px;
}
.contact-right .send_btn input{
	margin-top: 26px;
	border-radius: 5px !important;
}
.carrier-form .send_btn input{
	width: auto;
	padding: 10px 55px !important;
	margin: 22px auto 0;
	border-radius: 5px !important;
}
.carrier-form{
	background: #983f98;
	padding: 30px 30px 0;
	border-radius: 5px;
}
.ref_form_title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.frm_fld label{
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
}
.rev_box strong {
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #00a651;
}
.rev_box {
	background: #fff;
	padding: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	font-size: 20px;
	color: #8d4c9b;
	min-height: 90%;
}
.inner_titl {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.inner_titl strong {
	font-weight: bold;
	color: #00a651;
}
.inner_txt {
	line-height: 1.7;
}
.ab-iner-img img{
	width:100%;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#00a651;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 12px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#373636;
	color:#fff!important;
	padding:10px 0;
	font-weight:600;
}
.back-btn a {
	background: #00a651;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	padding: 10px 20px;
	text-transform: uppercase;
	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 : 1023px) {
	.header{
		padding:10px 0;
	}
	.ndis, .ref-btn, .feed-btn, .menu{
		display:none;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.logo {
		margin-top: 0;
	}
	.logo img{
		width: 135px;
	}
	.banner{
		margin-top: 60px;
	}
	.ms-slide-info {
		left: 5%;
		max-width: 90%;
	}
	.banner-ndis img {
  width: 130px;
}
	.banner-title {
		font-size: 22px;
		line-height: 28px;
	}
	.banner-text, .banner-btn{
		display:none;
	}
	.service-sec {
		padding: 30px 0;
	}
	.serv-title{
		font-size: 16px;
	}
	.serv-title2{
		font-size: 22px;
		line-height:1.3;
	}
	#service-slider {
		margin-top: 30px;
	}
	#service-slider .owl-prev, #service-slider .owl-next{
		display:none;
	}
	.service-title{
		font-size: 18px;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.choose-left {
		margin-top: 0;
	}
	.choose-left img{
		width:100%;
	}
	.choose-right{
		margin-top:30px;
	}
	.choose-title{
		font-size: 24px;
	}
	.choose-list ul li strong{
		font-size: 17px;
	}
	.mission-sec .choose-title {
		margin-top: 22px;
	}
	.box1-top {
		margin-top: 15px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.box1{
		font-size: 18px;
	}
	.black-part{
		padding: 30px 0;
	}
	.black-part .banner-title {
		font-size: 25px;
		line-height: 31px;
	}
	.call-btn a{
		padding: 10px 20px;
		font-size: 14px;
	}
	.call-btn a:last-child{
		padding: 10px 22px;
	}
	.process-sec {
		padding: 30px 0;
	}
	.process-sec .box1 img {
		width: 69px;
	}
	.enquiry-sec {
		padding: 30px 0 6px;
	}
	.testimonial-sec {
		padding: 30px 0;
	}
	.testi-left {
		margin-top: 0;
	}
	.testi-title{
		font-size: 24px;
	}
	.sp-testimonial-free{
		padding: 34px 0 0 !important;
	}
	.sp-testimonial-client-name{
		font-size: 18px !important;
	}
	.testi-right{
		margin-top:30px;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.foot_logo {
		margin-top: 0;
		width:165px;
	}
	.ndis2{
		margin-top: 20px;
	}
	.foot_title{
		font-size: 18px;
		margin-top: 15px;
	}
	.foot1.second li{
		font-size: 14px;
	}
	.line1::after{
		display:none;
	}
	.copyright {
		margin-top: 20px;
		padding-top: 16px;
	}
	.page .entry-header, .blog_page_header{
		padding: 115px 0 55px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.inner_titl{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.inner_txt{
		font-size: 15px;
	}
	.ab-iner-img{
		margin:15px 0;
	}
	.rev_box{
		min-height: auto;
		line-height: 1.4;
		padding: 20px 15px;
		font-size: 18px;
	}
	.carrier-form{
		padding: 20px 18px 0;
	}
	.ref_form_title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.frm_fld label{
		font-size: 15px;
		margin-top: 15px;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.inner-form-box{
		padding: 20px 18px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ms-slide-info {
		left: 5% !important;
		max-width: 90% !important;
	}
	.banner-title {
		font-size: 26px !important;
		line-height: 36px !important;
	}
	.banner-text {
		font-size: 18px !important;
		margin-top: 4px !important;
	}
	.choose-right {
		margin-top: 30px !important;
	}
	.box1-top{
		width:50%;
	}
	.process-sec .box1 {
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	  .ms-slide-info {
		  left: 10%;
		  max-width: 506px;
	}
	 .banner-title {
		 font-size: 30px;
		 line-height: 39px;
	}
	.banner-text{
		display:block;
	}
	.banner-btn{
		display:inline-block;
	}
	.choose-right, .testi-right {
		margin-top: 0;
	}
	.send_btn input{
		padding: 15px 2px !important;
		font-size: 12px !important;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 38px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
		margin-left: 5px;
	}
	.feed-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
	}
	.ndis {
		margin-top: 24px;
	}
	.logo {
		margin-top: 18px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.box1{
		font-size: 18px;
	}
	.box1 img, .process-sec .box1 img {
		margin-right: 5px;
		width: 50px;
	}
	.process-sec .box1 {
		font-size: 17px;
	}
	.testi-left {
		margin-top: 40px;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_logo{
		width:170px;
	}
	.ndis2 img{
		width:60px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.foot1.three li{
		font-size: 13px;
	}
	.copyright{
		font-size: 14px;
	}
	.inner_titl{
		font-size: 26px;
	}
	.rev_box {		
		font-size: 18px;
		line-height: 1.4;
	}
	.frm_fld label{
		font-size: 15px;
	}
	.ref_form_title {
		font-size: 20px;		
		margin-bottom: 5px;
	}
}

/* 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) {
	.logo {
		margin-top: 0;
	}
	.ms-slide-info {
		  left: 10%;
		  max-width: 506px;
	}
	 .banner-title {
		 font-size: 30px;
		 line-height: 39px;
	}
	.banner-text{
		display:block;
	}
	.banner-btn{
		display:inline-block;
	}
	.choose-right {
		margin-top: 0;
	}
	.send_btn input{
		padding: 15px 2px !important;
		font-size: 12px !important;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 38px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
		margin-left: 5px;
	}
	.feed-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
	}
	.ndis {
		margin-top: 24px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 38px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
		margin-left: 5px;
	}
	.feed-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
	}
	.ndis {
		margin-top: 24px;
	}
}

/* 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 ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 38px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
		margin-left: 5px;
	}
	.feed-btn{
		font-size: 14px;
		padding: 9px 15px 8px;
	}
	.ndis {
		margin-top: 24px;
	}
	.logo {
		margin-top: 18px;
	}
	.banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	#service-slider .owl-prev {
		left: -40px;
	}
	#service-slider .owl-next {
		right: -40px;
	}
	.box1{
		font-size: 18px;
	}
	.box1 img, .process-sec .box1 img {
		margin-right: 5px;
		width: 50px;
	}
	.process-sec .box1 {
		font-size: 17px;
	}
	.testi-left {
		margin-top: 40px;
	}
	.foot_title{
		font-size: 18px;
	}
	.foot_logo{
		width:170px;
	}
	.ndis2 img{
		width:60px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.foot1.three li{
		font-size: 13px;
	}
	.copyright{
		font-size: 14px;
	}
	.contact_top_number {
		font-size: 16px;
	}
	.inner_titl{
		font-size: 26px;
	}
	.rev_box {		
		font-size: 18px;
		line-height: 1.4;
	}
	.frm_fld label{
		font-size: 15px;
	}
	.ref_form_title {
		font-size: 20px;		
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 6%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left: 11%;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 17%;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 19%;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left: 25%;
	}
}    
