@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
}
a {
	color: #f26a1b;
	text-decoration: none;
}
a:hover {
	color: #f26a1b;
	text-decoration: none;
}
hr {
    width: 100%;
	margin: 50px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	float: left;
	width: 100%;
	padding: 17px 0;
	background-color: #ffffff;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
	transition: all .3s ease-in-out;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 185px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .mobile-menu {
	display: none;
}
#header .top_right {
	float: right;
	width: auto;
}
#header .top_right .textwidget {
	float: left;
    width: 100%;
	height: 64px;
	overflow: hidden;
}
#header .top_right .phone_box {
	float: right;
	width: auto;
	margin-bottom: 15px;
	padding: 2px 10px 2px 2px;
	border: 2px solid #8281ad;
	border-radius: 25px;
}
#header .top_right .phone_box a {
	display: inline-block;
	padding: 2px;
	font-size: 22px;
	color: #8281ad;
	font-weight: 600;
	text-decoration: none;
}
#header .top_right .phone_box i {
	display: inline-block;
	width: 37px;
	height: 37px;
	padding: 3px;
	background: #8281ad;
	border-radius: 50%;
	font-size: 22px;
	color: #FFFFFF;
    line-height: inherit;
	vertical-align: middle;
	text-align: center;
}
#header .top_right .phone_box a:hover {
	color: #f26a1b;
}
#header .top_right .phone_box a:hover i {
	background: #f26a1b;
}
#header .top_right .phone_box.mobile {
	display: none;
}
#header .top_right .book_now {
	float: right;
	width: auto;
	margin-bottom: 15px;
	margin-left: 15px;
}
#header .top_right .book_now a {
	display: inline-block;
	padding: 12px 32px;
	background: #f26a1b;
	border-radius: 25px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
}
#header .top_right .book_now a:hover {
	background: #8281ad;
}
.menu_box {
	float: left;
	width: 100%;
	padding: 15px 0 0 0;
	border-top: 1px solid #dcdcdc;
	clear: both;
}
.menu_box ul.menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:right;
}
.menu_box ul.menu li {
	display: inline-block;
	padding: 5px 15px;
	position: relative;
}
.menu_box ul.menu li a {
	display: block;
	padding: 0px 0px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	text-decoration: none;
}
.menu_box ul.menu > li > a:hover,
.menu_box ul.menu > li:hover > a,
.menu_box ul.menu > li.current_page_item > a,
.menu_box ul.menu > li.current-menu-parent > a {
	color: #8281ad;
}
.menu_box ul.menu li:last-child {
	padding: 5px 0px 5px 15px;
}
.menu_box ul.menu li:first-child {
	padding: 5px 15px 5px 0px;
}
.menu_box ul li a svg {
	display: none;
}
.menu_box ul.menu > li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 17px 0 0 0;
	list-style-type: none;
	float: left;
	width: 280px;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}
.menu_box ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
.menu_box ul.menu li ul.sub-menu li a {
	padding: 10px 15px;
	font-size: 17px;
	color: #868686;
	text-align: left;
	text-transform: none;
}
.menu_box ul.menu li ul.sub-menu li a:hover {
	background-color: #f26a1b;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul.sub-menu li.current_page_item a {
	background-color: #f26a1b;
	color: #ffffff;
	text-decoration: none;
}
.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
.menu_box ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.responsive-menu-open #wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
#responsive-menu-container #responsive-menu-title {
	padding-top: 21px !important;
	padding-bottom: 21px !important;
}
/*-------------- Sticky Header START --------------*/
#header.stiky {
	padding: 10px 0;
	box-shadow: 0px 17px 17px rgba(0, 0, 0, 0.05);
}
#header.stiky .logo {
	width: 92px;
}
#header.stiky .top_right .textwidget {
    height: 0;
}
#header.stiky .menu_box {
	padding: 8px 0 0 0;
	border-top-color: transparent;
}
/*-------------- Sticky Header END --------------*/
#slider {
	float: left;
	width: 100%;
	height: 527px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	visibility: hidden;
}
#slider .container {
	position: relative;
	height: 100%;
}
#slider .awards {
	width: 200px;
	position: absolute;
	bottom: 20px;
}
#slider .caption {
	width: 50%;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    text-align: right;
}
#slider .caption .title2 {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 38px;
	color: #ffffff;
	font-weight: 400;
	line-height: 45px;
	visibility: hidden;
}
#slider .caption .title {
	float:left;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 59px;
	color: #ffffff;
	font-weight: 700;
	line-height: 59px;
	visibility: hidden;
}
#slider .caption .button {
	display: inline-block;
	padding: 21px 53px;
	background:#f26a1b;
	border-radius: 50px;
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	transition: all ease-in 0.25s;
	visibility: hidden;
}
#slider .caption .button:hover {
	background-color: #040707;
	color: #ffffff;
	text-decoration: none;
}
#mobile_slider {
	display: none;
}
#middle {
	float: left;
	width: 100%;
}
.as_seen_sec {
	float:left;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}
