/** ------------------------------------------------------------------
							Wrapper Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 1444px) {
.form_box_main_title h1 {
	font-size: 27px;
}
.promo_area_big .section_btn a,
.promo_btn a {
    padding: 12px 18px;
}
.promo_area2_des p {
    font-size: 18px;
}
.promo_area2_title h2 {
    font-size: 33px;
}
}


/** ------------------------------------------------------------------
							Tab Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 1200px) {
.header_menu {
	width: calc(100% - 350px);
}
.header_cta_button ul li:first-child a {
	font-size: 20px;
	margin-top: 7px;
}
.header_cta_button ul li:first-child {
	margin-right: 0px;
}
.header_cta_button svg {
	width: 26px !important;
	height: auto !important;
}
}
@media only screen and (max-width: 991px) {

.header-mobile-menu-trigger {
	display: block;
}
.header_menu {
	display: none;
}
.height-space {
	height: 70px !important;
}
.header_location {
	margin-top: 38px;
	margin-right: 16px;
}
.header_cta_button {
	width: 100%;
}
.header_cta_button li {
	width: 49%;
	float: left;
	margin: 0 0.5%;
}
.header_cta_button ul li:last-child a {
	text-align: center;
}
.header_cta_button ul li:first-child a {
	font-size: 16px;
}
.header_cta_button svg {
	width: 21px !important;
}
.header_cta_button ul li:first-child a span {
	padding-left: 8px;
}
.header_cta_button ul li:first-child a {
	font-size: 16px;
	margin-top: 12px;
}
}


/** ------------------------------------------------------------------
							Mobile Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 768px ) {
.height-space {
	height: 57px !important;
}
.desktopview {
	display: none;
}
.mobileview {
	display: block;
}
/** Start your code from here*/
.inner_hero_title h1 {
    font-size: 27px;
}
.container {
	padding-left: 15px;
	padding-right: 15px;
}
.header_top {
	padding: 10px 0px;
}
.header_location {
	display: none;
}
.header_bottom {
	padding: 15px 0px;
}
.home_hero_area {
	padding: 45px 0 45px;
}
.form_box_main_title h1 {
	font-size: 21px;
}
.form_box_main {
	padding: 30px;
}
.footer_middle_area,
.footer_top_area,
.footer_form_area {
	padding: 50px 0;
}
.footer_big_logo img {
	height: auto;
	width: 200px;
}
.footer_big_logo_des h2 {
	font-size: 20px;
}
.footer_big_logo_des p {
	font-size: 16px;
}
.footer_bottom_area {
	padding: 30px 0;
}
.single_footer_widget {
	margin-bottom: 32px;
}
.single_footer_widget_title_mehu ul li a {
	font-size: 14px;
}
.single_footer_widget_title h2 {
	font-size: 14px;
}
.booking_title h2 {
    font-size: 26px;
}
.single_post_sidebar {
	margin-top: 30px;
}
.section_title {
    margin-bottom: 22px;
}
.section_title h2 {
    font-size: 24px;
}
.section_title p {
     margin-top: 12px;
}
.bg_img_section {
    height: 230px;
}
.promo_area2_title h2 {
    font-size: 25px;
}
.promo_area2_des p {
    font-size: 16px;
	margin-top: 15px;
}
.promo_btn {
    margin-top: 15px;
}
.promo_area {
	text-align: center;
}
.faq_area .section_title {
    margin-bottom: 22px;
}
.promo_btn {
	text-align: center;
}
.inner_home_big_title {
	margin-bottom: 20px;
}
.inner_home_big_title h1{
	font-size: 30px;
}
.inner_home_big_title p {
	font-size: 16px;
}
.writing_page_box_content {
    padding-right: 0;
}
.testimonial_wrapper {
	padding: 0;
}
.testimonial_wrapper button {
    display: none !important;
}
.form_box_main_title {
    text-align: center;
}
.single_form_submit input {
    width: 100%;
}
.wpcf7-spinner {
	position: absolute !important;
}
.howitworks_area {
    text-align: center;
}
.coupon_card {
    max-width: 640px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
}