body {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: 0 auto;
}
button {
	box-shadow: none !important;
}
input, testarea, select {
	font-family: 'ProximaNova-Regular';
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
@font-face {
	font-family: 'ProximaNova-Regular';
	src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype'),  url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.otf') format('opentype'),  url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
.header {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_right {
	text-align: right;
}
.logo {
	margin-top: 20px;
}
.header_top {
	overflow: hidden;
	padding: 0 0 20px;
}
.header_top_line {
	height: 14px;
	position: relative;
	background: #5ca2a0;
	margin: 0 0 38px;
}
.header_top_line:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 14px solid #5ca2a0;
	border-left: 15px solid transparent;
	top: 0;
	left: -15px;
}
.header_top_line:after {
	position: absolute;
	content: "";
	background: #5ca2a0;
	top: 0;
	bottom: 0;
	width: 2000px;
	right: -2000px;
}
.header_top_right span {
	display: inline-block;
	border-right: 1px solid #408d8a;
	padding-right: 20px;
	margin-right: 15px;
	font-size: 14px;
	font-family: 'ProximaNova-Bold';
	color: #5ca2a0;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
}
.header_top_right span a {
	color: #4a4a4a;
	font-family: 'ProximaNova-Regular';
}
.header_social {
	display: inline-block;
}
.header_social a {
	margin-left: 10px;
}
.header_bottom {
	background: #58a09e;
}
.header_bottom_right {
	text-align: right;
	margin-top: 8px;
}
.login_btn {
	display: inline-block;
	font-size: 20px;
	color: #fff !important;
	font-family: 'ProximaNova-Light';
}
.signup_btn {
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 12px;
	font-size: 20px;
	color: #fff !important;
	font-family: 'ProximaNova-Light';
	margin-left: 12px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.signup_btn:hover {
	background: #fff;
	color: #58a09e !important;
}
.stellarnav ul li a {
	font-family: 'ProximaNova-Bold';
	color: #fff;
}
.home_service_section {
	text-align: center;
	padding: 60px 0 65px;
}
.home_service_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #5ca2a0;
	font-size: 38px;
	line-height: 36px;
}
.home_service_section_subheading {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 22px;
}
.home_service_block {
	margin-top: 50px;
}
.home_service_block_image {
	margin: 0 auto;
	width: 135px;
	padding-left: 35px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block:hover .home_service_block_image {
	padding-left: 10px;
	width: 110px;
}
.home_service_block_image:before {
	width: 100px;
	height: 100px;
	background: #add0cf;
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	border-radius: 50%;
}
.home_service_block_image img {
	position: relative;
	z-index: 99;
}
.home_service_block_heading {
	font-family: 'ProximaNova-Bold';
	color: #5ca2a0;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
	margin-top: 20px;
}
.home_service_block_text {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin-top: 12px;
}
.home_quote_strip {
	background: #509a97;
	padding: 40px 0;
}
.home_quote_strip_text {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
}
.home_quote_strip_btn {
	text-align: right;
}
.home_quote_strip_btn a {
	display: inline-block;
	background: #fff;
	border: 2px solid #fff;
	padding: 10px 30px;
	font-family: 'ProximaNova-Bold';
	color: #358682 !important;
	font-size: 20px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_quote_strip_btn a:hover {
	background: none;
	color: #fff !important;
}
.home_why_section_image {
	padding-left: 0;
}
.home_why_section_image img {
	width: 100%;
}
.home_why_section_right {
	max-width: 570px;
}
.home_why_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #358682;
	font-size: 45px;
	line-height: 48px;
	margin-top: 90px;
}
.home_why_section_subheading {
	font-family: 'ProximaNova-Regular';
	color: #358682;
	font-size: 22px;
	line-height: 22px;
	margin-top: 10px;
}
.home_why_section_text {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	margin-top: 15px;
}
.home_why_section_list ul {
	padding: 0;
	margin: 25px 0 0;
}
.home_why_section_list ul li {
	position: relative;
	padding-left: 28px;
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	margin-top: 2px;
	list-style: none;
}
.home_why_section_list ul li:before {
	background: url(../images/bullet.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
}
.home_choice_section {
	padding: 60px 0;
	text-align: center;
}
.home_choice_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #358682;
	font-size: 45px;
	line-height: 48px;
}
.home_choice_block_inner {
	border: 2px solid #cbcbcb;
	min-height: 100%;
	padding: 40px 35px;
}
.home_choice_block {
	margin-top: 35px;
}
.home_choice_block_text {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	line-height: 21px;
}
.home_testimonial_section {
	background: url(../images/testimonial_bg.jpg) #428d8a no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding: 60px 0 50px;
}
.home_testimonial_section_heading {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.home_testimonial_section_heading2 {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 45px;
	line-height: 45px;
	margin-top: 10px;
}
.home_testimonial_slide {
}
.home_testimonial_slide_text {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
}
.home_testimonial_slide_name {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.home_testimonial_slide {
	margin: 40px auto 0;
	max-width: 700px;
}
.home_testimonial_slide .owl-buttons {
	display: none;
}
.home_testimonial_slide .owl-pagination {
	text-align: center;
	margin-top: 30px;
}
.home_testimonial_slide .owl-theme .owl-controls .owl-page span {
	border-radius: 0px !important;
	border: 2px solid #fff;
	width: 35px !important;
	height: 8px !important;
	background: none !important;
	margin: 5px;
}
.home_testimonial_slide .owl-theme .owl-controls .owl-page.active span, .home_testimonial_slide .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fff !important;
}
.footer_top {
	padding: 45px 0;
	background: #434141;
	text-align: center;
}
.footer_top_address {
	background: url(../images/address.png) no-repeat center;
	background-size: contain;
	padding: 20px 15px;
}
.footer_top_email {
	background: url(../images/email.png) no-repeat center;
	background-size: contain;
	padding: 20px 15px;
}
.footer_top_phone {
	background: url(../images/phone.png) no-repeat center;
	background-size: contain;
	padding: 20px 15px;
}
.footer_top_heading {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 28px;
}
.footer_top_text {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 16px;
	line-height: 21px;
}
.footer_top_text a {
	color: #fff;
}
.footer_bottom {
	background: #358481;
	text-align: center;
	padding: 35px 0;
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 18px;
}
.footer_bottom a {
	color: #fff;
}
.home_banner_section {
	position: relative;
}
.banner_content {
	position: absolute;
	top: 23%;
	left: 9%;
	z-index: 999;
	max-width: 650px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.banner_heading {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 35px;
}
.banner_heading span {
	text-transform: none;
}
.banner_subheading {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 52px;
	line-height: 52px;
	margin-top: 30px;
}

.banner_subheading1 {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 23px;
	line-height: 30px;
	margin-top: 30px;
}

/*---------- For Profile --------------*/

.modal {
	z-index: 99999;
}
.modal-backdrop {
	z-index: 9999;
}
.login_page_container {
	background: url(../images/login_page_b2g.png) no-repeat;
	padding: 10px 0 30px;
	width: 100%;
}
.profile_page_info_section {
	background: url(../images/profile_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px;
	min-height: 180px;
	position: relative;
	border-radius: 5px;
	margin-top: 30px;
}
.profile_page_info_section:before {
	background: rgba(68, 79, 88, 0.95);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
}
.profile_page_info_section .row {
	position: relative;
	z-index: 99;
}
.profile_page_info_top_left {
	position: relative;
	padding-left: 160px;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.profile_image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid rgba(255, 255, 255, 0.6);
	margin: 0;
}
.profile_image img {
	width: 100%;
}
.profile_page_info_heading {
	font-family: 'ProximaNova-Bold';
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 10px;
}
.profile_page_info_text {
	font-family: 'ProximaNova-Regular';
	font-size: 14px;
	color: #fff;
	margin-top: 2px;
}
.profile_page_info_text i {
	margin-right: 10px;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
.profile_page_info_top_right {
	text-align: right;
}
.profile_page_info_top_right_inner {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
}
.profile_page_info_top_right_inner img {
	position: absolute;
	top: -9px;
	left: 0;
	width: 35px;
}
.profile_left_section, .profile_right_section {
	margin-bottom: 35px;
}
.new_profile_page_left_menu_heading {
	font-family: 'ProximaNova-Bold';
	background: #58A09E;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 15px 12px;
	margin-top: 30px;
	border-radius: 5px 5px 0 0;
}
.new_profile_page_left_menu_list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.new_profile_page_left_menu_list ul li {
	position: relative;
	border-bottom: 1px solid #ddd;
}
.new_profile_page_left_menu_list ul li a {
	font-family: 'ProximaNova-Regular';
	background: #eee;
	display: block;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	padding: 12px 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_profile_page_left_menu_list ul li a:hover, .new_profile_page_left_menu_list ul li.active a {
	background: #ddd;
}
.new_profile_page_left_menu_list ul li a i {
	margin-right: 3px;
}
.new_profile_page_right_content .table tr td {
	border-top: none;
	padding: 0;
}
.new_profile_page_right_content_inner {
	padding: 20px;
	min-height: 335px;
	border: 1px solid #ddd;
}
.profile_table label {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.profile_table .user_detail {
	font-family: 'ProximaNova-Regular';
	color: #666666;
	font-size: 15px;
	width: 65%;
}
.profile_edit_btn, .profile_info_edit_btn {
	font-family: 'ProximaNova-Regular';
	display: inline-block;
	background: #58A09E;
	border-radius: 4px;
	cursor: pointer;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 20px 9px;
	border: none;
	text-transform: uppercase;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.profile_edit_btn:hover, .profile_info_edit_btn:hover {
	background: #333;
}
.profile_pass_input {
	min-height: 40px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #ccc;
	padding: 8px 10px;
	color: #000;
	font-size: 18px;
	resize: none;
}
.label_input {
	padding-top: 22px !important;
}
.edit_profile_modal .modal-header {
	background: #58A09E;
	border-radius: 5px 5px 0 0;
	margin: unset;
}
.edit_profile_modal .modal-header .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.edit_profile_modal .modal-title {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 20px;
	margin: unset;
}
.edit_profile_modal label {
	font-family: 'ProximaNova-Regular';
	color: #666;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 15px;
}
.edit_profile_modal #gender {
	background: url(../images/dropdown_arrow.png) no-repeat 97%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.register_input {
	min-height: 40px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #ccc;
	padding: 8px 10px;
}
.contact_form_btn {
	font-family: 'ProximaNova-Regular';
	background: #58A09E;
	cursor: pointer;
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 20px 9px;
	border: none;
	text-transform: uppercase;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.form_textbox, .form_textarea {
	font-family: 'ProximaNova-Regular';
}
.attachment_icon {
	height: 40px;
	background: #58A09E;
	color: #fff;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.chk_browse_input {
	height: 40px;
	font-size: 14px;
}
.chk_browse_btn {
	font-family: 'ProximaNova-Regular';
	background: #58A09E !important;
	border: none;
	border-radius: 0px;
	height: 40px;
}
.modal-content {
	border-radius: 5px;
	border: none;
}
.profile_empty_list_text {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}
.profile_order_table {
	font-size: 15px;
	color: #666;
}
.profile_view_order i {
	color: #ED1557;
}
.order_details_pro_img {
	border: 1px solid #ddd;
	width: 88px;
	padding: 8px;
	margin: 10px 0;
}
.profile_right_section table td, .profile_right_section table th {
	border-bottom: none !important;
}
.error_span {
	color: red;
}
.success_span {
	color: #03a84e;
}
.table.profile_order_table thead {
	background: #ddd;
}
.table.profile_order_table tbody tr td {
	border-bottom: 1px solid #ddd !important;
}
.empty_booking_part {
	padding: 65px;
}
.empty_booking_part img {
	margin-bottom: 10px;
}
.profile_right_section .book_now {
	text-align: left;
}
.profileImage {
	margin-top: 15px;
}
/*----- End Profile -----------*/



/*----- Abhishek -----------*/

.login_extra_text {
	margin-top: 50px;
}
.login_extra_text a, .login_extra_text a:hover {
	color: #58A09E;
}
.forgot_password_link {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin: 32px 0 0 7px;
}
.forgot_password_link a {
	color: #58A09E;
	font-family: 'ProximaNova-Regular';
}
.inner_banner_section {
	background-size: cover !important;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.inner_banner_section:before {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.inner_banner_section_inner {
	position: relative;
	padding: 80px 0;
}
.inner_banner_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 99;
}
.breadcrumb {
	display: block;
	text-align: center;
	position: relative;
	z-index: 99;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb li {
	font-family: 'ProximaNova-Regular';
	display: inline-block;
	float: none;
}
.breadcrumb li a {
	color: #fff;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: "/";
}
.inner_page_container {
	padding: 60px 0;
}
/************ For Contact Us *****************/

.error_page_btn:hover {
	background: #00abee;
}
.contact_page_box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.contact_info_box {
	background: #58A09E;
	padding: 30px 15px;
	min-height: 100%;
}
.contact_info_follow {
	margin-top: 40px;
}
.contact_info_box_heading {
	font-family: 'ProximaNova-Bold';
	color: #fff;
	font-size: 23px;
	font-weight: 700;
}
.contact_info_box_text {
	font-family: 'ProximaNova-Regular';
	position: relative;
	padding-left: 35px;
	margin-top: 22px;
	color: #fff;
	font-size: 16px;
}
.contact_info_box_text a {
	color: #fff;
}
.contact_info_box_text img {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
}
.contact_right_section {
	padding: 30px 45px 30px 15px;
}
.contact_right_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #58A09E;
	font-size: 23px;
	font-weight: 700;
}
.contact_page_social a {
	margin-right: 7px;
}
.contact_page_social {
	margin-top: 5px;
}
.contact_page_social img {
	width: 30px;
	text-align: center;
	line-height: 35px;
	color: #222;
	font-size: 17px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_page_container {
	text-align: center;
	padding: 60px 0;
}
.thankyou_page_text {
	font-family: 'ProximaNova-Regular';
	font-weight: 500;
	font-size: 17px;
	color: #666;
	margin-top: 20px;
}
.thankyou_page_text strong {
	font-family: 'ProximaNova-Bold';
}
/***********For Login****************/

.login_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #58A09E;
	font-size: 23px;
	font-weight: 700;
}
.login_form_btn {
	background: #58A09E;
	cursor: pointer;
	border-radius: 4px;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 20px 9px;
	border: none;
	text-transform: uppercase;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/*.login_page_box {

    border: 1px solid #ddd;

    padding: 20px;

}*/



.login_info_box {
	background: #58A09E;
	padding: 30px 15px;
	min-height: 100%;
	text-align: center;
}
.login_left_section {
	padding: 30px 15px 30px 45px;
}
.login_page_box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.login_extra_text {
	font-family: 'ProximaNova-Regular';
	color: #fff;
	font-size: 23px;
	text-align: center;
}
.register_link {
	display: inline-block;
	border: 1px solid #fff;
	padding: 7px 12px;
	font-size: 20px;
	color: #fff !important;
	font-family: 'ProximaNova-Light';
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;/*margin: 22px 76px;*/

}
.register_link a {
	color: #fff !important;
}
.forgot_page_box {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	padding: 20px 30px 35px;
}
.error_page_container {
	display: flex;
	text-align: center;
	align-items: center;
	min-height: 100vh;
}
.error_page_container img {
	max-width: 200px;
}
.error_page_text {
	font-family: 'ProximaNova-Regular';
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.error_page_heading {
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	font-size: 32px;
	color: #fff;
}
.error_page_container a {
	margin-top: 20px;
	display: inline-block;
	background: #fff;
	border: 2px solid #fff;
	padding: 8px 24px;
	font-family: 'ProximaNova-Bold';
	color: #358682 !important;
	font-size: 17px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_page_container a:hover {
	background: none;
	color: #fff !important;
}
.thankyou_page_container img {
	max-width: 200px;
}
.thankyou_page_text {
	font-family: 'ProximaNova-Regular';
	font-weight: 500;
	font-size: 20px;
	color: #222;
}
.thankyou_page_container a {
	margin-top: 20px;
	display: inline-block;
	background: #58A09E;
	border: 2px solid #58A09E;
	padding: 8px 24px;
	font-family: 'ProximaNova-Bold';
	color: #fff !important;
	font-size: 17px;
	border-radius: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_page_container a:hover {
	background: none;
	color: #58A09E !important;
}
.testimonial_page_block {
	margin-top: 50px;
}
.testimonial_page_block_inner {
	min-height: 100%;
	border: 1px solid #58A09E;
	padding: 55px 15px 20px;
	position: relative;
}
.testimonial_page_block_inner:before {
	background: url(../images/quote_bg.png) #58A09E no-repeat center;
	width: 65px;
	height: 66px;
	position: absolute;
	content: "";
	top: -25px;
	left: 15px;
	background-size: 35px;
}
.testimonial_page_block_text {
	font-family: 'ProximaNova-Regular';
	color: #666;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
}
.testimonial_page_block_name {
	font-family: 'ProximaNova-Bold';
	color: #58A09E;
	font-size: 20px;
	margin-top: 3px;
}
.testimonial_page_block_name small {
	font-family: 'ProximaNova-Regular';
	color: #999;
	font-size: 15px;
}
.testimonial_page_block_rating {
	margin-top: 20px;
}
#chatSection {
    margin-top: 30px;
}
#ReciverName_txt {
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
}
.about_page_container {
	padding: 60px 0;
}
.about_page_heading {
    font-family: 'ProximaNova-Bold';
    color: #358682;
    font-size: 45px;
    line-height: 48px;
    margin-top: 40px;
}
.service_page_heading {
    font-family: 'ProximaNova-Bold';
    color: #5ca2a0;
    font-size: 23px;
    line-height: 25px;
    text-transform: uppercase;
	margin-top: 10px;
}
.service_page_text {
    font-family: 'ProximaNova-Regular';
    color: #000;
    font-size: 17px;
    line-height: 22px;
    margin-top: 12px;
    text-align: justify;
}
.service_margin {
	margin-top: 60px;
}
.service_page_container {
	padding: 60px 0;
}
.service_page_image {
	position: relative;
	overflow: hidden;
}
.service_page_image_main {
	width: 100%;
}
.service_page_image_icon {
    background: #add0cf;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: 100px;
}
.about_team_block_inner {
	background:#fff;
	padding:20px;
	min-height: 100%;
}
.about_team_block_inner img {
	width:100px;
	border-radius:50%;
}
.about_team_block_name {
    font-family: 'ProximaNova-Bold';
    color: #358682;
    font-size: 20px;
    margin-top: 20px;
    line-height: 20px;
}
.about_team_block_designation {
	font-family: 'ProximaNova-Regular';
	color:#666;
	font-size:15px;
	margin: 0 0 10px;
}
.person_details {
    text-align: justify;
    margin-top: 10px;
    color: #666;
    line-height: 20px;
    font-size: 15px;
    text-align-last: center;
}
.about_team_block {
	margin-top:30px;
}
.about_team_block_text {
	font-family: 'ProximaNova-Regular';
	color:#333;
	font-size:15px;
	margin-top:5px;
}
.about_team_block_text a {
	color:#333;
}
.about_team_block_text img {
	border-radius:0px;
	width:20px;
}


.service_choice_section {
	padding: 60px 0;
	text-align: center;
}
.service_choice_section_heading {
	font-family: 'ProximaNova-Bold';
	color: #358682;
	font-size: 35px;
	line-height: 48px;
}
.service_choice_block_inner {
	border: 2px solid #cbcbcb;
	min-height: 100%;
	padding: 40px 5px;
}
.service_choice_block {
	margin-top: 35px;
}
.service_choice_block_text {
	font-family: 'ProximaNova-Regular';
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	line-height: 21px;
}
.footer_bottom ul
{
	padding:0;
	margin: 0 0 15px;
}
.footer_bottom ul li
{
	list-style:none;
	display:inline-block;
	margin:0 15px;
	position:relative;
}
.footer_bottom ul li::before {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    top: 11px;
    right: -20px;
    transform: rotate(45deg);
    content: "";
}
.footer_bottom ul li:last-child:before
{
	display:none;
}
.footer_bottom ul li a
{
	color:#fff;
	font-size: 16px;
}
.header_menu_section {
	position: relative;
}
.header_menu_section_submenu {
    position: absolute;
    top: 100%;
    left: 15px;
    z-index: 9999;
}
.header_menu_section_submenu ul {
	margin: 0;
	background: #333;
	padding: 10px 10px 10px 0;
	position: relative;
}
.header_menu_section_submenu ul:before {
	background: #333;
	position: absolute;
	content: "";
	width: 2000px;
	top: 0;
	bottom: 0;
	left: -2000px;
}
.header_menu_section_submenu ul:after {
	position: absolute;
	content: "";
	top: 0;
	right: -40px;
	width: 0;
    height: 0;
    border-top: 44px solid #333;
    border-right: 40px solid transparent;
}
.header_menu_section_submenu ul li {
    display: inline-block;
	margin: 0 10px;
	position: relative;
	list-style: none;
}
.header_menu_section_submenu ul li:first-child {
    margin-left: 0px;
}
.header_menu_section_submenu ul li::before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    top: 12px;
    right: -15px;
    transform: rotate(45deg);
    content: "";
}
.header_menu_section_submenu ul li:last-child:before {
    display: none;
}
.header_menu_section_submenu ul li a {
    color: #fff !important;
	font-size: 15px;
	font-family: 'ProximaNova-Regular';
}


/*========== Responsive ==========*/

@media only screen and (max-width : 320px) {
.header {
	border-top: 4px solid #58a09e;
}
.header_top {
    padding: 0 0 10px;
}
.header_top_line {
    display: none;
}
.logo {
    margin-top: 10px;
    text-align: center;
}
.logo img {
    width: 150px;
}
.header_social {
    display: block;
    margin-top: 12px;
}
.header_social img {
    width: 25px;
}
.header_top_right {
    text-align: center;
    margin-top: 20px;
}
.header_top_right span {
    padding-right: 9px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 14px;
}
.header_top_right span:nth-child(3) {
	border-right: none !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.header_bottom_right {
    text-align: left;
	padding-bottom: 8px;
}
.login_btn {
    font-size: 16px;
}
.signup_btn {
    padding: 5px 10px;
    font-size: 16px;
}
.menu-toggle {
	width: auto !important;
	float: right;
	margin-top: -37px;
	padding: 0 !important;
}
.stellarnav.mobile > ul > li > a {
    padding: 11px 0 !important;
	font-size: 15px !important;
}
.stellarnav > ul > li::before {
	display: none;
}
.stellarnav > ul > li {
    margin-right: 0 !important;
}
.header_menu_section_submenu ul::after {
    content: none;
}
.home_banner_section {
    margin-top: 94px;
}
.banner_heading {
    font-size: 14px;
    line-height: 15px;
}
.banner_subheading {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
}
.banner_subheading1 {
    font-size: 11px;
    line-height: 13px;
    margin-top: 4px;
}
.banner_content {
    top: 13%;
    left: 30px;
    right: 30px;
}
.home_service_section_heading {
    font-size: 28px;
    line-height: 30px;
}
.home_service_section_subheading {
    font-size: 15px;
}
.home_service_block_image {
    width: 95px;
    padding-left: 25px;
}
.home_service_block_image::before {
    width: 70px;
    height: 70px;
}
.home_service_block:hover .home_service_block_image {
	padding-left: 10px;
	width: 80px;
}
.home_service_block_heading {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
}
.home_service_block_text {
    font-size: 15px;
    line-height: 19px;
    margin-top: 12px;
}
.home_service_block {
    margin-top: 25px;
}
.home_service_section {
    padding: 30px 0;
}
.home_quote_strip_text {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}
.home_quote_strip_btn a {
    padding: 7px 18px 5px;
    font-size: 18px;
}
.home_quote_strip_btn {
    text-align: center;
    margin-top: 10px;
}
.home_quote_strip {
    padding: 25px 0 30px;
}
.home_why_section_image {
    padding: 0;
}
.home_why_section_heading {
    font-size: 30px;
    line-height: 35px;
    margin-top: 25px;
}
.home_choice_section_heading {
    font-size: 25px;
    line-height: 29px;
}
.home_choice_section {
    padding: 30px 0;
}
.home_choice_block {
    margin-top: 15px;
}
.home_testimonial_section_heading2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 0;
}
.home_testimonial_section {
    padding: 30px 0 25px;
}
.home_testimonial_slide {
    margin: 20px auto 0;
}
.footer_top_heading {
    font-size: 23px;
}
.footer_top img {
	width: 40px;
}
.footer_top_address {
    padding: 0 15px;
}
.footer_top_email {
    padding: 0 15px;
    margin-top: 25px;
}
.footer_top_phone {
    padding: 0 15px;
    margin-top: 25px;
}
.footer_top {
    padding: 30px 0 25px;
}
.footer_bottom ul li {
    margin: 0 10px;
}
.footer_bottom ul li::before {
    right: -16px;
	top: 9px;
}
.footer_bottom {
    padding: 20px 0 15px;
    font-size: 14px;
}
.inner_banner_section_heading {
    font-size: 25px;
}
.inner_banner_section_inner {
    padding: 30px 0;
}
.about_page_container {
    padding: 30px 0;
}
.about_page_heading {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
}
.about_team_block_inner {
    padding: 20px 15px;
}
.service_choice_block_inner {
    padding: 25px 5px;
}
.service_choice_block {
    margin-top: 15px;
}
.service_choice_section_heading {
    font-size: 28px;
    line-height: 35px;
}
.service_choice_section {
    padding: 25px 0;
}
.service_page_image_icon {
    padding: 15px;
    width: 65px;
}
.service_page_container {
    padding: 0 0 30px;
}
.service_page_heading {
    font-size: 21px;
    line-height: 23px;
    margin-top: 18px;
}
.service_margin {
    margin-top: 20px;
}
.inner_page_container {
    padding: 5px 0 30px;
}
.contact_page_box {
    margin-top: 25px;
}
.contact_right_section {
    padding: 15px 30px 30px 30px;
}
.login_page_box {
    margin-top: 30px;
}
.login_left_section {
    padding: 15px 30px 25px 30px;
}
.register_link {
    font-size: 16px;
    margin-top: 10px;
}
.login_extra_text {
    margin-top: 0;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header {
	border-top: 4px solid #58a09e;
}
.header_top {
    padding: 0 0 10px;
}
.header_top_line {
    display: none;
}
.logo {
    margin-top: 10px;
    text-align: center;
}
.logo img {
    width: 150px;
}
.header_social {
    display: block;
    margin-top: 12px;
}
.header_social img {
    width: 25px;
}
.header_top_right {
    text-align: center;
    margin-top: 20px;
}
.header_top_right span {
    padding-right: 9px;
    margin-right: 3px;
    font-size: 12px;
    line-height: 14px;
}
.header_top_right span:nth-child(3) {
	border-right: none !important;
	padding-right: 0 !important;
	margin-right: 0 !important;
}
.header_bottom_right {
    text-align: left;
	padding-bottom: 8px;
}
.login_btn {
    font-size: 16px;
}
.signup_btn {
    padding: 5px 10px;
    font-size: 16px;
}
.menu-toggle {
	width: auto !important;
	float: right;
	margin-top: -37px;
	padding: 0 !important;
}
.stellarnav.mobile > ul > li > a {
    padding: 11px 0 !important;
	font-size: 15px !important;
}
.stellarnav > ul > li::before {
	display: none;
}
.stellarnav > ul > li {
    margin-right: 0 !important;
}
.header_menu_section_submenu ul::after {
    content: none;
}
.header_menu_section_submenu ul li a {
    font-size: 13px;
}
.home_banner_section {
    margin-top: 68px;
}
.banner_heading {
    font-size: 14px;
    line-height: 15px;
}
.banner_subheading {
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
}
.banner_subheading1 {
    font-size: 11px;
    line-height: 13px;
    margin-top: 4px;
}
.banner_content {
    top: 13%;
    left: 30px;
    right: 30px;
}
.home_service_section_heading {
    font-size: 28px;
    line-height: 30px;
}
.home_service_section_subheading {
    font-size: 15px;
}
.home_service_block_image {
    width: 95px;
    padding-left: 25px;
}
.home_service_block_image::before {
    width: 70px;
    height: 70px;
}
.home_service_block:hover .home_service_block_image {
	padding-left: 10px;
	width: 80px;
}
.home_service_block_heading {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
}
.home_service_block_text {
    font-size: 15px;
    line-height: 19px;
    margin-top: 12px;
}
.home_service_block {
    margin-top: 25px;
}
.home_service_section {
    padding: 30px 0;
}
.home_quote_strip_text {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}
.home_quote_strip_btn a {
    padding: 7px 18px 5px;
    font-size: 18px;
}
.home_quote_strip_btn {
    text-align: center;
    margin-top: 10px;
}
.home_quote_strip {
    padding: 25px 0 30px;
}
.home_why_section_image {
    padding: 0;
}
.home_why_section_heading {
    font-size: 30px;
    line-height: 35px;
    margin-top: 25px;
}
.home_choice_section_heading {
    font-size: 25px;
    line-height: 29px;
}
.home_choice_section {
    padding: 30px 0;
}
.home_choice_block {
    margin-top: 15px;
}
.home_testimonial_section_heading2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 0;
}
.home_testimonial_section {
    padding: 30px 0 25px;
}
.home_testimonial_slide {
    margin: 20px auto 0;
}
.footer_top_heading {
    font-size: 23px;
}
.footer_top img {
	width: 40px;
}
.footer_top_address {
    padding: 0 15px;
}
.footer_top_email {
    padding: 0 15px;
    margin-top: 25px;
}
.footer_top_phone {
    padding: 0 15px;
    margin-top: 25px;
}
.footer_top {
    padding: 30px 0 25px;
}
.footer_bottom ul li {
    margin: 0 10px;
}
.footer_bottom ul li::before {
    right: -16px;
	top: 9px;
}
.footer_bottom {
    padding: 20px 0 15px;
    font-size: 14px;
}
.inner_banner_section_heading {
    font-size: 25px;
}
.inner_banner_section_inner {
    padding: 30px 0;
    margin-top: 60px;
}
.about_page_container {
    padding: 30px 0;
}
.about_page_heading {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
}
.about_team_block_inner {
    padding: 20px 15px;
}
.service_choice_block_inner {
    padding: 25px 5px;
}
.service_choice_block {
    margin-top: 15px;
}
.service_choice_section_heading {
    font-size: 28px;
    line-height: 35px;
}
.service_choice_section {
    padding: 25px 0;
}
.service_page_image_icon {
    padding: 15px;
    width: 65px;
}
.service_page_container {
    padding: 0 0 30px;
}
.service_page_heading {
    font-size: 21px;
    line-height: 23px;
    margin-top: 18px;
}
.service_margin {
    margin-top: 20px;
}
.inner_page_container {
    padding: 5px 0 30px;
}
.contact_page_box {
    margin-top: 25px;
}
.contact_right_section {
    padding: 15px 30px 30px 30px;
}
.login_page_box {
    margin-top: 68px;
}
.login_left_section {
    padding: 15px 30px 25px 30px;
}
.register_link {
    font-size: 16px;
    margin-top: 10px;
}
.login_extra_text {
    margin-top: 0;
}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

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

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* 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) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* 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) {

}

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

}

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

}

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

}

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

}

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

} 