.as_seen_sec .had {
	float:left;
	width:auto;
	padding-top: 20px;
	margin-right: 15px;
	font-size: 28px;
	color: #333333;
	font-weight: 700;
	line-height:38px;
}
.as_seen_sec .logo_box {
	float:right;
	width:auto;
}
.as_seen_sec .logo_box ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.as_seen_sec .logo_box ul li {
	display: flex;
    align-items: center;
	padding: 0 30px;
	border-left: 1px solid #dcdcdc;
	text-align: center;
}
.as_seen_sec .logo_box ul li a {
	display:inline-block;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
	transition: all .3s ease-in-out;
}
.as_seen_sec .logo_box ul li a:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.mobile_logo { display: none; }
.recommended_sec {
	float:left;
	width:100%;
	padding-top: 50px;
	padding-bottom: 87px;
}
.recommended_sec .orng_box {
	position:relative;
	float: left;
	width: 676px;
	background:#fef0e8;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.recommended_sec .orng_box .tag {
	position:absolute;
	width:293px;
	margin: 0 auto;
	top:-18px;
	left:0px;
	right:0px;
	z-index:1;
}
.recommended_sec .orng_box .title {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background:#f26a1b;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	font-size: 40px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
}
.recommended_sec .orng_box .cnt_box {
	float: left;
    width: 100%;
    padding: 30px 50px;
    padding-bottom: 92px;
}
.recommended_sec .orng_box .cnt_box ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.recommended_sec .orng_box .cnt_box ul li {
	position:relative;
	float:left;
	width:100%;
	padding:20px 0px 20px 80px;
	font-size: 30px;
	color: #636366;
	font-weight: 400;
	line-height: 40px;
}
.recommended_sec .orng_box .cnt_box ul li:before {
	position: absolute;
	display: block;
	width:52px;
	height:52px;
	padding: 6px 0px;
	border-radius: 50%;
	border: 2px solid #f26a1b;
	left : 0;
	content: '\F12C';
	font-family: "Material Design Icons";
	font-size: 30px;
	color: #f26a1b;
	text-align:center; 
}
.recommended_sec .orng_box .cnt_box .btm_had {
	float: left;
	width: 100%;
	padding: 30px 0px 0px 0px;
	font-size: 30px;
	color: #333333;
	font-weight: 700;
	line-height:45px;
	text-align: center;
}
.recommended_sec .orng_box .btm_had strong {
	color: #f26a1b;
}
.recommended_sec .orng_box .cnt_box .btm_had span{
	width:100%;
	font-size:12px;
	float:left;
	line-height: 20px;
}
.recommended_sec .orng_box .download_btn {
	display:inline-block;
	width:100%;
	padding: 10px 0px 50px 0px;
	text-align:center;
}
.recommended_sec .orng_box .download_btn a {
	display: inline-block;
	padding: 16px 44px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	transition: all .3s ease-in-out;
}
.recommended_sec .orng_box .download_btn a:hover {
    background: #d55409;
}
.recommended_sec .orng_box .book_btn {
	position: absolute;
    width: 437px;
    padding: 18px 25px;
    margin: 0 auto;
    background: #8281ad;
    border-radius: 50px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	bottom:-35px;
	left:0px;
	right:0px;
	z-index:1;
	transition: all .3s ease-in-out;
}
.recommended_sec .orng_box .book_btn:hover {
    background: #6f6ea0;
}
.recommended_sec .blue_box {
	float: right;
	width: 547px;
	min-height: 490px;
    background: #f8f8f8;
    box-shadow: none;
    
    
}
.recommended_sec .blue_box .title {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	background:#8281ad;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	font-size: 40px;
	color: #ffffff;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
}
.recommended_sec .blue_box .cnt_box {
	float: left;
	width: 100%;
	padding: 30px 50px;
}
.recommended_sec .blue_box .cnt_box ul li:before {
	position: absolute;
	display: block;
	width:52px;
	height:52px;
	padding: 5px 0px;
	border-radius: 50%;
	border: 2px solid #8281ad;
	left : 0;
	content: '\F12C';
	font-family: "Material Design Icons";
	font-size: 30px;
	color: #8281ad;
	text-align:center; 
}
.recommended_sec .blue_box .book_btn {
	position: absolute;
    width: 350px;
    padding: 15px 25px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 50px;
	border: 3px solid #8281ad;
    font-size: 22px;
    color: #8281ad;
    font-weight: 700;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	bottom:-35px;
	left:0px;
	right:0px;
	z-index:1;
	transition: all .3s ease-in-out;
}
.recommended_sec .blue_box .book_btn:hover {
    background: #8281ad;
	color: #ffffff;
}
.compare_sec {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
	word-wrap: break-word;
}
.compare_sec .source{ 
	padding:10px;
}
.compare_sec .source a{ 
	color: #c7c7c7;
}
.compare_sec h2 {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
	font-size: 45px;
    color: #333333;
    line-height: 55px;
    font-weight: 700;
    text-align: center;
}
.compare_sec .comparision{
	border-radius: 12px;-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    overflow: hidden;
}
.compare_sec .content {
	float:left;
	width:100%;
	padding:0 13%;
}
.compare_sec .content .cannvalate_row {
	float:left;
	width:100%;
	margin-bottom:20px;
	background:#ffffff;
	border-radius: 12px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.compare_sec .content .cannvalate_row .logo {
	float:left;
	width:25%;
	padding:33px 0px;
	background:#8281ad;
	border-top-left-radius: 12px 12px;
    border-bottom-left-radius: 12px 12px;
	border-top-right-radius: 100px 100px;
	border-bottom-right-radius: 100px 100px;
	text-align: center;
}
.compare_sec .content .cannvalate_row .mid_cnt {
	float:left;
	width:50%;
	padding: 10px 0px 10px 25px;
}
.compare_sec .content .cannvalate_row .mid_cnt .title {
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size: 24px;
    color: #8281ad;
    line-height: 34px;
    font-weight: 600;
}
.compare_sec .content .cannvalate_row .mid_cnt p {
	margin:0px 0px 10px 0px;
	font-size: 17px;
    color: #868686;
    line-height: 27px;
    font-weight: 400;
}
.compare_sec .content .cannvalate_row .right_cnt {
	float:right;
	width:25%;
	padding:20px 20px 15px 15px;
}
.compare_sec .content .cannvalate_row .right_cnt .rating {
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size: 22px;
    color: #868686;
    line-height: 27px;
    font-weight: 500;
	text-align:right;
}
.compare_sec .content .cannvalate_row .right_cnt .rating i {
    font-size: 30px;
	color: #ffc80a;
    line-height: inherit;
    vertical-align: middle;
    transition: all .0s ease-in-out !important;
}
.compare_sec .content .cannvalate_row .right_cnt .price {
	float:left;
	width:100%;
	font-size: 20px;
    color: #f26a1b;
    line-height: 30px;
    font-weight: 600;
	text-align:right;
}
.compare_sec .content .cannvalate_row .right_cnt .price small {
    font-size: 70%;
    font-weight: 400;
    font-style: italic;
	line-height:normal;
}
.compare_sec .content .cnt_row {
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom: 1px solid #dcdcdc;
}
.compare_sec .content .cnt_row .left_wrap {
	float:left;
	width:25%;
	padding:30px 15px;
}
.compare_sec .content .cnt_row .left_wrap img {
	width: 100%;
	height: auto;
}
.compare_sec .content .cnt_row .mid_wrap {
	float:left;
	width:50%;
	padding:0px 0px 0px 25px;
}
.compare_sec .content .cnt_row .mid_wrap .title {
	float:left;
	width:100%;
	padding-top: 20px;
	padding-bottom:10px;
	font-size: 24px;
    color: #333333;
    line-height: 34px;
    font-weight: 600;
}
.compare_sec .content .cnt_row .mid_wrap p {
	margin:0px 0px 10px 0px;
	font-size: 17px;
    color: #868686;
    line-height: 27px;
    font-weight: 400;
}
.compare_sec .content .cnt_row .right_wrap {
	float:right;
	width:25%;
	padding:20px 20px 15px 15px;
}
.compare_sec .content .cnt_row .right_wrap .rating {
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size: 22px;
    color: #868686;
    line-height: 27px;
    font-weight: 500;
	text-align:right;
}
.compare_sec .content .cnt_row .right_wrap .rating i {
    font-size: 30px;
	color: #ffc80a;
    line-height: inherit;
    vertical-align: middle;
}
.compare_sec .content .cnt_row .right_wrap .price {
	float:left;
	width:100%;
	font-size: 20px;
    color: #f26a1b;
    line-height: 30px;
    font-weight: 600;
	text-align:right;
}
.compare_sec .content .cnt_row .right_wrap .price small {
    font-size: 70%;
    font-weight: 400;
    font-style: italic;
	line-height:normal;
}
.five_reasons_sec {
	float: left;
	width: 100%;
	padding-top: 144px;
	padding-bottom: 270px;
}
.five_reasons_sec .content {
	position:relative;
	float:left;
	width:100%;
}
.five_reasons_sec .content .round_logo {
	display:inline-block;
	width:432px;
	min-height: 442px;
	margin-left:30%;
	margin-right:30%;
	padding: 120px 50px;
	background:url(../images/round_logo.png) center center no-repeat;
	background-size: cover;
	text-align:center;
	
}
.five_reasons_sec .content .round_logo .title {
	display:inline-block;
	width:100%;
	padding-bottom: 20px;
    font-size: 35px;
    color: #333333;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
}
.five_reasons_sec .content .round_logo .book_now {
	display: inline-block;
	padding: 12px 32px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform:uppercase;
	text-decoration: none;
	text-align:center;
	transition: all .3s ease-in-out;
}
.five_reasons_sec .content .round_logo .book_now:hover {
    background: #8281ad;
}
.five_reasons_sec .content .row_box1 {
	position:absolute;
	display:inline-block;
	width:36%;
	left:0px;
	top:0px;
	cursor: pointer;
}
.five_reasons_sec .content .row_box1 .icon {
	float:right;
	width: 170px;
	height: 117px;
	background:url(../images/icon1.png) 0px 0px no-repeat
}
.five_reasons_sec .content .row_box1 .had {
	float:left;
	width:60%;
	padding-bottom:10px;
	font-size: 24px;
    color: #333333;
    font-weight: 600;
	line-height: 34px;
	text-align:right;
}
.five_reasons_sec .content .row_box1 .sub_text {
	float:left;
	width:60%;
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
	text-align:right;
}
.five_reasons_sec .content .row_box1:hover {
	display:inline-block;
}
.five_reasons_sec .content .row_box1:hover .icon {
	background:url(../images/icon1.png) 0px -117px no-repeat;
}
.five_reasons_sec .content .row_box1:hover .had {
    color: #8281ad;
}
.five_reasons_sec .content .row_box2 {
	position: absolute;
    display: inline-block;
    width: 38%;
    right: 95px;
    top: -84px;
	cursor: pointer;
}
.five_reasons_sec .content .row_box2 .icon {
	float:left;
	width: 170px;
	height: 117px;
	background:url(../images/icon2.png) 0px 0px no-repeat
}
.five_reasons_sec .content .row_box2 .had {
	float:right;
	width:60%;
	padding-bottom:10px;
	font-size: 24px;
    color: #333333;
    font-weight: 600;
	line-height: 34px;
	text-align:left;
}
.five_reasons_sec .content .row_box2 .sub_text {
	float:right;
	width:60%;
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
	text-align:left;
}
.five_reasons_sec .content .row_box2:hover {
	display:inline-block;
}
.five_reasons_sec .content .row_box2:hover .icon {
	background:url(../images/icon2.png) 0px -117px no-repeat;
}
.five_reasons_sec .content .row_box2:hover .had {
    color: #8281ad;
}
.five_reasons_sec .content .row_box3 {
	position:absolute;
	display:inline-block;
	width:35%;
	right:5px;
	top:180px;
	cursor: pointer;
}
.five_reasons_sec .content .row_box3 .icon {
	float:left;
	width: 170px;
	height: 117px;
	background:url(../images/icon3.png) 0px 0px no-repeat;
}
.five_reasons_sec .content .row_box3 .had {
	float:right;
	width:60%;
	padding-bottom:10px;
	font-size: 24px;
    color: #333333;
    font-weight: 600;
	line-height: 34px;
	text-align:left;
}
.five_reasons_sec .content .row_box3 .sub_text {
	float:right;
	width:60%;
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
	text-align:left;
}
.five_reasons_sec .content .row_box3:hover {
	display:inline-block;
}
.five_reasons_sec .content .row_box3:hover .icon {
	background:url(../images/icon3.png) 0px -117px no-repeat;
}
.five_reasons_sec .content .row_box3:hover .had {
    color: #8281ad;
}
.five_reasons_sec .content .row_box4 {
	position: absolute;
    display: inline-block;
    width: 40%;
    left: -102px;
    top: 250px;
	cursor: pointer;
}
.five_reasons_sec .content .row_box4 .icon {
	float:right;
	width: 170px;
	height: 117px;
	background:url(../images/icon4.png) 0px 0px no-repeat;
}
.five_reasons_sec .content .row_box4 .had {
	float:left;
	width:60%;
	padding-bottom:10px;
	font-size: 24px;
    color: #333333;
    font-weight: 600;
	line-height: 34px;
	text-align:right;
}
.five_reasons_sec .content .row_box4 .sub_text {
	float:left;
	width:60%;
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
	text-align:right;
}
.five_reasons_sec .content .row_box4:hover {
	display:inline-block;
}
.five_reasons_sec .content .row_box4:hover .icon {
	background:url(../images/icon4.png) 0px -117px no-repeat;
}
.five_reasons_sec .content .row_box4:hover .had {
    color: #8281ad;
}
.five_reasons_sec .content .row_box5 {
	position: absolute;
    display: inline-block;
    width: 33%;
    right: 254px;
    bottom: -137px;
    cursor: pointer;
}
.five_reasons_sec .content .row_box5 .icon {
	float: left;
    width: 138px;
    height: 149px;
    background: url(../images/icon5.png) 0px 0px no-repeat;
}
.five_reasons_sec .content .row_box5 .had {
	float:right;
	width:65%;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 24px;
    color: #333333;
    font-weight: 600;
	line-height: 34px;
	text-align:left;
}
.five_reasons_sec .content .row_box5 .sub_text {
	float:right;
	width:65%;
	font-size: 17px;
    color: #868686;
    font-weight: 400;
	line-height: 25px;
	text-align:left;
}
.five_reasons_sec .content .row_box5:hover {
	display:inline-block;
}
.five_reasons_sec .content .row_box5:hover .icon {
	background:url(../images/icon5.png) 0px -149px no-repeat;
}
.five_reasons_sec .content .row_box5:hover .had {
    color: #8281ad;
}
/* MObile Content */
.five_reasons_sec .mobile_content {
	display:none;
}
.video_sec {
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
	background: #f2f2f7;
}
.video_sec .left_sec {
	float: left;
	width: 100%;
}
.video_sec .left_sec .small_text {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #9594b9;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
.video_sec .left_sec h2 {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 45px;
	color: #333333;
	font-weight: 700;
	line-height: 55px;
}
.video_sec .left_sec p {
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    color: #868686;
    line-height: 27px;
    font-weight: 400;
}
.video_sec .left_sec .read_more {
	display: inline-block;
	padding: 12px 32px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.video_sec .left_sec .read_more:hover {
    background: #8281ad;
}
.video_sec .video_box {
	float: left;
	width: 100%;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	overflow: hidden;
}
.video_sec .video_box iframe {
	width: 100%;
	height: 343px;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}
.eligible_sec {
	float:left;
	width:100%;
	min-height: 648px;
	margin-top: -78px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-image:url(https://www.cannvalate.com.au/wp-content/uploads/2019/12/eligible-bg.png.webp);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
.eligible_sec .right_box {
	float:right;
	width:45%;
	margin-top: 130px;
}
.eligible_sec .right_box h2 {
    float: left;
    width: 100%;
	margin: 0 0 20px 0;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 55px;
}
.eligible_sec .right_box p {
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    color: #ffffff;
    line-height: 27px;
    font-weight: 400;
}
.eligible_sec .right_box .book_btn {
	display: inline-block;
	padding: 12px 32px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.eligible_sec .right_box .book_btn:hover {
    background: #000000;
}
.schedule_sec {
	float:left;
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.schedule_sec .left_wrap {
	float:left;
	width:100%;
	margin-top: 100px;
}
.schedule_sec .left_wrap h2 {
    float: left;
    width: 100%;
	margin: 0 0 20px 0;
    font-size: 45px;
    color: #333333;
    font-weight: 700;
    line-height: 55px;
}
.schedule_sec .left_wrap p {
    margin: 0px 0px 20px 0px;
    font-size: 17px;
    color: #868686;
    line-height: 27px;
    font-weight: 400;
}
.schedule_sec .left_wrap .book_btn {
	display: inline-block;
	padding: 10px 30px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.schedule_sec .left_wrap .book_btn:hover {
    background: #d55409;
}
.schedule_sec .left_wrap .call_now {
	display: inline-block;
	margin-left: 15px;
	padding: 10px 32px;
    background: #ffffff;
	border: 2px solid #8281ad;
    border-radius: 50px;
    font-size: 17px;
    color: #8281ad;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.schedule_sec .left_wrap .call_now:hover {
    background: #8281ad;
	border: 2px solid #8281ad;
	color: #ffffff;
}
.schedule_sec .right_wrap {
	min-height: 600px;
    background-position: 500px 50px;
    background-repeat: no-repeat;
    background-size: 60%;
}
.access_sec {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
.access_sec .left_text {
	float: left;
	width: 60%;
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    line-height: 55px;
}
.access_sec .right_btn {
	float: right;
    width: 40%;
    padding-top: 35px;
}
.access_sec .right_btn .book_btn {
	display: inline-block;
	padding: 10px 30px;
    background: #f26a1b;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.access_sec .right_btn .book_btn:hover {
    background: #d55409;
}
.access_sec .right_btn .call_now {
	display: inline-block;
	margin-right: 15px;
	padding: 10px 44px;
    background: transparent;
	border: 2px solid #ffffff;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease-in-out;
}
.access_sec .right_btn .call_now:hover {
    background: #8281ad;
	border: 2px solid #8281ad;
	color: #ffffff;
}
#footer {
	float: left;
	width: 100%;
	background: #f8f8f8;
}
.footer_section {
	position:relative;
	float: left;
	width: 100%;
	padding-top: 100px;
    padding-bottom: 0px;
}
.footer_section .back-top-top {
	position: absolute;
    width: 43px;
    right: -140px;
    bottom: 110px;
}
.footer_section .brdr-left {
	background:url(../images/brdr-left.png) left top no-repeat;
}
.footer_section h2 {
	margin: 0px;
	padding-bottom: 15px;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
	line-height: normal;
}
.footer_section .ftr_logo {
	float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 40px;
}
.footer_section .ftr_menu {
	float: left;
    width: 100%;
	padding-left: 50px;
}
.footer_section .ftr_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 0;
}
.footer_section .ftr_menu ul li {
	display: inline-block;
	width: 100%;
	padding: 7px 0;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
}
.footer_section .ftr_menu ul li a {
	display: inline-block;
	color: #868686;
	text-decoration: none;
}
.footer_section .ftr_menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_section .ftr_contact {
	float: left;
    width: 100%;
	padding-left: 30px;
}
.footer_section .ftr_contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 40px 0;
}
.footer_section .ftr_contact ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 0 30px;
	margin-bottom: 17px;
	font-size: 17px;
	color: #868686;
	font-weight: 400;
	line-height: 24px;
}
.footer_section .ftr_contact ul li:last-child {
	margin-bottom: 0px;
}
.footer_section .ftr_contact ul li:before {
	content: '»';
	font-family: "Material Design Icons";
	position: absolute;
	left : 0;
}
.footer_section .ftr_contact ul li.address:before {
	content: '\F34E';
}
.footer_section .ftr_contact ul li.phone:before {
	content: '\F3F2';
}
.footer_section .ftr_contact ul li.email:before {
	content: '\F1EE';
}
.footer_section .ftr_contact a {
	color: #868686;
	text-decoration: none;
}
.footer_section .ftr_contact ul li:hover,
.footer_section .ftr_contact a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_section .ftr_social {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}
.footer_section .ftr_social ul {
	padding: 0;
	margin: 0;
    list-style-type: none;
}
.footer_section .ftr_social ul li {
	display: inline-block;
	padding: 0 8px 0 0;
}
.footer_bottom {
	float: left;
	width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
	background:url(../images/btm-line.png) center top no-repeat;
}
.footer_bottom .copy_text {
	float: left;
	width: 100%;
	padding-top: 7px;
	font-size: 17px;
	color: #868686;
	font-weight:400;
}
.footer_bottom .copy_text strong {
	color: #333333;
	font-weight:600;
}
.footer_bottom .copy_text a {
	color: #868686;
	text-decoration: none;
}
.footer_bottom .copy_text a:hover {
	color: #333333;
	text-decoration: none;
}
.footer_bottom .card_image {
	float: left;
	width: 100%;
	text-align: right;
}
.footer_bottom .card_image img {
	max-width: 100%;
}

/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body div.wpcf7-response-output { float: left; width: 100%; padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; text-align: center; }
body span.wpcf7-not-valid-tip { position: absolute; top: 2px; right: 13px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }

/*----------------- START Popups -----------------*/
.spu-content h2 {
	margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 700;
}
.spu-content .contact_form form .form-field {
    margin-bottom: 10px;
}
.spu-content .button {
	display: inline-block;
    padding: 10px 30px;
	background-color: #f26a1b;
    border-radius: 23px;
    font-size: 17px;
	color: #fff;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.spu-content .button:hover {
	background-color: #8281ad;
}
/*----------------- END Popups -----------------*/



/* #Additional - Large Screens beyond 1600px
================================================== */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {

.container                                  { width: 1250px; }

}



/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {

.container                                  { width: 1250px; }
.as_seen_sec								{ padding-top: 60px; padding-bottom: 60px; }
.as_seen_sec .logo_box ul li 				{ width: 185px; }
.as_seen_sec .logo_box ul li img			{ width: 100%; height: auto; }
#mobile_slider								{ display: none; }
.mobile_logo								{ display: none; }
.footer_section .back-top-top 				{ right: 0px; bottom: 0px; }

}

