@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: "open Sans";
	src: url("../font/OpenSans-Regular.ttf");
}

@font-face{
	font-family: "open Sans semiBold";
	src: url("../font/OpenSans-SemiBold.ttf");
}
@font-face{
	font-family: "open Sans extraBold";
	src: url("../font/OpenSans-ExtraBold.ttf");
}

@font-face{
	font-family: "open Sans light";
	src: url("../font/OpenSans-Light.ttf");
}

body{
	font-family: "open Sans";
}
.navbar{
	padding: 13px 18px;
	border-bottom: 10px solid;
    border-image-source: linear-gradient(to right, #e98e04 7%,#4e8d5e 35%,#068e85 54%,#2c9460 73%,#499943 100%);
    border-image-slice: 1;
}

.menu{
	display: flex;
	align-items: center;
}
.menu .nav-item .nav-link{
	color: #008E8D;
	font-size: 17px;
	margin-left: 12px;
	margin-right: 12px;
	font-family: "open Sans semiBold";
	border: 2px solid #FFFFFF;
	padding: 13px 10px !important;	
}
.menu .nav-item .nav-link:last-child{
	margin-right: 0px;	
}

/*.menu .nav-item .nav-link:hover{
	color: #fff;
	border-color: #F07936;
	border-radius: 4px;
	background: #F07936;
}*/
.navbar .nav-item .nav-link:not(.active):hover {
    color: #F07936;
}

.menu .bordered-menu .nav-link:hover{
	color: #fff;
	background:#008E8D;
}
.menu .bordered-menu .nav-link{
	color: #008E8D;
	border-width:2px;
	border-color: #008E8D;
	border-radius: 4px;
}
.banner{
	background-image: url("../../assets/Images/Asset-4-latest.png");
	position: relative;
	width: 100%;
	min-height: 500px;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
@media(min-width: 1025px) and (max-width: 1400px){.banner .container{height: 100%;}}
@media(min-width: 1600px){.banner .container{height: 500px;}}
@media (max-width: 600px){
.banner {
    background-position: 58% 100% !important;
}
}

/*
.banner::before{
	content: "";
	background: url("../../assets/Images/blend-img.png");
	width: 100%;
	height: 17px;
	position: absolute;
	top: -1px;
	left: 0;
	background-size: cover;
}
*/
.banner::after, .review-sec::after{
	content: "";
	background: url("../../assets/Images/blend-img.png");
	width: 100%;
	height: 17px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-size: cover;
}

.headline {
	color: #FFFFFF;
	text-align: center;
	font-size: 53px;
	padding-top: 70px;
}

.star-img{
	position: absolute;
	top: 50px;
	left: 75px;
}

.search-box{
	display: flex;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	width: 60%;
}

.search-container{
	position: absolute;
	bottom: 70px;
	width: 60%;
}

.search-box input{
	border: none;	
	color: #575756;
	font-family: "open Sans semiBold";	
	width: 100%;
}

.search-box input:focus{
	border: none;	
	outline: none;
	box-shadow: none;
}

.btn-search{
	background: #F28F00;
	color: #FFFFFF;
	border-radius: 7px;
}
.btn-search:hover{
	background-color: #DD8300;
	color: #FFFFFF;	
}

.review-sec{
	/*background-color: #f2b800;*/
	background-color: #95CFD0;
	/*min-height: 100vh;
	padding: 50px 18px;	*/
	padding: 50px 18px 70px 18px;
	position: relative;
}
.review-sec .heading, .review-sec .brand-name{color: #fff;}
.section-headline{
	color: #FFFFFF;
    text-align: center;
    font-size: 53px;
	font-weight:600;
}
@media (max-width: 600px){
.section-headline {font-size: 35px;}
}
.review-slider .owl-stage-outer{
	padding-top: 90px !important;
}
.review-slider .owl-nav .owl-prev, .review-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);	
}
.review-slider .owl-nav .owl-prev {
	left: -50px;
}
.review-slider .owl-nav .owl-next {
	right: -50px;
}
/*
.review-sec .review-card{
	position: relative;	
	padding-top: 45px;
	padding-bottom: 56px;
	margin-bottom: 10px;
}
.review-sec .review-card .rev-profile{
	width: 100%;
	height: 370px;
	object-fit: cover;
}
.review-sec .review-card::after{
	content: "";
	position: absolute;	
	top: 0;
	left: 0;
	background-image: url("../../assets/Images/review-mob.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.review-sec .review-card.full-rev::before{
	content: "";
	position: absolute;	
	top: 0;
	left: 0;
	background-image: url("../../assets/Images/top-review.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1
}

.review-rank{
	width: auto !important;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
*/

.review-img{
	margin-bottom: 10px;
}

.rev-name{
	color: #008E8D;
	font-family: "open Sans semiBold";
	text-align: center;	
}

.rev-star{
	width: auto !important;
	position: absolute;
	top: -42px;
	right: -40px;
	z-index: 99;
}

.heading{
	font-size: 36px;
	color: #FFFFFF;	
	font-family: "open Sans semiBold";
	text-align: center;
}
.story-sec{
	/*background-color: #ccffff;
	background-color: #a4d5d7;*/
	background-color: #ccffff;
	/*min-height: 100vh;*/
	padding: 50px 18px;	
	position: relative;
}

.story-sec .section-headline{color: #008e8d;}

/*
.story-img{
	position: relative;
	padding: 52px 2px 67px;
}

.story-img img{
	width: 100%;
	height: 396px;
	object-fit: cover;
}

.story-img::after{
	content: "";
	position: absolute;	
	top: 0;
	left: 0;
	background-image: url("../../assets/Images/story.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
*/

.story-text{
	font-size: 50.3px;
	font-family: "open Sans extraBold";
	color: #008e8d;
	text-align: center;
}
.text-ranked{
	color: #575756;	
	font-family: "open Sans semiBold";
}
.text-ranked-name{
	color: #008E8D;
	font-family: "open Sans semiBold";
	margin-top: 70px;
}

.mt-65{
	margin-top: 65px;
}
.contact-sec{
	background-color: #99d2d1;	
	padding: 300px 18px 50px;
}

.contact-box{
	background: #FFFFFF;
	border-radius: 30px;
	border: 5px solid #008E8D;
	padding: 60px 45px 50px;
	text-align: center;
}

.sign-heading{
	font-size: 30px;
	font-family: "open Sans semiBold";
	color: #575756;
	margin-bottom: 20px;
}

.get-start{
	font-size: 20px;
	color: #575756;
	font-family: "open Sans semiBold";	
}


.mail-box{
	text-align: left;
	margin-top: 40px;
}

.mail-box label{	
	font-family: "open Sans semiBold";	
	color: #575756;
}

.mail-box input:placeholder{
	color: #B2B2B2;
}
.mail-box input{	
	font-family: "open Sans semiBold";	
	color: #575756;
	border: 1px solid #008E8D;
	padding: 15px 15px !important;
	height: auto;
	font-size: 18px;
}

.btn-continue, .btn-submit{
	background-image: linear-gradient(-45deg, #4A9A42 0%, #008E8C 42.51%, #F28F00 100%);
	font-size: 20px;
	padding: 15px 20px;
	display: block;
	color: #FFFFFF;
	border-radius: 50px;
	border: none;
	margin-top: 30px;	
/*	transition: background  0.5s linear;*/
}

.btn-continue:hover, .btn-submit:hover{
/*	background-image: linear-gradient(45deg, #4A9A42 0%, #008E8C 42.51%, #F28F00 100%);	*/
	color: #FFFFFF;
	
}
.or{
	color: #575756;
	font-family: "open Sans semiBold";
	margin-top: 20px;
	font-size: 20px;
}
.social-link{
	margin-top: 30px;
}


/* page 2 (index-2) */
.bg-gray{
	background-color: rgba(226,226,226,0.40);
	padding-top: 40px;
	padding-bottom: 150px;
}

.bg-gray .contact-box, .bg-signin .contact-box{
	margin-top: 85px;
}

.bg-signin{
	/*background-color: rgba(226,226,226,0.80);*/
	background: #c4c4c4;
	padding-top: 50px;	
	padding-bottom: 50px;
}
.text-green{
	color: #008D8C;
}

.btn-sign{
	color: #008D8C;
	background: transparent;
	border: 2.57px solid #008D8C;
	font-family: "open Sans semiBold";
	font-size: 27px;
	border-radius: 50px;
	min-width: 280px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.btn-sign.btn-white{
	color: #FFFFFF;
	background: transparent;
	border: 2.57px solid #FFFFFF;	
}
.btn-sign:hover, .btn-sign.btn-white:hover{
	color: #FFFFFF;
	background: #008D8C;	
	border-color: #008D8C;
}

.business-sec{
	background-color: #66bbba;
	padding: 50px 18px;	
}

.faq-sec{
	/*background-color: #f7d466;
	background-color: #f69e5d;	*/
	background-color: #F99152;
	padding: 50px 18px 50px 18px;	
}
.faq-sec .heading{text-align:left; font-size: 40px;}
.faq-sec .banner-btn-container{margin-top:50px;}
.faq-sec .banner-btn {margin:0;}
.faq-sec img{float:right; width:250px;}
@media(max-width:767px){
.faq-sec iframe, .story-sec iframe {
    height: 350px;
    width: auto;
}
	.story-sec .pr-5, .faq-sec .pr-5{padding:0px !important;}
	.contact-sec {
		padding: 50px 18px 50px !important;
	}
}
.about-sec{
	background-color: #92c28e;
	padding: 50px 18px;	
}



.mt-90{
	margin-top: 90px;	
}

.font-weight-semibold{
	font-family: "open Sans semiBold";
}



.help-text{
	margin-top: 40px;
}
.mt-35{
	margin-top: 35px;
}

.font-light{
	font-family: "open Sans light";
}

.about-list{
	padding-left: 0;
	list-style: none;
	font-family: "open Sans light";
}

footer{
	background-color: #008d8c;
	color: #FFFFFF;
	padding: 50px 18px;	
}

.footer-list{
	list-style: none;
	padding-left: 0;
	margin-top: 40px;
}
.footer-list li{
	margin-bottom: 30px;
}
.footer-list li a{
	color: #FFFFFF;
	font-family: "open Sans light";
	text-decoration: none !important;
}


/* page 3 */
.brd-img{
	height: 14px;
}
.rt-type {
	margin-top: 30px;
}
.rt-type h4{
	font-size: 22px;
	font-family: "open Sans semiBold";
	color: #008D8C;
	margin-top: 30px;
}

.rt-img{
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.story-yellow{
	background-color: rgba(242,184,0,0.83);
	color: #FFFFFF;
	min-height: auto;	
}

.social-img img{
	width: 40px;
}

.sticky .navbar {
    padding: 8px 18px;
}
.sticky {
  position:fixed;
  top:0 ;
	background: #FFFFFF;
	width: 100%;
	left: 0;
	z-index: 9999;
	box-shadow: 0 3px 6px rgba(0,0,0, 0.16);	
}
 
.sticky > .container{
	margin-top: 10px !important;
}

.cat-search{
	/*margin-left: 50px;*/
	display: none;
}

@media(max-width:767px){
.cat-search.desktop-view{display:none;}
.responsive-view{display:block;}
.responsive-view  .form-control{
	border: 2px solid #008D8C;
	border-radius: 4px;
	width: 300px;
	padding: 10px 15px;
    height: auto;
	margin-top: 20px;
}
.opn-search{display:none;}
}
@media(min-width:768px){
.responsive-view{display:none ;}
}
/*.cat-search .form-control{
	border: 2px solid #008D8C;
	border-radius: 4px;
	width: 300px;
	padding: 10px 15px;
    height: auto;
}*/
.text-video{
	font-size: 14px;
	color: #BABCBE;
	font-family: "open Sans semiBold";
	margin-top: 10px;
}

.playpause {
    background-image:url("../../assets/Images/play.png");
    background-repeat:no-repeat;
    width:30%;
    height:30%;
    position:absolute;
    left:0%;
    right:0%;
    top: -15%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}
@media(min-width:600px){
video {min-height: 510px;}
}

@media(max-width:767px){
	.review-slider .review-img video{    min-height: 230px !important; height: 230px;}
}
.review-slider video{object-fit: cover; min-height: 470px;}

.show-onscroll{
	display: none;
}

.load img{
	width: 75px;
}
.load span{
	border-radius:50px;
	padding: 0px 30px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
	border:1px solid #F28F00;
	background:#F28F00;
}
header{
	background-color: #ffffff;
}




.video-popup video {
    min-height: 250px;
    height: 400px;
    background: transparent;
}
.video-popup .modal-content{background-color: #95CFD0;}
.video-popup .modal-header{background:transparent;border:none;}
.video-popup {background: rgba(0,0,0,0.8);}
.review-img {cursor:pointer;}

.brand-sec-1 .rt-img{display:block;}
@media(min-width:768px){
.brand-sec-1 .rt-img img {width: auto; height: 110px;}
}
@media(min-width:1025px){
.brand-sec-1 .rt-img {float: left;}
}
@media(min-width:768px) and (max-width:1024px){
	.brand-sec-1 .rt-img{float:none;}
	.brand-sec-1 .col-md-6{
		width:100%;
		max-width: 100%;
		flex: 100%;
	}
	.brand-sec-1 .col-md-2{
		width: 33.333% !important;
		flex: 33.333%;
		max-width: 33.333%;
	}
}
brand-sec-1
.brand-sec-2{background-color: #ccffff!important;}

.brand-sec-2 h2{
	color: #333;
    line-height: 1em;
    font-weight: 500;
	font-family: "open Sans light";
}
.brand-section-details{padding-top:60px;}
.brand-section-details h4{
	color: #666;
	font-size: 36px;
    font-family: "open Sans semiBold";
	line-height: 1.7em;
}
.brand-sec-3{background-color: #95CFD0 !important;}
.brand-sec-3 .review-img .video {
    object-fit: cover;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
    max-width: none;
    bottom: 0;
    right: 0;
}
.brand-sec-3 .review-img img{max-height: 510px; height: auto;}

.light-blue{background-color: #ccffff!important;}
.parallax {
  /* The image used */
  background-image: url(../../assets/Images/modal.jpg);
background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mbr-overlay {
    background: #222;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* Account page */
.account-headline{
	color: #008E8D;
    font-size: 40px;
	padding:20px 0px;
}
.image-container img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.account-detail-page{background:e1e1e1;}
.account-detail-page .btn{display:block;}
/* End of Account page */

.btn-continue, .btn-submit{width: 100%;}
.banner .banner-btn-container{
	position: absolute;
    bottom: 50px;
}
.banner-btn:hover {color:#fff; text-decoration: none;}
.banner-btn {
	cursor: pointer;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 20px 30px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	-webkit-animation: glowing 5000ms infinite;
	-moz-animation: glowing 5000ms infinite;
	-o-animation: glowing 5000ms infinite;
	animation: glowing 5000ms infinite;
  }
  @-webkit-keyframes glowing {
	0% {
	  background-color: #F99152;
	  -webkit-box-shadow: 0 0 3px #F99152;
	}
	50% {
	  background-color: #f5a836;
	  -webkit-box-shadow: 0 0 15px #a4d5d7;
	}
	100% {
	  background-color: #F28F00;
	  -webkit-box-shadow: 0 0 3px #F28F00;
	}
  }
  @keyframes glowing {
	0% {
	  background-color: #F99152;
	  -webkit-box-shadow: 0 0 3px #F99152;
	}
	50% {
	  background-color: #f5a836;
	  -webkit-box-shadow: 0 0 15px #f5a836;
	}
	100% {
	  background-color: #F28F00;
	  -webkit-box-shadow: 0 0 3px #F28F00;
	}
  }

/*
.banner-btn {
	cursor: pointer;
	border-radius: 50px;
	text-transform: uppercase;
	padding: 20px 30px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
  text-shadow: 0px 1px 0px #F28F00;
  background-image: -webkit-linear-gradient(top, #F28F00, #f5a93b);
  background-image: -moz-linear-gradient(top, #F28F00, #f5a93b);
  background-image: -o-linear-gradient(top, #F28F00, #f5a93b);
  background-image: linear-gradient(to bottom, #F28F00, #f5a93b);
  -webkit-animation: orange 2s infinite;
  -moz-animation: orange 2s infinite;
  -o-animation: orange 2s infinite;
  animation: orange 2s infinite; }
 
/* orange Shadow */
/*
@-moz-keyframes orange {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes orange {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes orange {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes orange {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px #F28F00, inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(255, 245, 3, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } } 
  
.banner-shield-img{width:280px;}
 */
  
  /***** Top content *****/

form.registration-form fieldset {
    display: none;
}
form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
	border-width: 2px;
}


.header-search-box{
	display: flex;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #008E8D;
    margin: 0;
    align-items: center;
}

.header-search-container{
position: relative;
    margin-bottom: 0px;
    width: auto;
}

.header-search-box input{
	border: none;	
	color: #575756;
	font-family: "open Sans semiBold";	
	width: 100%;
}

.header-search-box input:focus{
	border: none;	
	outline: none;
	box-shadow: none;
}
@media(max-width:767px){
.header-search-container{
	 width: 100%;
    padding: 20px 0px;
}
}
@media(min-width:768px) and (max-width:1025px){
	.header-search-container{
		width:55%;
		position: relative;
		right: 65px;
	}
	.navbar-brand {margin-right:0rem !important;}	
	.navbar {display: flex;}
	.navbar-toggler {
		order: 2;
		position: absolute;
		top: 20px;
		right: 10px;
	}	
}
@media(min-width:768px){.navbar-brand {margin-right:2rem;}}
@media(min-width:1400px){.navbar-brand {margin-right:4rem;}}

@media (max-width: 600px){
.brand-sec-1 .rt-img img {width: 100%;}

.iframe-video-container iframe {
    width: 100%;
    height: 320px !important;
}
.iframe-video-container {height: auto !important;}
}
.iframe-video-container {
    position: relative;
    /*height: 100%; - safari compatibility issue*/
    overflow: hidden;
}
.iframe-video-container iframe {
    width: 100%;
    height: 500px;
}
.story-sec img.story-rate{
	width: auto;
    height: 120px;
}
.rating-img button {
  border: 0;
  background: transparent;
}
.rating-img button img {
    width: auto;
    height: 80px;
}
/*.rating-img button:active {border: 1px solid;}*/

@media(max-width:767px){
.registration-form .col-lg-8 {padding:0px;}
.contact-box{padding: 20px;}
.footer-style-1 {text-align:center;}
}

.account{padding:40px 0px;}
.account-details img {height: 50px;}

@media(min-width:768px){.your-videos .image-container {display: inline-block; float: left;}}
.your-videos {padding: 20px 0px;}

.footer-style-1 a:hover, .footer-style-1 a{color:#fff;text-decoration: none; margin: 0 10px 0 0;}
.footer-style-1 .hkd-footerli a{margin:0px;}
.footer-style-1 li {list-style: none; line-height: 30px;}
.hkd-footerli{
	list-style-position: inside;
    padding: 0;
    margin: 0 0 25px;
}
 .hkd-footer .mb-25{margin-bottom:25px;}
 
 @media (min-width: 768px){	
	.hkd-footerli1 li {
		margin-right: 25px;
		display: inline-block;
	}
}
.hkd-footer h4 {font-family: "open Sans semiBold";}
@media screen and (max-width: 767px){
.footer-social {margin-bottom: 15px;}
}

.video-upload .btn-block {
    background: #008E8D;
}
.video-upload .btn-primary:not(:disabled):not(.disabled):active {
    background: #008E8D;
    border-color: #008E8D;
}
.video-upload .inputDnD .form-control-file {
  position: relative;
  width: 100%;
  height: auto;
  /*min-height: 6em;*/
  min-height:110px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #c61c23;
  box-shadow: 0 0 5px solid #008E8D;
}
.video-upload .inputDnD .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  min-height: 6em;
  line-height: 2em;
  padding-top: 1.5em;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 0.25em dashed #008E8D;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  color: #F99152;
}

.ui-widget.ui-widget-content .ui-menu-item {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px 0px;
}
.ui-widget.ui-widget-content .ui-menu-item:last-child{border:none;}
.ui-widget.ui-widget-content::first-letter {font-weight:600;}

.ui-autocomplete-input:focus{box-shadow:none;}


#why-rank-sec .rt-img {
    font-size: 80px;
    font-family: cursive;
    color: #008E8D;
    margin: 0px;
    vertical-align: middle;
}
@media(max-width:980px){#why-rank-sec .rt-img {font-size: 40px;}}


#rank-business .banner-btn{animation:none; margin-left:0px;}
#rank-business .rank-btn {background-image: linear-gradient(-45deg, #F28F00 0%, #008E8C 42.51%, #4A9A42 100%);}
#rank-business .business-btn {background-image: linear-gradient(-45deg, #4A9A42 0%, #008E8C 42.51%, #F28F00 100%);}
#rank-business .modal-content {display: table; height: 350px; background: #95CFD0;}
#rank-business .modal-content .modal-body {display: table-cell; vertical-align: middle;}
@media(min-width:768px){
	#rank-business .business-btn {width:340px;}
	#rank-business .modal-width{width:500px;}
}
@media(max-width:767px){#rank-business .banner-btn{padding: 15px 30px; font-size:16px;}}

/** CUSTOM CSS - 10-02-2021 **/
.rating-img button:focus{
	outline:none;
}
.rating-img .cls_rating.active{
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

@media(max-width:767px){
	.rating-img .cls_rating.active{
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.3);
	}
	.rating-img button img{height:70px;}
	.contact-box{padding: 60px 20px 50px !important;}
}
.video-upload .inputDnD .form-control-file:before{min-height:5em !important;}
.btn-next.btn-continue, .btn-continue:hover {color: #fff !important;}
.rating-img button{padding:10px;}


/* Account page - 08/03/2021 - by ib*/
.account-detail-page .list-group-item.active{background-color:#008E8D; border-color: #008E8D;}
.account-detail-page {padding: 50px 0px;}
.account-detail-page .account-details .row{ padding:10px 0px;}
.account-detail-page .account-details .row img{width:100px; height:auto;}
.account-detail-page #submit_form, 
.account-detail-page #submit_form:hover, 
.account-detail-page #submit_form:focus, 
.account-detail-page #submit_form:active{
background: #008E8D !important;
border-color: #008E8C !important;
border-radius: 20px !important;
}


/* Brand page - 17/03/2021 */
.brand-sec-2 .banner-btn-container {text-align: center; width: 100%;}
.review-sec.brand-sec-3 p{text-align:center;}
@media(max-width:767px){
header form#topSearchForm {
    display: block !important;
    margin-left: 0px !important;
}
.owl-carousel .owl-item img.rev-star {
    height: 70px;
    right: 0px;
    top: -25px;
}
}