body {
	padding:0px;
	margin:0px;
}
img {
	max-width:100%;
	height:0 auto;
}
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: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ConeriaScriptDemo';
  src: url('../fonts/ConeriaScriptDemo.eot?#iefix') format('embedded-opentype'),  url('../fonts/ConeriaScriptDemo.woff') format('woff'), url('../fonts/ConeriaScriptDemo.ttf')  format('truetype'), url('../fonts/ConeriaScriptDemo.svg#ConeriaScriptDemo') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
    font-family: 'gethobold';
    src: url('../fonts/getho-bold-webfont.woff2') format('woff2'),
         url('../fonts/getho-bold-webfont.woff') format('woff');
    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;
}
.darkHeader {}
.header_top {
	background:#fff;
	padding:23px 0;
}
.header_contact {
	text-align:right;
	padding-left:0px;
	/*margin-top: 8px;*/
}
.header_contact span {
	display:inline-block;
	text-align:left;
	position:relative;
	padding-left:48px;
}
.header_contact span img {
	position:absolute;
	top:7px;
	left:0;
	width: 42px;
}
.header_contact_heading {
	font-family: 'CenturyGothic-Bold';
	color:#000;
	font-size:16px;
	text-transform:uppercase;
}
.header_contact_number {
    font-family: 'CenturyGothic-Bold';
    font-size: 33px;
    line-height: 22px;
    text-align: center;
}
.header_contact_number a {
	color:#0d6da0;
}
.header_contact_number small {
    font-size: 20px;
}
.menu_main {
	background:#043d5b;
}
.menu_main ul {
    list-style-type: none;
	margin:0px;
	padding:0px;
}
.menu_main ul li {
	position:relative;
}
.menu_main ul li:before {
	position:absolute;
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	top:29px;
	right:0;
}
.menu_main ul li:last-child:before {
	display:none;
}
.primary-navigation li li:before {
	display:none;
}
.menu_main ul li a {
	display:block;
	color: #fff;
    font-family: 'CenturyGothic-Bold';
    font-weight: normal;
    font-style: normal;
	font-size:16px;
	text-decoration: none;
	position:relative;
	padding:25px 11px;
	text-transform:uppercase;
	z-index:99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu_main ul li a:hover, .menu_main ul li.active a {
	color:#fff;
}
.home_about_section {
	padding:60px 0;
	text-align:center;
}
.home_about_section_heading {
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	color:#043d5b;
	font-size:51px;
	text-transform:uppercase;
	line-height: 52px;
}
.home_about_section_subheading {
	font-family: 'CenturyGothic';
	color:#979797;
	font-style:italic;
	font-size:16px;
	margin:0 0 20px;
}
.home_about_section_text {
	font-family: 'CenturyGothic';
	color:#333;
	font-size:20px;
	margin-top:5px;
	border-bottom:1px solid #ccc;
	padding-bottom:35px;
}
.about_icon_block {
	font-family: 'CenturyGothic';
	color:#000;
	font-size:18px;
	margin-top:38px;
	text-align:left;
}
.about_icon_block_inner {
	position:relative;
	padding-left:70px;
	min-height:45px;
}
.about_icon_block img {
	position:absolute;
	top:-16px;
	left:0;
	width:60px;
	background:#ffd4b2;
	border-radius:50%;
}
.home_product_section {
	text-align:center;
	padding:0 0 75px;
}
.home_product_section_heading1 {
	font-family: 'CenturyGothic';
	color:#000;
	font-size:22px;
}
.home_product_section_heading2 {
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	color:#043d5b;
	font-size:51px;
	text-transform:uppercase;
}
.home_product_block {
	margin-top:30px;
}
.home_product_block_inner {
	border-radius:5px;
	position:relative;
	overflow:hidden;
}
.home_product_block_inner img {
	width:100%;
}
.home_product_block_text {
	background:#ff7200;
	position:absolute;
	top:18px;
	left:0;
	right:0;
	font-family: 'CenturyGothic';
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:13px 5px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_block:hover .home_product_block_text {
	background:#176ba3;
}
.home_product_btn {
	display:inline-block;
	color: #fff !important;
    font-family: 'CenturyGothic-Bold';
	font-size:17px;
	text-transform:uppercase;
	background:#176ba3;
	border-radius:30px;
	padding:12px 28px;
	margin-top:55px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_btn:hover {
	background:#043d5b;
}
.home_contact_section {
	background:#dcdcdc;
	text-align:center;
	padding:50px 0 55px;
}
.home_contact_block img {
	background:#176ba3;
	border-radius:50%;
	-webkit-box-shadow: inset -10px -10px 0px 0px rgba(4,61,91,1);
	-moz-box-shadow: inset -10px -10px 0px 0px rgba(4,61,91,1);
	box-shadow: inset -10px -10px 0px 0px rgba(4,61,91,1);
}
.home_contact_block a {
	color:#000;
}
.home_contact_phone {
    font-family: 'CenturyGothic-Bold';
	font-size:35px;
	margin-top:19px;
	line-height: 24px;
}
.home_contact_phone small {
	font-size:20px;
}
.home_contact_address {
    font-family: 'CenturyGothic';
	font-size:20px;
	margin-top:12px;
	color:#000;
}
.home_contact_email {
    font-family: 'CenturyGothic';
	font-size:22px;
	margin-top:12px;
	color:#000;
}
.footer_bottom_section {
	background:url(../images/footer_new_pattern.png) #043d5b repeat;
	text-align:center;
	background-size: 125px;
}
.footer_social {
	padding:42px 0;
}
.footer_social i {
	font-size:38px;
	color:#fff;
	width:77px;
	height:77px;
	line-height:77px;
	margin:0 4px;
	border-radius:50%;
	border:3px solid #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_social i:hover {
	background:#fff;
	color:#043d5b;
}
.footer_menu {
	background:#176ba3;
	padding:20px 0;
	border-radius:15px 15px 0 0;
}
.footer_menu ul {
    list-style-type: none;
	margin:0px;
	padding:0px;
}
.footer_menu ul li {
	display:inline-block;
	position:relative;
	margin:0 10px;
}
.footer_menu ul li:before {
	position:absolute;
	content:"";
	width:1px;
	height:17px;
	background:#fff;
	top:4px;
	right:-15px;
}
.footer_menu ul li:last-child:before {
	display:none;
}
.footer_menu ul li a {
	display:block;
	color: #fff;
    font-family: 'CenturyGothic';
    font-weight: normal;
    font-style: normal;
	font-size:17px;
	text-decoration: none;
	position:relative;
	text-transform:uppercase;
	z-index:99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color:#fff;
}
.footer_bottom {
	color: #000;
    font-family: 'CenturyGothic';
	font-size:19px;
	padding:32px 0;
	text-align:center;
}
.footer_bottom a {
	color: #000;
}
.ms-slide-info {
	position:absolute !important;
	top:12px;
	left:7.8%;
	width:auto !important;
}
.home_banner_info {
	background:url(../images/banner_box_bg.png) #176ba3 no-repeat center;
	background-size:100%;
	width:400px;
	height:270px;
	border-radius:50%;
	padding-top:130px;
	text-align:center;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
/*.home_banner_info:before {
	background:url(../images/bell3.png) no-repeat;
	background-size:100%;
	width: 280px;
	height: 125px;
	top: -14px;
	left: 60px;
	position: absolute;
	content: "";
	z-index: 9;
}*/
.home_banner_info_2nd_text {
    color: #fff;
    font-family: 'CenturyGothic-Bold';
    font-size: 40px;
    display: inline-block;
    line-height: 45px;
    vertical-align: top;
    padding: 160px 0 0 135px;
	text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.9);
}
.home_banner_info_text {
	font-family: 'ConeriaScriptDemo';
	font-size:38px;
	color:#fff;
}
.home_banner_btn {
	display:inline-block;
	color: #fff !important;
    font-family: 'CenturyGothic-Bold';
	font-size:18px;
	text-transform:uppercase;
	background:#ff7200;
	border-radius:30px;
	padding:10px 25px;
	margin-top:10px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.home_banner_btn:hover {
	background:#043d5b;
}
.ms-skin-default .ms-bullet {
	width:17px !important;
	height:17px !important;
	border-radius:50% !important;
	background:#fff !important;
}
.ms-skin-default .ms-bullet-selected {
	background:#ff7200 !important;
}
.header_search {
	margin-top:4px;
	padding-right:30px;
}
.header_search_inner {
	position:relative;
}
#searchbtn {
	background:#0092de !important;
	position:absolute;
	top:0;
	right:0;
	height:54px;
	padding: 8px 14px 9px;
}
.header_search label {
	width:100%;
}
.header_search input {
	width:100%;
	min-height:54px;
	border:1px solid #ccc !important;
	border-radius:0px;
	color: #000;
    font-family: 'CenturyGothic';
	font-size:20px;
	padding: 8px 65px 7px 16px;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header {
	background: url(../images/banner.jpg) #9fc54b no-repeat center !important;
	background-size:cover !important;
	max-width:100% !important;
	padding:0px !important;
	height:380px;
	margin-bottom:50px !important;
	position:relative;
	display:none;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
/*.page .entry-title {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	margin-top:215px;
	font-family: 'CenturyGothic-Bold';
	color:#fff;
	font-weight:700;
	font-size:35px;
	z-index:99;
}*/
.about_page_banner {
	background:url(../images/about_banner.jpg) #333 no-repeat center -482px;
	background-size:cover;
	padding: 47px 0;
}
.inner_banner_heading {
	color: #fff;
    font-family: 'CenturyGothic-Bold';
	font-size:40px;
	line-height:40px;
}
.inner_banner_text {
	color: #fff;
    font-family: 'CenturyGothic';
	font-size:20px;
	margin-top:10px;
}
.about_page_top_section {
	background:#F0F0F0;
	padding:60px 0;
}
.about_page_top_section_text {
	color: #176ba3;
    font-family: 'CenturyGothic-Bold';
	font-size:25px;
	padding:0 19%;
}
.about_page_container1 {
	padding:60px 0 0;
}
.about_page_container2 {
	padding:60px 0;
}
.about_content_page_heading {
	color: #043d5b;
    font-family: 'CenturyGothic-Bold';
	font-size:32px;
	margin-top:80px;
}
.about_content_page_text {
	color: #000;
    font-family: 'CenturyGothic';
	font-size:18px;
	margin-top:10px;
}
.contact_page_banner {
	background:url(../images/contact_banner.jpg) #333 no-repeat center left;
	background-size:cover;
	padding: 41px 0;
}
.contact_banner_heading {
	color: #fff;
    font-family: 'CenturyGothic-Bold';
	font-size:40px;
	line-height:45px;
}
.contact_banner_heading a {
	color: #fff;
}
.contact_banner_text {
	color: #fff;
    font-family: 'CenturyGothic';
	font-size:22px;
	margin-top:10px;
}
.contact_banner_text a {
	color: #fff;
}
.contact_form_section {
	background:#F3F5F6;
	text-align:center;
	padding:60px 0 20px;
	overflow: hidden;
}
.contact_form_section_heading {
	color: #000;
    font-family: 'CenturyGothic';
	font-size:19px;
}
.contact_form_section_inner {}
.contact_form {
	margin-top:30px;
}
.contact_form input {
	width:100%;
	min-height:48px;
	border:1px solid #ccc !important;
	border-radius:30px;
	margin-top:15px;
	color: #000;
    font-family: 'CenturyGothic';
	font-size:17px;
	padding:6px 20px 7px;
}
.contact_form textarea {
	height:150px;
	border:1px solid #ccc !important;
	border-radius:30px;
	margin-top:15px;
	color: #000;
    font-family: 'CenturyGothic';
	font-size:17px;
	padding:10px 20px 7px;
	resize:none;
}
.contact_form .contact_btn input {
	background:#ff7200 !important;
	width:auto;
	min-height:48px;
	border:none !important;
	border-radius:30px;
	margin-top:15px;
    font-family: 'CenturyGothic';
	font-size:17px;
	padding:6px 40px 7px;
}
.contact_page_bottom_section {
	background:#176ba3;
	padding:60px 0;
	text-align:center;	
}
.contact_page_bottom_section_heading {
	color: #fff;
    font-family: 'CenturyGothic-Bold';
	font-size:35px;
}
.contact_address_block {
	margin-top:30px;
}
.contact_address_block_inner {
	background:#fff;
	padding:20px;
	border-radius:5px;
	min-height: 205px;
}
.contact_address_block_heading {
	color: #fff;
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	background:#043d5b;
	padding:10px 5px;
	border-radius:5px;
}
.contact_address_block_text {
	font-family: 'CenturyGothic';
	font-size:18px;
	color:#000;
	margin-top:20px;
}
.contact_address_block_email {
	font-family: 'CenturyGothic-Bold';
	font-size:18px;
	margin-top:10px;
}
.contact_address_block_email a {
	color:#ff7200;
}
.testimonial_page_banner {
    background: url(../images/testimonial-banner.jpg) #333 no-repeat center left;
    background-size: cover;
    padding: 85px 0;
}
.testimonial_page_container {
    padding: 30px 0 60px;
}
.testimonial_block {
	padding:0 30px 40px 365px;
	position:relative;
	min-height:300px;
	margin-top:95px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
}
.testimonial_block_heading {
	color:#ff7200;
	font-family: 'CenturyGothic-Bold';
	font-size:25px;
	padding-top: 40px;
}
.testimonial_block_text {
	color:#000;
    font-family: 'CenturyGothic';
	font-size:17px;
	margin-top:10px;
}
.testimonial_block img {
	border:10px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
	position:absolute;
	top:-50px;
	left:30px;
	width:300px;
}
.testimonial_block iframe {
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.18);
    position: absolute;
    top: -50px;
    left: 30px;
    width: 300px;
}
.inner_page_contact_strip {
	background:#ff7200;
	padding: 40px 0 20px;
	text-align:center;
}
.inner_page_contact_strip_heading {
	color:#fff;
    font-family: 'CenturyGothic-Bold';
	font-size:20px;
	padding:0 15%;
}
.inner_contact_btn {
	display:inline-block;
	background:#fff;
	border-radius:30px;
	margin-top:20px;
	color:#ff7200 !important;
    font-family: 'CenturyGothic-Bold';
	font-size:17px;
	padding:10px 30px;
}
.booking_page_banner {
	background:url(../images/booking_page_banner.jpg) #333 no-repeat center left;
	background-size:cover;
	padding: 63px 0;
}
.booking_page_container {
	background:#F3F5F6;
	padding:60px 0 0;
	overflow: hidden;
}
.booking_page_left_section {
	background: #fff;
	padding: 60px 30px 60px;
	border: solid 1px #c2c8cd;
}
.booking_page_left_heading {
	color: #043d5b;
	font-family: 'CenturyGothic-Bold';
	font-size: 30px;
	line-height:40px;
}
.booking_page_left_text {
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 18px;
	margin-top: 10px;
}
.booking_page_left_subheading {
	color: #043d5b;
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	margin-top:20px;
}
.booking_page_left_list {
	margin-top:10px;
}
.booking_page_left_list ul {
	padding: 0 0 18px;
	margin:0;
}
.booking_page_left_list ul li {
	list-style:none;
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 17px;
	position:relative;
	padding-left:20px;
	margin-top:2px;
}
.booking_page_left_list ul li a {
	color: #043d5b;
}
.booking_page_left_list ul li:before {
	font-family:'FontAwesome';
	content:"\f058";
	color:#ff7200;
	position:absolute;
	top:0;
	left:0;
}
.advantage_page_banner {
	background:url(../images/advantage_page_banner.jpg) #333 no-repeat center left;
	background-size:cover;
	padding: 85px 0;
}
.advantage_page_top_section {
	padding:60px 0;
	background: #F0F0F0;
}
.advantage_page_top_section2 {
	padding:60px 0;
}
.advantage_page_heading {
	color: #043d5b;
	font-family: 'CenturyGothic-Bold';
	font-size: 28px;
}
.advantage_page_heading1 {
	margin-top:70px;
}
.advantage_page_heading2 {
	margin-top:85px;
}
.advantage_page_heading3 {
	margin-top:35px;
}
.advantage_page_heading4 {
	margin-top:45px;
}
.advantage_page_text {
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 17px;
	margin-top: 10px;
	text-align:justify;
}
.advantage_page_top_block {
    padding: 60px 0;
	text-align:center;
}
.advantage_page_top_block_text {
	color: #176ba3;
	font-family: 'CenturyGothic-Bold';
	font-size: 20px;
}
.advantage_page_top_block_text2 {
	color: #ff7200;
	font-family: 'CenturyGothic-Bold';
	font-size: 25px;
}
.advantage_page_list {
	margin-top:20px;
}
.advantage_page_list ul {
	padding: 0 0 18px;
	margin:0;
}
.advantage_page_list ul li {
	list-style:none;
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 16px;
	position:relative;
	padding-left:20px;
	margin-top:2px;
}
.advantage_page_list ul li:before {
	font-family:'FontAwesome';
	content:"\f058";
	color:#ff7200;
	position:absolute;
	top:0;
	left:0;
}

.product_page_container {
	padding: 30px 0 60px;
}
.product_page_block {
	margin-top:40px;
}
.product_page_block_image img {
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
}
.product_page_block_title {
	color: #043d5b;
	font-family: 'CenturyGothic-Bold';
	font-size: 28px;
	margin-top: 75px;
}
.product_page_block_descriptiom {
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 18px;
	margin-top: 5px;
}
.day_page_container {
	padding: 60px 0;
}
.product_page_main_container {
	padding: 20px 0 60px;
	text-align: center;
}
.product_page_main_block {
	margin-top: 30px;
	padding: 0 30px;
}
.product_page_main_block img {
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 23px 0px rgba(0,0,0,0.20);
}
.product_page_main_block_text {
	color: #043d5b;
	font-family: 'CenturyGothic-Bold';
	font-size: 25px;
}
.why_page_banner {
	background:url(../images/why_banner.jpg) #333 no-repeat center left;
	background-size:cover;
	padding: 87px 0;
}
.why_page_container1 {
	padding: 60px 0 0;
}
.why_page_container2 {
	padding: 60px 0 0;
}
.why_page_container3 {
	padding: 60px 0 ;
}
.why_content_page_heading1 {
    color: #043d5b;
    font-family: 'CenturyGothic-Bold';
    font-size: 32px;
    margin-top: 70px;
}
.why_content_page_heading2 {
    color: #043d5b;
    font-family: 'CenturyGothic-Bold';
    font-size: 32px;
    margin-top: 40px;
}
.why_content_page_heading4 {
    color: #043d5b;
    font-family: 'CenturyGothic-Bold';
    font-size: 29px;
    margin-top: 0px;
}


/*========================*/

.home_banner_slide1_content {
	display: inline-block;
	vertical-align: top;
	padding: 55px 0 0 135px;
}
.home_banner_slide1_content_heading {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    color: #ff7200;
    text-shadow: 1px 2px 5px rgba(6, 5, 5, 0.8);
    font-weight: 600;
}
.banner_xmas_list {
	padding: 0;
	margin: 0;
}
.banner_xmas_list li {
	list-style: none;
	padding-left: 28px;
	font-family: 'CenturyGothic-Bold';
	font-size: 20px;
	color: #043d5b;
	position: relative;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 10px;
	/*text-shadow: 1px 1px 27px rgba(255, 255, 0, 0.8);*/
}
.banner_xmas_list li:before {
	position: absolute;
	content: "";
	top: 9px;
	left: 7px;
	width: 12px;
	height: 12px;
	background: #0092de;
}
.banner_xmas_list_price {
    font-family: 'CenturyGothic-Bold';
    font-size: 25px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    background: #0092de;
    padding: 0 30px 0 15px;
    line-height: 54px;
	position: relative;
}
/*.banner_xmas_list_price:before {
	background:url(../images/bell2.png) no-repeat;
	background-size:100%;
	width: 50px;
	height: 55px;
	top: -19px;
	right: -23px;
	position: absolute;
	content: "";
	z-index: 9;
}*/
.banner_xmas_list_price strong {
    font-size: 45px;
    color: #fff;
}
.banner_xmas_list_last_text {
	font-family: 'CenturyGothic-Bold';
	font-size: 15px;
	color: #043d5b;
	margin-top: 10px;
}

.home_banner_section {
	position: relative;
}
/*.home_banner_section:before {
	background:url(../images/bell1.png) no-repeat;
	background-size:100%;
	width: 150px;
	height: 200px;
	top: 0;
	right: 0;
	position: absolute;
	content: "";
	z-index: 9;
}
.home_banner_section:after {
	background:url(../images/tinsel2.png) repeat-x;
	background-size:150px;
	width:100%;
	height:55px;
	bottom: -23px;
	left: 0;
	position: absolute;
	content: "";
	z-index: 9;
}
.home_banner_section:after {
	background:url(../images/ball1.png) no-repeat;
	background-size: 100%;
	width: 125px;
	height: 217px;
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	z-index: 9;
}*/

/*========================*/


.home_product_block_btn {
    display: inline-block;
    color: #fff !important;
    font-family: 'CenturyGothic-Bold';
    font-size: 16px;
    text-transform: uppercase;
    background: #ff7200;
    border-radius: 0;
    padding: 10px 25px;
    margin-top: 15px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*========== Landing Page ===========*/

.landing_header {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	padding: 15px 0;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.darkHeader2 {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.landing_header_contact {
	text-align: right;
}
.landing_header_contact_toptext {
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #000;
}
.landing_header_contact_number1 {
	font-family: 'CenturyGothic-Bold';
	font-size: 28px;
	color: #176ba3;
	line-height: 20px;
}
.landing_header_contact_number1 a {
	color: #176ba3;
}
.landing_header_contact_number2 {
	background: #176ba3;
	padding: 3px 15px;
	display: inline-block;
	font-family: 'CenturyGothic';
	font-size: 20px;
	color: #fff !important;
	border-radius: 30px;
	margin-top: 7px;
}
.landing_logo {
	margin-top: 13px;
}
.landing_banner_section {
	background: url(../images/landing_banner.jpg) no-repeat;
	background-size: cover;
	margin-top: 115px;
	padding: 45px 0 0;
}
.landing_banner_form_section {
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.22);
	margin-bottom: -30px;
}
.landing_banner_form_section_heading {
	position: relative;
	font-family: 'gethobold';
	color: #fff;
	background: #176ba3;
	font-size: 19px;
	padding: 14px 25px;
	margin-right: 25px;
	margin-left: -25px;
}
.landing_banner_form_section_heading:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 15px solid #1c2a34;
	border-left: 20px solid transparent;
}
.landing_banner_form {
	padding: 18px 28px 20px;
}
.landing_why_section {
	padding: 55px 0 65px;
	text-align: center;
}
.landing_why_section_heading {
	font-family: 'CenturyGothic-Bold';
	font-size: 40px;
	color: #176ba3;
}
.landing_why_section_inner {
	position: relative;
	margin-top: 25px;
	padding-top: 35px;
}
.landing_why_section_inner:before {
	position: absolute;
	content: "";
	border: 1px dashed #333;
	width: 100%;
	height: 450px;
	left: 0;
	top: 0;
	border-radius: 30px;
}
.landing_why_section_inner_top_text {
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	padding: 0 8%;
}
.landing_why_block {
	margin-top: 35px;
}
.landing_why_block img {
	border: 1px solid #000;
	border-radius: 20px;
	padding:32px 42px;
	background: #fff;
}
.landing_why_block_text {
	font-family: 'gethobold';
	color: #043c5b;
	font-size: 19px;
	margin-top: 10px;
}
.landing_call_section {
	background: url(../images/landing_call_bg.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 70px 0 42px;
}
.landing_call_section_text {
	font-family: 'CenturyGothic-Bold';
	font-size: 25px;
	color: #fff;
	padding: 0 20%;
}
.landing_call_section_btn {
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	color: #004e82 !important;
	border-radius: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_call_section_btn:hover {
	background: #004e82;
	color: #fff !important;
}
.landing_product_section {
	text-align: center;
	padding: 45px 0 100px;
}
.landing_product_block {
	margin-top: 40px;
}
.landing_product_block img {
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.46);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.46);
	border-radius: 50%;
}
.landing_product_block_text {
	font-family: 'gethobold';
	color: #176ba3;
	font-size: 26px;
	margin-top: 20px;
}
.landing_special_offer_section {
	background: url(../images/landing_special.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.landing_special_offer_section_left {
	margin-top: -37px;
}
.landing_special_offer_section_mid {
	position: absolute;
	bottom: -50px;
	left: 40%;
}
.landing_special_offer_section_right {
	text-align: right;
	margin-top: 240px;
}
.landing_special_offer_section span {
	display: inline-block;
	text-align: center;
}
.landing_offer_btn1 {
	background: #fff;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 10px;
	font-family: 'CenturyGothic-Bold';
	font-size: 18px;
	color: #004e82 !important;
}
.landing_offer_btn2 {
	background: #004e82;
	display: inline-block;
	padding: 9px 17px 8px;
	border-radius: 10px;
	font-family: 'gethobold';
	font-size: 19px;
	color: #fff !important;
	margin-top: 10px;
}
.landing_testimonial_section {
	text-align: center;
	padding: 85px 0 60px;
}
.landing_footer_top {
	background: url(../images/footer_new_pattern.png) #003e67 repeat;
	padding: 50px 0 40px;
	text-align: center;
    background-size: 150px;
}
.landing_footer_top_block img {
	background: #fff;
	border-radius: 50%;
}
.landing_footer_top_block_text {
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	color: #7ab2ff;
	margin-top: 10px;
}
.landing_footer_top_block_text a {
	color: #7ab2ff !important;
}
.landing_footer_bottom {
	background: #000;
	padding: 25px 0;
	text-align: center;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #9d9d9d;
}
.landing_offer_input input {
    width:100%;
    min-height:42px;
    border-radius:0px;
    border:1px solid #176ba3 !important;
    margin-top:12px;
    font-family: 'CenturyGothic';
    color:#000;
    font-size:15px;
}
.landing_offer_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.landing_offer_input input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.landing_offer_input input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.landing_offer_input input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.landing_offer_radio_heading {
    margin:12px 0;
    font-family: 'CenturyGothic';
    color:#333;
    font-size:15px;
}
.landing_offer_radio .wpcf7-list-item {
    margin:0 14px 0 0 !important;
}
.landing_offer_radio .wpcf7-list-item label {
    font-weight:400;
    font-family: 'CenturyGothic';
    color:#333;
    font-size:15px;
}
.landing_offer_btn input {
    background:#043c5b !important;
    width:100%;
    min-height:42px;
    border-radius: 0px !important;
    border:none !important;
    margin-top:12px;
    font-family: 'CenturyGothic';
    font-size:15px;
}
.landing_testimonial_slide {
    padding:0 12%;
}

/*========= Landing Page End =========*/
.thankyou_page_container {
	padding:70px 0 50px;
	text-align:center;
}
.thankyou_page_text {
	font-family: 'CenturyGothic-Bold';
	font-size: 18px;
	color:#000;
}
.thankyou_page_btn {
	display:inline-block;
	color: #fff !important;
    font-family: 'CenturyGothic-Bold';
	font-size:18px;
	text-transform:uppercase;
	background:#ff7200;
	border-radius:30px;
	padding:10px 25px;
	margin-top:25px;
	-moz-transition: all 0.5s ease 0s !important;
	-webkit-transition: all 0.5s ease 0s !important;
	transition: all 0.5s ease 0s !important;
}
.thankyou_page_btn:hover {
	background:#043d5b;
}
.ndis_logo {
	margin-top:3px;
}
.ndis_page_image {
	margin-top:50px;
}
.ndis_page_bottom_section {
	background:#176ba3;
	padding: 50px 0 30px;
	text-align:justify;
	color: #fff;
	font-family: 'CenturyGothic';
	font-size: 17px;
}
.ndis_page_link {
    background: #ff7200;
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 15px 0;
}
.ndis_bottom_image {
    margin-top: 60px;
}
.ndis_page_top_text {
    color: #000;
    font-family: 'CenturyGothic';
    font-size: 17px;
    margin-top: 10px;
    text-align: justify;
}
.wpfFilterWrapper {
	background: #efefef;
	border: 1px solid #e3e3e3;
	font-family: 'CenturyGothic';
	color: #535353;
	padding: 18px 15px !important;
}
.wpfFilterWrapper .wfpTitle {
    color: #043d5b;
	text-transform: uppercase;
}
.wpfFilterWrapper .fa-chevron-down, .wpfFilterWrapper .fa-chevron-up {
    margin-top: -3px;
}
.wpfFilterWrapper ul li {
    border-bottom: 1px dashed #b5b5b5;
    padding-top: 4px;
    padding-bottom: 7px;
}
.wpfFilterWrapper ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.wpfFilterContent {
    margin-top: 15px;
}
.product-listing-right {
	margin-top: 50px;
}
.product-listing-filter {
    margin-top: 40px;
}
.woocommerce .woocommerce-ordering select {
	background: url(../images/product_arrow.png) #efefef no-repeat 98%;
	padding: 9px 40px 9px 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	font-family: 'CenturyGothic';
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    padding: 0 15px 15px !important;
}
.woocommerce ul.products li.product a img {
    border-bottom: 1px solid #ddd;
}
.woocommerce-loop-product__title {
    font-family: 'CenturyGothic-Bold';
    color: #043d5b;
    font-size: 22px !important;
    font-weight: 400;
}
.woocommerce ul.products li.product .price {
    font-family: 'CenturyGothic';
    color: #404142 !important;
    font-size: 15px !important;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
	font-family: 'CenturyGothic-Bold';
    color: #ff7200 !important;
    font-size: 18px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: url(../images/view_icon.png) #043d5b no-repeat !important;
    color: #fff !important;
    border-radius: 30px !important;
	display: inline-block !important;
    font-family: 'CenturyGothic';
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 15px 23px 15px 42px !important;
    background-position: 11px 14px !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #ff7200 !important;
}
.margintop55 {
	margin-top: 50px;
}
.woocommerce-product-gallery__image {
    border: 1px solid #ddd;
}
.woocommerce div.product .product_title {
	font-family: 'CenturyGothic-Bold';
    color: #043d5b;
    font-size: 26px !important;
    font-weight: 400;
	text-transform: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-family: 'CenturyGothic';
    color: #404142 !important;
    font-size: 18px !important;
}
.woocommerce div.product p.price .woocommerce-Price-amount, .woocommerce div.product span.price .woocommerce-Price-amount {
	font-family: 'CenturyGothic-Bold';
    color: #ff7200 !important;
    font-size: 25px !important;
}
.woocommerce-product-details__short-description {
	font-family: 'CenturyGothic';
	color: #666 !important;
	font-size: 16px !important;
}
.product_short_title {
	font-family: 'CenturyGothic-Bold';
	color: #666;
	font-size: 18px;
}
.product_meta {
	font-family: 'CenturyGothic';
	color: #333;
	font-size: 16px;
}
.product_meta a {
	font-family: 'CenturyGothic-Bold';
	color: #ff7200;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background-color: #e0dede !important;
    border-radius: 0 !important;
	font-family: 'CenturyGothic';
	padding: 0 !important;
	margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400 !important;
	padding: 12px 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #252525 !important;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #ccc;
    border-radius: 0px;
    border-top: none;
    padding: 30px 15px 20px !important;
	font-family: 'CenturyGothic';
}
.related h2 {
	font-family: 'CenturyGothic-Bold';
	font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb {
    font-family: 'CenturyGothic';
}
.ui-slider.ui-widget-content .ui-slider-handle {
    background: #043d5b !important;
    border-radius: 50% !important;
    width: 16px;
    height: 16px;
}
.wpfFilterWrapper .ui-slider-horizontal {
    height: 5px !important;
}
.variations .label {
    color: #333;
    font-family: 'CenturyGothic';
    font-size: 18px;
    line-height: 44px !important;
}
.variations select {
    background: url(../images/product_arrow.png) #efefef no-repeat 98%;
    padding: 9px 40px 9px 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-family: 'CenturyGothic';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce div.product form.cart .reset_variations {
    color: #ff7200;
	font-family: 'CenturyGothic';
}
.sku_wrapper {
	display:block;
}
.listing_desc .product_short_title {
	display:none;
}
.listing_desc p {
	margin-bottom:0px !important;
}
.listing_desc {
    color: #666;
    font-family: 'CenturyGothic';
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 15px;
	min-height: 82px;
}
.woocommerce span.onsale {
    border-radius: 0px !important;
    background-color: #ff7200 !important;
    font-family: 'CenturyGothic-Bold' !important;
    padding: 10px 15px !important;
    font-size: 15px !important;
    line-height: normal !important;
    min-height: auto !important;
    text-transform: uppercase;
}
.woocommerce-products-header .product_short_title {
	display:none;
}

/*============== Landing Page Start ===============*/

.landing_footer {
	background: #043d5b;
	padding: 30px 0;
	font-family: 'CenturyGothic';
}
.landing_footer_left {
	color: #fff;
}
.landing_footer_left a {
	color: #fff;
}
.landing_footer_btn a {
	display: inline-block;
	color: #fff !important;
	font-family: 'CenturyGothic-Bold';
	font-size: 16px;
	text-transform: uppercase;
	background: #ff7200;
	border-radius: 0;
	padding: 10px 25px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_footer_mid {
	position: relative;
	padding-left: 85px;
	color: #fff;
	font-size: 13px;
}
.landing_footer_mid img {
	position: absolute;
	top: 0;
	left: 15px;
}
.landing_footer_right {
	position: relative;
	padding-left: 85px;
	color: #fff;
	font-size: 13px;
}
.landing_footer_right img {
	position: absolute;
	top: 0;
	left: 25px;
}
.new_landing_banner {
	background: url(../images/new_landing_banner.jpg) #3c3b40 no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.new_landing_banner_heading {
    font-family: 'CenturyGothic-Bold';
    color: #fff;
    font-size: 48px;
    line-height: 55px;
}
.new_landing_banner_subheading {
    color: #ff7200;
    font-size: 32px;
    line-height: 35px;
	font-family: 'CenturyGothic';
	margin-top: 20px;
}
.health_issue_section {
	padding: 50px 0;
	text-align: center;
}
.health_issue_section_heading {
	font-family: 'CenturyGothic-Bold';
    color: #222;
    font-size: 35px;
}
.health_issue_block {
	margin-top: 40px;
}
.health_issue_block img {
	height: 105px !important;
}
.health_issue_block_text {
	color: #222;
    font-size: 20px;
	font-family: 'CenturyGothic';
	margin-top: 10px;
}
.new_adj_bed_section {
	background: rgba(235,235,235,1);
	padding: 50px 0;
	text-align: center;
}
.new_landing_book_section {
	background: #043d5b;
	padding: 50px 0;
	text-align: center;
}
.new_landing_book_section_heading {
	font-family: 'CenturyGothic-Bold';
    color: #fff;
    font-size: 35px;
}
.new_landing_book_section_text {
	color: #fff;
    font-size: 25px;
	font-family: 'CenturyGothic';
}
.new_landing_book_section_btn {
	display: inline-block;
	color: #fff !important;
	font-family: 'CenturyGothic-Bold';
	font-size: 16px;
	text-transform: uppercase;
	background: #ff7200;
	border-radius: 0;
	padding: 10px 25px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.new_landing_table_section {
	background: url(../images/landing_table_bg.jpg) #3c3b40 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
}
.new_landing_table_section_heading {
	font-family: 'CenturyGothic-Bold';
    color: #fff;
    font-size: 35px;
	text-align: center;
	margin: 0 0 30px;
}
#comparetable {
	background: #fff;
	font-family: 'CenturyGothic';
	text-align: center;
}
#comparetable tr td {
	text-align: center;
}
.table .custom-data {
	width: 33%;
}
#comparetable img {
	width: 22px;
}
.landing_table_ultimate {
	padding-right: 0;
}
.landing_table_smart {
	padding-left: 0;
}
.landing_table_top_section {
    padding: 25px;
    text-align: center;
    color: #fff;
	min-height: 215px;
}
.landing_table_top_section_heading {
	font-family: 'CenturyGothic-Bold';
    font-size: 35px;
}
.landing_table_top_section_text {
	font-family: 'CenturyGothic';
	font-size: 18px;
}
.landing_table_top_img_section {
    background: #fff;
    text-align: center;
    padding: 35px 35px 25px;
}
.table_spec_icon {
    height: 55px;
    margin-top: 20px;
}
.new_landing_choose_section {
	padding: 50px 0;
}
.new_landing_choose_section_heading {
	font-family: 'CenturyGothic-Bold';
	color: #222;
	font-size: 35px;
	margin-top: 55px;
}
.new_landing_choose_section_text {
    color: #222;
    font-size: 20px;
    font-family: 'CenturyGothic';
    margin: 10px 0 25px;
}
.new_landing_choose_img img {
    border-radius: 50%;
}
.new_landing_stat_section {
	background: #176ba3;
	padding: 50px 0;
	text-align: center;;
}
.new_landing_stat_section_number {
    font-family: 'CenturyGothic-Bold';
    color: #ff7200;
    font-size: 80px;
    line-height: 80px;
}
.new_landing_stat_section_heading {
    font-family: 'CenturyGothic-Bold';
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    margin-top: 10px;
}
.new_landing_stat_section_text {
	font-family: 'CenturyGothic';
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}
.new_landing_story_section {
	padding: 50px 0;
}
.new_landing_story_section_heading {
	font-family: 'CenturyGothic-Bold';
	color: #222;
	font-size: 35px;
}
.new_landing_story_section_text {
    color: #222;
    font-size: 18px;
    font-family: 'CenturyGothic';
    margin: 10px 0 0;
}
.header_form {
	background: #176ba3;
	padding: 30px 30px 10px;
}
.header_form_heading {
    font-family: 'CenturyGothic';
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
	margin-bottom:10px;
}
.header_form_input input {
	width: 100%;
	margin-top: 10px;
	min-height: 45px;
	border-radius: 0px;
	border: none !important;
	font-family: 'CenturyGothic';
}
.header_form_input .wpcf7-submit {
	font-size: 15px;
	background: #ff7200 !important;
}
.new_landing_condition_text {
	font-family: 'CenturyGothic';
	font-size: 13px;
}
.new_health_box {
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
	text-align: left;
	padding: 25px;
}
.new_health_box_heading {
    font-family: 'CenturyGothic-Bold';
    color: #222;
    font-size: 25px;
}
.new_health_box_text {
    color: #222;
    font-size: 18px;
    font-family: 'CenturyGothic';
    margin-top: 10px;
}
.new_health_box_list ul {
	padding: 0;
	margin: 10px 0 0;
}
.new_health_box_list ul li {
	padding-left: 25px;
	color: #222;
    font-size: 18px;
    font-family: 'CenturyGothic';
	position: relative;
	list-style: none;
}
.new_health_box_list ul li:before {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	background: url(../images/landing_price_check.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 20px;
}
.new_health_box_img {
	text-align: center;
	margin-top: 30px;
}
.confidence_sub_text {
	margin-bottom: 30px;
}
.landing4_banner {
	background: url(../images/landing4_banner.jpg) #667980 no-repeat center;
	background-size: cover;
	padding: 50px 0 80px;
}
.landing4_banner_heading {
    font-family: 'CenturyGothic-Bold';
    color: #fff;
    font-size: 48px;
    line-height: 55px;
	margin: 50px 0;
}
.landing4_banner_subheading {
    color: #ff7200;
    font-size: 32px;
    line-height: 35px;
    font-family: 'CenturyGothic';
	margin: 25px 0;
}
.check_list ul {
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
}
.check_list ul li {
	padding-left: 45px;
	color: #fff;
    font-size: 18px;
    font-family: 'CenturyGothic';
	position: relative;
	list-style: none;
	margin-top: 30px;
}
.check_list ul li:before {
	position: absolute;
	content: "";
	top: -2px;
	left: 0;
	background: url(../images/check_list_icon.png) no-repeat;
	background-size: 100%;
	width: 35px;
	height: 35px;
}
.cross_list ul {
	padding: 0;
	margin: 10px 0 0;
	text-align: left;
}
.cross_list ul li {
	padding-left: 45px;
	color: #fff;
    font-size: 18px;
    font-family: 'CenturyGothic';
	position: relative;
	list-style: none;
	margin-top: 30px;
}
.cross_list ul li:before {
	position: absolute;
	content: "";
	top: -2px;
	left: 0;
	background: url(../images/cross_list_icon.png) no-repeat;
	background-size: 100%;
	width: 35px;
	height: 35px;
}
.landing4_choose_img {
	margin-top: 15px;
}
.square_img img {
	border: 1px solid #ff7200;
	padding: 10px;
}
.hubspot-link__container {
    padding-bottom: 5px !important;
}
.hs-button {
    background-color: #ff7200 !important;
    border-color: #ff7200 !important;
    width: 100%;
}

/*============== Landing Page End ===============*/

.home_hubspot_section {
    background: #e2f3ff;
    text-align: center;
    padding: 50px 0;
}
.home_hubspot_section_text {
    font-family: 'CenturyGothic';
    color: #333;
    font-size: 20px;
    margin-top: 5px;
    padding-bottom: 35px;
}
.ebook_img {
	margin-top: 40px;
}
.home_video_section {
    text-align: center;
    padding: 50px 0 0;
}
.comfort_page_white_heading {
    color: #fff;
    font-family: 'CenturyGothic-Bold';
    font-size: 30px;
}
.comfort_page_white_text {
    color: #fff;
    font-family: 'CenturyGothic';
    font-size: 17px;
    margin-top: 10px;
}
.woocommerce {
    margin-top: 40px;
}
.header_cart {
  text-align: right;
  margin-top: 16px;
}
.header_cart a {
  position: relative;
  display: inline-block;
  padding: 5px 12px 0 0;
  width: 45px;
}
.header_cart_count {
  background: #043d5b;
  color: #fff !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  padding-top: 1px;
}
.home_banner_bottom_section {
	padding: 60px 0;
	background: #ffd4b2;
	text-align: center;
}






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

@media only screen and (max-width : 320px)
{
.header_cart {
  margin-top: 40px;
}
.new_landing_header {
	text-align:center;
}
.new_landing_header .logo {
	width:100%;
}
.new_landing_header .ndis_logo_landing {
    width: 100%;
    float: left;
}
.new_landing_banner_heading {
    font-size: 32px;
    line-height: 38px;
}
.new_landing_banner_subheading {
    font-size: 22px;
    line-height: 29px;
    margin: 15px 0 25px;
}
.header_form {
    padding: 30px 20px 10px;
	margin-top: 20px;
}
.health_issue_section_heading {
    font-size: 27px;
}
.health_issue_block img {
    height: 80px !important;
}
.new_landing_book_section_heading {
    font-size: 28px;
}
.new_landing_book_section_text {
    font-size: 20px;
}
.new_landing_table_section_heading {
    font-size: 28px;
}
.landing_table_ultimate {
    padding-right: 15px;
}
.landing_table_smart {
    padding-left: 15px;
    margin-top: 25px;
}
.landing_table_top_section {
    min-height: auto;
}
.landing_table_top_section_heading {
    font-size: 28px;
}
.desktop_table {
    display: none;
}
.mobile_table {
    display: block !important;
}
.new_landing_choose_section_heading {
    font-size: 28px;
    margin-top: 0;
}
.new_landing_choose_section_text {
    font-size: 18px;
}
.new_landing_choose_img {
    margin-top: 20px;
}
.new_landing_stat_section_number {
    font-size: 60px;
    line-height: 65px;
}
.new_landing_stat_section_text {
    margin-bottom: 20px;
}
.new_landing_stat_section {
    padding: 40px 0 20px;
}
.landing_footer_right {
    width: 277px;
    margin-top: 20px;
}
.landing_footer_mid {
    margin-top: 20px;
}
.new_health_box_img {
    margin-top: 0;
    margin-bottom: 20px;
}
.new_landing_story_section_heading {
    font-size: 28px;
}
.landing4_banner_heading {
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0;
}
.landing4_banner_subheading {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0;
}
.landing4_banner {
    padding: 20px 0 40px;
}	
	
	
.ndis_page_image {
    margin-top: 0px;
}
.ndis_bottom_image {
    margin-top: 0;
    margin-bottom: 20px;
}
.ndis_page_bottom_section {
    font-size: 16px;
	padding: 30px 0 15px;
}
.ndis_page_top_text {
    font-size: 16px;
}
	
.ndis_logo {
    margin-top: 0;
    padding-left: 0;
}
.ndis_logo img {
    width:48px;
}
.landing_header {
    position: static;
    text-align: center;
}
.landing_logo img {
    width:200px;
}
.landing_header_contact {
    text-align: center;
    margin-top: 10px;
}
.landing_logo {
    margin-top: 0;
}
.landing_banner_section {
    margin-top: 0;
}
.landing_banner_section_left_image {
    text-align:center;
    margin-bottom:20px;
}
.landing_why_section_heading {
    font-size: 30px;
}
.landing_call_section {
    padding: 30px 0;
}    
.landing_call_section_text {
    font-size: 21px;
    padding: 0px;
}
.landing_call_section_btn {
    font-size: 18px;
}
.landing_special_offer_section_mid {
    position: static;
    text-align: center;
}
.landing_special_offer_section_right {
    text-align: center;
    margin-top: 20px;
}
.landing_special_offer_section {
    padding: 0 0 30px;
}
.landing_special_offer_section_left {
    margin-top: -22px;
}
.landing_product_section {
    padding: 30px 0 50px;
}
.landing_testimonial_section {
    padding: 30px 0 55px;
}
.landing_testimonial_slide {
    padding: 0;
}
.landing_footer_top_block {
    margin-top:25px;
}
.landing_footer_top_block img {
    width: 75px;
}
.landing_footer_top {
    padding: 20px 0 35px;
}
.landing_footer_bottom {
    padding: 15px 0;
}


    
    
.header_top {
    padding: 12px 0;
}	
.logo img {
	width: 175px;
}
.header_search {
	display: none;
}
.header_contact {
    text-align: center;
    padding-left: 15px;
    margin-top: 15px;
    border-top: 3px solid #0092de;
    padding-top: 10px;
}
.menu-toggle::before {
    color: #000 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: 12px !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 0px !important;
}
.menu_main ul li a {
    font-size: 14px;
    padding: 10px 0;
}
.menu_main ul li::before {
	display: none;
}
.home_banner_section::before {
    width: 34px;
    height: 46px;
}
.home_banner_section::after {
    width: 28px;
    height: 50px;
}
.ms-slide-info {
	left:15px;
	top: -6px;
}
.home_banner_info {
    width: 100px;
    height: 75px;
    padding-top: 22px;
}
.home_banner_info::before {
    width: 50px;
    height: 22px;
    top: -4px;
    left: 25px;
}
.home_banner_info_text {
    font-size: 9px;
}
.home_banner_btn {
    font-size: 5px;
    padding: 6px 5px;
	margin-top: 0px;
}
.home_banner_slide1_content {
    padding: 0 0 0 10px;
}
.home_banner_slide1_content_heading {
    font-size: 18px;
}
.banner_xmas_list li {
    padding-left: 15px;
    font-size: 10px;
    margin-top: 1px;
}
.banner_xmas_list li::before {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
}
.banner_xmas_list_price {
    font-size: 8px;
    margin-top: 4px;
    line-height: 20px;
}
.banner_xmas_list_price::before {
    width: 30px;
    height: 32px;
    top: -10px;
    right: -13px;
}
.banner_xmas_list_price strong {
    font-size: 15px;
}
.banner_xmas_list_last_text {
    font-size: 7px;
    margin-top: 0;
}
.home_banner_info_2nd_text {
    font-size: 13px;
    line-height: 18px;
    padding: 25px 0 0 10px;
}
.home_about_section {
    padding: 30px 0;
}
.home_about_section_heading {
    font-size: 35px;
}
.home_about_section_text {
    font-size: 15px;
}
.home_product_section_heading2 {
    font-size: 35px;
}
.home_product_block_text {
    font-size: 12px;
    padding: 5px 3px;
}
.home_product_btn {
    font-size: 16px;
    padding: 10px 25px;
	margin-top: 30px;
}
.home_product_section {
    padding: 0 0 35px;
}
.home_contact_block img {
    width: 65px;
}
.home_contact_block {
    margin-top: 15px;
}
.home_contact_section {
    padding: 15px 0 30px;
}
.footer_social i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.footer_social {
    padding: 0;
    height: 35px !important;
}
.footer_menu ul li {
    display: block;
    margin: 0;
    padding: 8px 0;
	border-bottom: 1px solid #3a8ec6;
}
.footer_menu ul li:last-child {
	border-bottom: none;
}
.footer_menu ul li::before {
	display: none;
}
.footer_menu ul li a {
	font-size: 14px;
}
.footer_menu {
    padding: 8px 15px;
}
.footer_bottom {
    font-size: 13px;
    padding: 18px 0;
}
.home_contact_phone {
    font-size: 25px;
}
.about_page_banner {
    padding: 11px 0;
}
.inner_banner_heading {
    font-size: 20px;
    line-height: 19px;
}
.inner_banner_text {
    font-size: 15px;
    margin-top: 0px;
}
.about_page_top_section_text {
    font-size: 20px;
    padding: 0;
}
.about_page_top_section {
    padding: 30px 0;
}
.about_page_container1 {
    padding: 15px 0 0;
}
.about_content_page_heading {
    font-size: 20px;
    margin-top: 20px;
}
.about_content_image {
	margin-top: 20px;
}
.about_page_container2 {
    padding: 30px 0;
}
.inner_page_contact_strip_heading {
    padding: 0;
	font-size: 15px;
}
.inner_page_contact_strip {
    padding: 18px 0 5px;
}
.advantage_page_banner {
    padding: 40px 0;
}
.product_page_block_image {
	text-align: center;
}
.product_page_block_image img {
	width: 200px;
}
.product_page_main_container {
    padding: 10px 0 15px;
}
.product_page_main_block {
	text-align: center;
	}
.product_page_main_block img {
	width: 200px;
}
.product_page_container {
    padding: 0px 0 20px;
}
.contact_banner_heading {
    font-size: 17px;
    line-height: 25px;
}
.advantage_page_top_block {
    padding: 30px 0;
}
.advantage_page_top_block_text {
    font-size: 17px;
}
.advantage_page_top_block_text2 {
    font-size: 20px;
}
.advantage_page_top_section {
    padding: 30px 0;
}
.advantage_page_heading1 {
    margin-top: 20px;
}
.advantage_page_heading {
    font-size: 23px;
}
.advantage_page_top_section2 {
    padding: 0 0 30px;
}
.advantage_page_text {
    font-size: 17px;
}
.advantage_image2 {
	margin-top: 25px;
}
.advantage_page_heading2 {
    margin-top: 20px;
}
.advantage_image4 {
	margin-top: 25px;
}
.advantage_page_heading4 {
    margin-top: 20px;
}
.advantage_page_bottom_section {
	padding: 30px 0;
}
.product_page_block_title {
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
}
.product_page_block_descriptiom {
    font-size: 17px;
    text-align: center;
}
.testimonial_page_banner {
    padding: 40px 0;
}
.testimonial_block {
	padding: 15px;
	margin: 15px 0;
}
.testimonial_block img {
    position: static;
}
	.testimonial_block iframe {
    position: static;
}
.testimonial_block_heading {
    font-size: 22px;
    padding-top: 0;
}
.testimonial_page_container {
    padding: 30px 0;
}
.why_page_banner {
    padding: 43px 0;
}
.why_content_page_heading1 {
    font-size: 25px;
    margin-top: 20px;
}
.why_page_container1 {
    padding: 30px 0 0;
}
.contact_banner_text {
    font-size: 16px;
    margin-top: 2px;
}
.about_content_page_text {
    font-size: 16px;
}
.why_content_page_heading2 {
    font-size: 25px;
    margin-top: 0px;
}
.why_page_container2 {
    padding: 30px 0 0;
}
.why_content_page_heading4 {
    font-size: 22px;
}
.why_page_container3 {
    padding: 0 0 30px;
}
.contact_page_banner {
    padding: 15px 0;
}
.contact_form_section_heading {
    font-size: 17px;
}
.contact_form_section {
    padding: 30px 0 20px;
}
.contact_page_bottom_section_heading {
    font-size: 30px;
}
.contact_page_bottom_section {
    padding: 30px 0;
}
.booking_page_banner {
    padding: 15px 0;
}
.booking_page_left_section {
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}
.booking_page_left_subheading {
    font-size: 20px;
}
.booking_page_left_heading {
    font-size: 20px;
    line-height: 30px;
}
.booking_page_container {
    padding: 40px 0 0;
}
.booking_page_left_text {
    font-size: 17px;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px)
{
.header_cart {
  margin-top: 40px;
}
.new_landing_header {
	text-align:center;
}
.new_landing_header .logo {
	width:100%;
}
.new_landing_header .ndis_logo_landing {
    width: 100%;
    float: left;
}
.new_landing_banner_heading {
    font-size: 32px;
    line-height: 38px;
}
.new_landing_banner_subheading {
    font-size: 22px;
    line-height: 29px;
    margin: 15px 0 25px;
}
.header_form {
    padding: 30px 20px 10px;
	margin-top: 20px;
}
.health_issue_section_heading {
    font-size: 27px;
}
.health_issue_block img {
    height: 80px !important;
}
.new_landing_book_section_heading {
    font-size: 28px;
}
.new_landing_book_section_text {
    font-size: 20px;
}
.new_landing_table_section_heading {
    font-size: 28px;
}
.landing_table_ultimate {
    padding-right: 15px;
}
.landing_table_smart {
    padding-left: 15px;
    margin-top: 25px;
}
.landing_table_top_section {
    min-height: auto;
}
.landing_table_top_section_heading {
    font-size: 28px;
}
.desktop_table {
    display: none;
}
.mobile_table {
    display: block !important;
}
.new_landing_choose_section_heading {
    font-size: 28px;
    margin-top: 0;
}
.new_landing_choose_section_text {
    font-size: 18px;
}
.new_landing_choose_img {
    margin-top: 20px;
}
.new_landing_stat_section_number {
    font-size: 60px;
    line-height: 65px;
}
.new_landing_stat_section_text {
    margin-bottom: 20px;
}
.new_landing_stat_section {
    padding: 40px 0 20px;
}
.landing_footer_right {
    width: 277px;
    margin-top: 20px;
}
.landing_footer_mid {
    margin-top: 20px;
}
.new_health_box_img {
    margin-top: 0;
    margin-bottom: 20px;
}
.new_landing_story_section_heading {
    font-size: 28px;
}
.landing4_banner_heading {
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0;
}
.landing4_banner_subheading {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0;
}
.landing4_banner {
    padding: 20px 0 40px;
}
	
	
.ndis_page_image {
    margin-top: 0px;
}
.ndis_bottom_image {
    margin-top: 0;
    margin-bottom: 20px;
}
.ndis_page_bottom_section {
    font-size: 16px;
	padding: 30px 0 15px;
}
.ndis_page_top_text {
    font-size: 16px;
}	
	
.ndis_logo {
    margin-top: 0;
    padding-left: 0;
}
.ndis_logo img {
    width:48px;
}
.landing_header {
    position: static;
    text-align: center;
}
.landing_logo img {
    width:200px;
}
.landing_header_contact {
    text-align: center;
    margin-top: 10px;
}
.landing_logo {
    margin-top: 0;
}
.landing_banner_section {
    margin-top: 0;
}
.landing_banner_section_left_image {
    text-align:center;
    margin-bottom:20px;
}
.landing_why_section_heading {
    font-size: 30px;
}
.landing_call_section {
    padding: 30px 0;
}    
.landing_call_section_text {
    font-size: 21px;
    padding: 0px;
}
.landing_call_section_btn {
    font-size: 18px;
}
.landing_special_offer_section_mid {
    position: static;
    text-align: center;
}
.landing_special_offer_section_right {
    text-align: center;
    margin-top: 20px;
}
.landing_special_offer_section {
    padding: 0 0 30px;
}
.landing_special_offer_section_left {
    margin-top: -26px;
}
.landing_product_section {
    padding: 30px 0 50px;
}
.landing_testimonial_section {
    padding: 30px 0 55px;
}
.landing_testimonial_slide {
    padding: 0;
}
.landing_footer_top_block {
    margin-top:25px;
}
.landing_footer_top_block img {
    width: 75px;
}
.landing_footer_top {
    padding: 20px 0 35px;
}
.landing_footer_bottom {
    padding: 15px 0;
}   
.landing_why_section_inner::before {
    height: 1820px;
}
    
    
    
    
    
.header_top {
    padding: 12px 0;
}	
.logo img {
	width: 175px;
}
.header_search {
	display: none;
}
.header_contact {
    text-align: center;
    padding-left: 15px;
    margin-top: 15px;
    border-top: 3px solid #0092de;
    padding-top: 10px;
}
.menu-toggle::before {
    color: #000 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: 12px !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 0px !important;
}
.menu_main ul li a {
    font-size: 14px;
    padding: 10px 0;
}
.menu_main ul li::before {
	display: none;
}
.home_banner_section::before {
    width: 34px;
    height: 46px;
}
.home_banner_section::after {
    width: 28px;
    height: 50px;
}
.ms-slide-info {
    left: 30px;
    top: 2px;
}
.home_banner_info {
    width: 100px;
    height: 77px;
    padding-top: 22px;
}
.home_banner_info::before {
    width: 50px;
    height: 22px;
    top: -4px;
    left: 25px;
}
.home_banner_info_text {
    font-size: 9px;
}
.home_banner_btn {
    font-size: 5px;
    padding: 6px 5px;
	margin-top: 0px;
}
.home_banner_slide1_content {
    padding: 0 0 0 10px;
}
.home_banner_slide1_content_heading {
    font-size: 18px;
}
.banner_xmas_list li {
    padding-left: 15px;
    font-size: 10px;
    margin-top: 1px;
}
.banner_xmas_list li::before {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
}
.banner_xmas_list_price {
    font-size: 8px;
    margin-top: 4px;
    line-height: 20px;
}
.banner_xmas_list_price::before {
    width: 30px;
    height: 32px;
    top: -10px;
    right: -13px;
}
.banner_xmas_list_price strong {
    font-size: 15px;
}
.banner_xmas_list_last_text {
    font-size: 7px;
    margin-top: 0;
}
.home_banner_info_2nd_text {
    font-size: 13px;
    line-height: 18px;
    padding: 25px 0 0 10px;
}
.home_about_section {
    padding: 30px 0;
}
.home_about_section_heading {
    font-size: 35px;
}
.home_about_section_text {
    font-size: 15px;
}
.home_product_section_heading2 {
    font-size: 35px;
}
.home_product_block_text {
    font-size: 12px;
    padding: 5px 3px;
}
.home_product_btn {
    font-size: 16px;
    padding: 10px 25px;
	margin-top: 30px;
}
.home_product_section {
    padding: 0 0 35px;
}
.home_contact_block img {
    width: 65px;
}
.home_contact_block {
    margin-top: 15px;
}
.home_contact_section {
    padding: 15px 0 30px;
}
.footer_social i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.footer_social {
    padding: 0;
    height: 35px !important;
}
.footer_menu ul li {
    display: block;
    margin: 0;
    padding: 8px 0;
	border-bottom: 1px solid #3a8ec6;
}
.footer_menu ul li:last-child {
	border-bottom: none;
}
.footer_menu ul li::before {
	display: none;
}
.footer_menu ul li a {
	font-size: 14px;
}
.footer_menu {
    padding: 8px 15px;
}
.footer_bottom {
    font-size: 13px;
    padding: 18px 0;
}
.home_contact_phone {
    font-size: 25px;
}
.about_page_banner {
    padding: 16px 0;
}
.inner_banner_heading {
    font-size: 20px;
    line-height: 19px;
}
.inner_banner_text {
    font-size: 16px;
    margin-top: 5px;
}
.about_page_top_section_text {
    font-size: 20px;
    padding: 0;
}
.about_page_top_section {
    padding: 30px 0;
}
.about_page_container1 {
    padding: 15px 0 0;
}
.about_content_page_heading {
    font-size: 20px;
    margin-top: 20px;
}
.about_content_image {
	margin-top: 20px;
}
.about_page_container2 {
    padding: 30px 0;
}
.inner_page_contact_strip_heading {
    padding: 0;
	font-size: 15px;
}
.inner_page_contact_strip {
    padding: 18px 0 5px;
}
.advantage_page_banner {
    padding: 49px 0;
}
.product_page_block_image {
	text-align: center;
}
.product_page_block_image img {
	width: 200px;
}
.product_page_main_container {
    padding: 10px 0 15px;
}
.product_page_main_block {
	text-align: center;
	}
.product_page_main_block img {
	width: 200px;
}
.product_page_container {
    padding: 0px 0 20px;
}
.contact_banner_heading {
    font-size: 18px;
    line-height: 25px;
}
.advantage_page_top_block {
    padding: 30px 0;
}
.advantage_page_top_block_text {
    font-size: 17px;
}
.advantage_page_top_block_text2 {
    font-size: 20px;
}
.advantage_page_top_section {
    padding: 30px 0;
}
.advantage_page_heading1 {
    margin-top: 20px;
}
.advantage_page_heading {
    font-size: 23px;
}
.advantage_page_top_section2 {
    padding: 0 0 30px;
}
.advantage_page_text {
    font-size: 17px;
}
.advantage_image2 {
	margin-top: 25px;
}
.advantage_page_heading2 {
    margin-top: 20px;
}
.advantage_image4 {
	margin-top: 25px;
}
.advantage_page_heading4 {
    margin-top: 20px;
}
.advantage_page_bottom_section {
	padding: 30px 0;
}
.product_page_block_title {
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
}
.product_page_block_descriptiom {
    font-size: 17px;
    text-align: center;
}
.testimonial_page_banner {
    padding: 49px 0;
}
.testimonial_block {
	padding: 15px;
	margin: 15px 0;
}
.testimonial_block img {
    position: static;
}
	.testimonial_block iframe {
    position: static;
}
.testimonial_block_heading {
    font-size: 22px;
    padding-top: 0;
}
.testimonial_page_container {
    padding: 30px 0;
}
.why_page_banner {
    padding: 52px 0;
}
.why_content_page_heading1 {
    font-size: 25px;
    margin-top: 20px;
}
.why_page_container1 {
    padding: 30px 0 0;
}
.contact_banner_text {
    font-size: 16px;
    margin-top: 2px;
}
.about_content_page_text {
    font-size: 16px;
}
.why_content_page_heading2 {
    font-size: 25px;
    margin-top: 0px;
}
.why_page_container2 {
    padding: 30px 0 0;
}
.why_content_page_heading4 {
    font-size: 22px;
}
.why_page_container3 {
    padding: 0 0 30px;
}
.contact_page_banner {
    padding: 24px 0;
}
.contact_form_section_heading {
    font-size: 17px;
}
.contact_form_section {
    padding: 30px 0 20px;
}
.contact_page_bottom_section_heading {
    font-size: 30px;
}
.contact_page_bottom_section {
    padding: 30px 0;
}
.booking_page_banner {
    padding: 37px 0;
}
.booking_page_left_section {
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}
.booking_page_left_subheading {
    font-size: 20px;
}
.booking_page_left_heading {
    font-size: 20px;
    line-height: 30px;
}
.booking_page_container {
    padding: 40px 0 0;
}
.booking_page_left_text {
    font-size: 17px;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px)
{
.header_cart {
  margin-top: 40px;
}
.new_landing_header {
	text-align:center;
}
.new_landing_header .logo {
	width:100%;
}
.new_landing_header .ndis_logo_landing {
    width: 100%;
    float: left;
}
.new_landing_banner_heading {
    font-size: 32px;
    line-height: 38px;
}
.new_landing_banner_subheading {
    font-size: 22px;
    line-height: 29px;
    margin: 15px 0 25px;
}
.header_form {
    padding: 30px 20px 10px;
	margin-top: 20px;
}
.health_issue_section_heading {
    font-size: 27px;
}
.health_issue_block img {
    height: 80px !important;
}
.new_landing_book_section_heading {
    font-size: 28px;
}
.new_landing_book_section_text {
    font-size: 20px;
}
.new_landing_table_section_heading {
    font-size: 28px;
}
.landing_table_ultimate {
    padding-right: 15px;
}
.landing_table_smart {
    padding-left: 15px;
    margin-top: 25px;
}
.landing_table_top_section {
    min-height: auto;
}
.landing_table_top_section_heading {
    font-size: 28px;
}
.desktop_table {
    display: none;
}
.mobile_table {
    display: block !important;
}
.new_landing_choose_section_heading {
    font-size: 28px;
    margin-top: 0;
}
.new_landing_choose_section_text {
    font-size: 18px;
}
.new_landing_choose_img {
    margin-top: 20px;
}
.new_landing_stat_section_number {
    font-size: 60px;
    line-height: 65px;
}
.new_landing_stat_section_text {
    margin-bottom: 20px;
}
.new_landing_stat_section {
    padding: 40px 0 20px;
}
.landing_footer_right {
    width: 277px;
    margin-top: 20px;
}
.landing_footer_mid {
    margin-top: 20px;
}
.new_health_box_img {
    margin-top: 0;
    margin-bottom: 20px;
}
.new_landing_story_section_heading {
    font-size: 28px;
}
.landing4_banner_heading {
    font-size: 28px;
    line-height: 36px;
    margin: 20px 0;
}
.landing4_banner_subheading {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0;
}
.landing4_banner {
    padding: 20px 0 40px;
}
.table_spec_icon {
    display: block;
    margin: 20px auto 0;
}
	
	
.ndis_page_image {
    margin-top: 0px;
}
.ndis_bottom_image {
    margin-top: 0;
    margin-bottom: 20px;
}
.ndis_page_bottom_section {
    font-size: 16px;
	padding: 30px 0 15px;
}
.ndis_page_top_text {
    font-size: 16px;
}

.ndis_logo {
    margin-top: 0;
    padding-left: 0;
}
.ndis_logo img {
    width:48px;
}
.landing_header {
    position: static;
    text-align: center;
}
.landing_logo img {
    width:200px;
}
.landing_header_contact {
    text-align: center;
    margin-top: 10px;
}
.landing_logo {
    margin-top: 0;
}
.landing_banner_section {
    margin-top: 0;
}
.landing_banner_section_left_image {
    text-align:center;
    margin-bottom:20px;
}
.landing_why_section_heading {
    font-size: 30px;
}
.landing_call_section {
    padding: 30px 0;
}    
.landing_call_section_text {
    font-size: 21px;
    padding: 0px;
}
.landing_call_section_btn {
    font-size: 18px;
}
.landing_special_offer_section_mid {
    position: static;
    text-align: center;
}
.landing_special_offer_section_right {
    text-align: center;
    margin-top: 20px;
}
.landing_special_offer_section {
    padding: 0 0 30px;
}
.landing_special_offer_section_left {
    margin-top: -26px;
}
.landing_product_section {
    padding: 30px 0 50px;
}
.landing_testimonial_section {
    padding: 30px 0 55px;
}
.landing_testimonial_slide {
    padding: 0;
}
.landing_footer_top_block {
    margin-top:25px;
}
.landing_footer_top_block img {
    width: 75px;
}
.landing_footer_top {
    padding: 20px 0 35px;
}
.landing_footer_bottom {
    padding: 15px 0;
}   
.landing_why_section_inner::before {
    height: 1820px;
}    
    
    
    
    
    
.header_top {
    padding: 12px 0;
}	
.logo img {
	width: 175px;
}
.header_search {
	display: none;
}
.header_contact {
    text-align: center;
    padding-left: 15px;
    margin-top: 15px;
    border-top: 3px solid #0092de;
    padding-top: 10px;
}
.menu-toggle::before {
    color: #000 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: 12px !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 0px !important;
}
.menu_main ul li a {
    font-size: 14px;
    padding: 10px 0;
}
.menu_main ul li::before {
	display: none;
}
.home_banner_section::before {
    width: 55px;
    height: 77px;
}
.home_banner_section::after {
    width: 45px;
    height: 80px;
}
.ms-slide-info {
    left: 60px;
    top: 22px;
}
.home_banner_info {
    width: 160px;
    height: 109px;
    padding-top: 48px;
}
.home_banner_info::before {
    width: 100px;
    height: 48px;
    top: -8px;
    left: 30px;
}
.home_banner_info_text {
    font-size: 15px;
}
.about_icon_block {
    width: 50%;
    float: left;
}
.home_banner_btn {
    font-size: 8px;
    padding: 6px 9px;
    margin-top: 7px;
}
.home_banner_slide1_content {
    padding: 8px 0 0 20px;
}
.home_banner_slide1_content_heading {
    font-size: 25px;
}
.banner_xmas_list li {
    padding-left: 15px;
    font-size: 12px;
    margin-top: 5px;
    padding-right: 5px;
}
.banner_xmas_list li::before {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
}
.banner_xmas_list_price {
    font-size: 12px;
    margin-top: 9px;
    line-height: 25px;
}
.banner_xmas_list_price::before {
    width: 30px;
    height: 32px;
    top: -10px;
    right: -13px;
}
.banner_xmas_list_price strong {
    font-size: 20px;
}
.banner_xmas_list_last_text {
    font-size: 10px;
    margin-top: 3px;
}
.home_banner_info_2nd_text {
    font-size: 21px;
    line-height: 23px;
    padding: 53px 0 0 20px;
}
.home_about_section {
    padding: 30px 0;
}
.home_about_section_heading {
    font-size: 35px;
}
.home_about_section_text {
    font-size: 15px;
}
.home_product_section_heading2 {
    font-size: 35px;
}
.home_product_block_text {
    font-size: 17px;
    padding: 10px 3px;
}
.home_product_btn {
    font-size: 16px;
    padding: 10px 25px;
	margin-top: 30px;
}
.home_product_section {
    padding: 0 0 35px;
}
.home_contact_block img {
    width: 65px;
}
.home_contact_block {
    margin-top: 15px;
}
.home_contact_section {
    padding: 15px 0 30px;
}
.footer_social i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.footer_social {
    padding: 0;
    height: 35px !important;
}
.footer_menu ul li {
    display: block;
    margin: 0;
    padding: 8px 0;
	border-bottom: 1px solid #3a8ec6;
}
.footer_menu ul li:last-child {
	border-bottom: none;
}
.footer_menu ul li::before {
	display: none;
}
.footer_menu ul li a {
	font-size: 14px;
}
.footer_menu {
    padding: 8px 15px;
}
.footer_bottom {
    font-size: 13px;
    padding: 18px 0;
}
.home_contact_phone {
    font-size: 25px;
}
.about_page_banner {
    padding: 71px 0;
}
.inner_banner_heading {
    font-size: 25px;
    line-height: 24px;
}
.inner_banner_text {
    font-size: 16px;
    margin-top: 5px;
}
.about_page_top_section_text {
    font-size: 20px;
    padding: 0;
}
.about_page_top_section {
    padding: 30px 0;
}
.about_page_container1 {
    padding: 15px 0 0;
}
.about_content_page_heading {
    font-size: 20px;
    margin-top: 20px;
}
.about_content_image {
	margin-top: 20px;
}
.about_page_container2 {
    padding: 30px 0;
}
.inner_page_contact_strip_heading {
    padding: 0;
	font-size: 15px;
}
.inner_page_contact_strip {
    padding: 18px 0 5px;
}
.advantage_page_banner {
    padding: 97px 0;
}
.product_page_block_image {
	text-align: center;
}
.product_page_block_image img {
	width: 200px;
}
.product_page_main_container {
    padding: 10px 0 15px;
}
.product_page_main_block {
	text-align: center;
	}
.product_page_main_block img {
	width: 200px;
}
.product_page_container {
    padding: 0px 0 20px;
}
.contact_banner_heading {
    font-size: 22px;
    line-height: 25px;
}
.advantage_page_top_block {
    padding: 30px 0;
}
.advantage_page_top_block_text {
    font-size: 17px;
}
.advantage_page_top_block_text2 {
    font-size: 20px;
}
.advantage_page_top_section {
    padding: 30px 0;
}
.advantage_page_heading1 {
    margin-top: 20px;
}
.advantage_page_heading {
    font-size: 23px;
}
.advantage_page_top_section2 {
    padding: 0 0 30px;
}
.advantage_page_text {
    font-size: 17px;
}
.advantage_image2 {
	margin-top: 25px;
}
.advantage_page_heading2 {
    margin-top: 20px;
}
.advantage_image4 {
	margin-top: 25px;
}
.advantage_page_heading4 {
    margin-top: 20px;
}
.advantage_page_bottom_section {
	padding: 30px 0;
}
.product_page_block_title {
    font-size: 22px;
    margin-top: 25px;
    text-align: center;
}
.product_page_block_descriptiom {
    font-size: 17px;
    text-align: center;
}
.testimonial_page_banner {
    padding: 97px 0;
}
.testimonial_block {
	padding: 15px;
	margin: 15px 0;
}
.testimonial_block img {
    position: static;
}
	.testimonial_block iframe {
    position: static;
}
.testimonial_block_heading {
    font-size: 22px;
    padding-top: 0;
}
.testimonial_page_container {
    padding: 30px 0;
}
.why_page_banner {
    padding: 97px 0;
}
.why_content_page_heading1 {
    font-size: 25px;
    margin-top: 20px;
}
.why_page_container1 {
    padding: 30px 0 0;
}
.contact_banner_text {
    font-size: 16px;
    margin-top: 2px;
}
.about_content_page_text {
    font-size: 16px;
}
.why_content_page_heading2 {
    font-size: 25px;
    margin-top: 0px;
}
.why_page_container2 {
    padding: 30px 0 0;
}
.why_content_page_heading4 {
    font-size: 22px;
}
.why_page_container3 {
    padding: 0 0 30px;
}
.contact_page_banner {
    padding: 71px 0;
}
.contact_form_section_heading {
    font-size: 17px;
}
.contact_form_section {
    padding: 30px 0 20px;
}
.contact_page_bottom_section_heading {
    font-size: 30px;
}
.contact_page_bottom_section {
    padding: 30px 0;
}
.booking_page_banner {
    padding: 84px 0;
}
.booking_page_left_section {
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}
.booking_page_left_subheading {
    font-size: 20px;
}
.booking_page_left_heading {
    font-size: 20px;
    line-height: 30px;
}
.booking_page_container {
    padding: 40px 0 0;
}
.booking_page_left_text {
    font-size: 17px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
.header_cart {
  margin-top: 4px;
}
.new_landing_banner_heading {
    font-size: 38px;
    line-height: 45px;
}
.new_landing_banner_subheading {
    font-size: 28px;
}
.landing_table_top_section {
    padding: 15px;
    min-height: 200px;
}
.landing_table_top_section_heading {
    font-size: 27px;
}
.landing_table_top_section_text {
    font-size: 16px;
}
.landing_table_top_img_section {
    padding: 35px 15px 25px;
}
.new_landing_choose_section_heading {
    margin-top: 0;
}
.table .custom-data {
    width: 32.7%;
}
	
	
.ndis_bottom_image {
    margin-top: 0;
}
.ndis_logo {
    margin-top: 0;
    padding: 0;
}
.ndis_logo img {
    width:44px;
}
.landing_header {
    position: static;
}
.landing_logo img {
    width:200px;
}
.landing_logo {
    margin-top: 17px;
}
.landing_banner_section {
    margin-top: 0;
}
.landing_banner_section_left_image {
    text-align:center;
    margin-bottom:20px;
}
.landing_why_section_heading {
    font-size: 30px;
}
.landing_call_section {
    padding: 30px 0;
}    
.landing_call_section_text {
    font-size: 21px;
    padding: 0px;
}
.landing_call_section_btn {
    font-size: 18px;
}
.landing_special_offer_section_mid {
    bottom: -29px;
    left: 43%;
    width: 130px;
}
.landing_special_offer_section_right {
    text-align: center;
    margin-top: 90px;
}
.landing_special_offer_section_left {
    margin-top: -26px;
}
.landing_product_section {
    padding: 30px 0 50px;
}
.landing_testimonial_section {
    padding: 30px 0 55px;
}
.landing_testimonial_slide {
    padding: 0;
}
.landing_footer_top_block {
    margin-top:25px;
}
.landing_footer_top_block img {
    width: 75px;
}
.landing_footer_top {
    padding: 20px 0 35px;
}
.landing_footer_bottom {
    padding: 15px 0;
}   
.landing_why_section_inner::before {
    height: 890px;
}   
.landing_footer_top_block_text {
    font-size: 18px;
}
    
    
    
    
.logo img {
	width: 175px;
}
.header_search {
    margin-top: 0px;
    padding-right: 15px;
}
.header_search input {
	min-height: 44px;
}
#searchbtn {
    height: 44px;
    padding: 6px 14px 4px;
}
#searchbtn img {
	width: 20px;
}
.header_contact {
    padding-right: 0;
    margin-top: 0px;
	text-align: left;
}
.header_contact span {
    padding-left: 33px;
}
.header_top {
    padding: 15px 0 12px;
}
.header_contact_heading {
    font-size: 12px;
}
.header_contact span img {
    width: 26px;
}
.header_contact_number {
    font-size: 20px;
    line-height: 12px;
}
.header_contact_number small {
    font-size: 11px;
}
.menu-toggle::before {
    color: #000 !important;
}
.menu-toggle {
    background-color: transparent !important;
    top: 13px !important;
}
.primary-navigation {
    padding-top: 0px !important;
}
.primary-navigation.toggled-on {
    padding: 0px !important;
}
.menu_main ul li a {
    font-size: 14px;
    padding: 13px 0;
}
.menu_main ul li::before {
	display: none;
}
.ms-slide-info {
	top: 0;
	left: 9%;
}
.home_banner_info {
    width: 237px;
    height: 162px;
    padding-top: 70px;
}
.home_banner_slide1_content {
    padding: 15px 0 0 25px;
}
.home_banner_slide1_content_heading {
    font-size: 35px;
}
.banner_xmas_list li {
    font-size: 15px;
    margin-top: 5px;
}
.banner_xmas_list li::before {
    top: 7px;
    width: 10px;
    height: 10px;
}
.home_banner_info_2nd_text {
    font-size: 24px;
    line-height: 30px;
    padding: 83px 0 0 25px;
}
.banner_xmas_list_price {
    font-size: 18px;
    margin-top: 15px;
    padding: 0 30px 0 15px;
    line-height: 42px;
}
.banner_xmas_list_price strong {
    font-size: 30px;
}
.banner_xmas_list_last_text {
    font-size: 13px;
    margin-top: 2px;
}
.home_banner_info_text {
    font-size: 21px;
}
.home_banner_btn {
    font-size: 12px;
    padding: 8px 12px;
}
.home_banner_section::after {
    width: 65px;
    height: 120px;
}
.home_banner_section::before {
    width: 80px;
    height: 95px;
}
.home_banner_info::before {
    width: 160px;
    height: 70px;
    top: -20px;
    left: 38px;
}
.home_about_section {
    padding: 30px 0;
}
.home_about_section_heading {
    font-size: 35px;
}
.home_product_section_heading2 {
    font-size: 35px;
}
.home_product_block_text {
    font-size: 20px;
	padding: 10px 5px;
}
.home_product_btn {
    font-size: 16px;
    padding: 10px 25px;
	margin-top: 30px;
}
.home_product_section {
    padding: 0 0 35px;
}
.home_contact_block img {
    width: 65px;
}
.home_contact_block {
	margin-top: 30px;
}
.home_contact_section {
    padding: 15px 0 30px;
}
.footer_social i {
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
}
.footer_social {
    padding: 30px 0;
    height: 0 !important;
}
.footer_menu ul li {
    margin: 0 4px;
    padding: 8px 0;
}
.footer_menu ul li:last-child {
	border-bottom: none;
}
.footer_menu ul li::before {
	display: none;
}
.footer_menu ul li a {
	font-size: 10px;
}
.footer_menu {
    padding: 8px 15px;
}
.footer_bottom {
    font-size: 15px;
    padding: 18px 0;
}
.home_contact_phone {
    font-size: 25px;
}
.about_page_banner {
    padding: 76px 0;
}
.inner_banner_heading {
    font-size: 25px;
    line-height: 30px;
}
.about_page_top_section_text {
    font-size: 20px;
    padding: 0;
}
.about_page_top_section {
    padding: 30px 0;
}
.about_page_container1 {
    padding: 30px 0 0;
}
.about_content_page_heading {
    font-size: 25px;
    margin-top: 12px;
}
.about_content_image {
	margin-top: 20px;
}
.about_page_container2 {
    padding: 30px 0;
}
.inner_page_contact_strip_heading {
    padding: 0;
}
.advantage_page_banner {
    padding: 113px 0;
}
.contact_banner_heading {
    font-size: 25px;
    line-height: 27px;
}
.advantage_page_top_block {
    padding: 30px 0;
}
.advantage_page_top_block_text {
    font-size: 17px;
}
.advantage_page_top_block_text2 {
    font-size: 20px;
}
.advantage_page_top_section {
    padding: 30px 0;
}
.advantage_page_heading1 {
    margin-top: 0px;
}
.advantage_page_heading {
    font-size: 23px;
}
.advantage_page_top_section2 {
    padding: 30px 0;
}
.advantage_page_text {
    font-size: 17px;
}
.advantage_image2 {
	margin-top: 5px;
}
.advantage_page_heading2 {
    margin-top: 0px;
}
.advantage_image4 {
	margin-top: 25px;
}
.advantage_page_heading4 {
    margin-top: 0px;
}
.advantage_page_bottom_section {
	padding: 30px 0;
}
.product_page_block_title {
    font-size: 22px;
    margin-top: 25px;
}
.advantage_page_heading3 {
    margin-top: 18px;
}
.product_page_block_descriptiom {
    font-size: 17px;
}
.testimonial_page_banner {
    padding: 113px 0;
}
.testimonial_block {
	padding: 0 30px 30px 255px;
}
.testimonial_block img {
	width: 200px;
}
	.testimonial_block iframe {
	width: 200px;
}
.testimonial_block_heading {
    font-size: 22px;
    padding-top: 20px;
}
.testimonial_page_container {
    padding: 0 0 40px;
}
.why_page_banner {
    padding: 111px 0;
}
.why_content_page_heading1 {
    font-size: 25px;
    margin-top: 0px;
}
.why_page_container1 {
    padding: 30px 0 0;
}
.about_content_page_text {
    font-size: 17px;
}
.why_content_page_heading2 {
    font-size: 25px;
    margin-top: 0px;
}
.why_page_container2 {
    padding: 50px 0 0;
}
.why_content_page_heading4 {
    font-size: 22px;
}
.why_page_container3 {
    padding: 30px 0;
}
.contact_page_banner {
    padding: 78px 0;
}
.contact_address_block_inner {
    padding: 10px;
}
.contact_address_block_email {
    font-size: 15px;
}
.contact_address_block_heading {
    font-size: 19px;
}
.contact_form_section_heading {
    font-size: 17px;
}
.contact_form_section {
    padding: 30px 0 20px;
}
.contact_page_bottom_section_heading {
    font-size: 30px;
}
.contact_page_bottom_section {
    padding: 30px 0;
}
.booking_page_banner {
    padding: 100px 0;
}
.booking_page_left_section {
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}
.booking_page_left_subheading {
    font-size: 20px;
}
.booking_page_left_heading {
    font-size: 20px;
    line-height: 30px;
}
.booking_page_container {
    padding: 40px 0 0;
}
.booking_page_left_text {
    font-size: 17px;
}
.home_contact_address {
    font-size: 18px;
}
.home_contact_email {
    font-size: 18px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
.landing_footer_btn a {
    padding: 10px 20px;
}
.header_form {
    padding: 20px 15px 5px;
}
.landing_table_top_section_heading {
    font-size: 30px;
}
.landing_table_top_section {
    padding: 18px;
    min-height: 205px;
}
.new_landing_choose_section_heading {
    margin-top: 22px;
}
	
.ndis_logo {
    padding-left: 0;
}
.landing_special_offer_section_right {
    margin-top: 180px;
}
    
    
    
.header_contact_heading {
    font-size: 14px;
}
.header_contact_number {
    font-size: 27px;
    line-height: 20px;
}
.menu_main ul li a {
    font-size: 14px;
    padding: 27px 6px;
}
.ms-slide-info {
    top: -1px;
    left: 12%;
}
.footer_menu ul li {
    margin: 0 6px;
}
.footer_menu ul li a {
    font-size: 14px;
}
.footer_menu ul li::before {
    height: 14px;
    right: -8px;
}
.primary-navigation ul ul {
    top: 62px !important;
}
.home_banner_info_text {
    font-size: 30px;
}
.home_banner_info::before {
    width: 230px;
    height: 102px;
    left: 48px;
}
.home_banner_slide1_content {
    padding: 5px 0 0 30px;
}
.home_banner_info_2nd_text {
    font-size: 30px;
    line-height: 36px;
    padding: 120px 0 0 35px;
}
.home_banner_btn {
    font-size: 16px;
	padding: 10px 20px;
}
.home_banner_info {
    width: 325px;
    height: 220px;
    padding-top: 100px;
}
.about_content_page_heading {
    margin-top: 40px;
}
.advantage_page_heading1 {
    margin-top: 28px;
}
.advantage_page_heading2 {
    margin-top: 41px;
}
.advantage_page_heading3 {
    margin-top: 0;
}
.advantage_page_heading4 {
    margin-top: 0;
}
.product_page_block_title {
    margin-top: 45px;
}
.why_content_page_heading1 {
    margin-top: 0;
}
.why_content_page_heading2 {
    margin-top: 0;
}
.about_page_banner {
    padding: 109px 0;
}
.advantage_page_banner {
    padding: 146px 0;
}
.testimonial_page_banner {
    padding: 146px 0;
}
.why_page_banner {
    padding: 149px 0;
}
.contact_page_banner {
    padding: 102px 0;
}
.booking_page_banner {
    padding: 124px 0;
}
.menu_main ul li::before {
    display: none;
}
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5) {
.menu_main ul li {
    margin: 0 5px;
}
.menu_main ul li a {
    font-size: 12px;
	padding: 13px 0;
}
.primary-navigation ul ul {
    top: 43px !important;
}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) and (-webkit-min-device-pixel-ratio: 1.5) {
.menu_main ul li {
    margin: 0 5px;
}
.menu_main ul li a {
    font-size: 12px;
}
} 

@media screen and (min-width: 1424px) 
{
.ms-slide-info {
    top: 30px;
    left: 12%;
}
.about_page_banner {
    padding: 72px 0;
}
.advantage_page_banner {
    padding: 109px 0;
}
.testimonial_page_banner {
    padding: 109px 0;
}
.why_page_banner {
    padding: 111px 0;
}
.contact_page_banner {
    padding: 65px 0;
}
.booking_page_banner {
    padding: 87px 0;
}
}

@media screen and (min-width: 1624px) 
{
.ms-slide-info {
    top: 70px;
    left: 16%;
}
.about_page_banner {
    padding: 99px 0;
}
.advantage_page_banner {
    padding: 137px 0;
}
.testimonial_page_banner {
    padding: 137px 0;
}
.why_page_banner {
    padding: 139px 0;
}
.contact_page_banner {
    padding: 93px 0;
}
.booking_page_banner {
    padding: 114px 0;
}
}

@media screen and (min-width: 1920px) 
{
.ms-slide-info {
    top: 140px;
    left: 22%;
}
.about_page_banner {
    padding: 91px 0;
}
.advantage_page_banner {
    padding: 128px 0;
}
.testimonial_page_banner {
    padding: 128px 0;
}
.why_page_banner {
    padding: 131px 0;
}
.contact_page_banner {
    padding: 84px 0;
}
.booking_page_banner {
    padding: 106px 0;
}
}
.blog_page_container {
	padding:60px 0;
}









