
html,
body {
    height: 100%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4a4a4a;
	background: #fff;
	font: 14px/1.5em 'Lato', sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
/* ancher styling  */
a,
button {
	outline: none;
	text-decoration: none;
	color: #000;
	border: 0;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}
/* main form styling */
form * {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    behavior: url(PIE.htc);
}

select, option {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

input,
textarea,
select {
	outline: none;
	color: #000;
	vertical-align: middle;
	-webkit-appearance: none;
}

form,
fieldset {
	outline: none;
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	border:0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder {
	color:#000;
}
 
input[type="text"]::-moz-placeholder { /* Firefox 18- */
	color:#000 ;  
}
 
input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	color: #000 ;  
}
 
input[type="text"]::-ms-input-placeholder {  
	color:#000 ; 

}
.btn.focus, .btn:focus{
	box-shadow: none;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



#wrapper{
	overflow: hidden;
	position: relative;
	width: 100%;
}
#header:after{
	display: block;
	clear: both;
	content: "";
}
#header{
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	content: "";
	padding: 22px 15px;
	background: url(../images/img27.png);
	border-bottom: 1px solid #ffcb05;
}
#header .logo{
	float: left;	
}
#header .logo a{
	display: block;
}
#header .right-panel{
	float: right;
	max-width: 72%;
	margin: 6px 0 0;
}
#header .right-panel .search-holder{
	 width: 214px;
	 height: 35px;
	 float: left;
	 margin: 0;
	 display: none;
	 position: relative;
}
#header .right-panel .search-holder input[type="search"]{
	width: 100%;
	border: 0;
	height: 100%;
	color: #fff;
	padding: 5px 12px 5px 30px;
	background: #464646 url(../images/bg-search.png) no-repeat 8px 12px;
}
#header .right-panel .search-holder button{
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	content: "";
	bottom: 0;
	cursor: pointer;
	position: absolute;
	background: #ffcb05;
}
#header .right-panel .button{
	color: #fff;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	padding: 5px 16px;
	display: inline-block;
	background: transparent;
	text-transform: capitalize;
	border: 2px solid #ffcb05;
}
#header .right-panel .button:hover{
	color: #000;
	background: #ffcb05;
}

#header .user{
	float: left;
	width: 145px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 30px 0 0;
	position: relative;
	align-items: center;
}

#header .user i{
	top: 6px;
	color: #fff;
	right: -14px;
	font-size: 20px;
	position: absolute;
}
#header .user em{
	width: 40px;
	height: 40px;
	display: flex;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	margin: 0 10px 0 0;
	background: #8ec63f;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
}
#header .user span{
	width: 94px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#header .user .user-drop{
	left: 0;
	top: 100%;
	opacity: 0;
	width: 100%;
	z-index: 99;
	visibility: hidden;
	position: absolute;
	background: #fff;
}
#header .user:hover .user-drop{
	opacity: 1;
	visibility: visible;
}
#header .user .user-drop ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .user .user-drop ul li{
	width: 100%;
	border-bottom: 1px solid #fff;
}

#header .user .user-drop ul li a{
	display: block;
	padding: 10px;
	font-size: 14px;
	background: #d3d3d3;
}
#header .user .user-drop ul li a:hover{
	color: #000;
	background: #bababa;
}

.search-holder input[type="search"]:focus .drop-holder{
	display: block;
}
.drop-holder{
	left: 0;
	right: 0;
	top: 100%;
	z-index: 99;
	display: block;
	height: 235px;
	overflow: auto;
	background: #fff;
	border-width: 1px;
	position: absolute;
	border-style: solid;
	border-color: #e1e1e1;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.drop-holder .result-list{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
.drop-holder .result-list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}

.drop-holder .result-list li a{
	width: 100%;
	display: flex;
	padding: 14px 20px;
	align-items: center;
	justify-content: space-between;
}

.drop-holder .result-list li:nth-child(2n){
	background: #f1f1f1;
}
.drop-holder .result-list li strong{
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.drop-holder .result-list li .rating-box{
	width: 150px;
}
.drop-holder .result-list li .rating-box {
	margin: 0 0 6px;
	text-align: right;
	display: inline-block;
}
.drop-holder .loader{
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.drop-holder .star-box span{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.drop-holder .result-list li a em{
	font-style: normal;
	font-size: 13px;
}


#header .nav{
	padding: 0;
	float: left;
	margin: 6px 0 0;
	list-style: none;
}
#header .nav li{
	margin: 0 15px;
	display: inline-block;
}
#header .nav li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
#header .nav li a:hover{
	color: #ffcb05;
}

.main-banner:before{
	display: block;
	clear: both;
	content: "";
}
.main-banner{
	padding: 74px 0 0;	
	background: #fff;
	position: relative;
}
.main-banner:after{
	top: 0;
	right: 0;
	bottom: 0;
	width: 979px;
	height: 100%;
	content: "";
	position: absolute;
	background: url(../images/img1.png) no-repeat;
}
.main-banner .banner-columns{
	display: flex;
	flex-wrap: wrap;
}
.main-banner .banner-columns .column{
	width: 50%;
	z-index: 9;
	position: relative;
}
.main-banner h1{
	color: #000;
	display: block;
	font-size: 50px;
	margin: 100px 0 90px;
	font-family: 'Calibri';
}
.main-banner .search-holder{
	z-index: 9;
	height: 70px;
	margin: 0 0 60px;
	max-width: 550px;
	background: #fff;
	position: relative;
	padding: 6px 6px 0 0;
	border: 1px solid #c2c2c2;
}
.main-banner .search-holder:after{
	left: -26px;
	content: "";
	width: 327px;
	height: 74px;
	bottom: -36px;
	z-index: -1;
	position: absolute;
	background: url(../images/img6.png) no-repeat;
}
.main-banner .search-holder input[type="search"]{
	width: 76%;
	border: 0;
	height: 100%;
	padding: 0 0 0 58px;
	background: #fff url(../images/img5.png) no-repeat 20px 20px;	
}
.main-banner .search-holder button{
	color: #000;
	float: right;
	cursor: pointer;
	font-size: 16px;
	padding: 18px 36px;
	background: #ffcb05;
	text-transform: capitalize;
}
.main-banner .search-holder button:hover{
	color: #ffcb05;
	background: #000;
}
.main-banner .banner-columns .bottom-text{
	font-size: 22px;
	color: #000;
}
.main-banner .banner-columns .comment-box{
	margin: 0 0 24px;
	max-width: 412px;
	background: #fff;
	padding: 16px 22px;
	position: relative;
	border-radius: 0 0 80px 0;
}
.main-banner .banner-columns .comment-box:before{
	left: 40px;
	bottom: -18px;
	width: 17px;
	height: 19px;
	content: "";
	position: absolute;
	background: url(../images/img7.png) no-repeat;
}
.main-banner .banner-columns .comment-box:after{
	top: 16px;
	right: 22px;
	width: 109px;
	height: 43px;
	content: "";
	position: absolute;
	background: url(../images/img3.png) no-repeat;
}
.main-banner .banner-columns .comment-box .top-head{
	display: flex;
	margin: 0 0 12px;
}

.main-banner .banner-columns .comment-box .top-head strong{
	width: 100%;
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.main-banner .banner-columns .comment-box .top-head .box-2{
	margin: 0 0 0 14px;
}
.main-banner .banner-columns .bottom-box span{
	color: #000;
	font-size: 14px;
	font-weight: 600;
} 
.main-banner .banner-columns .bottom-box p{
	color: #000;
	max-width: 64%; 
	font-size: 12px;
	margin: 0 0 12px;
	font-weight: 600;
}
.main-banner .banner-columns .bottom-box p a{
	color: #00b67a;
}
.main-banner .banner-columns .bottom-box p a:hover{
	text-decoration: underline;
}
.main-banner .banner-columns .bottom-box .date{
	width: 100%;
	display: block;
	color: #4b4b4b;
	font-size: 10px;
	font-style: normal;
}
.main-banner .banner-columns .comment-box:nth-child(1){
	right: -172px;
	position: relative;
}
.main-banner .banner-columns .comment-box:nth-child(2){
	margin-left: 130px;
}
.main-banner .banner-columns .comment-box:nth-child(3){
	margin-left: 76px;
}


.review-section{
	padding: 130px 0;
	background: #f2f2f5;
}
.review-section .review-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review-section .review-columns .column:first-child{
	width: 30%;
}
.review-section .review-columns .column h2{
	display: block;
	font-size: 20px;
	padding: 0 0 5px;
	margin: 0 0 70px;
	font-weight: bold;
	position: relative;
	letter-spacing: -1;
	text-transform: capitalize;
}
.review-section .review-columns .column h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	background: #ffcb05;
}
.review-section .review-columns .column p{
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin: 0 0 30px;
}
.review-section .review-columns .column.column-2{
	width: 62%;
	text-align: center;
	position: relative;
}
.review-section .review-columns .column.column-2:after{
	left: 0;
	top: 50%;
	right: 0;
	width: 100%;
	content: "";
	height: 152px;
	position: absolute;
	margin: -75px 0 0;
	background: url(../images/img8.png) no-repeat;
}
.review-section .review-columns .column.column-2 .mob-img{
	position: relative;
	z-index: 1;
}

.business-section{
	z-index: 9;
	position: relative;
	padding: 70px 0 240px;
	background: url(../images/img10.png);
}
.business-section:before{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	content: "";
	height: 200px;
	position: absolute;
	background: #fff;
	clip-path: ellipse(59.05% 138.77% at 50.14% 165.83%)
}
.business-section:after{
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 400px;
	height: 100%;
	content: "";
	position: absolute;
	background: url(../images/img12.png) no-repeat;
}
.business-section h2{
	color: #000;
	display: block;
	font-size: 47px;
	font-weight: bold;
	letter-spacing: -1px;	
	text-align: center;
}
.business-section .sub-heading{
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	text-align: center;
	position: relative;
	letter-spacing: -1px;	
}
.business-section .sub-heading:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.business-section .business-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto 80px;
	justify-content: space-between;
}
.business-section .business-columns .column{
	width: 22%;
	padding: 32px 14px;
	background: #fff;
	min-height: 356px;
	border-bottom: 6px solid #a230d2;
}
.business-section .business-columns .column .two-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0 0 24px;
	align-items: center;
	border-bottom: 1px solid #ffcb05;
}
.business-section .business-columns .column .two-columns .column-box{
	width: 50%;
	padding: 0 5px;
}
.business-section .business-columns .column .two-columns .column-box:first-child{
	color: #000;
	font-size: 15px;
	margin: 0 0 0 -14px;
	background: #ffcb05;
	text-transform: uppercase;
	padding: 2px 10px 2px 14px;
}
.business-section .business-columns .column h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.business-section .business-columns .column p{
	color: #000;
	font-size: 12px;
}
.business-section .business-columns .column:nth-child(2){
	border-bottom: 6px solid #196bf3;
}
.business-section .business-columns .column:nth-child(3){
	border-bottom: 6px solid #289337;
}
.business-section .business-columns .column:nth-child(4){
	border-bottom: 6px solid #f39f19;
}
.business-section .bottom-holder{
	max-width: 230px;
	margin: 0 auto;
}
.business-section .bottom-holder strong{
	color: #000;
	display: block;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 15px;
	font-family: 'Calibri';
}
.business-section .bottom-holder strong span{
	font-weight: normal;
}
.business-section .bottom-holder strong i{
	color: #fff;
}
.business-section .bottom-holder em{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
}


.clients-section{
	z-index: 9;
	background: #fff;
	padding: 40px 0 80px;
	position: relative;
	
}
.clients-section h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.clients-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.slick-initialized .slick-slide{
	margin: 0 12px !important;
}
.slider{
	padding: 0 0 80px;
}
.more-clients{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	max-width: 160px;
	font-weight: 600;
	padding: 15px 10px;
	text-align: center;
	border-radius: 3px;
	background: #ffcb05;
	text-decoration: none;
	text-transform: capitalize;
}
.more-clients:hover{
	color: #ffcb05;
	background: #000;
}


.news-section{
	padding: 30px 0;
	background: #ffcb05;
}
.news-section .news-holder{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.news-section .news-holder .box{
	width: 28.2%;
}
.news-section .news-holder .box.center-box{
	width: 40%;
}
.news-section .news-holder .box strong{
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-transform: uppercase;
}
.news-section .news-holder .box p{
	margin: 0;
	color: #000;
	max-width: 80%;
	font-size: 15px;
}
.news-section .news-holder .social-icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
.news-section .news-holder .social-icons li{
	margin: 0 6px;
	text-align: center;
	display: inline-block;
}
.news-section .news-holder .search-area{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
}
.news-section .news-holder .search-area input[type="search"]{
	border: 0;
	width: 68%;
	float: left;
	height: 62px;
	padding: 5px 5px 5px 50px;
	background: #fff url(../images/img23.png) no-repeat 10px 20px;
}
.news-section .news-holder .search-area button{
	color: #fff;
	float: right;
	cursor: pointer;
	font-size: 15px;
	padding: 21px 14px;
	background: #373737;
}
.news-section .news-holder .search-area button:hover{
	background: #000;
}

#footer{
	padding: 100px 0;
	background: url(../images/img27.png);
}
#footer .footer-columns{
	display: flex;
	flex-wrap: wrap;
}

#footer .footer-columns .column{
	width: 20%;
}
#footer .footer-columns .column h5{
	margin: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0 0 26px 30px;
	text-transform: uppercase;
}
#footer .footer-columns .column h5:after{
	left: 0;
	top: 0;
	width: 20px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img28.png) no-repeat;
}
#footer .footer-columns .column .list{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .footer-columns .column .list li{
	width: 100%;
	margin: 0 0 10px;
}
#footer .footer-columns .column .list li a{
	color: #8a8a8a;
	font-size: 12px;
	position: relative;
	padding: 0 0 0 20px;
	text-transform: capitalize;
}
#footer .footer-columns .column .list li a:after{
	top: 0;
	left: 0;
	width: 1px;
	content: "";
	height: 15px;
	position: absolute;
	background: #8a8a8a;
}
#footer .footer-columns .column .list li a:hover{
	color: #ffcb05;
}
#footer .footer-columns .column .list li a:hover:after{
	background: #ffcb05;
}
#footer .footer-columns .column .list li img{
	margin: 0 10px 0 0;
}
#footer .footer-columns .column .list li a.num{
	font-size: 15px;
	color: #ffcb05;
}
#footer .footer-columns .column .list li a.num:hover{
	text-decoration: underline;
}
#footer .footer-columns .column .list li a.last{
	font-size: 15px;
	color: #ffcb05;
}
#footer .footer-columns .column .list li a.last:after{
	display: none;
}

.bottom-footer{
	background: url(../images/img27.png);
}
.bottom-footer .bottom-holder{
	padding: 20px 0;
	overflow: hidden;
	border-top:1px solid #ffcb05; 
}
.bottom-footer .bottom-holder .copy-right{
	color: #fff;
	float: left;
	font-size: 12px;
}
.bottom-footer .bottom-holder .footer-social{
	margin: 0;
	padding: 0;
	color: #fff;
	float: right;
	font-size: 12px;
	list-style: none; 
}
.bottom-footer .bottom-holder .footer-social li{
	padding: 0 10px;
	position: relative;
	display: inline-block;
}
.bottom-footer .bottom-holder .footer-social li:after{
	top: 4px;
	left: 0;
	width: 1px;
	height: 15px;
	content: "";
	position: absolute;
	background: #fff;
}
.bottom-footer .bottom-holder .footer-social li:first-child:after{
	display: none;
}
.bottom-footer .bottom-holder .footer-social li a{
	font-size: 12px;
	color: #fff;
}
.bottom-footer .bottom-holder .footer-social li a:hover{
	color: #ffcb05;
}


.banner{
	height: 270px;
	background: url(../images/img29.jpg) no-repeat;
	background-size: cover; 
}
.banner .banner-holder{
	display: flex;
	height: 270px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;	
}
.banner .banner-holder:after{
	top: 0;
	right: 0;
	width: 550px;
	height: 270px;
	content: "";
	position: absolute;
	background: url(../images/img30.png) no-repeat;
	background-size: 100% 100%;
}
.banner .banner-holder .text-holder{
	max-width: 46%;
}
.banner .banner-holder .text-holder h2{
	color:#fff;
	display: block;
	font-size: 26px;
}
.banner .banner-holder .text-holder p{
	color: #fff;
	font-size: 15px;
}

.benefit-section{
	z-index: 9;
	position: relative;
	padding: 80px 0;
	text-align: center;
}
.benefit-section h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.benefit-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.benefit-section .span-box{
	width: 100%;
	display: block;
	margin: 0 0 20px;
}
.benefit-section span{
	color: #000;
	padding: 0 0 4px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.benefit-section span:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img31.png) no-repeat;
	background-size: 100% 100%; 
}
.benefit-section .align-center{
	margin: 80px 0 0;
	display: inline-block;
}
.section_holder{
	position: relative;
}
.section_holder:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	content: "";
	position: absolute;
	background: url(../images/img33.png) no-repeat;
	background-size: 100% 100%; 
}

.key-section{
	z-index: 9;
	padding: 80px 0;
	position: relative;
	background: url(../images/img10.png);
}
.key-section h2{
	color: #000;
	font-size: 30px;
	margin: 0 0 50px;
	font-weight: bold;
	padding: 0 0 30px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.key-section h2:after{
	top: 12px;
	right: -40px;
	width: 20px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.key-section .nav-tabs{
	border: 0;
	float: left;
	width: 376px;
	margin: 0 22px 0 0;
}
.key-section .nav-tabs .nav-item{
	width: 100%;
}
.key-section .tabs-holder{
	overflow: hidden;
}
.key-section .tabs-holder .nav-tabs .nav-item.show .nav-link,
.key-section .tabs-holder .nav-tabs .nav-link.active,
.key-section .tabs-holder .nav-tabs .nav-item .nav-link:hover{
	background-color: rgba(0,0,0,.8); 
	color: #fff;
	border: 1px solid transparent;
}
.key-section .tabs-holder .nav-tabs .nav-link{
	color: #000;
	font-size: 14px;
	position: relative;
	padding: 30px 10px 30px 50px;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.key-section .tabs-holder .nav-tabs .nav-link:after{
	top:0;
	left: -1px;
	bottom: 0;
	width: 12px;
	height: 100%;
	content: '';
	position: absolute;
	background: #fff;
}
.key-section .tabs-holder .nav-tabs .nav-link:before{
	top:0;
	left: 11px;
	bottom: 0;
	width: 4px;
	height: 100%;
	content: '';
	position: absolute;
	background: #ffcb05;
}
.key-section .tabs-holder .nav-tabs .nav-link strong{
	font-size: 18px;
	display: block;
	margin: 0 0 10px;
	position: relative;
}
.key-section .tabs-holder .nav-tabs .nav-link strong:after{
	top: 2px;
	left: -20px;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
}
.key-section .tabs-holder .nav-tabs .nav-link strong:before{
	top: 2px;
	left: -20px;
	width: 12px;
	height: 16px;
	content: "";
	display: none;
	position: absolute;
	background: url(../images/img35.png) no-repeat;
}
.key-section .tabs-holder .nav-tabs .nav-item.show .nav-link strong:after,
.key-section .tabs-holder .nav-tabs .nav-link.active strong:after,
.key-section .tabs-holder .nav-tabs .nav-link:hover strong:after{
	display: none;
}

.key-section .tabs-holder .nav-tabs .nav-item.show .nav-link strong:before,
.key-section .tabs-holder .nav-tabs .nav-link.active strong:before,
.key-section .tabs-holder .nav-tabs .nav-link:hover strong:before{
	display: block;
}
.key-section .tabs-holder .tab-content{
	overflow: hidden;
	padding: 74px;
	background: rgba(0,0,0,.2);
}
.key-section .tabs-holder p{
	margin: 0;
}

.testimonial-section{
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	padding: 120px 0;
	position: relative;
	text-align: center;
}

.testimonial-section .left-column{
	width: 55%;
	z-index: 9;
	background: #fff;
	position: relative;
	padding: 90px 200px;
	border-radius: 0 50px 50px 0;
}

.testimonial-section .left-column h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 30px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.testimonial-section .left-column h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.testimonial-section .left-column p{
	color: #000;
	margin: 0 0 40px;
	font-weight: 600;
}
.testimonial-section .left-column strong{
	color: #000;
	font-size: 18px;
	font-weight: bold;	
}
.testimonial-section:after{
	top: 55px;
	right: 0;
	content: "";
	width: 797px;
	height: 603px;
	position: absolute;
	background: url(../images/img37.png) no-repeat;
}
.testimonial-section .progress-holder{
	top: 50%;
	left: 50%;
	width: 415px;
	height: 415px;
	content: "";
	z-index: 99;
	text-align: center;
	position: absolute;
	margin: -206px 0 0 -134px;
	background: url(../images/img38.png) no-repeat;
}
.testimonial-section .progress-holder .p-holder{
	top: 50%;
	left: 50%;
	width: 170px;
	height: 130px;
	content: "";
	text-align: center;
	position: absolute;	
	margin: -40px 0 0 -82px;
}
.testimonial-section .progress-holder .p-holder .number{
	display: block;
	color: #fff;
	font-size: 40px;
	margin: 0 0 20px;
	font-weight: bold;
}
.testimonial-section .progress-holder .p-holder em{
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.inner-banner .b-holder{
	left: 0;
	bottom: 20px;
	position: absolute;
}
.inner-banner .b-holder h2{
	position: relative;
	padding: 0 40px 0 0;
	display: inline-block !important;
}
.inner-banner .b-holder h2:after{
	top: 6px;
	right: 0;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	background: url(../images/img35.png) no-repeat;
}

.category-section{
	z-index: 9;
	padding: 80px 0;
	position: relative;
}
.category-section .two-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-section .two-columns .column:first-child{
	width: 30%;
	background: #fff;
}
.category-section .two-columns .column{
	width: 68%;
	background: #fff;
	padding: 30px 40px;
}
.category-section .two-columns .column h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 20px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.category-section .two-columns .column h3:after{
	left: -40px;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	background: #ffcb05;
}
.category-section .two-columns .column .list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.category-section .two-columns .column:first-child .list li{
	width: 100%;
}
.category-section .two-columns .column .list li{
	width: 50%;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}
.category-section .two-columns .column .list li:after{
	left: 0;
	top: 3px;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
}
.category-section .two-columns .column .list li a{
	display: inline-block;
	color: #000;
	font-size: 16px;
}
.category-section .two-columns .column .list li:last-child{
	margin: 0 0 40px;
}
.category-section .two-columns .column span{
	display: block;
	font-size: 16px;
	color: #000;
	margin: 0 0 10px;
}
.category-section.cate-list .two-columns .column h3{
	display: block;
}
.category-section.cate-list .two-columns .column h3:after{
	width: 85%;
}
.category-section.cate-list .two-columns .column .list li a em{
	font-style: normal;
	font-size: 14px;
}
.category-section.cate-list .code-holder{
	width: 100%;
}
.category-section.cate-list .code-holder input[type="text"]{
	height: 42px;
	border-radius: 10px;
	padding: 5px 30px 5px 10px;
	border: 1px solid #e1e1e1;
}
.category-section.cate-list .code-holder button{
	color: #000;
	font-size: 16px;
	cursor: pointer;
	margin: 0 0 0 -24px;
	padding: 11px 28px;
	background: #ffcb05;
	border-radius: 10px;
}
.category-section.cate-list .filter-holder{
	margin: 0 0 40px;
}
.category-section.cate-list .radio-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.category-section.cate-list .radio-list li{
	margin: 0 0 12px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.category-section.cate-list .two-columns .column.cate-holder h3{
	display: inline-block !important;
	font-family: 'Lato', sans-serif;
}
.category-section.cate-list .two-columns .column.cate-holder h3:after{
	left: 0;
	width: 120%;
}
.category-section.cate-list .popular-holder{
	padding: 20px;
	background: #ebebeb;
}
.category-section .popular-holder .tags-list{
	padding: 0;
	margin: 0 -5px;
	list-style: none;
}
.category-section .popular-holder .tags-list li{
	margin: 0 5px 10px;
	display: inline-block;
}
.category-section .popular-holder .tags-list li a{
	color: #000;
	display: block;
	font-size: 16px;
	background: #fff;
	padding: 14px 16px;
	border-radius: 10px;
	text-transform: capitalize;
	font-family: 'Lato', sans-serif;
}
.category-section .popular-holder .tags-list li a:hover{
	color: #fff;
	background: #000;
}
.category-section .top-rated{
	padding: 30px 0;
}
.category-section .top-rated .sub-heading{
	font-size: 12px !important;
	margin: 0 0 20px !important;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.category-section .top-rated .rated-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	align-items: center;
	border: 1px solid #e1e1e1;
}
.category-section .top-rated .rated-box .left-box{
	width: 25%;
	text-align: center;
}
.category-section .top-rated .rated-box .right-box{
	width: 75%;
	padding: 20px;
	border-left: 1px solid #e1e1e1;
}
.category-section .top-rated .rated-box .right-box .title{
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.category-section .top-rated .rated-box .right-box .rating-holder{
	width: 100%;
	overflow: hidden;
}
.category-section .top-rated .rated-box .right-box .rating-holder .star-list{
	padding: 0;
	float: left;
	list-style: none;
	margin: 0 14px 20px 0;
}
.category-section .top-rated .rated-box .right-box .rating-holder .star-list li{
	margin: 0 2px 0 0;
	display: inline-block;	
}
.category-section .top-rated .rated-box .right-box .rating-holder em{
	font-style: normal;
	font-size: 13px;
	color: #000;
}

.pagination{
	margin: 0;
	width: 100%;
	padding: 20px;
	display: block;
	list-style: none;
	text-align: center;
}
.pagination li{
	margin: 0 2px;
	display: inline-block;
}
.pagination li a{
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 8px;
	background: transparent;
}
.pagination li:first-child a,
.pagination li:last-child a{
	padding: 10px;
}
.pagination li a:hover,
.pagination li a.active{
	background: #ffcb05;
}

.review-banner{
	padding: 56px 0;
	background: url(../images/img43.jpg) no-repeat;
	background-size: cover;
}
.review-banner .review-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-banner .review-columns .column{
	width: 50%;
}
.review-banner .review-columns .column:last-child{
	width: 40%;
	display: flex;
}
.review-banner .review-columns .column .rated-box{
	display: flex;
	flex-wrap: wrap;
}
.review-banner .review-columns .column .rated-box .left-box{
	width: 122px;
	margin: 0 12px 0 0;
}
.review-banner .review-columns .column .rated-box .left-box img{
	display: block;
	width: 100%;
}
.review-banner .review-columns .column .rated-box .right-box {
	width: 71%;
}
.review-banner .review-columns .column .rated-box .right-box .title{
	color: #fff;
	display: block;
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 20px;
}
.review-banner .review-columns .column .rated-box .right-box .rating-holder {
    width: 100%;
    overflow: hidden;
}
.review-banner .review-columns .column .rated-box .right-box .span-1 {
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px;
}
.review-banner .review-columns .column .rated-box .right-box .rating-holder em {
    font-style: normal;
    font-size: 34px;
    color: #ffcb05;
    font-weight: 600;
    line-height: 36px;
}
.review-banner .review-columns .column .rated-box .right-box .rating-holder em sup{
	font-size: 20px;
	color: #fff;
}
.review-banner .review-columns .column .rated-box .right-box .rating-holder .star-list {
    padding: 0;
    float: left;
    list-style: none;
    margin: 0 14px 0 0;
}
.review-banner .review-columns .column .rated-box .right-box .rating-holder .star-list li {
    overflow: hidden;
    margin: 0 2px 0 0;
    border-radius: 3px;
    display: inline-block;
}
.review-banner .review-columns .column .l-rating{
	width: 170px;
	padding: 0 10px;
	text-align: center;
	border-left: 8px solid #ffcb05;
}
.review-banner .review-columns .column .l-rating span{
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.review-banner .review-columns .column .l-rating strong{
	display: block;
	color: #ffcb05;
	font-size: 55px;
	font-weight: 600;
	line-height: 60px;
}
.review-banner .review-columns .column .l-rating strong sup{
	top: -20px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.review-banner .review-columns .column .r-rating{
	width: 250px;
}
.review-banner .review-columns .column .r-rating .p-holder{
	overflow: hidden;
}
.review-banner .review-columns .column .r-rating .p-holder em.left{
	color: #fff;
	float: left;
	font-size: 13px;
	font-style: normal;
}
.review-banner .review-columns .column .r-rating .p-holder em.left i{
	font-size: 12px;
	margin: 0 0 0 3px;
}
.review-banner .review-columns .column .r-rating .p-holder em.right{
	top: -18px;
	color: #fff;
	float: right;
	font-size: 13px;
	font-style: normal;
	position: relative;
}
.review-banner .progress{
	width: 72%;
	border-radius: 0;
	margin: 0 0 0 34px;
	background-color: #666667;
}
.review-banner .progress-bar{
	background-color: #ffcb05; 
}

.tabs-section{
	padding: 20px 0;
	background: #ebebeb;
}
.tabs-section .tabs-columns{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.tabs-section .tabs-columns .left-column{
	width: 65%
}
.tabs-section .tabs-columns .left-column .nav-tabs{
	left: 0;
	top: -80px;
	position: absolute;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link{
	color: #bebebe;
	font-size: 20px;
	position: relative;
	padding: 18px 30px 18px 0;
	text-transform: capitalize;
	border-bottom:2px solid transparent;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link.active{
	border-bottom:2px solid #ffcb05 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
	border-color: transparent;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-item{
	margin-right: 30px;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link:after{
	top: 24px;
	right: 0;
	width: 19px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/img45.png) no-repeat;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link:before{
	top: 24px;
	right: 0;
	width: 19px;
	height: 15px;
	content: "";
	display: none;	
	position: absolute;
	background: url(../images/img46.png) no-repeat;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link.active:after{
	display: none;
}

.tabs-section .tabs-columns .left-column .nav-tabs .nav-link.active:before{
	display: block;
}
.tabs-section .tabs-columns .left-column .nav-tabs .nav-item.show .nav-link, 
.tabs-section .tabs-columns .left-column .nav-tabs .nav-link.active{
	color: #fff;
	border-color: transparent;
	background-color: transparent;
}

.tabs-section .tabs-columns .write-review{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 20px;
	padding: 25px 32px;
	align-items: center;
	justify-content: space-between;
}
.tabs-section .tabs-columns .write-review h4{
	color: #000;
	font-size: 19px;
	font-weight: 600;
}
.tabs-section .tabs-columns .write-review .star-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-section .tabs-columns .write-review .star-list li{
	margin: 0 ;
	overflow: hidden;
	border-radius: 6px;
	display: inline-block;
}
.tabs-section .tabs-columns .write-review .star-list li img{
	width: 100%;
	height: 100%;
}
.tabs-section .tabs-columns .write-review .star-list li img.hover{
	display: none;
}
.tabs-section .tabs-columns .write-review .star-list li a:hover .normal{
	display: none;
}
.tabs-section .tabs-columns .write-review .star-list li a:hover .hover{
	display: inline-block;
}
.tabs-section .form-area{
	padding: 26px;
	background: #fff;
}
.tabs-section .form-area .form-holder{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	position: relative;
	justify-content: space-between;
}
.tabs-section .form-area .form-holder a{
	top: 41px;
	right: 20px;
	color: #000;
	width: 24px;
	font-size: 20px;
	position: absolute;
}
.tabs-section .form-area .form-holder label{
	display: block;
	width: 100%;
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
}
.tabs-section .form-area .form-holder textarea{
	width: 100%;
	height: 150px;
	resize: none;
	padding: 20px;
	border: 2px dashed #898989;
}
.tabs-section .form-area .form-holder input[type="text"],
.tabs-section .form-area .form-holder input[type="file"],
.tabs-section .form-area .form-holder input[type="email"]{
	width: 100%;
	height: 48px;
	padding: 10px 10px;
	border: 2px dashed #898989;
}
.tabs-section .form-area .form-holder .left-row{
	width: 49%;
}
.tabs-section .form-area .btn-holder{
	padding: 20px;
	display: flex;
	text-align: center;
	justify-content: center;
}
.tabs-section .form-area .btn-holder button{
	color: #000;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	padding: 10px 30px;
	background: #ffcb05;
	border: 2px solid #ffcb05;
	text-transform: capitalize;
}
.tabs-section .form-area .btn-holder button:hover{
	color: #fff;
	background: #000;
}
.tabs-section .form-area span{
	width: 100%;
	display: block;
	color: #6b6b6b;
	font-size: 12px;
	text-align: center;
}
.tabs-section .select-holder{
	padding: 30px 0;
	background: #ebebeb;
}
.tabs-section .select-holder .holder{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	justify-content: space-between;
}
.tabs-section .select-holder .holder .select-area{
	width: 48%;
}
.tabs-section .select-holder .holder select{
	width: 100%;
	height: 40px;
	position: relative;
	border: 1px solid #c1c3c2;
	padding: 5px 30px 5px 14px;
	background: #fff url(../images/img47.png) no-repeat 100% 0;
}
.tabs-section .select-holder .holder label{
	top: 0;
	left: 0;
	color: #000;
	content: "";
	display: block;
	max-width: 0 0 10px;
	font-size: 16px;
	text-transform: capitalize;
}
.tabs-section .review-box{
	padding: 26px;
	background: #fff;
	margin: 0 0 10px;
}
.tabs-section .review-box .top-review{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0  20px;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
}
.tabs-section .review-box .top-review .star-box h2{
	font-size: 15px;
	color: #000;
	margin: 20px 0 10px;
}
.tabs-section .review-box .top-review ul{
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
.tabs-section .review-box .top-review ul li{
	margin: 0 2px;
	width: 26px;
	height: 26px;
	display: inline-block;
}
.tabs-section .review-box .top-review ul li img{
	width: 100%;
	display: block;
}
.tabs-section .review-box .top-review .gender-box span{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 10px;
	text-transform: capitalize;
}
.tabs-section .review-box .top-review .last-box{
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.tabs-section .review-box .center-review{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	justify-content: space-between;
}
.tabs-section .review-box .center-review .reply-holder{
	background: #fef7df;
	border-radius: 10px;
	padding: 20px;
}
.tabs-section .review-box .center-review .reply-holder p{
	margin: 0 0 10px;
}
.tabs-section .review-box .center-review .more{
	color: #000;
	float: right;
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}
.tabs-section .review-box .center-review .left-review{
	width: 58%;
}
.tabs-section .review-box .center-review .left-review strong{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 10px;
	font-weight: bold;
}
.tabs-section .review-box .center-review .left-review p{
	font-size: 14px;
	color: #000;
	margin: 0 0 10px;
}
.tabs-section .review-box .center-review .img-review{
	/*width: 120px;*/
	margin: 10px 0;
}
.tabs-section .review-box .bottom-review .img-review img{
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
}
.tabs-section .review-box .s-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4px;
	align-items: center;
}
.tabs-section .review-box .s-box img{
	width: 100px;
}
.tabs-section .review-box .s-box span{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 0 10px;
	display: inline-block;
}
.tabs-section .review-box .bottom-review{
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0 0;
	border-top: 1px solid #ebebeb;
	justify-content: space-between;
}
.tabs-section .review-box .bottom-review span{
	color: #7e7e7e;
	font-size: 13px;
	font-weight: 600;
}
.tabs-section .review-box .bottom-review .share{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-section .review-box .bottom-review .share li{
	margin: 0 6px;
	display: inline-block;
}
.tabs-section .review-box .bottom-review .share li a{
	display: block;
	color: #7e7e7e;
	font-size: 15px;
}
.tabs-section .review-box .bottom-review .share li a:hover{
	color: #ffcb05;
}
.tabs-section .tabs-columns .right-column{
	width: 33%;
}
.tabs-section .collapse-holder {
	padding: 20px;
	background: #fff;
}
.tabs-section .collapse-holder .card-header{
	padding: 0 0 10px;
	background: transparent;
	border-bottom: 2px solid #ffcb05;
}
.tabs-section .collapse-holder .card{
	border: 0;
}
.tabs-section .collapse-holder .card-header button{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	outline: none;
}
.tabs-section .collapse-holder .card-header button:after{
	top: 14px;
	right: -16px;
	width: 19px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/img45.png) no-repeat;
}
.tabs-section .collapse-holder .card-body{
	padding: 20px 0 40px;
	font-size: 14px;
	color: #000;
}
.tabs-section .collapse-holder .card-body .btn-holder{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 40px;
	justify-content: space-between;
}
.tabs-section .collapse-holder .card-body .btn-holder a{
	color: 	#fff;
	width: 48%;
	text-align: center;
	padding: 10px 4px; 
	font-size: 14px;
	font-weight: 600;
	background: #009d4d;
	border-radius: 6px;
	border: 5px solid #009d4d;
	box-shadow: inset 0 0 0 1px #fff;
}
.tabs-section .collapse-holder .card-body .btn-holder a.email{
	background: #f43f10;
	border: 5px solid #f43f10;
}
.tabs-section .collapse-holder .card-body .web{
	color: #000;
	padding: 14px;
	display: block;
	font-size: 20px;
	margin: 0 0 24px;
	font-weight: 600;
	text-align: center;
	background: #ffcb05;
}
.tabs-section .collapse-holder .card-body .direction{
	color: #fff;
	padding: 14px;
	display: block;
	font-size: 20px;
	margin: 0 0 24px;
	font-weight: 600;
	text-align: center;
	background: #66bc7b;
}
.tabs-section .collapse-holder h3{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	outline: none;
	display: inline-block;
}
.tabs-section .collapse-holder .hrs-list{
	margin: 0;
	width: 100%;
	padding: 0;
	list-style: none;
	border-top: 2px solid #ffcb05;
}
.tabs-section .collapse-holder .hrs-list li{
	display: flex;
	padding: 10px;
	align-items: center;
	background: #f3f1f2;
	border-bottom: 1px solid #fff;
	justify-content: space-between;
}
.tabs-section .collapse-holder .hrs-list li span{
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
.tabs-section .collapse-holder h3:after{
	top: 8px;
	right: -36px;
	width: 19px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/img45.png) no-repeat;
}

.tabs-section .collapse-holder .card-body .direction img,
.tabs-section .collapse-holder .card-body .web img{
	margin: 0 14px 0 0;
}
.tabs-section .collapse-holder .card-body .direction:hover,
.tabs-section .collapse-holder .card-body .web:hover{
	color: #fff;
	background: #000;
}
.tabs-section .collapse-holder .card-body .social-holder{
	padding: 20px 0;
	text-align: center;
}
.tabs-section .collapse-holder .card-body .social-holder span{
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}
.tabs-section .collapse-holder .card-body .social-holder .icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabs-section .collapse-holder .card-body .social-holder .icons li{
	margin: 0 5px;
	display: inline-block;
}
.tabs-section .collapse-holder .card-body .social-holder .icons li a{
	display: block;
}
.tabs-section .preview-box{
	padding: 24px;
	margin: 0 0 24px;
	background: #fff;
}
.tabs-section .preview-box .p-holder{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.tabs-section .preview-box .p-holder .img-holder{
	width: 120px;
	height: 120px;
}
.tabs-section .preview-box .p-holder .img-holder img{
	width: 120px;
	height: 120px;
	object-fit: contain;
	object-position: center;
}
.tabs-section .preview-box .p-holder .txt-holder strong{
	display: block;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}

.tabs-section .preview-box .p-holder .star-list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.tabs-section .preview-box .p-holder .star-list li{
	margin: 0 1px;
	display: inline-block;
}

.tabs-section .preview-box .p-holder em{
	color: #000;
	font-size: 14px;
	font-style: normal;
}
.tabs-section .preview-box .p-holder .review{
	color: #fff;
	width: 100px;
	display: flex;
	height: 100px;
	font-size: 13px;
	flex-wrap: wrap;
	background: #000;
	font-weight: 600;
	align-items: center;
	border-radius: 10px;
	justify-content: center;
}
.tabs-section .preview-box .p-holder .review:hover{
	color: #000;
	background: #ffcb05;
}
.tabs-section .preview-box  .bottm-box{
	padding: 14px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #e1e1e1;
}
.slick-slide{
	height: auto !important;
}

.choose-industry{
	padding: 60px 0;
	background: #ebebeb url(../images/img33.png);
	background-size: cover; 
}
.choose-industry h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.choose-industry h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.choose-industry .choose-column{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.choose-industry .choose-column .column{
	width: 50%;
}
.choose-industry .choose-column .column ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.choose-industry .choose-column .column ul li{
	width: 50%;
	text-align: center;
	border-right: 1px dashed #d1d1d1;
	border-bottom: 1px dashed #d1d1d1;
}
.choose-industry .choose-column .column ul li:nth-child(2n){
	border-right: 0;
}
.choose-industry .choose-column .column ul li a{
	display: block;
	padding: 36px 10px 20px;
}
.choose-industry .choose-column .column ul li a img{
	display: inline-block;
	margin: 0 0 30px;
}
.choose-industry .choose-column .column ul li a strong{
	display: block;
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

.choose-industry .choose-column .column ul li a span{
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
}


.faq-section{
	padding: 60px 0;
	background: #ebebeb url(../images/img33.png);
	background-size: cover; 
}
.faq-section .faq-text{
	text-align: center;
	margin: 0 0 40px;
}
.faq-section .faq-text h2{
	color: #000;
	font-size: 36px;
	margin: 0 0 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.faq-section .faq-text p{
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
.faq-section .panel-group{
	max-width: 920px;
	margin: 0 auto;
}
.faq-section .panel-title>a,
.faq-section .panel-title>a{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	background: #fff;
	border-radius: 10px;
	padding: 20px 60px !important;
	border: 1px solid #c2c2c2;
	box-shadow: 0px 3px 7px 0px rgba(127, 127, 127, 0.75);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(127, 127, 127, 0.75);
}
.faq-section .panel{
	margin: 0 0 20px;
}
.faq-section .panel-title{
	position: relative;
}
.faq-section .panel-title:after{
	top: 50%;
	left: 15px;
	width: 38px;
	height: 38px;
	content: "";
	margin: -19px 0 0;
	position: absolute;
	background: url(../images/img66.png) no-repeat;
}
.faq-section .panel-title>a,
.faq-section .panel-title>a:active{
	color:#555;
	padding:15px;
	display:block;
	font-size:16px;
	font-weight:bold;
	word-spacing:3px;
	position: relative;
	text-decoration:none;
}
.faq-section .panel-heading a:before {
	top: 50%;
	right: 20px;
   content: "";
   width: 14px;
   height: 9px;
   z-index: 9;
   margin: -4px 0 0;
   position: absolute;
   transition: all 0.5s;
   background: url(../images/img65.png) no-repeat;
}
.faq-section .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.faq-section .panel-heading a:after{
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	content: "";
	position: absolute;
	background: #e6e6e6;
	border-radius: 0px 10px 10px 0;
}
.faq-section .panel-body{
	padding: 20px;
	background: #fff;
	margin: -10px 0 20px;
	border-radius: 0 0 10px 10px;
}

.review-banner{
	height: 270px;
	background: url(../images/img43.jpg) no-repeat;
} 
.review-banner .text-holder{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	position: relative;
	padding: 29px 48px;
	justify-content: space-between;
	border-bottom: 5px solid #ffcb05;
}
.review-banner .text-holder .holder{
	width: 40%;
}
.review-banner .text-holder .holder img.align-right{
	right: 50px;
	bottom: 30px;
	position: absolute;
}
.review-banner .text-holder .holder .top-holder{
	display: flex;
	margin: 0 0 40px;
	align-items: center;
}
.review-banner .text-holder .holder .top-holder img{
	width: 89px;
	height: 89px;
	margin: 0 40px 0 0;
	border-radius: 100%;
}
.review-banner .text-holder .holder .top-holder span{
	color: #000;
	width: 100%;
	display: block;
	font-size: 30px;
}
.review-banner .text-holder .holder .top-holder span em{
	width: 100%;
	display: block;
	font-size: 16px;
	margin: 10px 0 0;
	font-style: normal;
}
.review-banner .text-holder .holder .bottom-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	align-items: center;
}
.review-banner .text-holder .holder .bottom-list li{
	width: 33.3%;
	text-align: center;
	border-right: 1px solid #ccc;
}
.review-banner .text-holder .holder .bottom-list li span{
	color: #000;
	display: block;
	font-size: 30px;
	margin: 0 0 14px;
}
.review-banner .text-holder .holder .bottom-list li em{
	color: #000;
	font-size: 16px;
	font-style: normal;
}
.review-banner .text-holder .holder .bottom-list li img{
	margin: 0 6px 0 0;
}
.review-section{
	padding: 100px 0;
	background: #ededed url(../images/img33.png) no-repeat;
}
.review-section .review-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-section .review-columns .left-column{
	width: 66%;
	padding: 44px;
	background: rgba(255,255,255,.5);
}
.review-section .review-columns .left-column h2{
	color: #000;
	font-size: 20px;
	margin: 0 0 50px;
	display: inline-block;
	padding: 0 80px 14px 0;
	border-bottom: 1px solid #ffcb05;
}
.review-section .r_box{
	background: #fff;
	margin: 0 0 20px;
	padding: 14px 20px;
	border: 1px solid #eaeaea;
}
.review-section .r_box .t-top-box{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 14px;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	justify-content: space-between;
}
.review-section .r_box .t-top-box .box-column{
	width: 40%;
}
.review-section .r_box .t-top-box .box-column img{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	border-radius: 100%;
}
.review-section .r_box .t-top-box .box-column .box-column-text{
	overflow: hidden;
}
.review-section .r_box .t-top-box .box-column .box-column-text span{
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.review-section .r_box .t-top-box .box-column .box-column-text a{
	color: #000;
	font-size: 12px;
	font-weight: 600;
}

.review-section .r_box .middle-box{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;;
	justify-content: space-between;
}
.review-section .r_box .middle-box .left-middle{
	width: 64%;
}
.review-section .r_box .middle-box .left-middle ul{
	padding: 0;
	margin: 0 0 14px;
	list-style: none;
}
.review-section .r_box .middle-box .left-middle ul li{
	margin: 0 2px;
	display: inline-block;
}
.review-section .r_box .middle-box .left-middle strong{
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px;
}
.review-section .r_box .middle-box .left-middle  p{
	margin: 0;
}
.review-section .r_box .middle-box .right-middle{
	width: 30%;
	text-align: center;
}
.review-section .r_box .middle-box .right-middle a{
	color: #fff;
	margin: 0 2px;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 10px;
	border-radius: 5px;
	background: #8dc63f;
	display: inline-block;
	text-transform: capitalize;
}
.review-section .r_box .middle-box .right-middle a.web{
	background: #252525;
}
.review-section .r_box .middle-box .right-middle a:hover{
	background: #252525;
}
.review-section .r_box .middle-box .right-middle a.web:hover{
	background: #8dc63f
}
.review-section .r_box .bottom-box{
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0;
	align-items: center;
	border-top: 1px solid #e1e1e1;
	justify-content: space-between;
} 
.review-section .r_box .bottom-box .bottom-column{
	width: 40%;
}
.review-section .r_box .bottom-box span{
	color: #000;
	font-size: 13px;
}
.review-section .r_box .bottom-box span a{
	color: #000;
	font-size: 14px;
}
.review-section .r_box .bottom-box .side-column{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-section .r_box .bottom-box .side-column a{
	color: #000;
	width: 33.3%;
	font-size: 14px;
	display: block;
}
.review-section .r_box .bottom-box .side-column a i{
	margin: 0 6px 0 0;
}
.review-section .right-column {
	width: 31%;
}
.review-section .right-column .social-settings{
	background: #fff;
	padding: 50px 40px;
	margin: 0 0 36px;
}
.review-section .right-column .social-settings h2{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 0 40px;
	text-transform: capitalize;
	border-bottom: 1px solid #ffcb05;
}
.review-section .right-column .social-settings .facebook{
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 0 0 44px;
	position: relative;
	padding: 14px 20px;
	background: #4267b2;
	border-radius: 10px;
}
.review-section .right-column .social-settings .facebook:hover{
	opacity: .8;
}
.review-section .right-column .social-settings .facebook i{
	top: 0;
	right: 3px;
	bottom: 3px;
	font-size: 49px;
	position: absolute;
}
.review-section .right-column .social-settings p{
	margin: 0 ;
	width: 100%;
	font-size: 16px;
	text-align: center;
}

.review-section .right-column .update-box{
	background: #fff;
	padding: 50px 40px;
	position: relative;
}
.review-section .right-column .update-box h2{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	padding: 0 0 10px;
	margin: 0 0 40px;
	text-transform: capitalize;
	border-bottom: 1px solid #ffcb05;
}
.review-section .right-column .update-box p{
	color: #000;
	font-size: 16px;
	margin: 0 0 20px;
}
.review-section .right-column .update-box .update-me{
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 10px;
	text-align: center;
	background: #ffcb05;
	border-radius: 10px;
	border: 2px solid #ffcb05;
}
.review-section .right-column .update-box .update-me:hover{
	color: #fff;
	background: #000;
}
.review-section .right-column .update-box .close{
	top: 20px;
	right: 20px;
	color: #000;
	opacity: 1;
	font-size: 20px;
	position: absolute;
}

.review-section.settings .review-columns .left-column{
	background: #fff;
}
.review-section.settings .file{
	color: #000;
	width: auto !important;
	cursor: pointer;
	padding: 10px 40px;
	background: #ffcb05;
	border-radius: 5px;
	transition: all .4s;
	display: inline-block;
	-webkit-transition: all .4s;
}
.review-section.settings .file:hover{
	color: #fff;
	background: #000;
}

.review-section.settings .form-row{
	margin: 0 0 16px;
	display: flex;
	flex-wrap: wrap;
}
.review-section.settings .form-row label{
	width: 100%;
	display: block;
	margin: 10px 0 10px;
}
.review-section.settings .form-row input[type="email"],
.review-section.settings .form-row input[type="text"]{
	width: 100%;
	height: 48px;
	padding: 5px 20px;
	border-radius: 6px;
	border: 1px solid #e1e1e1;
}
.review-section.settings .form-row button{
	border: 0;
	color: #000;
	cursor: pointer;
	margin: 20px 0;
	padding: 12px 40px;
	border-radius: 6px;
	background: #ffcb05;
	transition: all .4s;
	display: inline-block;
	-webkit-transition: all .4s;
}
.review-section.settings .form-row button:hover{
	color: #fff;
	background: #000;
}
.review-section.settings .form-row.border-bottom{
	border-bottom: 1px solid #e1e1e1;
} 
.review-section.settings .review-columns .left-column h2{
	margin: 0 0 20px;
}
.review-section.settings .form-row strong{
	color: #000;
	width: 100%;
	margin: 0 0 20px;
	display: block;
	font-size: 18px;
}
.review-section.settings .form-row .check-holder {
	width: 100%;
}
.review-section.settings .form-row .check-holder input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.review-section.settings .form-row .check-holder label {
  position: relative;
  cursor: pointer;
}

.review-section.settings .form-row .check-holder label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
}

.review-section.settings .form-row .check-holder input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.review-section.settings .data-holder{
	width: 100%;
	padding: 30px 36px;
	background: #eaeaea;
}
.review-section.settings .data-holder a{
	color: #000;
	font-weight: bold;
	margin: 0 4px 0 0;
}
.review-section.settings .data-holder a:hover{
	text-decoration: underline;
}
.review-section.settings .form-row span{
	display: block;
	width: 100%;
}

/* Dashboard Style */

.dashboard-wrapper{
	background: url(../images/img27.png);
}
.dashboard-wrapper .d-header{
	z-index: 999;
	padding: 18px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
.dashboard-wrapper .d-header .logo{
	color: #fff;
	width: 200px;
	font-size: 15px;
	position: relative;
	padding: 0 0 0 34px;
}
.dashboard-wrapper .d-header .logo:after{
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	background: url(../images/img72.png) no-repeat;
}
.dashboard-wrapper .d-header .logo a{
	color: #fff;
}
.dashboard-wrapper .d-header .logo a:hover,
.dashboard-wrapper .d-header .right-panel .sms:hover{
	color: #8dc63f;
}
.dashboard-wrapper .d-header .right-panel{
	width: 268px;
	display: flex;
	align-items: center;
}
.dashboard-wrapper .d-header .right-panel .sms{
	color: #fff;
	font-size: 15px;
	position: relative;
	padding: 0 16px 0 36px;
	border-right: 1px solid #5c5c5c;
}
.dashboard-wrapper .d-header .right-panel .sms:after{
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 18px;
	position: absolute;
	background: url(../images/img73.png) no-repeat;
}
.dashboard-wrapper .d-header .right-panel .bell,
.dashboard-wrapper .d-header .right-panel .user{
	width: 36px;
	height: 36px;
	display: flex;
	font-size: 20px;
	background: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.dashboard-wrapper .d-header .right-panel .bell i,
.dashboard-wrapper .d-header .right-panel .user i{
	color: #000;
}
.dashboard-wrapper .d-header .right-panel .bell:hover,
.dashboard-wrapper .d-header .right-panel .user:hover{
	background: #8dc63f;
}
.dashboard-wrapper .d-header .right-panel .bell:hover i,
.dashboard-wrapper .d-header .right-panel .user:hover i{
	color: #fff;
}

.dashboard-wrapper .dash-menu{
	display: none;
}
.dashboard-wrapper .dashboard-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dashboard-wrapper .dashboard-holder .left-dash{
	width: 226px;
}
.dashboard-wrapper .dashboard-holder .dash-list{
	padding: 0;
	margin: 0 0 100px;
	list-style: none;
}
.dashboard-wrapper .dashboard-holder .dash-list li{
	width: 100%;
}
.dashboard-wrapper .dashboard-holder .dash-list li a{
	color: #fff;
	z-index: 9;
	display: flex;
	font-size: 15px;
	padding: 12px 38px;
	position: relative;
	align-items: center;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	transform: all .5s ease-in-out;
	-webkit-transform: all .5s ease-in-out;
}
.dashboard-wrapper .dashboard-holder .dash-list li a i{
	padding: 0 20px 0 0;
}
.dashboard-wrapper .dashboard-holder .dash-list li a:before{
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 6px;
	content: "";
	height: 100%;
	z-index: 99;
	background: #000;
	visibility: hidden;
	position: absolute;
}
.dashboard-wrapper .dashboard-holder .dash-list li a:hover:before,
.dashboard-wrapper .dashboard-holder .dash-list li a.active:before{
	opacity: 1;
	visibility: visible;
}
.dashboard-wrapper .dashboard-holder .dash-list li a:after{
	top: 0;
	left: 0;
	width: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: #8dc63f;
	transition: width .5s;
	-webkit-transition: width .5s;
	transform: all .5s ease-in-out;
	-webkit-transform: all .5s ease-in-out;
}
.dashboard-wrapper .dashboard-holder .dash-list li a:hover:after,
.dashboard-wrapper .dashboard-holder .dash-list li a.active:after{
	width: 100%;
}
.dashboard-wrapper .dashboard-holder .left-dash img{
	padding: 10px 30px;
}
.dashboard-wrapper .dashboard-holder .right-dash{
	width: calc(100% - 240px);
	padding: 20px 30px;	
	background: #efefef url(../images/img33.png) no-repeat;
	background-size: contain;
}

.d-header .bell-holder,
.d-header .user-holder{
	position: relative;
	margin: 0 0 0 15px;
}
body.bell-drop-active .bell-holder .drop-box{
	display: block;
}

.d-header .bell-holder .drop-box,
.d-header .user-holder .drop-box{
	right: 0;
	top: 54px;
	left: auto;
	width: 320px;
	padding: 2px;
	display: none;
	background: #fff;
	position: absolute;
}
.d-header .bell-holder .drop-box:after{
	top: -8px;
	right: 10px;
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #fff transparent;
}
.d-header .bell-holder .drop-box .nav.nav-tabs{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.d-header .bell-holder .drop-box .nav.nav-tabs .nav-item{
	width: 49.5%;
}
.d-header .bell-holder .drop-box .nav.nav-tabs .nav-link{
	border: 0;
	width: 100%;
	border-radius: 0;
	padding: 12px 6px;
	text-align: center;
	background: #c2c2c2;
}
.d-header .bell-holder .drop-box .nav.nav-tabs .nav-link.active{
	color:  #fff;
	background: #8dc63f;
}
.d-header .bell-holder .drop-box .tab-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.d-header .bell-holder .drop-box .tab-content ul li{
	width: 100%;
	margin: 0 0 1px;
}
.d-header .bell-holder .drop-box .tab-content ul li a{
	color: #000;
	display: block;
	padding: 5px 10px;
	background: #f3f9eb;
}
.d-header .bell-holder .drop-box .tab-content ul li a em,
.d-header .bell-holder .drop-box .tab-content ul li a span{
	display: block;
	font-size: 12px;
	font-style: normal;
}
.d-header .bell-holder .drop-box .tab-content ul li a strong{
	display: block;
	font-size: 15px;
	font-weight: bold;
}


body.user-drop-active .user-holder .drop-box{
	display: block;
}

.d-header .user-holder .drop-box{
	right: 0;
	top: 54px;
	left: auto;
	width: 220px;
	display: none;
	position: absolute;
	background: #f3f9eb;
	border: 2px solid #fff;
}
.d-header .user-holder .drop-box:after{
	top: -8px;
	right: 10px;
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 0 7.5px 8px 7.5px;
	border-color: transparent transparent #fff transparent;
}
.d-header .user-holder .drop-box .top-drop{
	padding: 10px;
}
.d-header .user-holder .drop-box .top-drop strong{
	color: #000;
	display: block;
	font-size: 16px;
}
.d-header .user-holder .drop-box .top-drop a{
	color: #000;
	display: block;
	font-size: 13px;
}
.d-header .user-holder .drop-box .top-drop a:hover{
	color: #8dc63f;
}
.d-header .user-holder .drop-box ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.d-header .user-holder .drop-box ul li{
	width: 100%;
	border-bottom: 1px solid #fff;
}
.d-header .user-holder .drop-box ul li a{
	color: #000;
	z-index: 9;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 10px;
	position: relative;
	border-left: 4px solid #8dc63f;
}
.d-header .user-holder .drop-box ul li a:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	content: "";
	z-index: -1;
	position: absolute;
	background: #8dc63f;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.d-header .user-holder .drop-box ul li a:hover:after{
	width: 100%;
}
.d-header .user-holder .drop-box ul li a:hover{
	color: #fff;
}


.dashboard-wrapper .dashboard-holder .right-dash .top-bar{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	align-items: center;
	justify-content: space-between;
}
.dashboard-wrapper .dashboard-holder .right-dash .top-bar h1{
	margin: 0;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	justify-content: flex-start;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .top-bar .plan-holder{
	display: flex;
	align-items: center;
}
.dashboard-holder .right-dash .top-bar .plan-holder strong{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 6px 0 0;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .top-bar .plan-holder span{
	color: #000;
	font-size: 14px;
	margin: 0 10px 0 0;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .top-bar .plan-holder .upgrade{
	color: #fff;
	background: #000;
	padding: 12px 30px;
	border-radius: 5px;
	margin: 0 4px 0 0;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .top-bar .plan-holder .upgrade:hover{
	background: #8dc63f;
}
.dashboard-holder .right-dash .top-bar .plan-holder .day{
	color: #000;
	width: 80px;
	opacity: .6;
	font-size: 13px;
	padding: 9px 4px;
	background: #fff;
	text-align: center;
	margin: 0 0 0 10px;
	text-transform: capitalize;
	border-bottom: 2px solid #000;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .top-bar .plan-holder .day.active{
	opacity: 1;
	margin: 0 0 0 10px;
}
.dashboard-holder .right-dash  .form-holder{
	padding: 30px;
	max-width: 766px;
	background: #fff;
	margin: 0 auto 200px;
	border-top: 4px solid #8dc63f;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);	
}
.dashboard-holder .right-dash h2{
	color: #000;
	width: 100%;
	font-size: 20px;
	margin: 0 0 22px;
	text-align: center;
}
.dashboard-holder .right-dash  .form-holder .top-text{
	width: 100%;
	color: #000;
	display: block;
	font-size: 13px;
	margin: 0 0 20px;
}


.form-wizard .fa-diamond{
	float: left;
	color: #efefef;
	font-size: 70px;
	background: #fff;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  min-width: 100px;
  min-width: 120px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  background-color: #8dc63f;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
  opacity: 1;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #000;
}
.form-wizard .form-control {
 
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  margin: 25px 0;
  position: relative;
  text-align: center;
}
.form-wizard .wizard-form-text-label {

}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
}
.form-wizard .form-wizard-steps li {
  width: 21%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li em{
	left: 6px;
	bottom: -22px;
	color: #cacaca;
	font-size: 12px;
	font-style: normal;
	position: absolute;
	text-transform: capitalize;
}
.form-wizard .form-wizard-steps li:nth-child(3) em{
	left: -8px;
}
.form-wizard .form-wizard-steps li:nth-child(4) em{
	left: -10px;
}
.form-wizard .form-wizard-steps li:nth-child(5) em{
	left: 12px;
}
.form-wizard .form-wizard-steps li:nth-child(6) em{
	left: 18px;
}
.form-wizard .form-wizard-steps li.active em,
.form-wizard .form-wizard-steps li.activated em{
	color: #000;
}
.form-wizard .form-wizard-steps li:last-child{
	width: 8%;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 58px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  display: inline-block;
  line-height: 24px;
  position: relative;
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 24px;
  left: 22px;
  color: #cacaca;
  font-size: 20px;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active .fa-diamond,
.form-wizard .form-wizard-steps li.activated .fa-diamond{
	color: #8dc63f;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  color: #000;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #8dc63f;
  left: 58px;
  width: 100%;
  border-color: #8dc63f;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #8dc63f;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
  display: none;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.wizard-fieldset h5{
	width: 100%;
	color: #000;
	display: block;
	font-size: 20px;
	text-align: center;
	margin: 20px 0 20px;
}
.wizard-fieldset .form-list{
	margin: 50px 0 0;
	padding: 28px 40px;
	background: url(../images/img79.png);
}
.wizard-fieldset .form-list ul{
	padding: 0;
	margin: 0 0 40px;
	list-style: none;
}
.wizard-fieldset .form-list li{
	color: #000;
	font-size: 15px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 38px;
}
.wizard-fieldset .form-list li:after{
	top: 0;
	left: 0;
	width: 18px;
	height: 19px;
	content: "";
	position: absolute;
	background: url(../images/img80.png) no-repeat;
}
.wizard-fieldset .form-list li a{
	color: #8dc63f;
}
.wizard-fieldset textarea{
	border: 0;
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #fff;
}
.wizard-fieldset .float-right{
	border-radius: 5px;
	background: #8dc63f;
	float: none !important;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
}

.file-upload-input {
  width: 100%;
  color: #000;
  border: none;
  font-size: 18px;
  padding: 11px 17px;
  text-align: center;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}
.file-upload-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #616161;
  opacity: 1; /* Firefox */
}

.file-upload-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #616161;
}

.file-upload-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #616161;
}


.file-upload-button {
	margin: 20px 0 0;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 11px 20px;
  border: none;
  background-color: #8dc63f;
  border: 2px solid #8dc63f;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.file-upload-button:hover {
	color: #8dc63f;
	background-color: transparent;
}
.file-upload-holder{
	padding: 50px 40px;
	background: #fff;
	text-align: center;
}
.file-upload-holder p{
	color: #000;
	max-width: 80%;
	font-size: 14px;
	margin: 0 auto 40px;
}
.file-upload-holder a{
	color: #8dc63f;
	font-size: 16px;
}

.form-list .sender-row{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.form-list .sender-row .sender-box{
	width: 48%;
	text-align: left;
}
.form-list .sender-row .sender-box label{
	color: #000;
	display: block;
	font-size: 15px;
	margin: 0 0 6px;
}
.form-list .sender-row .sender-box label sup{
	color: red;
}
.form-list .sender-row .sender-box input[type="text"]{
	border: 0;
	width: 100%;
	height: 42px;
	padding: 5px 14px;
	background: #efefef;
}
.form-list .sender-row .sender-box a{
	float: right;
	font-size: 12px;
	text-decoration: underline;
}
.form-list .sender-row.radio{
	border: 0;
	padding-top: 30px;
	text-align: left;
	padding-bottom: 0;
}
.form-list .sender-row.radio span{
	color: #000;
	width: 100%;
	display: block;
	font-size: 15px;
	margin: 0 0 20px;
}
.form-list .sender-row.radio span sup{
	color: red;
}
.form-list .sender-row.radio input[type="radio"] ~ label{
	width: 100%;
	margin: 0 0 16px;
	padding-left: 30px;
}
.form-list .sender-row.radio input[type="radio"]{
	display: none;
}
.form-list .sender-row.radio .wizard-form-radio{
	margin: 0;
}
.form-list .sender-row.radio [type="radio"]:checked + label::after,
.form-list .sender-row.radio [type="radio"]:not(:checked) + label::after {
	background: #8dc63f;
}
.form-list .sender-row.radio [type="radio"]:checked + label::before {
	border-color: #8dc63f;
}
.dashboard-holder .right-dash .form-list h2{
	font-size: 26px;
}
.form-list .text_text{
	width: 100%;
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 30px;
	line-height: 20px;
	text-align: center;
}
.form-list .text_text a{
	color: #8dc63f;
}
.form-list .email-box{
	background: #fff;
	padding: 50px 30px;
}
.form-list .email-box .temp-form{
	padding: 40px;
	background: #efefef;
}
.form-list .email-box .temp-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
	justify-content: space-between;
}

.form-list .email-box .temp-row .temp-col{
	width: 48%;
}
.form-list .email-box .temp-row .temp-col select{
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	border: 1px solid #f0f0f0;
	background: #fff url(../images/img65.png) no-repeat 96% 15px;
}
.form-list .email-box .temp-row .temp-col button{
	border: 0;
	color: #fff;
	float: right;
	cursor: pointer;
	margin: 30px 0 0;
	padding: 6px 20px;
	border-radius: 5px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.form-list .email-box .temp-row .temp-col button:hover{
	color: #8dc63f;
	background: transparent;
}
.form-list .email-box .temp-row label{
	color: #000;
	width: 100%;
	display: block;
	font-weight: 15px;
}
.form-list .email-box .temp-row input[type="text"]{
	width: 100%;
	height: 40px;
	background: #fff;
	padding: 5px 15px;
	border: 1px solid #f0f0f0;
}
.form-list .email-box .temp-btns{
	display: flex;
	margin: 20px 0;
	align-items: center;
	justify-content: space-between;
}
.form-list .email-box .temp-btns a{
	width: 49%;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	background: #000;
	text-align: center;
	border-radius: 3px;
}
.form-list .email-box .temp-btns a:last-child{
	background: #8dc63f;
}
.form-list .email-box .review-form .review-text{
	width: 70%;
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	background: #8dc63f;
	text-align: center;
	margin: -60px auto 30px;
}
.form-list .email-box .review-form .review-row{
	display: flex;
	padding: 12px;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 14px;
	align-items: center;
}
.form-list .email-box .review-form .review-row img{
	margin: 0 12px 0 0;
}
.form-list .email-box .review-form .review-row label{
	margin: 0;
	width: 46%;
	color: #000;
	font-size: 13px;
}
.form-list .email-box .review-form .review-row input[type="text"]{
	border: 0;
	color: #000;
	padding: 5px 15px;
	background: #fff;
}
.form-list .email-box .review-form .review-row.roww{
	margin: 0 0 5px;
	justify-content: space-between;
}
.form-list .email-box .review-form .review-row.roww span{
	color: #000;
	font-size: 12px;
}
.form-list .process-holder{
	background: #fff;
	margin: 60px 0 0;
	padding: 50px 40px;
	position: relative;
	text-align: center;
}
.form-list .process-holder i{
	top: -30px;
	left: 50%;
	color: #8dc63f;
	font-size: 60px;
	margin: 0 0 0 -40px;
	position: absolute;
}
.form-list .process-holder h2{
	font-size: 20px;
	margin: 0 0 60px;
}
.form-list .process-holder a{
	display: block;
	color: #8dc63f;
	font-size: 14px;
	margin: 0 0 20px;
	text-decoration: underline;
}
.form-list .process-holder a:hover{
	color: #000;
}


.widgets-section{
	background: #fff;
	margin: 0 0 20px;
	padding: 40px 30px;
	border-top: 4px solid #8dc63f;
}
.widgets-section .top-head{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	align-items: center;
	justify-content:  space-between;
}
.widgets-section .top-head strong{
	color: #000;
	font-size: 22px;
	display: inline-block;
}
.widgets-section .top-head select{
	color: #555;
	width: 100px;
	height: 36px;
	margin: 0 0 0 10px;
	border: 1px solid #555;
	padding: 5px 20px 5px 6px;
	background: #fff url(../images/img84.png) no-repeat 90% 14px;
}
.widgets-section .widgets-holder{
	padding: 20px;
	background: url(../images/img79.png);
}
.widgets-section .widgets-holder .widgets-columns{
	display: flex;
	flex-wrap: wrap ;
	margin: 0 -10px 20px;
}
.widgets-section .widgets-columns .column{
	width: 50%;
	margin: 0 0 30px;
	padding: 0 10px;
}
.widgets-section .widgets-columns .column .widget-box{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	align-items: center;
	padding: 30px 0px 30px 20px;
	border-bottom: 10px solid #8dc63f;
}
.widgets-section .widgets-columns .column .widget-box .left-box,
.widgets-section .widgets-columns .column .widget-box .right-box{
	width: 40%;
	padding: 0 10px 0 0;
	border-right: 1px solid #8dc63f;
}
.widgets-section .widgets-columns .column .widget-box .right-box{
	width: 60%;
}
.widgets-section .widgets-columns .column .widget-box .right-box{
	border: 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	align-items: center;
	justify-content: center;
}
.widgets-section .widgets-columns .column .widget-box .right-box span{
	width: 100%;
	display: block;
	text-align: center;
}
.widgets-section .widgets-columns .column .heading{
	display: block;
	color: #8dc63f;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
.widgets-section .widgets-columns .column .widget-box p{
	font-size: 11px;
	color: #000;
}
.widgets-section .widgets-columns .column .widget-box .w-list{
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.widgets-section .widgets-columns .column .widget-box .w-list li{
	width: 100%;
	color: #000;
	font-size: 11px;
	margin: 0 0 10px;
	line-height: 14px;	
	position: relative;
	padding: 0 0 0 30px;
}
.widgets-section .widgets-columns .column .widget-box .w-list li:after{
	top: 0;
	left: 0;
	width: 21px;
	height: 20px;
	content: "";
	position: absolute;
	background: url(../images/img85.png) no-repeat;
}
.widgets-section .widgets-columns .column .widget-box .learn-more{
	color: #fff;
	font-size: 11px;
	padding: 10px 30px;
	background: #464646;
	border: 2px solid #464646;
}
.widgets-section .widgets-columns .column .widget-box .learn-more:hover{
	color: #464646;
	background: transparent;
}
.widgets-section .widgets-columns .column .widget-box .logo-box{
	width: 130px;
	padding: 6px;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
}
.widgets-section  h3{
	color: #000;
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 10px;
}
.widgets-section .widget-frame{
	width: 100%;
	padding: 10px;
	box-shadow: 4px 4px 14px -13px #000;
	-web-kit-box-shadow: 4px 4px 14px -13px #000;
}
.widgets-section .widget-area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.widgets-section .widget-area .left-area{
	width: 30%;
	text-align: center;
}
.widgets-section .widget-frame span{
	color: #000;
	display: block;
	font-size: 7px;
	margin: 0 0 5px;
	line-height: 1.2;
	width: 100% !important;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .wid-list{
	padding: 0;
	line-height: 0;
	margin: 0 0 5px;
	list-style: none;
}
.widgets-section .widget-frame .wid-list li{
	width: 8px;
	height: 8px;
	vertical-align: top;
	display: inline-block;
	margin: 0 0.5px 0 -2px;
}
.widgets-section .widget-frame .wid-list li a{
	display: block;
}
.widgets-section .widget-area .submit{
	color: #fff;
	padding: 4px ;
	display: block;
	font-size: 8px;
	line-height: 1.2;
	border-radius: 3px;
	background: #8dc63f;
}
.widgets-section .widget-area .right-area{
	width: 70%;
}
.slick-track{
	/*background: #f1f1f1;*/
}
.widgets-section .widget-area .right-area span{
	text-align: left !important;
}

.widgets-section .wid-dropdown{
	width: 100%;
	box-shadow: 4px 4px 14px -13px #000;
	-web-kit-box-shadow: 4px 4px 14px -13px #000;
}
.vodiapicker{
  display: none; 
}

#a{
  padding-left: 0px;
}

#a img, .btn-select img{
  width: 12px;
  
}

#a li{
  display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding-bottom: 0px;
	flex-flow: row-reverse;
	justify-content: space-around;
}

#a li:hover{
 background-color: #F4F3F3;
}

#a li img{
  margin: 5px;
}

#a li span, .btn-select li span{
	font-size: 8px;
	width: auto !important
}
#a li span, .btn-select li img{
	width: 30%;
	height: 8px;
}

/* item list */

.b{
  z-index: 9;
  width: 100%;
  display: none;
  max-width: 350px;
  background: #fff;
  position: absolute;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff url(../images/img84.png) no-repeat 98% 10px;
  background-size: 6px 4px;
}
.btn-select li{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding-bottom: 0px;
	flex-flow: row-reverse;
	justify-content: space-around;
}

.btn-select:hover li{
  margin-left: 0px;
}

.btn-select:hover{
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
  
  
}

.btn-select:focus{
   outline:none;
}

.lang-select{
	width: 50%;
	margin: 0 auto;
	position: relative;
}
.widgets-section .widget-frame .evaluate-box{
	padding: 10px ;
	max-width: 100%;
	margin: 0 auto;
	background: #f1f1f1;
}
.widgets-section .widget-frame .evaluate-box span{
	text-align: left !important;
}
.widgets-section .widget-frame p{
	font-size: 7px !important;
	line-height: 1.2;
}
.widgets-section .widget-frame form .form-row{
	overflow: hidden;
	margin: 0 0 10px;
}
.widgets-section .widget-frame form .form-row label{
	color: #000;
	display: block;
	font-size: 7px;
	line-height: 1.2;
}
.widgets-section .widget-frame form .form-row input[type="text"],
.widgets-section .widget-frame form .form-row textarea{
	border: 0;
	width: 100%;
	height: 25px;
	font-size: 7px;
	padding: 5px 10px;
	background: #fff;
}
.widgets-section .widget-frame form .form-row textarea{
	height: 60px;
	resize: none;
}
.widgets-section .widget-frame .top-grid{
	max-width: 50px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto 10px;
	justify-content: center;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame strong{
	font-size: 7px;
	line-height: 1.2;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .grid-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .grid-columns .column-box{
	width: 33.3%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 2px 4px;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .grid-columns .column.column{
	width: 100%;
	padding: 5px 5px 0;
	background: #f0f0f0;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .grid-columns .column span{
	text-align: left !important;	
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .grid-columns .column strong{
	padding: 0 0 2px;
	margin: 0 0 4px;
	display: block;
	width: 100%;
	font-family: 'Open Sans' , sans-serif;
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.widgets-section .widget-frame .grid-columns .column h4{
	padding: 0 0 2px;
	margin: 0 0 4px;
	display: block;
	font-size: 7px;
	color: #000;
	font-weight: bold;
	font-family: 'Open Sans' , sans-serif;
}
.widgets-section .widget-frame .submit{
	font-size: 7px;
	color: #000;
}
.widgets-section .widget-frame .grid-columns .column p{
	margin: 0;
	font-family: 'Open Sans' , sans-serif;
}

.widgets-section .widget-frame .horizontal-holder{
	max-width: 200px;
	margin: 0 auto;
	display: flex;
}
.widgets-section .widget-frame .horizontal-holder .left,
.widgets-section .widget-frame .horizontal-holder .right{
	width: 50%;
}
.widgets-section .widget-frame .horizontal-holder .left{
	text-align: right;
}
.widgets-section .widget-frame .horizontal-holder .left strong,
.widgets-section .widget-frame .horizontal-holder .left span{
	font-size: 10px;
	padding: 0 5px 0 0;
}

.widgets-section .widget-frame .horizontal-holder .right{
	text-align: center;
}
.widgets-section .widget-frame .horizontal-holder .right .logo-area{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.widgets-section .widget-frame .horizontal-holder .right .wid-list li{
	width: 13px;
	height: 13px;
}

.widgets-list-holder{
	padding: 10px;
	background: #f1f1f1;
}
.widgets-list-holder .top-list-holder-1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.widgets-list-holder .top-list-holder-1 .wid-list{
	width: 50px;
	margin: 0;
}
.widgets-list-holder .top-list-holder-1 span{
	margin: 0 !important;
	display: inline-block;
	width: auto !important;
}
.widgets-list-holder .top-list-holder-1 .logo-area{
	width: 60px;
	line-height: 1;
	display: inline-block;	
}
.widgets-list-holder .top-list-holder-1 span.top-list-span{
	margin: 4px 5px 0 0 !important;
}
.widgets-list-holder .list-column-holder{
	background: #fff;
	margin: 6px 0 0;	
	padding: 2px 8px 6px;
}
.widgets-list-holder .list-column-holder .wid-list{
	margin: 0;	
	line-height: 1;
}
.widgets-list-holder .list-column-holder strong{
	color: #000;
}
.widgets-list-holder .list-column-holder p{
	margin: 0;
}
.widgets-list-holder .tabs-holder {
	margin: 10px 0 0;
}
.widgets-list-holder .tabs-holder .nav-tabs .nav-link{
	font-size: 7px;
	line-height: 1.2;
	padding: 5px 10px;
	border-radius: 0;
	background: #333;
	color: #fff;
	border: 0;
	margin: 0 3px 0 0;
}
.widgets-list-holder .tabs-holder .nav-tabs .nav-link.active{
	background: #8dc63f;
}
.widgets-section .widget-frame .micro-holder{
	width: 200px;
	padding: 20px 30px; 
	background: #f1f1f1;
}
.widgets-section .widget-frame .micro-holder .micro-box{
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}
.widgets-section .widget-frame .micro-holder .micro-box span{
	font-size: 11px;
	margin: 6px 0 0 !important;
}
.widgets-section .widget-frame .combo-holder .logo-area{
	max-width: 80%;
	margin: 0 auto;
	display: block;
}
.widgets-section .widget-frame .combo-holder{
	width: 150px;
	padding: 8px;
	margin: 0 auto;
	background: #f1f1f1;
}
.widgets-section .widget-frame .combo-holder .logo-area{
	display: block;
	margin: 0 0 6px;
}
.widgets-section .widget-frame .combo-holder .wid-list{
	width: 96px;
	display: block;
	margin: 0 auto 8px;
}
.widgets-section .widget-frame .combo-holder .wid-list li{
	width: 18px;
	height: 18px;
}
.widgets-section .widget-frame .combo-holder span{
	font-size: 12px;
}
.widgets-section .widget-frame .mini-holder .span-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.widgets-section .widget-frame .mini-holder span{
	font-size: 9px;
	width: 44% !important;
	margin: 0 4px 4px !important;
	display: inline-block !important;
}
.widgets-section .widget-frame .rating-holder{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.widgets-section .widget-frame .rating-holder .wid-list li{
	width: 24px;
	height: 24px;
}
.widgets-section .widget-frame .rating-holder span{
	font-size: 12px;
	margin: 0 !important;
}
.widgets-section .widget-frame .rating-area{
	width: 100%;
	display: flex;
	padding: 10px;
	flex-wrap: wrap;
	margin: 10px 0 0;
	background: #f1f1f1;
}
.widgets-section .widget-frame .rating-area .left-area{
	width: 40%;
	padding: 0 0 0 10px;
	justify-content: center;
	border-left: 4px solid #006d24;
}
.widgets-section .widget-frame .rating-area .left-area span{
	width: 100%;
	font-size: 7px;
	display: block;
	margin: 0 0 3px !important;
}
.widgets-section .widget-frame .rating-area .left-area strong{
	margin: 0;
	width: 100%;
	color: #000;
	display: block; 	
	font-size: 30px;
	text-align: center;
}
.widgets-section .widget-frame .rating-area .left-area strong sup{
	font-size: 20px;
}
.widgets-section .widget-frame .rating-area .right-area{
	width: 60%;
	padding: 0 0 0 10px;
}

.widgets-section .widget-frame .rating-area .right-area .progress-holder{
	display: flex;
	margin: 0 0 3px;
	justify-content: space-between;
}
.widgets-section .widget-frame .rating-area .right-area .progress-holder span{
	width: 30px !important;
	font-size: 8px;
}
.widgets-section .widget-frame .rating-area .right-area .progress-holder span i{
	color: #b4b4b4;	
}
.widgets-section .widget-frame .rating-area .right-area .progress-holder span.last{
	width: 20px !important;
}
.widgets-section .widget-frame .rating-area .right-area .progress{
	width: 100%;
	height: 10px;
	margin: 0 0 5px;
}



.company-section .company-holder{

	background: #fff;
	max-width: 760px;
	padding: 40px 80px;
	margin: 0 auto 50px;
	border: 1px solid rgb(241, 241, 241);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.company-section h2{
	text-align: left !important;
}
.company-section .lang-text{
	color: #000;
	display: block;
	font-size: 11px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .company-form{
	width: 100%;
	overflow: hidden;
}
.company-section .company-form .company-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.company-section .company-form .company-row label{
	color: #000;
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .company-form .company-row label sup{
	color: red;
}
.company-section .company-form .company-row input[type="text"],
.company-section .company-form .company-row textarea{
	border: 0;
	width: 100%;
	height: 42px;
	padding: 5px 15px;
	background: #efefef;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .company-form .company-row textarea{
	height: 200px;
	padding: 20px;
	resize: none;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .c-logo-holder{
	padding: 30px 0;
	text-align: center;
	margin: 30px 0 50px ;
	border: 1px solid #f0f0f0;
}
.company-section .c-logo-holder strong{
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 16px;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .c-logo-holder span{
	display: block;
	font-size: 10px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .c-logo-holder .btn {
  color: gray;
  font-size: 20px;
  padding: 8px 20px;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid gray;
  background-color: white;
}
.company-section .c-logo-holder .upload-btn-wrapper input[type=file] {
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 100px;
  visibility: hidden;
  position: absolute;
}
.company-section .company-form input[type="submit"]{
	border: 0;
	color: #fff;
	width: 100px;
	padding: 8px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	border-radius: 6px;
	background: #8dc63f;
	margin: 30px auto 0;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .company-form input[type="submit"]:hover{
	color: #8dc63f;
	background: transparent;
}

.company-section .company-holder.categories h2{
	margin: 0 0;
}
.company-section .company-holder.categories .company-row{
	justify-content: space-between;
}
.company-section .company-holder .select-holder{
	width: 48%;
}
.company-section .company-holder .select-holder select{
	width: 100%;
	height: 42px;
	padding: 5px 20px 5px 10px;
	background: #efefef url(../images/img84.png) no-repeat 97% 17px;
}
.company-section .company-holder.categories em{
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 20px 0 0;
	font-style: normal;
	font-family: 'Open Sans' , sans-serif;
}
.company-section .company-holder.categories em a{
	color: #8dc63f;
	text-decoration: underline;
}
.company-section .company-holder.social .company-row{
	justify-content: space-between;
}
.company-section .company-holder.social .col-holder{
	width: 49%;
}

.form-holder .top-list span{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 16px;
	font-family: 'Open Sans' , sans-serif;
}

.form-holder .top-list ul{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 16px;
	align-items: center;
}
.form-holder .top-list ul li{
	width: 24%;
	height: 52px;
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 0 0 33px;
}
.form-holder .top-list ul li:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 192px;
	position: absolute;
	background: url(../images/img99.png) no-repeat;
	background-size: 100% 100%;
}
.form-holder .top-list ul li:first-child{
	padding: 0 0 0 10px;
}
.form-holder .top-list ul li:first-child:after{
	background: url(../images/img96.png) no-repeat;
	background-size: 100% 100%;
}
.form-holder .top-list ul li:first-child:before{
	background: url(../images/img98.png) no-repeat;
	background-size: 100% 100%;
}
.form-holder .top-list ul li:before{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 192px;
	display: none;
	position: absolute;
	background: url(../images/img100.png) no-repeat;
	background-size: 100% 100%;
}
.form-holder .top-list ul li.active:after{
	display: none;
}
.form-holder .top-list ul li.active:before{
	display: inline-block;
}
.form-holder .top-list ul li:first-child:after{
	display: none;
}
.form-holder .top-list ul li:first-child:before{
	display: inline-block;
}
.form-holder .top-list ul li i{
	z-index: 9;
	color: #fff;
	font-size: 22px;
	position: relative;
	border-radius: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.form-holder .top-list ul li i.fa-times-circle{
	display: none;
}
.form-holder .top-list ul li span{
	margin: 0;
	z-index: 9;
	color: #fff;
	font-size: 13px;
	position: relative;
	margin: 0 0 0 10px;
	font-family: 'Open Sans' , sans-serif;
}
.form-holder .check-list-area{
	padding: 24px;
	background: url(../images/img79.png) ;
}
.form-holder .check-list-area ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-holder .check-list-area ul li{
	padding: 20px;
	background: #fff;
	margin: 0 0 10px;
}
.form-holder .check-list-area ul li a{
	display: flex;
	align-items: center;
}
.form-holder .check-list-area ul li a i{
	color: #fff;
	font-size: 34px;
	margin: 0 14px 0 0;
	border-radius: 100%;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.form-holder .check-list-area ul li a .txt-box{
	overflow: hidden;
}
.form-holder .check-list-area ul li a strong{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 5px;
	font-weight: normal;
	font-family: 'Open Sans' , sans-serif;
}
.form-holder .check-list-area ul li a p{
	margin: 0;
	color: #000;
	display: block;
	font-size: 13px;
	font-family: 'Open Sans' , sans-serif;
}
.form-holder .check-list-area ul li.active a{
	pointer-events: none;
}
.form-holder .check-list-area ul li.active a i{
	color: #8dc63f;
	border: 0;
}
.form-holder .skip{
	color: #000;
	margin: 10px 0 0;
	display: inline-block;	
	text-decoration: underline;
}
.form-holder .skip:hover{
	color: #8dc63f;
}

.dashboard-holder .pricing-holder{
	padding: 50px 30px;
	position: relative;
	background: url(../images/img79.png) ;
}
.dashboard-holder .pricing-holder:after{
	top: 10px;
	right: 100px;
	width: 283px;
	height: 248px;
	content: "";
	position: absolute;
	background: url(../images/img104.png) no-repeat;
}
.dashboard-holder .pricing-holder .pricing-columns{
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.dashboard-holder .pricing-holder .pricing-columns .column{
	width: 50%;
}
.dashboard-holder .pricing-holder .pricing-columns .column .img-holder{
	width: 280px;
	margin: 0 auto;
}
.dashboard-holder .pricing-holder .pricing-columns .column h2{
	color: #000;
	display: block;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
	padding: 0 20px 0 0;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .pricing-holder .pricing-columns .column p{
	color: #000;
	font-size: 15px;
	margin: 0 0 24px ;
	padding: 0 50px 0 0;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .pricing-holder .pricing-columns strong{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 6px 0 ;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .pricing-holder .pricing-columns span{
	color: #000;
	display: block;
	font-size: 15px;
	margin: 0 0 30px;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .pricing-holder .pricing-columns .upgrade{
	color: #fff;
	font-size: 15px;
	padding: 8px 40px;
	background: #8dc63f;
	border-radius: 30px;
	border: 1px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .pricing-holder .pricing-columns .upgrade:hover{
	color: #8dc63f;
	background: #fff;
}
.dashboard-holder .pricing-holder .standard-plans .card-header{
	padding: 0;
	border-radius: 0;
	background: #fff;
}
.dashboard-holder .pricing-holder .standard-plans .accordion .card{
	border: 0;
}
.dashboard-holder .pricing-holder .standard-plans .accordion .btn{
	width: 100%;
	display: block; 
	text-align: left;
	border-radius: 0;
	padding: 10px 24px;
	border-bottom: 1px solid #d7d7d7;
}
.dashboard-holder .pricing-holder .standard-plans .accordion .btn i{
	float: right;
	color: #d7d7d7;
}
.dashboard-holder .pricing-holder .standard-plans .card-body{
	color: #000;
	background: #d7d7d7;
	border-top: 1px solid #8dc63f;
}
.dashboard-holder .pricing-holder .standard-plans .plans-box{
	width: 73%;
	float: right;
	background: #fff;
	margin: 100px 0 0;
	position: relative;
	padding: 60px 20px 40px;
}
.dashboard-holder .pricing-holder .standard-plans{
	overflow: hidden;
}
.dashboard-holder .pricing-holder .standard-plans .plans-box:after{
	top: 0;
	left: -200px;
	width: 237px;
	height: 439px;
	content: "";
	position: absolute;
	background: url(../images/img105.png) no-repeat;
}

.dashboard-holder .right-dash .form-holder.plan-area{
	max-width: 866px;
	margin: 0 auto 40px;
}
.dashboard-holder .right-dash .form-holder.plan-area .addons-section{
	padding: 100px 40px 0;
	text-align: center;
	max-width: 540px;
	margin: 0 auto;
}
.dashboard-holder .right-dash .form-holder.plan-area .addons-section h2{
	color: #000;
	font-size: 25px;
	line-height: 1.4;
	font-weight: bold;
	margin: 30px 0 30px;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .form-holder.plan-area .addons-section p{
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 40px;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .form-holder.plan-area .addons-section .get-touch{
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.dashboard-holder .right-dash .form-holder.plan-area .addons-section .get-touch:hover{
	color: #8dc63f;
	background: #fff;
}

.create-section{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0 80px;
	justify-content: center;
	background: #fff url(../images/img107.png) no-repeat;
	background-size: contain; 
}

.create-section .create-column{
	width: 50%;
}
.create-section .create-column h3{
	margin: 0;
	color: #000;
	font-size: 27px;
	font-weight: bold;
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-column .star-list{
	padding: 0;
	width: 100%;
	display: flex;
	margin: 30px 0;
	list-style: none;
	justify-content: center;
}
.create-section .create-column .star-list li{
	width: 52px;
	height: 52px;
	margin: 0 1px;
	display: flex;
	text-align: center;
	border-radius: 5px;
	background: #dcdcdc;
	align-items: center;
	justify-content: center;
}
.create-section .create-column .star-list li i{
	color: #fff;
	font-size: 24px;
}
.create-section .create-column .star-list li.active{
	background: #8dc63f;
}
.create-section .create-column p{
	color: #000;
	max-width: 55%;
	margin: 0 auto;
}
.create-section .create-holder{
	z-index: 9;
	padding: 40px;
	margin: 0 auto;
	background: #fff;
	width: 500px;
	position: relative;
	border-left: 8px solid #8dc63f;
	box-shadow: 0px 9px 19.2px 4.8px rgba(208, 208, 208, 0.75);
	-webkit-box-shadow: 0px 9px 19.2px 4.8px rgba(208, 208, 208, 0.75);
}
.create-section .create-holder:after{
	top: 0;
	right: 0;
	width: 227px;
	height: 235px;
	content: "";
	position: absolute;
	background: url(../images/img108.png) no-repeat;
}
.create-section .create-holder h2{
	width: 100%;
	color: #000;
	z-index: 9;
	display: block;
	font-size: 27px;
	padding: 0 0 4px;
	margin: 0 0 60px;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-holder h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 64px;
	height: 1px;
	content: "";
	margin: 0 auto;
	background: #000;
	position: absolute;
}
.create-section .create-holder h2:before{
	left: 0;
	right: 0;
	bottom: -20px;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat ;
}
.create-section .create-form{
	overflow: hidden;
	width: 100%;
}
.create-section .create-form .create-row{
	z-index: 9;
	margin: 0 0 4px;
	overflow: hidden;
	position: relative;
}
.create-section .create-form .create-row label{
	color: #000;
	display: block;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-form .create-row label img{
	margin: 0 6px 0 0;
}
.create-section .create-form .create-row input[type="text"],
.create-section .create-form .create-row input[type="password"],
.create-section .create-form .create-row select{
	width: 100%;
	height: 38px;
	padding: 5px 12px;
	border: 1px solid #bebebe;
}
.create-section .create-form .create-row select{
	background: #fff url(../images/img47.png) no-repeat 100%;
}
.create-section .create-form .check-box{
	margin: 10px 0;
}
.create-section .create-form .check-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.create-section .create-form .check-box label {
  position: relative;
  cursor: pointer;
}

.create-section .create-form .check-box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #8dc63f;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.create-section .create-form .check-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #8dc63f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.create-section .create-form input[type="submit"]{
	border: 0;
	color: #fff;
	width: 100%;
	margin: 10px 0;
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 10px;
	text-align: center;
	background: #8dc63f;
	text-transform: capitalize;
	border: 2px solid #8dc63f;	
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-form  input[type="submit"]:hover{
	color: #8dc63f;
	background: transparent;
}
.create-section .create-form  p{
	color: #000;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.create-section .create-form  p a{
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.create-section .create-form  p a:hover{
	text-decoration: none;
}
.create-section .create-holder .plan-list{
	padding: 0;
	margin: 0;
	list-style: none;
}
.create-section .create-holder .plan-list li{
	width: 100%;
	color: #000;
	font-size: 14px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 24px;
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-holder .plan-list li:after{
	top: 0;
	left: 0;
	width: 13px;
	height: 22px;
	content: "";
	position: absolute;
	background: url(../images/img155.png) no-repeat;
}

.create-section .create-holder strong{
	color: #000;
	width: 100%;
	display: block;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.create-section .create-holder .login-access{
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0;
	text-align: center;
	border-radius: 5px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.create-section .create-holder .login-access:hover{
	color: #8dc63f;
	background: #fff;
}
.create-section .create-holder p{
	width: 100%;
	color: #000;
	text-align: center;
}
.create-section .create-holder p a{
	color: #000;
}
.create-section .create-holder p a:hover{
	color: #8dc63f;
	text-decoration: underline;
}




.subscription-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subscription-section .left-sub{
	width: 68%;
}
#signup {
  width: 100%;
  background: #fff;
  position: relative;
}
#fieldsets {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #22918b;
}
input[type=radio] {
  margin: 6px;
  display: inline-block;
}
fieldset {
  border: none;
  width: 100%;
  display: none;
  padding: 10px 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  opacity: 0;
}
fieldset.current {
  left: 20px;
  opacity: 1;
  display: block;
}
fieldset.next {
  display: none;
}
input[type=submit] {
  display: none;
  border: none;
}
#section-tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  font-weight: bold;
  position: relative;
  text-transform: capitalize;
  border-bottom: 2px solid #8dc63f;
}
#section-tabs li {
	color: #a7a7a7;
	cursor: not-allowed;
	border-left: 1px solid #aaa;
	text-decoration: none;
	width: auto;
	width: 33.3%;
	text-align: left;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 1.2;
	background: #ddd;
	position: relative;
	font-size: 13px;
	padding: 10px;
	display: flex;
	align-items: center;
	font-family: 'Open Sans' , sans-serif;
}
#section-tabs li i{
	font-size: 20px;
	margin: 0 6px 0 0;
}
#section-tabs li.active i{
	color: #fff;
}

#section-tabs li.active {
  color: #fff;
  cursor: pointer;
  background: #8dc63f
}
#section-tabs li.current {
  opacity: 1;
  background: #8dc63f;
  z-index: 999;
  border-left: none;
}
#fieldsets  .field-area .btn,
#fieldsets  .field-area .btn.next-btn {
	border: none;
	padding: 8px;
	color: #fff;
	width: 200px;
	cursor: pointer;
	border-radius: 30px;
	background: #8dc63f;
	transition: all 0.3s;
	border: 2px solid #8dc63f;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-family: 'Open Sans' , sans-serif;
}

#fieldsets  .field-area .btn.next-btn{
	display: block;
	margin: 0 auto;
}
#fieldsets  .field-area .btn:hover {
  background: #fff;
  color: #8dc63f;
}
#fieldsets  .field-area{
	padding: 20px;
	margin: 0 0 20px;
	background: url(../images/img79.png);
}

#fieldsets  .field-area h3{
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}
#fieldsets  .field-area .heading{
	color: #8dc63f;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 14px;
	position: relative;
	margin: 10px 0 14px;
	display: inline-block;
	text-transform: capitalize;
}
#fieldsets  .field-area .heading:after{
	right: 0;
	bottom: 0;
	width: 51px;
	height: 10px;
	content: "";
	position: absolute;
	background: url(../images/img109.png) no-repeat;
}
#fieldsets  .field-area .sub-row{
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fieldsets  .field-area .sub-row label{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Open Sans' , sans-serif;
}
#fieldsets  .field-area .sub-row input[type="text"],
#fieldsets  .field-area .sub-row select{
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	background: #fff;
	margin: 0 0 10px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#fieldsets  .field-area .sub-row select{
	background: #fff url(../images/img65.png) no-repeat 97% 15px;
}
#fieldsets  .field-area .sub-row .sub-col{
	width: 48%;
}

.subscription-section .right-sub{
	width: 30%;
	padding: 15px;
	background: #fff;
	border-top: 2px solid #8dc63f;
}
.subscription-section .right-sub .right-top{
	display: flex;
	justify-content: space-between;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .heading{
	color: #8dc63f;
	font-size: 16px;
	font-weight: 600;
	padding: 0 0 14px;
	position: relative;
	margin: 10px 0 14px;
	display: inline-block;
	text-transform: capitalize;
}
.subscription-section .right-sub .heading:after{
	right: 0;
	bottom: 0;
	width: 51px;
	height: 10px;
	content: "";
	position: absolute;
	background: url(../images/img109.png) no-repeat;
}
.subscription-section .right-sub .right-top a{
	color: #000;
	font-size: 12px;
	margin: 10px 0 0;
	position: relative;
	padding: 0 20px 0 0;
	display: inline-block;
	text-decoration: underline;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .right-top img{
	width: 10px;
	height: 7px;
	margin: 0 0 0 5px;
	background-size: 100% 100%;
	transform: rotate(180deg);
}
.subscription-section .right-sub .list-box strong{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	border-bottom: 1px solid #d1d1d1;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .list-box ul{
	padding: 0;
	list-style: none;
	margin: 0 30px 0 0;
}
.subscription-section .right-sub .list-box ul li{
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 14px;
	position: relative;
	padding: 0 0 0 30px;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .list-box ul li:after{
	left: 0;
	top: 4px;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
}
.subscription-section .right-sub .biling-cycle{
	overflow: hidden;
}
.subscription-section .right-sub .biling-cycle h4{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 20px 0 10px;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .biling-cycle .btn-holder{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subscription-section .right-sub .biling-cycle .nav-tabs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subscription-section .right-sub .biling-cycle .nav-tabs .nav-item{
	width: 48%;
}
.subscription-section .right-sub .biling-cycle .nav-tabs .nav-link{
	width: 100%;
	color: #000;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	background: #efefef;
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .biling-cycle .nav-tabs .nav-link.active{
	color: #fff;
	background: #8dc63f;
}
.subscription-section .right-sub .price-table{
	display: flex;
	margin: 10px 0 0;
	padding: 14px 10px;
	align-items: center;
	border-bottom: 1px solid #d7d7d7;
	justify-content: space-between;
}
.subscription-section .right-sub .price-table .left{
	color: #000;
	font-size: 13px;
	font-weight: 600;	
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .price-table .right{
	color: #000;
	font-size: 15px;
	font-weight: 600;	
	font-family: 'Open Sans' , sans-serif;
}
.subscription-section .right-sub .price-table.total{
	background: #454545;
}
.subscription-section .right-sub .price-table.total .left{
	color: #fff;
	font-size: 12px;
}
.subscription-section .right-sub .price-table.total .right{
	color: #fff;
	font-size: 16px;
}
.subscription-section .right-sub .terms-holder{
	padding: 30px 20px;
	text-align: center;
}
.subscription-section .right-sub .terms-holder strong{
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
.subscription-section .right-sub .terms-holder p{
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 600;
}
.subscription-section .address-holder{
	color: #000;
	padding: 26px;
	max-width: 85%;
	font-size: 13px;
	background: #fff;
	font-weight: 600;
	margin: 0 auto 20px; 	
}
.subscription-section .billing-info{
	color: #000;
	font-size: 15px;
	margin: 0 -20px;	
	padding: 20px 30px;
	border-top: 20px solid #fff;
}
.subscription-section .billing-info h3{
	margin: 0 0 14px;
	padding: 0 0 14px;
	border-bottom: 1px solid #000;
}
.subscription-section .billing-info .check-box label {
  position: relative;
  cursor: pointer;
}

.subscription-section .billing-info .check-box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.subscription-section .billing-info .check-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#fieldsets .field-area .step-heading{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0 0 14px;
	border-bottom: 1px solid #d7d7d7;
}
#fieldsets .field-area .card-holder{
	padding: 50px 0 0;
}
#fieldsets .field-area .card-holder .card-row{
	display: flex;
	max-width: 84%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fieldsets .field-area .card-holder .card-row label{
	color: #000;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
}
#fieldsets .field-area .card-holder .card-row  input[type="text"]{
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	background: #fff;
	margin: 0 0 10px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
#fieldsets .field-area .card-holder .card-row  input.cards{
	background: #fff url(../images/img110.png) no-repeat 99%;
}
#fieldsets .field-area .card-holder .card-row .card-col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fieldsets .field-area .card-holder .card-row .card-col select{
	width: 48%;
	height: 40px;
	font-size: 13px;
	padding: 5px 10px;
	background: #fff url(../images/img84.png) no-repeat 96% 16px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.submit-box{
	width: 100%;
	padding: 30px 0;
	text-align: center;
}

.contact-section{
	padding: 80px 0;
	background: #f0f1f2;
}
.contact-section .contact-columns{
	display: flex;
	flex-wrap: wrap;
}
.contact-section .contact-columns .column{
	width: 33.3%;
	z-index: 9;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 40px 62px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	border-bottom: 8px solid #ffcb05;
}
.contact-section .contact-columns .column strong{
	color: #000;
	font-size: 28px;
	display: block;
	margin: 0 0 26px;
	font-family: 'Open Sans' , sans-serif;
}
.contact-section .contact-columns .column p{
	color: #000;
	font-size: 15px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.contact-section .contact-columns .column img{
	display: block;
	margin: 0 auto 20px;
	width: 47px;
}
.contact-section .contact-columns .column .smart-review{
	color: #000;
	font-size: 15px;
	margin: 0 0 20px;
	display: inline-block;
	text-decoration: underline;
	font-family: 'Open Sans' , sans-serif;
}
.contact-section .contact-columns .column .smart-review:hover{
	color: #ffcb05;
	text-decoration: none;
}
.contact-section .contact-columns .column .column-btn{
	color: #000;
	display: block;
	font-size: 15px;
	padding: 16px 10px;
	background: #ffcb05;
	border: 2px solid #ffcb05;
	font-family: 'Open Sans' , sans-serif;
}
.contact-section .contact-columns .column .column-btn:hover{
	background: #fff;
	border-radius: 40px;
}
.contact-section .contact-columns .column.second{
	z-index: 0;
	position: relative;
	background: #ffcb05;
	transform: scale(1.2);
}
.contact-section .contact-columns .column.second .column-btn{
	background: #fff;
}


.about-review{
	padding: 60px 0 220px;
	background: #ebebeb url(../images/img33.png);
	background-size: cover; 
}
.about-review h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.about-review h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.about-review .about-review-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.about-review .about-review-columns .column{
	width: 40%;
}
.about-review .about-review-columns .column:first-child{
	width: 38%;
}


.about-review .about-review-columns .column .card{
	border: 0;
	background: transparent;
}
.about-review .about-review-columns .column .card-header {
  border: 0;
  padding: 0;
  position: relative;
  background: transparent;
}
.about-review .about-review-columns .column .card-header:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	background: url(../images/img113.png) no-repeat;
	background-size:100% 100%; 
}
.about-review .about-review-columns .column .card-header .btn{
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.about-review .about-review-columns .column .card-header .btn i{
	float: right;
	font-size: 24px;
	color: #8dc63f;	
}
.about-review .about-review-columns .column .card-body{
	color: #000;
	padding: 14px 0;
	font-size: 15px;
}
.about-review .about-review-columns .column .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  padding: 10px 0;
}


.mission-section{
	z-index: 9;
	position: relative;
	padding: 186px 234px;
	margin: -150px 0 -160px;
	background: url(../images/img114.png) no-repeat;
	background-size:  cover;
}
.mission-section .mission-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.mission-section .mission-columns .column{
	width: 32%;
}
.mission-section .mission-columns .column:first-child{
	width: 54%;
}
.mission-section .mission-columns .column .mission-box{
	margin: 0 0 60px;
}
.mission-section .mission-columns .column h3{
	color: #000;
	font-size: 32px;
	margin: 0 0 10px;
	padding: 0 0 20px;
	font-weight: bold;
	position: relative;
}
.mission-section .mission-columns .column h3:after{
	left: 0;
	bottom: 0;
	width: 174px;
	height: 17px;
	content: "";
	position: absolute;
	background: url(../images/img116.png) no-repeat;
}
.mission-section .mission-columns .column p{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}


.our-partner-section{
	padding: 200px 0 200px; 
	background: url(../images/img121.png) no-repeat;
	background-size: cover;
}
.our-partner-section h2{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.our-partner-section h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img122.png) no-repeat;
}
.our-partner-section .partners-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
}
.our-partner-section .partners-list li{
	width: 25%;
	text-align: center;
	padding: 60px 10px 0;
}

.advise-holder{
	z-index: 9;
	padding: 50px;
	margin: -110px 0;
	position: relative;
	background: #ececec; 
}
.advise-holder h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 50px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.advise-holder h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.advise-holder .advise-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
}
.advise-holder .advise-list li{
	width: 33.3%;
	padding: 0 20px;
}

.request-call{
	background: #fff;
	position: relative;
	padding: 300px 0 200px;
}
.request-call:after{
	left: 0;
	top: -70px;
	width: 346px;
	height: 500px;
	content: "";
	position: absolute;
	background: url(../images/img126.png) no-repeat;
	background-size: 100% 100%;
}
.request-call h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}
.request-call h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.request-call p{
	color: #000;
	font-size: 13px;
	margin: 0 0 30px;
}
.request-call .request-column{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.request-call .request-column .left-col{
	width: 56%;
	text-align: center;
}
.request-call .request-column .request-form{
	overflow: hidden;
} 
.request-call .request-column .request-form .request-row{
	display: flex;
	margin: 0 0 24px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.request-call .request-column .request-form .request-row .r-col{
	width: 49%;
}
.request-call .request-column .request-form .request-row .r-col input[type="text"],
.request-call .request-column .request-form .request-row .r-col input[type="tel"],
.request-call .request-column .request-form .request-row  textarea{
	width: 100%;
	height: 64px;
	padding: 10px;
	border: 1px solid #959595;
}
.request-call .request-column .request-form .request-row textarea{
	height: 200px;
	resize: none;
	padding: 15px;
}
.request-call .request-column .request-form input[type="submit"]{
	width: 100%;
	color: #fff;
	padding: 16px;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.request-call .request-column .request-form input[type="submit"]:hover{
	background: #fff;
	color: #8dc63f;
}
.request-call .request-column .right-col{
	width: 40%;
}
.request-call .request-column .right-col .img-holder{
	position: relative;
}
.request-call .request-column .right-col .img-holder:after{
	top: -64px;
	left: 0;
	width: 314px;
	height: 520px;
	content: "";
	position: absolute;
	background: #fff;
	border: 16px solid #8dc63f;
}
.request-call .request-column .right-col .img-holder img{
	z-index: 9;
	position: relative;
}

.genuine-growth {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0 40px;  
	justify-content: space-between;
}
.genuine-growth .column{
	width: 40%;
	padding: 0 40px 0 0;
}
.genuine-growth .column:first-child{
	z-index: 9;
	width: 60%;
	padding: 0;
	position: relative;
	text-align: center;
}
.genuine-growth h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 40px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Open Sans' , sans-serif;
}
.genuine-growth .search-holder{
	width: 70%;
	padding: 5px;
	display: flex;
	background: #fff;
	margin: 0 auto 90px;
	border: 1px solid #e1e1e1;
	justify-content: space-between;
}
.genuine-growth .search-holder form{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.genuine-growth .search-holder input[type="search"]{
	border: 0;
	width: 70%;
	height: 50px;
	padding: 10px 30px;
}
.genuine-growth .search-holder input[type="submit"]{
	color: #000;
	width: 163px;
	cursor: pointer;
	font-size: 14px;
	padding: 14px 5px;
	background: #ffcb05;
	display: inline-block;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.genuine-growth .search-holder input[type="submit"]:hover{
	color: #ffcb05;
	background: #000;
}
.genuine-growth .genuine-btns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.genuine-growth .genuine-btns a{
	color: #000;
	width: 185px;
	margin: 0 10px;
	font-size: 14px;	
	padding: 20px 10px;
	background: #ebebeb;
	border: 1px solid #949494;
}
.genuine-growth .genuine-btns a:hover{
	color: #fff;
	background: #8dc63f;
	border-color: #8dc63f;
}
.genuine-growth .column .img-holder{
	position: relative;
}
.genuine-growth .column .img-holder:after{
	top: 0;
	right: 40px;
	width: 604px;
	height: 604px;
	content: "";
	z-index: -1;
	position: absolute;
	background: url(../images/img128.png) no-repeat;
	background-size: 100% 100%; 
}
.genuine-growth .column .img-holder img{
	position: relative;
	z-index: 9;
}


.product-section{
	padding: 80px 0;
	background: #f2f2f5;
}
.product-section .product-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product-section .product-columns .column{
	width: 50%;
	text-align: center;
}
.product-section .product-columns .column h2{
	width: 100%;
	color: #000;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Open Sans' , sans-serif;
}
.product-section .product-columns .column h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat;
}
.product-section .product-columns .column p{
	color: #000;
	max-width: 68%;
	font-size: 16px;
	margin: 0 auto 30px;
	font-family: 'Open Sans' , sans-serif;
}
.product-section .product-columns .column .review-btn{
	color: #fff;
	font-size: 15px;
	padding: 12px 40px;
	background: #8dc63f;
	display: inline-block;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.product-section .product-columns .column .review-btn:hover{
	color: #8dc63f;
	background: transparent;
}
.product-section .product-columns .column:nth-child(2){
	position: relative;
}
.product-section .product-columns .column img{
	z-index: 9;
	position: relative;
}
.product-section .product-columns .column:nth-child(2):after{
	content: "";
	width: 514px;
	right: -130px;
	height: 610px;
	bottom: -364px;
	position: absolute;
	background: url(../images/img130.png) no-repeat;
}

.customer-review-section{
	padding: 180px 0 220px;
	background: #8dc63f;
	position: relative;
	overflow: hidden;
}
.customer-review-section:after{
	top: -80px;
	left: -100px;
	width: 487px;
	height: 459px;
	content: "";
	position: absolute;
	background: url(../images/img132.png) no-repeat;
}
.customer-review-section .customers-columns{
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	justify-content: space-between;
}
.customer-review-section .customers-columns .column{
	width: 50%;
	text-align: center;
}
.customer-review-section .customers-columns .column:first-child{
	width: 40%;
}
.customer-review-section .customers-columns .column h2{
	width: 100%;
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	padding: 0 0 30px;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-family: 'Open Sans' , sans-serif;
}
.customer-review-section .customers-columns .column h2:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img122.png) no-repeat;
}
.customer-review-section .customers-columns .column p{
	color: #fff;
	font-size: 16px;
	padding: 0 10%;
	font-family: 'Open Sans' , sans-serif;
}
.customer-review-section .customers-columns .column .features-btn{
	color: #8dc63f;
	font-size: 15px;
	background: #fff;
	padding: 12px 40px;
	display: inline-block;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}

.mission-section.licensede .mission-columns .column:first-child{
	width: 40%;
}
.mission-section.licensede{
	padding: 180px 0 234px;
}
.mission-section.licensede .mission-columns .column{
	width: 43%;
}

.request-call.saying{
	padding: 200px 0 80px;
}
.request-call.saying h2{ 
	z-index: 9;
	max-width: 48%; 
	position: relative;
	margin:0 auto 20px;
}
.request-call.saying p{
	z-index: 9;
	max-width: 39%;
	text-align: center;
	margin:0 auto 30px;
	position: relative;
}

.slider-holder .slider{
	/*display: flex;*/
	flex-wrap: wrap;
	margin: 0 -10px;
	align-items: center;
	padding: 0;
}
.slider-holder .slider .slider-box{
	padding: 0 10px;
}
.slider-holder .slider .slider-column{
	padding: 30px;
	background: #f1f1f1;
}
.slider-holder .slider span{
	color: #000;
	display: block;
	font-size: 11px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.slider-holder .slider .star-list{
	padding: 0;
	margin: 6px 0 ;
	list-style: none;
}
.slider-holder .slider .star-list li{
	margin: 0 2px;
	display: inline-block;
}
.slider-holder .slider .txt-holder{
	border-top: 1px solid #999;
	padding: 6px 0 0;
}
.slider-holder .slider .txt-holder strong{
	font-weight: 600;
	font-size: 16px;
	margin: 0 0 4px;
	display: block;
	color: #000;
	font-family: 'Open Sans' , sans-serif;
}
.slider-holder .slider .txt-holder p{
	display: block;
	margin: 0;
	max-width: 100%;
	text-align: left;
	padding: 0 20px 0 0;
}

.widget-settings{
	width: 100%;
}
.widget-settings .top-box{
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden ;
	background: #fff;
	text-align: center;
	padding: 20px 20px 50px;
	border-top: 5px solid #8dc63f;
}
.widget-settings .top-box .select-box{
	width: 100%;
	overflow: hidden;
}
.widget-settings .top-box select{
	float: left;
	color: #000;
	width: 190px;
	font-size: 13px;
	padding: 10px 15px;
	background: #ebebeb url(../images/img65.png) no-repeat 94% 17px;
	background-size: 6% 18%;
}
.widget-settings .top-box span{
	color: #000;
	display: block;
	font-size: 11px;
	font-family: 'Open Sans' , sans-serif;
}
.widget-settings .two-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.widget-settings .two-columns .column{
	width: 49%;
	padding: 20px;
	background: #fff;
	border-top: 5px solid #8dc63f;
}
.widget-settings .two-columns .column h2{
	color: #000;
	font-size: 20px;
	margin: 0 0 20px;
	text-align: left;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.widget-settings .two-columns .column .column-box{
	padding: 20px;
	background: url(../images/img79.png);
}
.widget-settings .two-columns .column .column-box h3{
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.widget-settings .two-columns .column-row,
.widget-settings .two-columns .column-row .col-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.widget-settings .two-columns .column-row .col-row {
	width: 49%;
	margin: 0 0 16px;
}
.widget-settings .two-columns .column-row .row-col {
	width: 49%;
}
.widget-settings .two-columns .column-row label,
.widget-settings .two-columns .column-row span{
	color: #000;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0 0 6px;
}
.widget-settings .two-columns .column-row span{
	margin: 0;
}
.widget-settings .two-columns .column-row select{
	width: 100%;
	font-size: 12px;
	padding: 5px 10px;
	background: #fff url(../images/img65.png) no-repeat 94% 14px;
	background-size: 4% 16%;
}
.widget-settings .two-columns .column-row input[type="text"]{
	width: 100%;
	height: 36px;
}
.widget-settings .two-columns .column-row .check-holder{
	width: 100%;
	display: flex;
	background: #fff;
	padding: 3px 10px;
	align-items: center;
	justify-content: space-between;
}
.widget-settings .two-columns .column-row .check-holder .c-h{
	width: 49%;
	border-right: 1px solid #575757;
}

.widget-settings .two-columns .column-row .check-holder .c-h:nth-child(2){
	border: 0;
}
.widget-settings .two-columns .column-row .check-holder .c-h label{
	margin: 0;
	font-size: 11px;
}
.widget-settings .two-columns .column-row .check-holder [type="radio"]:checked + label::before,
.widget-settings .two-columns .column-row .check-holder [type="radio"]:not(:checked) + label::before{
	top: 4px;
	width: 14px !important;
	height: 14px !important;
	border-color: #8dc63f !important;
}
.widget-settings .two-columns .column-row .check-holder [type="radio"]:checked + label::after,
.widget-settings .two-columns .column-row .check-holder [type="radio"]:not(:checked) + label::after{
	top: 8px;
	width: 6px !important;
	height: 6px !important;
	background: #8dc63f !important;
}
.widget-settings .two-columns .column-row a{
	color: #fff;
	padding: 8px;
	width: 100px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 10px auto;
	border-radius: 5px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.widget-settings .two-columns .column-row a:hover{
	color: #8dc63f;
	background: transparent;
}
.widget-settings .two-columns .column:nth-child(2){
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget-settings .two-columns .column:nth-child(3){
	width: 100%;
	border: 0;
	margin: 30px 0 0;
}
.widget-settings .two-columns .column:nth-child(3) .column-box{
	display: flex;
	flex-wrap: wrap;
}
.widget-settings .two-columns .column:nth-child(3) .column-box h3{
	display: block;
	width: 100%;
}
.widget-settings .two-columns .box-1{
	width: 50%;
	padding: 0 30px;
	border-right: 1px solid #575757;
}
.widget-settings .two-columns .column:nth-child(3) .column-box .box-1.last{
	border: 0;
}
.widget-settings .two-columns .box-1 .text-box{
	width: 100%;
	height: 160px;
	background: #fff;
	padding: 30px;
}
.widget-settings .two-columns .btn-holder{
	display: flex;
	width: 100%;
	padding: 40px 100px;
	align-items: center;
	justify-content: center;
}
.widget-settings .two-columns .btn-holder a{
	color: #fff;
	margin: 0 10px;
	font-size: 12px;
	padding: 10px 40px;
	background: #8dc63f;
}
.widget-settings .two-columns .btn-holder a:hover{
	background: #575757;
}
.widget-settings .bottom-column{
	background: #fff;
	padding: 30px;
	margin: 30px 0 0;
}
.widget-settings .bottom-column h3{
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.widget-settings .bottom-column p{
	color: #000;
	font-size: 13px;
	font-family: 'Open Sans' , sans-serif;
}

.sharing-section .nav-tabs .nav-link{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	border-radius: 0;
	padding: 10px 30px;	
	margin: 0 10px 0 0;
	border-top: 2px solid #acacac;
	font-family: 'Open Sans' , sans-serif;
}
.sharing-section .nav-tabs .nav-item.show .nav-link,
.sharing-section .nav-tabs .nav-link.active{
	border-top: 2px solid #8dc63f;
}
.sharing-section .nav-tabs{
	margin: 0 0 20px;
	border-bottom: 0;
}
.sharing-section .sharing-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	justify-content: space-between;
}
.sharing-section .sharing-columns .column{
	width: 49%;
	padding: 20px;
	background: #fff;
	border-top: 4px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.sharing-section .sharing-columns .column h3{
	color: #000;
	font-size: 20px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.sharing-section .column .sharing-list{
	padding: 30px;
	background: url(../images/img79.png);
}
.sharing-section .column .sharing-list p{
	font-size: 14px;
	color: #000;
	margin: 0 0 20px;
}
.sharing-section .column .sharing-list ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.sharing-section .column .sharing-list ul li{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 20px;
	position: relative;
	padding: 0 0 0 30px;
}
.sharing-section .column .sharing-list ul li:after{
	top: 0;
	left: 0;
	width: 8px;
	height: 20px;
	content: "";
	position: absolute;
	background: url(../images/img136.png) no-repeat;
}
.sharing-section .column .access-btn{
	color: #fff;
	width: 200px;
	padding: 10px;
	display: block;
	background: #8dc63f;
	border-radius: 6px;
	text-align: center;
	margin: 50px auto 20px;
	border: 2px solid #8dc63f;
}
.sharing-section .column .access-btn:hover{
	color: #8dc63f;
	background: #fff;
}
.sharing-section .column .img-holder{
	margin: 50px 0 0;
}
.sharing-section .feature--holder{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 30px;
	align-items: center;
	justify-content: space-between;
}
.sharing-section .feature--holder p{
	color: #000;
	margin: 0;
}
.sharing-section .feature--holder a{
	color: #fff;
	padding: 6px 30px;
	border-radius: 6px;
	text-align: center;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.sharing-section .feature--holder a:hover{
	color: #8dc63f;
	background: #fff;
}
.sharing-section .design-layout{
	margin: 0 0 50px;
	padding: 20px 20px 40px;
	border-top: 4px solid #8dc63f;
	background: url(../images/img79.png);
	box-shadow: inset 0 0 0 10px #fff;
}
.sharing-section .design-layout h3{
	color: #000;
	font-size: 20px;
	margin: 0 0 20px;
	font-family: 'Open Sans' , sans-serif;
}
.sharing-section .design-layout .design-columns{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sharing-section .design-layout .design-columns .column{
	width: 49%;
}
.sharing-section .design-layout .design-columns .column ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.sharing-section .design-layout .design-columns .column ul li {
	width: 49%;
	display: flex;
	margin: 0 0 10px;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.sharing-section .design-layout .design-columns .column ul li a{
	padding: 15px;
	background: #fff;
	display: block;
	text-align: center;
	border-top: 4px solid #fff;
}

.sharing-section .design-layout .design-columns .column ul li a:hover,
.sharing-section .design-layout .design-columns .column ul li a.active{
	border-top: 4px solid #8dc63f;
	box-shadow: 0px 5px 5px 0px rgba(2, 3, 3, 0.3);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(2, 3, 3, 0.3);
}
.sharing-section .design-layout .design-form select{
	width: 100%;
	height: 42px;
	margin: 0 0 10px;
	position: relative;
	padding: 10px 20px 10px 50px;
	background: #fff url(../images/img141.png) no-repeat 96% 18px;
}
.sharing-section .design-layout .design-form .location-select{
	position: relative;
}
.sharing-section .design-layout .design-form .location-select:after{
	top: 5px;
	left: 14px;
	width: 16px;
	height: 25px;
	content: "";
	position: absolute;
	background: url(../images/img138.png) no-repeat;
}
.sharing-section .design-layout .design-form .language-select{
	position: relative;
}
.sharing-section .design-layout .design-form .language-select:after{
	top: 8px;
	left: 10px;
	width: 23px;
	height: 23px;
	content: "";
	position: absolute;
	background: url(../images/img139.png) no-repeat;
}
.sharing-section .design-layout .design-form .mail-select{
	position: relative;
}
.sharing-section .design-layout .design-form .mail-select:after{
	top: 13px;
	left: 14px;
	width: 21px;
	height: 15px;
	content: "";
	position: absolute;
	background: url(../images/img140.png) no-repeat;
}
.sharing-section .design-layout .column.last{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	align-items: center;
	justify-content: center;
}
.sharing-section .design-layout .design-form .switch-holder{
	height: 42px;
	background: #fff;
	margin: 0 0 10px;
	position: relative;
	padding: 4px 0 0 74px;
}
.sharing-section .design-layout .design-form .switch-holder:after{
	top: 8px;
	left: 14px;
	width: 27px;
	height: 28px;
	content: "";
	position: absolute;
	background: url(../images/img146.png) no-repeat;
}
.sharing-section .up-btn{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.sharing-section .upgrade{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 40px;
	background: #8dc63f;
	border-radius: 6px;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.sharing-section .upgrade:hover{
	color: #8dc63f;
	background: #fff;
}


.plan--section{
	padding: 80px 0;
	background-image: url(../images/img33.png) ;
	font-family: 'Open Sans' , sans-serif;
}
.plan--section .top-heading{
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
}

.plan--section .top-heading h2{
	width: 100%;
	color: #000;
	z-index: 9;
	display: block;
	font-size: 27px;
	padding: 0 0 4px;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.plan--section .top-heading h2:before{
	left: 0;
	right: 0;
	bottom: -20px;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat ;
}
.plan--section .top-heading span{
	margin: 0;
	color: #000;
	font-size: 14px;
}
.plan--section .plan--columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.plan--section .plan--columns .column{
	width: 24%;
	padding: 0 10px;
	text-align: left;
	position: relative;
}

.plan--section .plan--columns .column:after{
	top: 0;
	left: 0;
	right: 0;
	width: 93%;
	content: "";
	height: 441px;
	margin: 0 auto;
	position: absolute;
	background: url(../images/img156.png) no-repeat;
	background-size: 100% 100%;
}
.plan--section .plan--columns .column:before{
	top: 0;
	left: 0;
	right: 0;
	width: 93%;
	height: 100%;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: #8dc63f;
}
.plan--section .plan--columns .column .column-holder{
	z-index: 9;
	height: 100%;
	position: relative;
	padding: 20px 20px 100px;
}
.plan--section .plan--columns .column .column-holder h3{
	margin: 0;
	color: #000;
	z-index: 9;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.plan--section .plan--columns .column .column-holder p{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 20px;
}
.plan--section .column .price-box{
	width: 90%;
	color: #fff;
	padding: 10px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #363636;
	border-radius: 30px;
}
.plan--section .column span{
	width: 100%;
	display: block;
	font-size: 12px;
	margin: 0 0 10px;
	text-align: center;
	text-align: center;
}
.plan--section .column .feature-holder{
	padding: 10px 0 0;
	border-top: 2px solid #8dc63f;
}
.plan--section .column .feature-holder h4{
	color: #000;	
	font-size: 16px;
	font-weight: 600;
}
.plan--section .column .feature-holder ul{
	padding: 0;
	margin: 0;
	list-style: none;	
}
.plan--section .column .feature-holder ul li{
	width: 100%;
	color: #000;
	font-size: 11px;
	margin: 0 0 14px;
	position: relative;
	padding: 0 0 0 20px;
}
.plan--section .column .feature-holder ul li:after{
	left: 0;
	top: 6px;
	width: 7px;
	height: 10px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
	background-size: 100% 100%;
}
.plan--section .column .feature-holder .trail{
	left: 0;
	right: 0;
	width: 84%;
	color: #000;
	bottom: 20px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	position: absolute;
	border-radius: 5px;
}
.plan--section .column .feature-holder .trail:hover{
	color: #fff;
	background: #333;
	border-radius: 30px;
}


.addon-modules{
	padding: 80px 0;
	position: relative;
}
.addon-modules:after{
	top: 0;
	right: 0;
	width: 426px;
	height: 890px;
	content: "";
	position: absolute;
	background: url(../images/img157.png) no-repeat;
	background-size: 100% 100%;
}
.addon-modules .column{
	width: 70%;
}
.addon-modules .column h2{
	width: 100%;
	color: #000;
	z-index: 9;
	display: block;
	font-size: 27px;
	padding: 0 0 4px;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.addon-modules .column h2:before{
	left: 0;
	right: 0;
	bottom: -20px;
	width: 20px;
	height: 17px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img11.png) no-repeat ;
}
.addon-modules .column p{
	width: 100%;
	color: #000;
	text-align: center;
}
.addon-modules .column .module-list{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.addon-modules .column .module-list li{
	width: 46%;
	margin: 0 0 120px;
	text-align: center;
	position: relative;
	background: #e9e9e9;
	padding: 20px 20px 60px;
}
.addon-modules .column .module-list li h3{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	display: inline-block !important;
}
.addon-modules .column .module-list li h3:after{
	top: 8px;
	right: -24px;
	width: 12px;
	height: 13px;
	content: "";
	position: absolute;
	background: url(../images/img11.png) no-repeat;
	background-size: 100% 100%;
}
.addon-modules .column .module-list li .txt-box{
	left: 20px;
	right: -20px;
	bottom: -90px;
	background: #fff;
	padding: 20px 40px;
	position: absolute;
	box-shadow: 0px 5px 5px 0px rgba(2, 3, 3, 0.2);	
}
.addon-modules .column .module-list li .txt-box .learn-more{
	color: #fff;
	cursor: pointer;
	padding: 8px 26px;
	border-radius: 5px;
	background: #8dc63f;
	display: inline-block;
	border: 2px solid #8dc63f;
}
.addon-modules .column .module-list li .txt-box .learn-more:hover{
	color: #8dc63f;
	background: transparent;
}
.slider-holder{
	z-index: 9;
	position: relative;
}

.modal-header{
	flex-wrap: wrap;
	text-align: center;
}
.modal-content{
	border-top: 5px solid #65bc7b;
}
.modal-header h5{
	color: #000;
	width: 100%;
	display: block;
	margin: 0 0 6px;
	font-size: 25px;
	padding: 0 0 10px;
	font-weight: bold;
	position: relative;
	font-family: 'Open Sans' , sans-serif;
}
.modal-header h5:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 124px;
	height: 8px;
	content: "";
	margin: 0 auto;
	position: absolute;
	background: url(../images/img158.png) no-repeat;
}
.modal-header p{
	color: #000;
	width: 100%;
	display: block;
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.modal-header .close{
	top: 10px;
	right: 10px;
	display: none;
	position: absolute;
}
.modal-dialog{
	max-width: 870px;
}
#ImageExample .modal-dialog{
	max-width: 550px;
}
#ImageExample .modal-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.modal-body{
	padding: 30px;
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.modal-body p{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	max-width: 72%;
	margin: 0 auto 30px;
}
.modal-body strong{
	display: block;
	color: #65bc7b;
	font-size: 18px;
	margin: 0 0 10px;
}
.modal-footer{
	border: 0;
	flex-wrap: wrap;
	text-align: center;
}
.modal-footer .btn-primary{
	color: #fff;
	border-radius: 0;
	padding: 14px 40px;
	background: #65bc7b;
	border: 2px solid #65bc7b;
}
.modal-footer .btn-primary:hover{
	color: #65bc7b;
	background: #fff;
}
.modal-footer .btn-holder{
	width: 100%;
}
.modal-footer .btn-secondary{
	border: 0;
	color: #000;
	background: transparent;
}

.business-banner{
	display: flex;
	font-family: 'Open Sans' , sans-serif;
	background: url(../images/img43.jpg) no-repeat;
}
.business-banner .txt-holder{
	padding: 30px 30px 20px 30px;
}
.business-banner .txt-holder h2{
	color: #fff;
	margin: 0;
	font-size: 26px;
}
.business-banner .txt-holder span{
	color: #fff;
	display: block;
	font-size: 10px;
	margin: 0 0 20px;
}
.business-banner .txt-holder p{
	color: #fff;	
}
.transparency-section{
	padding: 80px 0;
	background: #ebebeb;
}
.transparency-section .two-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	justify-content: space-between;
}
.transparency-section .two-box .box{
	width: 48%;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	font-family: 'Open Sans' , sans-serif;
}
.transparency-section .two-box .box img{
	float: left;
	margin: 0 20px 0 0;
}
.transparency-section .two-box .box span{
	color: #000;
	float: left;
	font-size: 15px;
	font-weight: bolder;
}
.transparency-section .two-box .box .img-2{
	float: right;
	margin: 8px 0 0;
}

.transparency-section .source-columns{
	display: flex;
	padding: 30px;
	flex-wrap: wrap;
	background: #fff;
	justify-content: space-between;
	font-family: 'Open Sans' , sans-serif;
}
.transparency-section .source-columns .l-column{
	width: 30%;
}
.transparency-section .source-columns .l-column h3{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #d7d7d7;
}
.transparency-section .source-columns .l-column p{
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 20px;
}
.transparency-section .source-columns .l-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.transparency-section .source-columns .l-column ul li{
	width: 100%;
	display: flex;
	padding: 10px 10px;
	justify-content: space-between;
	border-bottom: 1px solid #d7d7d7;
}
.transparency-section .source-columns .l-column ul li span{
	color: #000;
	font-size: 13px;
	font-weight: 600;
}
.transparency-section .source-columns .l-column ul li.total{
	padding: 10px;
	margin: 30px 0 0;
	background: #000;
}
.transparency-section .source-columns .l-column ul li.total span{
	color: #fff;
}
.transparency-section .source-columns .r-column{
	width: 64%;
	z-index: 9;
	position: relative;
}
.transparency-section .source-columns .r-column:after{
	top: -30px;
	right: -30px;
	bottom: -30px;
	content: "";
	width: 360px;
	position: absolute;
	background: #2f2f2f;
}
.transparency-section .source-columns .r-column:before{
	z-index: 9;
	top: -30px;
	content: "";
	right: -30px;
	width: 330px;
	bottom: -30px;
	position: absolute;
	background: #ffcb05;
}
.transparency-section .source-columns .r-column .text-box{
	z-index: 9;
	padding: 30px;
	position: relative;
	background: #2f2f2f;
}
.transparency-section .source-columns .r-column .text-box h3{
	margin: 0;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 600;
}
.transparency-section .source-columns .r-column .text-box span{
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 20px;
}
.transparency-section .source-columns .r-column .text-box .select-holder{
	display: flex;
	align-items: center;
}
.transparency-section .source-columns .r-column .text-box .select-holder label{
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 0;
}
.transparency-section .source-columns .r-column .text-box .select-holder select{
	color: #000;
	width: 160px;
	font-size: 12px;
	padding: 5px 10px;
	background: #fff url(../images/img84.png) no-repeat 96% 13px;
}
.transparency-section .progress-holder{
	overflow: hidden;
	padding: 20px 0 0;
}
.transparency-section .progress-holder .p-box{
	overflow: hidden;
	margin: 0 0 10px;
}
.transparency-section .progress-holder .p-box .left{
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 0 !important; 
}
.transparency-section .progress-holder .p-box .left i{
	margin: 0 0 0 10px;
	color: #02c354;
}
.transparency-section .progress-holder .p-box:nth-child(2) .left i{
	margin: 0 0 0 10px;
	color: #74cf10;
}
.transparency-section .progress-holder .p-box:nth-child(3) .left i{
	margin: 0 0 0 10px;
	color: #ffce03;
}
.transparency-section .progress-holder .p-box:nth-child(4) .left i{
	margin: 0 0 0 10px;
	color: #f58220;
}
.transparency-section .progress-holder .p-box:nth-child(5) .left i{
	margin: 0 0 0 10px;
	color: #ff3822;
}
.transparency-section .progress-holder .p-box .right{
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin: 0 !important;
}
.transparency-section .progress{
	width: 84%;
	background: #777;
	border-radius: 0;
	margin: 4px 0 0 10px;
	display: inline-block;
}
.transparency-section .progress-bar{
	height: 16px;
	background: #ffcb05;
}

.over-time{
	background: #ebebeb;
	padding: 80px 0 30px;
	box-shadow: 0px 0px 0px 0px rgb(47, 47, 47);
}
.over-time .top-head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.over-time .top-head .left-head{
	width: 36%;
}
.over-time .top-head .left-head h2{
	color: #000;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7;
}
.over-time .top-head .left-head p{
	color: #000;
	font-size: 13px;
	font-weight: 600;
}
.over-time .top-head .right-head{
	width: 60%;
	text-align: right;
}
.over-time .top-head .right-head label{
	color:  #000;
	font-size: 13px;
	margin: 0 5px 0 0;
}
.over-time .top-head .right-head select{
	width: 150px;
	margin: 0 5px;
	font-size: 13px;
	border: 1px solid #d7d7d7;
	padding: 5px 20px 5px 10px;
	background: #fff url(../images/img84.png) no-repeat 96% 12px; 
}

#chart_div text,
#chart_div2 text{
	font-size: 12px;
}

.rply-behaviour{
	padding: 80px 0;
	background: #ebebeb;
}

.rply-behaviour .b-holder{
	padding: 30px;
	margin: 0 0 30px;
	position: relative;
	background: #2f2f2f;
}
.rply-behaviour .b-holder:after{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 61px;
	content: "";
	position: absolute;
	background: url(../images/img164.png) no-repeat;
}
.rply-behaviour h2{
	color: #fff;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.rply-behaviour p{
	color: #fff;
	margin: 0 0 30px;
	font-size: 13px;
	font-weight: 600;
}
.rply-behaviour .two-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px;
	justify-content: space-between;
}
.rply-behaviour .two-box .box{
	width: 48%;
	padding: 20px;
	background: #fff;
	overflow: hidden;
	font-family: 'Open Sans' , sans-serif;
}
.rply-behaviour .two-box .box img{
	float: left;
	margin: 0 20px 0 0;
}
.rply-behaviour .two-box .box span{
	color: #000;
	float: left;
	font-size: 15px;
	line-height: 44px;
	font-weight: bolder;
}
.rply-behaviour .two-box .box .img-2{
	float: right;
	margin: 8px 0 0;
}


.rply-behaviour .source-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-family: 'Open Sans' , sans-serif;
}
.rply-behaviour .source-columns .l-column{
	width: 36%;
	padding: 30px;
	background: #fff;
}
.rply-behaviour .source-columns .l-column h3{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #d7d7d7;
}

.rply-behaviour .source-columns .l-column ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rply-behaviour .source-columns .l-column ul li{
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}
.rply-behaviour .source-columns .l-column ul li:after{
	top: 3px;
	left: 0;
	width: 12px;
	height: 16px;
	content: "";
	position: absolute;
	background: url(../images/img34.png) no-repeat;
}
.rply-behaviour .source-columns .r-column{
	width: 64%;
	z-index: 9;
	padding: 30px;
	position: relative;
	background: #2f2f2f;
}
.rply-behaviour .source-columns .r-column:after{
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	content: "";
	background: #777;
	position: absolute;
}
.rply-behaviour .source-columns .r-column .text-box{
	z-index: 9;
	padding: 30px;
	position: relative;
	text-align: center;
	background: rgba(255,255,255,.9);
}
.rply-behaviour .source-columns .r-column .text-box h3{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: bold;
}
.rply-behaviour .source-columns .r-column .text-box span{
	color: #777;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 10px;
}
.rply-behaviour .source-columns .r-column .text-box strong{
	color: #000;
	display: block;
	margin: 10px 0 0;
}

.rply-behaviour .progress-holder{
	overflow: hidden;
	padding: 20px 0 0;
}
.rply-behaviour .progress-holder .p-box{
	overflow: hidden;
	margin: 0 0 10px;
}
.rply-behaviour .progress-holder .p-box .left{
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px 0 0 !important; 
}
.rply-behaviour .progress-holder .p-box .left i{
	margin: 0 0 0 10px;
	color: #02c354;
}
.rply-behaviour .progress-holder .p-box:nth-child(2) .left i{
	margin: 0 0 0 10px;
	color: #74cf10;
}
.rply-behaviour .progress-holder .p-box:nth-child(3) .left i{
	margin: 0 0 0 10px;
	color: #ffce03;
}
.rply-behaviour .progress-holder .p-box:nth-child(4) .left i{
	margin: 0 0 0 10px;
	color: #f58220;
}
.rply-behaviour .progress-holder .p-box:nth-child(5) .left i{
	margin: 0 0 0 10px;
	color: #ff3822;
}
.rply-behaviour .progress-holder .p-box .right{
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin: 0 !important;
}
.rply-behaviour .progress{
	width: 84%;
	background: #d8d8d8	;
	border-radius: 0;
	margin: 4px 0 0 10px;
	display: inline-block;
}
.rply-behaviour .progress-bar{
	height: 16px;
	background: #ffcb05;
}

.dash-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dash-section .dash-column,
.dash-section .r-column{
	width: 32.5%;
	padding: 20px;
	background: #fff;
	margin: 0 0 15px;
	border-radius: 10px;
}
.dash-section .dash-column strong{
	color: #000;
	display: block;
}
.dash-section .dash-column strong.heading{
	font-size: 18px;
}
.dash-section .dash-column .box-1{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.dash-section .dash-column .box-1 span{
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.dash-section .dash-column strong.rating{
	font-size: 40px;
	font-weight: bold;
	margin: 10px 0 0;
}
.dash-section .dash-column .top-d{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.dash-section .dash-column .top-d a{
	color: #fff;
	padding: 4px 20px;
	background: #8dc63f;
	border-radius: 5px;
	border: 2px solid #8dc63f;
}
.dash-section .dash-column .top-d a:hover{
	color: #8dc63f;
	background: #fff;
}
.dash-section .dash-column .status-table{
	width: 100%;
	margin: 15px 0 0;
	overflow: hidden;
}
.dash-section .dash-column .status-table td{
	color: #000;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	background: #efefef;
	border: 1px solid #fff;
}
.dash-section .dash-column .status-table td:first-child{
	text-align: left;
}
.dash-section .dash-column.align-center{
	text-align: center;
}
.dash-section .dash-column.align-center img{
	display: inline-block;
	margin: 15px 0;
}
.dash-section .dash-column.align-center p{
	margin: 0;
	color: #545454;
	font-size: 12px;
	line-height: 1.3;
}
.dash-section .dash-column.align-center .get{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 0 0;
	padding: 6px 20px;
	background: #ffcc00;
	border-radius: 5px;
	display: inline-block;
}
.dash-section .dash-column.align-center .get:hover{
	color: #ffcc00;
	background: #000;
}
.dash-section .r-column{
	text-align: center;
}

.dash-section .r-column .heading{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 10px;
}
.dash-section .r-column .img-1{
	display: block;
	margin: -10px auto;
}
.dash-section .r-column p{
	margin: 0;
	position: relative;
}
.dash-section .r-column .get{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 10px 0 0;
	padding: 6px 20px;
	background: #ffcc00;
	border-radius: 5px;
	display: inline-block;
}
.dash-section .dash-column .get:hover{
	color: #ffcc00;
	background: #000;
}
.dash-section .r-column .progress-holder{
	overflow: hidden;
	padding: 20px 0 0;
}
.dash-section .r-column .progress-holder .p-box{
	overflow: hidden;
	margin: 0 0 10px;
}
.dash-section .r-column .progress-holder .p-box .left{
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 0 !important; 
}
.dash-section .r-column .progress-holder .p-box .left i{
	margin: 0 0 0 10px;
	color: #02c354;
}
.dash-section .r-column .progress-holder .p-box:nth-child(2) .left i{
	margin: 0 0 0 10px;
	color: #74cf10;
}
.dash-section .r-column .progress-holder .p-box:nth-child(3) .left i{
	margin: 0 0 0 10px;
	color: #ffce03;
}
.dash-section .r-column .progress-holder .p-box:nth-child(4) .left i{
	margin: 0 0 0 10px;
	color: #f58220;
}
.dash-section .r-column .progress-holder .p-box:nth-child(5) .left i{
	margin: 0 0 0 10px;
	color: #ff3822;
}
.dash-section .r-column .progress-holder .p-box .right{
	float: right;
	font-size: 12px;
	font-weight: 600;
	margin: 0 !important;
}
.dash-section .r-column .progress{
	width: 64%;
	background: #d8d8d8	;
	border-radius: 0;
	margin: 4px 0 0 ;
	display: inline-block;
}
.dash-section .r-column .progress-bar{
	height: 16px;
	background: #57b847;
}
.dash-section .r-column .p-box:ntn-child(2) .progress-bar{
	background: #ffcb05;
}
.dash-section .r-column .progress-bar:ntn-child(3){
	background: #f8abad;
}
.dash-section .r-column .progress-bar:ntn-child(4){
	background: #1cb0ed;
}
.dash-section .r-column .progress-bar:ntn-child(5){
	background: #ed1c24;
}


.pakage-section{
	padding: 30px;
	background: #fff;
	margin: 0 auto 50px;
	border-top: 4px solid #8dc63f;
	background-color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.pakage-section .plan--section{
	padding: 20px 0;
	background-image: none;
}
.pakage-section .addon-modules{
	padding: 40px 0;
	background: #f3f3f3;
}
.pakage-section .addon-modules:after{
	display: none;
}
.pakage-section .addon-modules .addon-columns{
	justify-content: space-around;
}

.pakage-section .addon-modules .column{
	width: 80%;
	margin: 0 auto;
}
.pakage-section .addon-modules .column p{
	margin: 0 0 60px;
}
.pakage-section .addon-modules .column .module-list li{
	width: 44%;
}

.linkedin-holder{
	padding: 10px 20px;
	background: #1da1f3;
}
.linkedin-holder .linked-box{
	float: right;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:18px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
  background: #ebebeb;
  padding: 5px;
  width: 30px;
  height: 30px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#fff;
  background: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #fff;
  background:#FF912C;
}



.rating {
	display: flex;
	max-width: 150px;
	border: none !important;
	justify-content: space-between;
}

.rating > label.star {
	  color: #d7d7d7 !important;
	float: right !important;
	width: auto !important;
	display: inherit !important;
	background: #90A0A3;
	width: 30px !important;
	height: 30px !important;
	margin: 0  !important;
	border-radius: 5px !important;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.rating > label.star:before {
  color: #fff;
  top: 0px !important;
  margin: 0 !important;
  border: 0 !important;
  left: 0px !important;
  width: 28px !important;
  height: 28px !important;
  padding: 6px 4px 5px 4px;
  font-size: 1.4em !important;
  content: "\f005" !important;
  display: inline-block !important;
  background: transparent !important;
  font-family: FontAwesome !important;
}

.rating > input {
  display: none !important;
}

.rating > input:checked ~ label.star,
.rating:not(:checked) > label.star:hover,
.rating:not(:checked) > label.star:hover ~ label.star {
  color: #fff !important;
  background: #ffcb05;
}

.rating > input:checked + label.star:hover,
.rating > input:checked ~ label.star:hover,
.rating > label.star:hover ~ input:checked ~ label.star,
.rating > input:checked ~ label.star:hover ~ label.star {
  color: #ffcb05 !important;
}
.carousel-control-next, .carousel-control-prev{
	width: 0;
}

.working-hrs {
    background: #fff;
    max-width: 760px;
    padding: 40px 80px;
    margin: 0 auto 50px;
    border: 1px solid rgb(241, 241, 241);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.working-hrs .modal-btn{
	border: 0;
	color: #fff;
	width: 100px;
	padding: 8px;
	display: block;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	border-radius: 6px;
	background: #8dc63f;
	margin: 30px auto 0;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.working-hrs .modal-btn:hover{
	color: #8dc63f;
	background: transparent;
}

#Modal-1 .modal-dialog{
	width: 500px;
}
#Modal-1 .modal-header h5{
	padding: 0;
	margin: 0;
	font-weight: normal;
}
#Modal-1 .modal-header{
	border: 0;
}
#Modal-1 .modal-header h5:after{
	display: none;
}

#Modal-1 .switch {
	margin: 0;
  position: relative;
  display: inline-block;
}

#Modal-1 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

#Modal-1 .slider {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 10px;
  display: inline-block;
  margin: 0;
  padding: 0 !important;
  background-color: efefef;
  transition: .4s;
  border: 1px solid #858585;
}

#Modal-1 .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 1px;
  background-color: #858585;
  transition: .4s;
}
/*
#Modal-1 input:checked + .slider {
  background-color: t;
}*/

#Modal-1 input:focus + .slider {
  outline: none;
}

#Modal-1 input:checked + .slider:before {
  transform: translateX(26px);
  background: #8cc73b;
}

#Modal-1 .slider.round {
  border-radius: 34px;
}

#Modal-1 .slider.round:before {
  border-radius: 6px;
}
.time-holder{
	display:  flex;
	flex-wrap: wrap;
	margin: 0 0 14px;
	align-items: center;
	justify-content: space-around;
}
.time-holder em{
	color: #000;
	width: 65px;
	font-size: 14px;
	font-style: normal;
	margin: 0 0 0 10px;
}
.time-holder strong{
	color: #000;
	width: 100px;
	padding: 8px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background: #efefef;
	margin: 0 0 0 10px;
}
.time-holder input[type="text"]{
	color: #000;
	width: 100px;
	padding: 8px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background: #efefef;
	margin: 0 0 0 10px;	
}
.time-holder input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.time-holder input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.time-holder input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.working-hrs .time-list{
	padding: 0;
	margin: 0 auto;
	max-width: 400px;
	list-style: none;
}
.working-hrs .time-list li{
	display: flex;
	padding: 5px 10px;
	align-items: center;
	justify-content: space-between;
}
.working-hrs .time-list li span{
	color: #000;
	font-size: 14px;
}
.working-hrs .time-list li em{
	width: 100px;
	font-size: 13px;
	margin: 0 5px;
	padding: 5px;
	display: inline-block;

	font-style: normal;
	text-align: center;
	background: #efefef;
}


.feedback-service{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	justify-content: space-between;
}
.feedback-service .left-service{
	width: 63%;
	padding: 30px 20px;
	border: 20px solid #fff;
	background: url(../images/img79.png);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.feedback-service .left-service h2{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px;
}
.feedback-service .left-service p{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 24px;
	font-family: 'Open Sans' , sans-serif;
}
.feedback-service .left-service strong{
	color: #000;
	display: block;
	font-size: 13px;
	margin: 0 0 14px;
	font-family: 'Open Sans' , sans-serif;
}
.feedback-service .left-service img{
	display: inline-block;
	margin: 0 0 16px;
}
.feedback-service .left-service .finish{
	color: #fff;
	font-size: 14px;
	margin: 20px 0 0;
	font-weight: 600;
	padding: 10px 30px;
	border-radius: 6px;
	background: #8dc63f;
	display: inline-block;
	border: 2px solid #8dc63f;
	font-family: 'Open Sans' , sans-serif;
}
.feedback-service .left-service .finish:hover{
	color: #8dc63f;
	background: transparent;
}

.feedback-service .right-service{
	width: 35%;
}
.feedback-service .right-service .invitation-preview{
	padding: 30px;
	background: #fff;
	margin: 0 0 30px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.feedback-service .right-service .invitation-preview h3{
	color: #000;
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.feedback-service .right-service .need-help{
	padding: 30px 100px 10px 30px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.feedback-service .right-service .need-help strong{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.feedback-service .right-service .need-help a{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 20px;
	text-decoration: underline;
	font-family: 'Open Sans' , sans-serif;
}

.add-company{
	color: #fff;
	font-size: 16px;
	margin: 0 0 30px;
	padding: 10px 22px;
	 display: inline-block;
	border: 2px solid rgb(141, 198, 63);
	background-color: rgb(141, 198, 63);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.add-company i{
	margin: 0 10px 0 0;
}
.add-company:hover{
	color: #8dc63f;
	background: #fff;
}
.add-company:hover i{
	color: #8dc63f;
}
.benchmark-holder{
	width: 50%;
	padding: 20px;
	margin: 0 0 50px;
	background: #fff;
	border-top: 2px solid #8dc63f;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.benchmark-holder .benchmark-frame{
	padding: 10px;
	background: url(../images/img79.png);
}
.benchmark-holder .b-box{
	position: relative;
	padding: 0 0 14px;
	margin: 0 0 14px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.benchmark-holder .b-box h3{
	color: #000;
	font-size: 20px;
	margin: 0 0 8px;
	font-weight: bold;
}
.benchmark-holder .b-box a{
	color: #000;
	font-size: 14px;
	margin: 0 0 8px;
}
.benchmark-holder .b-box .claimed{
	top: 0;
	right: 0;
	content: "";
	color: #000;
	font-weight: 600;
	position: absolute;
	font-family: 'Open Sans' , sans-serif;
}
.benchmark-holder .b-box .claimed i{
	color: #8dc63f;
	margin: 0 10px 0 0;
}
.benchmark-holder .b-box .value{
	color: #000;
	font-size: 16px;
	margin: 8px 0 0 8px;
	display: inline-block;
	font-family: 'Open Sans' , sans-serif;
}

.b-box .Progress{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
	align-items: center;
	justify-content: space-between;
}
.b-box .Progress .Progress-label{
	color: #000;
	width: 100%;
	display: block;
	margin: 0 0 5px;
	font-size: 15px;
	font-family: 'Open Sans' , sans-serif;
}
.b-box .Progress .Progress-label strong{
	float: right;
	font-weight: normal;
}
.b-box .Progress .Progress-main{
	width: 100%;
	border: 0;
	background: #d1d1d1;
}
.b-box .review-box{
	color: #fff;
	width: 100%;
	padding: 12px;
	display: block;
	font-size: 14px;
	text-align: center;
	background: #8dc63f;
}
.b-box .bottom-box{
	color: #000;
	max-width: 66%;
	margin: 0 auto;
	padding: 14px;
	display: flex;
	font-size: 18px;
	align-items: center;
	justify-content: space-around;
	font-family: 'Open Sans' , sans-serif;
}
.b-box .bottom-box strong{
	margin: 0;
}
.b-box .bottom-box a{
	margin: 0;
	text-decoration: underline;
}
.b-box .bottom-box a:hover{
	color: #8dc63f;
}
.c-box{
	color: #000;
	padding: 40px;
	display: flex;
	font-size: 14px;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'Open Sans' , sans-serif;
}

.invitaion-section{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	justify-content: space-between;
}
.invitaion-section .invitaion-column{
	width: 43%;
	padding: 24px;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);	
}
.invitaion-section .invitaion-column strong{
	color: #000;
	display: block;
	font-size: 600;
	font-size: 16px;
	margin: 0 0 16px;
	font-family: 'Open Sans' , sans-serif;
}
.invitaion-section .invitaion-column p{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 16px;
	font-family: 'Open Sans' , sans-serif;
}
.invitaion-section .invitaion-column .list{
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding: 0 60px 0 0;
}
.invitaion-section .invitaion-column .list li{
	width: 100%;
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 16px;
	font-weight: 600;
	position: relative;
	padding: 0 0 0 22px;
	font-family: 'Open Sans' , sans-serif;
}
.invitaion-section .invitaion-column .list li:after{
	top: 6px;
	left: 0;
	width: 6px;
	content: "";
	height: 30px;
	position: absolute;
	background: #8dc63f;
}
.invitaion-section .invitaion-column .upgrade{
	color: #fff;
	width: 160px;
	display: block;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 20px auto ;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.invitaion-section .invitaion-column .upgrade:hover{
	color: #8dc63f;
	background: transparent;
}
.invitaion-section .invitaion-column .invitation-box{
	padding: 22px;
	background: url(../images/img79.png);
}
.invitaion-section .invitaion-column.last{
	width: 56%;
	text-align: center;
	border-top: 2px solid #8dc63f;
}
.invitaion-section .invitaion-column.last img{
	display: block;
	margin: 40px auto;
}
.invitaion-section .invitaion-column .review_rating .list{
	padding: 0;
}
.invitaion-section .invitaion-column .review_rating .list li:after{
	top: 0;
	width: 8px;
	background: url(../images/img136.png) no-repeat;
}


.settings-holder{
	margin: 0 auto 50px;
	max-width: 770px;
}
.stepwizard-row.setup-panel{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 2px;
	justify-content: space-between;
}
.stepwizard-step{
	width: 25%;
	padding: 0 2px;
}
.row.setup-content{
	padding: 30px;
	border-top: 4px solid #8dc63f;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);	
}
.stepwizard-step a{
	color: #fff;
	display: block;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
	border-radius: 0;
	background: #8dc63f;
	border: 0;
	font-family: 'Open Sans' , sans-serif;
}
.stepwizard-step a[disabled] {
    background: #898989;
	pointer-events: none;
}
.stepwizard-step a:hover{
	background: #8dc63f;
}
.row.setup-content h3{
	color: #000;
	width: 100%;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans' , sans-serif;
}
.row.setup-content .col-md-12{
	max-width: 100% !important;
	width: 100% !important;
}
.settings-holder form .form-area{
	width: 100%;
	padding: 20px;
	background: url(../images/img79.png);
}
.settings-holder form .form-area .error{
	color: red;
	display: none;
}
.settings-holder form .form-area .has-error .error{ display: block; }
.settings-holder form .form-area input[type="text"],
.settings-holder form .form-area select{
	border: 0;
	width: 100%;
	height: 47px;
	background: #fff;
	position: relative;
	padding: 5px 60px 5px 20px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.settings-holder form .form-area select{
	background: #fff url(../images/img84.png) no-repeat 98% 20px;
}
.settings-holder form .form-area select.days{
	width: 160px;
}
.settings-holder form .form-group{
	position: relative;
	margin: 0 0 30px;
}
.settings-holder form .form-area .change{
	top: 40px;
	right: 10px;
	color: #000;
	content: "";
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
}
.settings-holder form .form-area .show-preview{
	color: #000;
	float: right;
	font-size: 12px;
	text-decoration: underline;
}
.settings-holder form{
	color: #000;
}
.settings-holder form .form-area input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.settings-holder form .form-area input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.settings-holder form .form-area input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    margin: 0;
    font-weight: normal;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 100%;
    background: transparent;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.check-holder span{
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
}
.check-holder p{
	width: 40%;
	display: inline-block;
}
.check-email p{
	width: 100%;
}
.nextBtn,
.btn-success{
	color: #fff;
	width: 150px;
	padding: 12px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	font-size: 16px;
	border-radius: 30px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.nextBtn:hover,
.btn-success: hover{
	color: #8dc63f;
	background: #fff;
}
.settings-holder form .select-holder{
	width: 100%;
}
.settings-holder form .select-holder .days{
	padding: 5px 10px;
	background: #fff url(../images/img84.png) no-repeat 92% 20px;
}
.settings-holder form label{
	display: block;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.check-holder em{
	color: #000;
	display: block;
	font-size: 14px;
	font-style: normal;
	margin: 5px 0 14px;
}
.settings-holder form .check-holder a{
	margin: 0 0 14px;
	display: inline-block;
	text-decoration: underline;
}
.settings-holder form .count-holder{
	padding: 0 0 0 26px;
}
.settings-holder form .count-holder input[type="number"]{
	border: 0;
	width: 160px;
	height: 47px;
	padding: 5px 10px;
	background: #dfdfdf;
}
.settings-holder form strong{
	color: #000;
	display: block;
	margin: 0 0 14px;
	font-weight: 600;
}

.overview-section{
	padding: 30px;
	background: #fff;
	border-top: 4px solid #8dc63f;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.overview-section .top-head{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	align-items: center;
	justify-content: space-between;
}

.overview-section .top-head h2{
	margin: 0;
	color: #000;
	width: auto;
	text-align: left;
}
.overview-section .top-head select{
	color: #555;
	width: 100px;
	padding: 5px 6px;
	margin: 0 0 0 10px;
	border: 1px solid #555;
	background: #fff url(../images/img84.png) no-repeat 92% 12px;
}
.overview-section .overview-frame{
	padding: 20px;
	background: url(../images/img79.png) ;
}
.overview-section .invite-customer-block{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-bottom: 8px solid #8dc63f;
}
.overview-section .invite-customer-block h3{
	width: 100%;
	display: block;
	color: #8dc63f;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: 600;
}
.overview-section .invite-customer-block p{
	color: #000;
	display: block;
	font-size: 14px;
	max-width: 100%;
}
.overview-section .invite-customer-block .btn-holder{
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.overview-section .invite-customer-block .btn-holder a{
	color: #fff;
	width: 200px;
	padding: 8px 10px;
	background: #8dc63f;
	display: inline-block;
	border: 2px solid #8dc63f;
}
.overview-section .invite-customer-block .btn-holder a.manually{
	background: #464646;
	border-color: #464646;
}
.overview-section .invite-customer-block .btn-holder a:hover{
	color: #8dc63f;
	background: #fff;
}
.overview-section .invite-customer-block .btn-holder a.manually:hover{
	color: #464646;
	background: #fff;
}
.overview-section .perform-holder{
	padding: 40px;
}
.overview-section .perform-holder h3{
	width: 100%;
	color: #000;
	display: block;
	font-size: 22px;
	margin: 0 0 20px;
	font-weight: 600;
	text-align: center;
} 
.overview-section .perform-holder .three-blocks{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.overview-section .perform-holder .three-blocks .column{
	width: 30%;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	background: #3b3b3b;
}
.overview-section .perform-holder .three-blocks .column span{
	width: 100%;
	display: block;
}
.overview-section .perform-holder .three-blocks .column:nth-child(2){
	background: #ff4444;
}
.overview-section .perform-holder .three-blocks .column:nth-child(3){
	background: #0358a7;
}
.overview-section .service-review-block{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	justify-content: space-between;
	border-bottom: 8px solid #8dc63f;
}
.overview-section .service-review-block .block{
	width: 49%;
}
.overview-section .service-review-block .block h4{
	color: #8dc63f;
	font-size: 20px;
	font-size: 18px;
	font-weight: 600;
}
.overview-section .invited-customer-block{
	padding: 40px 0;
}
.overview-section .invited-customer-block h3{
	width: 100%;
	color: #000;
	display: block;
	font-size: 22px;
	margin: 0 0 10px;
	font-weight: 600;
	text-align: center;
}
.overview-section .table-holder{
	background: #fff;
	min-height: 300px;
	position: relative;
	padding: 5px 5px 64px;
	border-bottom: 8px solid #8dc63f;
}
.overview-section .table-holder table{
	width: 100%;
}
.overview-section .table-holder table th{
	color: #000;
	padding: 10px;
	margin: 0 2px;
	background: #f0f0f0;
	border-right: 5px solid #fff;
}
.overview-section .table-holder table th:last-child{
	border: 0;
}
.overview-section .table-holder table td{
	color: #000;
	padding: 10px;
	border: 1px solid #ccc;
}
.overview-section .table-holder a{
	left: 0;
	right: 0;
	content: "";
	color: #000;
	bottom: 10px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	text-decoration: underline;
}
.overview-section .invite-customer-block .btn-holder.inv-customer a{
	width: 500px;
}
.overview-section .invite-customer-block .btn-holder.inv-customer a strong{
	display: block;
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: normal;
}
.overview-section .invite-customer-block .btn-holder.inv-customer a p{
	margin: 0;
	color: #fff;
	font-size: 14px;
}
.overview-section .invite-customer-block .btn-holder.inv-customer a:hover strong,
.overview-section .invite-customer-block .btn-holder.inv-customer a:hover p{
	color: #000;
}

.ecommerce-holder{
	padding: 50px 0;
}
.ecommerce-holder h2{
	width: 100%;
	color: #000;
	display: block;
	text-align: center;
	margin: 0 0 5px !important;	
}
.ecommerce-holder p{
	width: 100%;
	color: #000;
	display: block;
	font-size: 12px;
	margin: 0 0 30px;
	text-align: center;
}
.ecommerce-holder .e-list{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
}
.ecommerce-holder .e-list li{
	width: 48%;
	display: flex;
	margin: 0 0 30px;
	background: #fff;
	align-items: center;
	border: 1px solid #b7b7b7;
	transform: all .5s ease-in-out;
	-transform: all .5s ease-in-out;
}
.ecommerce-holder .e-list li:hover{
	box-shadow: 3px 3px 8px 0px #ccc;
	-webkit-box-shadow: 3px 3px 8px 0px #ccc;
}
.ecommerce-holder .e-list li a{
	width: 100%;
	color: #000;
	padding: 24px;
	display: block;
	position: relative;
}
.ecommerce-holder .e-list li a img{
	margin: 0 20px 0 0;
}
.ecommerce-holder .e-list li a i{
	top: 50%;
	right: 20px;
	content: "";
	color: #e9e9e9;
	font-size: 30px;
	margin: -15px 0 0;
	position: absolute;
}

.overview-analytic{
	max-width: 700px;
	margin: 0 auto 50px;
}
.overview-analytic .nav-tabs{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 0;
}
.overview-analytic .nav-tabs li{
	width: 33.3%;
	text-align: center;
}
.overview-analytic .nav-tabs li a{
	display: flex;
	flex-wrap: wrap;
	border-radius: 0;
	min-height: 90px;
	position: relative;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7d7d7;
}
.overview-analytic .nav-tabs li a span{
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 5px;
}
.overview-analytic .nav-tabs li a strong{
	width: 100%;
	display: block;
}
.overview-analytic .nav-tabs li a:focus,
.overview-analytic .nav-tabs li a:hover{
	border: 1px solid #d7d7d7;
}
.overview-analytic .nav-tabs li a.active{
	border: 1px solid #d7d7d7;
}
.overview-analytic .tabs-block{
	margin: 0 0 30px;
}
.overview-analytic .nav-tabs li a:after{
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 4px;
	content: "";
	visibility: hidden;
	position: absolute;
	background: #8dc63f;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
.overview-analytic .nav-tabs li a.active:after{
	opacity: 1;
	visibility: visible;
}
.overview-analytic .tab-content .no-result{
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../images/img79.png);
}
.overview-analytic .tab-content .no-result p{
	margin: 0;
}
.overview-analytic .overview-columns{
	display: flex;
	padding: 20px;
	flex-wrap:wrap;
	margin: 0 0 30px;
	justify-content: space-between;
	background: url(../images/img79.png);
}
.overview-analytic .overview-columns .column{
	width: 49%;
	background: #fff;
	min-height: 300px;
	padding: 20px 16px;
}
.overview-analytic .overview-columns .column strong{
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 10px;
}
.overview-analytic .overview-columns .column p{
	color: #000;
	display: block;
	font-size: 13px;
	margin: 0 0 6px;
}
.overview-analytic .b-box .Progress .Progress-label{
	margin: 0;
	font-size: 13px;
}
.overview-analytic .b-box .Progress .Progress-label strong{
	font-size: 13px;
}
.overview-analytic .b-box .Progress em{
	font-style: normal;
	display: inline-block;
}
.overview-analytic .b-box .Progress ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.overview-analytic .b-box .Progress ul li{
	color: #898989;
	font-size: 11px;
	display: inline-block;
}
.drop-down{
	margin: 0;
	list-style: none;
	padding: 0 0 0 30px;
}


.company-section .company-holder.categories .company-row input {
  padding: 0;
  display: none;
  width: initial;
  height: initial;
  cursor: pointer;
  margin-bottom: 0;
}

.company-section .company-holder.categories .company-row label {
  cursor: pointer;
  position: relative;
}

.company-section .company-holder.categories .company-row label:before {
  content:'';
  padding: 8px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 2px solid #8dc63f;
  background-color: transparent;
}

.company-section .company-holder.categories .company-row input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #8dc63f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.e-commerence-section{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
	justify-content: space-evenly;
}
.e-commerence-section .column{
	width: 22%;
	height: 200px;
	display: flex;
	padding: 14px;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 30px;
	align-content: center;
	border-top: 4px solid #8dc63f;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.e-commerence-section .column:hover{
	box-shadow: 0px 5px 8px 8px rgba(0, 0, 0, 0.2);
}

.e-commerence-section .column img{
	display: block;
	margin: 0 auto;
}
.e-commerence-section .column span{
	width: 100%;
	display: block;
}

.tabs-section.add_-review .tab-content{
	max-width: 700px;
	margin: 0 auto;
}
.tabs-section.add_-review .tabs-columns .left-column{
	width: 100%;
}
.tabs-section.add_-review .check_holder input {
  padding: 0;
  display: none;
  width: initial;
  height: initial;
  cursor: pointer;
  margin-bottom: 0;
}
.tabs-section.add_-review .check_holder label {
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section.add_-review .check_holder label:before {
  content:'';
  padding: 8px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #333;
  -webkit-appearance: none;
  background-color: transparent;
}
.tabs-section.add_-review .check_holder input:checked + label:after {
  top: 3px;
  left: 6px;
  width: 6px;
  content: '';
  height: 14px;
  display: block;
  position: absolute;
  border: solid #333;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}
.tabs-section.add_-review .check_holder{
	margin: 0 0 10px;
}
.tabs-section .form-area h3{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area .login-box{
	margin: 0 auto;
	max-width: 460px;
}
.tabs-section .form-area .login-box .google{
	color: #000;
	width: 260px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 auto 16px;
	border: 1px solid rgb(194, 194, 194);
	font-family: 'Open Sans' , sans-serif;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.tabs-section .form-area .login-box .google img{
	padding: 10px 12px;
	margin: 0 20px 0 0;
	border-right: 1px solid #ccc;
}
.tabs-section .form-area .login-box span{
	color: #000;
	display: block;
	font-size: 15px;
	margin: 5px 0 20px;
	font=font-weight: 600;
	text-decoration: underline;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area .email-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	justify-content: space-between;
	border: 1px solid rgba(194,194,194);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.tabs-section .form-area .email-box input[type="text"]{
	width: 70%;
	height: 46px;
	padding: 10px 20px;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area .email-box button{
	color: #000;
	width: 30%;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	background: #ffcb05;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area em{
	width: 100%;
	display: block;
	color: #6b6b6b;
	font-size: 11px;
	font-style: normal;
	text-align: center;
}
.tabs-section .form-area strong{
	color: #000;
	width: 100%;
	display: block;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area .email-box.code-box {
	box-shadow: none;
	border: 0;
}
.tabs-section .form-area .email-box.code-box .get-code{
	width: 100%;
	color: #000;
	margin: 12px 0 0;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
}
.tabs-section .form-area .email-box.code-box .get-code a{
	color: #000;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .form-area .email-box.code-box input[type="text"]{
	width: 100%;
}
.tabs-section .post-btn{
	width: 100%;
	padding: 30px 0 100px;
	text-align: center;
}
.tabs-section .post-btn button{
	color: #000;
	cursor: pointer;
	font-weight: 600;
	padding: 14px 40px;
	text-align: center;
	background: #ffcb05;
	font-family: 'Open Sans' , sans-serif;
}
.tabs-section .post-btn button:hover{
	color: #ffcb05;
	background: #000;
}
.invitaion-section .invitaion-column.last.new{
	text-align: left;
}
.invitaion-section .invitaion-column.last.new .t_box{
	color: #000;
	padding: 10px;
	background: #fff;
	font-weight: 600;
	margin: 0 0 20px;
	display: inline-block;
	font-family: 'Open Sans' , sans-serif;
}

.review-info-section{
	padding: 0 0 200px;
	background:url(../images/img33.png);
}
.review-info-section .top-rev-info{
	height: 270px;
	background: #171518;
}
.review-info-section .review-block{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: -160px 0 0;
	padding: 50px 30px;
	border-top: 4px solid #ffcb05;
}
.review-info-section .review-block .left-column{
	width: 35%;
	padding-right: 40px;
}
.review-info-section h3{
	color: #000;
	font-size: 26px;
	margin: 0 0 24px; 
	font-weight: bold;
}
.review-info-section .review-block .left-column .user-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}
.review-info-section .review-block .left-column .user-box .img-box{
	width: 54px;
	height: 54px;
	overflow: hidden;
	margin: 0 20px 0 0;
	border-radius: 100%;
}
.review-info-section .review-block .left-column .user-box strong{
	color:  #000;
	display: block;
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: bold;
}
.review-info-section .review-block .left-column .user-box i{
	font-size: 16px;
	margin: 0 5px 0 0;
}
.review-info-section .review-block .left-column .user-box em{
	color: #000;
	font-weight: 600;
	font-style: normal;
}
.review-info-section .review-block .user-star-box{
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #e1e1e1;
}
.review-info-section .review-block .user-star-box .left-col{
	width: 60%;
}
.review-info-section .review-block .user-star-box ul{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
.review-info-section .review-block .user-star-box ul li{
	margin: 0;
	display: inline-block;
}
.review-info-section .review-block .user-star-box .tel-box{
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.review-info-section .review-block .user-star-box .tel-box a{
	color: #000;
}
.review-info-section .review-block .user-star-box .tel-box a:hover{
	text-decoration: underline;
}
.review-info-section .review-block .user-star-box .right-col{
	width: 40%;
	color: #000;
	font-size: 13px;
	text-align: right;
}

.review-info-section .review-block .right-column{
	width: 65%;
	padding-left: 40px;
	border-left: 1px solid #e1e1e1;
}
.review-info-section .review-block .right-column p{
	margin: 0;
}
.review-info-section .review-block .right-column form{
	width: 100%;
	margin: 40px 0 0;
}
.review-info-section .review-block .right-column .form-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 14px;
}
.review-info-section .review-block .right-column .form-box label{
	width: 24%;
	color: #000;
	font-size: 13px;
}
.review-info-section .review-block .right-column .form-box input{
	width: 60%;
	height: 50px;
	padding: 5px 15px;
}
.review-info-section .review-block .right-column .form-box.last{
	padding: 20px 0;
	text-align: center;
	justify-content: center;
}
.review-info-section .review-block .right-column .form-box.last input[type="submit"]{
	color: #fff;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 40px;
	transition: all .5s;
	background: #8dc63f;
	border: 2px solid #8dc63f;
	-webkit-transition: all .5s;
	display: inline-block !important;
}
.review-info-section .review-block .right-column .form-box.last input[type="submit"]:hover{
	color: #8dc63f;
	background: #fff;
}
.review-info-section .right-column .edit{
	margin: 0 0 0 50px;
	padding: 10px 0 10px 20px;
	border-left: 5px solid #8dc63f;
}
.review-info-section .right-column .edit h3{
	color: #000;
	font-size: 17px;
	margin: 0 0 24px; 
	font-weight: bold;
}
.review-info-section .right-column .edit-box{
	width: 80%;
	padding: 12px 0;
	border-bottom: 1px solid #e1e1e1;
}
.review-info-section .right-column .edit-box span{
	color: #000;
	font-size: 14px;
}
.review-info-section .right-column .edit-box strong{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}


.mail-chimp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mail-chimp .left-mail{
	width: 65%;
	background: #fff;
	padding: 15px 15px 15px 15px;
	border-top: 4px solid #8dc63f;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.mail-chimp .left-mail .holder{
	padding: 15px;
	background: url(../images/img79.png);
}
.mail-chimp .left-mail strong{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 15px;
}
.mail-chimp .left-mail p{
	color: #000;
	font-size: 13px;
	padding-right: 70px;
	font-family: 'Open Sans' , sans-serif;
}
.mail-chimp .left-mail ol li{
	color: #000;
	font-size: 13px;
	margin: 0 0 15px;
	padding-right: 70px;
	font-family: 'Open Sans' , sans-serif;
}
.mail-chimp .left-mail .star-box{
	text-align: center;
	font-family: 'Open Sans' , sans-serif;
}
.mail-chimp .left-mail .star-box span{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 14px;
	font-family: 'Open Sans' , sans-serif;
}
.mail-chimp .left-mail .star-box ul{
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.mail-chimp .left-mail .star-box ul li{
	margin: 0;
	display: inline-block;
}
.mail-chimp .left-mail .star-box .powered-by span{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}
.mail-chimp .left-mail .star-box .powered-by span a{
	display: inline-block;
	margin: 0 0 0 10px;
}
.mail-chimp .left-mail .feed-code strong{
	margin: 0 0 10px;
}
.mail-chimp .left-mail .code-box{
	width: 100%;
	height: 330px;
	overflow: auto;
	background: #fff;
}
.mail-chimp .left-mail .feed-code button{
	color: #fff;
	width: 150px;
	padding: 12px;
	display: block;
	font-size: 16px;
	cursor: pointer;
	font-weight: 600;
	margin: 20px auto;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.mail-chimp .left-mail .feed-code button:hover{
	color: #8dc63f;
	background: #fff;
}
.mail-chimp .right-mail{
	width: 32%;
	padding: 22px;
	background: #fff;
}
.mail-chimp .right-mail h4{
	color: #000;
	display: block;
	font-size: 18px;
	margin: 0 0 12px;
	font-weight: bold;
	padding: 0 0 12px;
	border-bottom: 2px solid #d6d6d6;
}
.mail-chimp .right-mail .filter-box,
.mail-chimp .right-mail .filter-box2{
	width: 100%;
	margin: 0 0 20px;
}
.mail-chimp .right-mail .filter-box2{
	padding: 0 0 14px;
	border-bottom: 1px solid #ccc;
}
.mail-chimp .right-mail .filter-box2 span,
.mail-chimp .right-mail .filter-box label{
	color: #000;
	display: block;
	font-size: 13px;
	margin: 0 0 10px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
}
.mail-chimp .right-mail .filter-box select{
	width: 100%;
	height: 40px;
	font-size: 13px;
	padding: 5px 15px;
	font-weight: 600;
	border: 1px solid #d6d6d6;
	font-family: 'Open Sans' , sans-serif;
	background: #fff url(../images/img84.png) no-repeat 97% 16px;
}
.mail-chimp .filter-box2 input[type="text"]{
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	border: 1px solid #ccc;
}

.rdio {
  position: relative;
}
.rdio input[type=radio] {
  opacity: 0;
}
.rdio label {
  cursor: pointer;
  padding-left: 10px;
  margin-bottom: 7px !important;
}
.rdio label:before {
  left: 0;
  top: 1px;
  width: 18px;
  content: "";
  height: 18px;
  background: #fff;
  position: absolute;
  border-radius: 50px;
  display: inline-block;
  -moz-border-radius: 50px;
  border: 1px solid #fbc52d;
  -webkit-border-radius: 50px;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio]:disabled + label {
  color: #999;
}
.rdio input[type=radio]:disabled + label:before {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  font-size: 11px;
  position: absolute;
  border-radius: 50px;
  display: inline-block;
  -moz-border-radius: 50px;
  background-color: #fbc52d;
  -webkit-border-radius: 50px;
}

.rdio-default input[type=radio]:checked + label:before {
  border-color: #8dc63f;
}

.rdio-primary input[type=radio]:checked + label:before {
  border-color: #8dc63f;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #8dc63f;
}

.custom-checkbox > [type=checkbox],
.custom-checkbox label {
  /*margin-bottom:0px !important;*/
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
	left: -9999px;	
	position: absolute;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
	left: 0;
	top: 50%;
	width: 17px;
	content: "";
	height: 17px;
	margin-top: -9px;
	border-radius: 2px;
	position: absolute;
	background: #ffffff;
	border: 1px solid #8dc63f;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
	top: 5px;
	left: 6px;
	width: 6px;
	content: '';
	height: 14px;
	display: block;
	position: absolute;
	border: solid #8dc63f;
	transform: rotate(45deg);
	border-width: 0 2px 2px 0;
}
.custom-checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /*transform: scale(0);*/
}
.custom-checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  /*transform: scale(1);*/
}
.custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
  /*content: "−";*/
  /*left: 2px;*/
  opacity: 1;
  /*transform: scale(1);*/
}
.custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
  opacity: 1;
  color: #dadada;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #eeeeee;
  background-color: #eeeeee;
}
.custom-checkbox > [type=checkbox]:disabled:checked + label:before {
  opacity: 1;
  color: #fbc52d;
  box-shadow: none;
  cursor: not-allowed;
  border-color: #eeeeee;
  background-color: #eeeeee;
}
.copy-right{
	color: #000;
	display: block;
	margin: 20px 0 0;
}
.copy-right strong{
	font-size: 16px;
}

.cat-menu{
	display: none;

}

.s-box .rating > label.star::before{
	font-size: .8em !important;
}
.s-box [type="radio"]:checked + label,
.s-box [type="radio"]:not(:checked) + label{
	padding-left:  17px;
	line-height: 4px;
}
.s-box .rating > label.star{
	width: 16px !important;
	height: 16px !important;
}

.star-review{
	width: 176px;
}

.flag-table{
	width: 100%;
}
.flag-table th{
	color: #000;
	padding: 10px;
	font-weight: normal;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	text-transform: capitalize;
}
.flag-table th:nth-child(2){
	text-align: left;
}
.flag-table th img{
	margin:  0 5px 0 0;
}
.flag-table td{
	color: #000;
	padding: 20px 10px;
	border: 1px solid #e0e0e0;
	text-transform: capitalize;
}
.flag-table td:nth-child(2){
	width: 280px;
}
.flag-table .holder-1{
	display: flex;
	margin: 0 0 10px;
	text-align: left;
}
.flag-table .holder-1 strong{
	color: #000;
	font-size: 20px;
	margin: 0 5px 0 0;
}
.flag-table .holder-1 img{
	margin: 0 5px 0 0;
}
.flag-table .holder-1 span{
	color: #000;
	font-size: 12px;
}
.flag-table p{
	margin: 0;
	font-size: 14px;
	text-align: left;
}
.flag-table p a{
	color: #00b67a !important;
	position: static !important;
}
.flag-table p a:hover{
	text-decoration: underline;
}
.flag-table tr:nth-child(even){
	background: #efefef;
}
.overview-frame .pagination{
	display: flex;
	justify-content: flex-end;
}
.overview-frame .pagination ul{
	display: flex;
}
.overview-frame .pagination ul li{
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}
.overview-frame .pagination ul li a{
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	color: #d2d2d2;
	font-size: 15px;
	align-items: center;
	justify-content: center;
}
.overview-frame .pagination ul li:first-child,
.overview-frame .pagination ul li:last-child,
.overview-frame .pagination ul li:first-child a:hover,
.overview-frame .pagination ul li:last-child a:hover{
	color: #fff;
	background: #7d7d7d;
}
.overview-frame .pagination ul li:first-child.disable,
.overview-frame .pagination ul li:last-child.disable{
	opacity: .4;
	pointer-events: none;
}
.overview-frame .pagination ul li a:hover,
.overview-frame .pagination ul li a.active{
	color: #000;
	background: #fff;
}


.overview-section .invite-customer-block.tabs{
	padding: 0;
	justify-content: flex-start;
}

.overview-section .invite-customer-block.tabs .tab-content{
	width: 100%;
	text-align: left;
	background: url(../images/img79.png);
}
.overview-section .invite-customer-block.tabs .nav-tabs .nav-item.show .nav-link,
.overview-section .invite-customer-block.tabs .nav-tabs .nav-link.active{
	border: 0;
	color: #000;
	background: url(../images/img79.png);
}
.overview-section .invite-customer-block.tabs .nav-tabs .nav-link{
	border: 0;
	padding: 20px;
	font-size: 20px;
	border-radius: 0;
}
.overview-section .invite-customer-block.tabs .nav-tabs{
	border: 0;
	width: 100%;
}
.overview-section .invite-customer-block.tabs .search-area{
	display: flex;
	padding: 20px 0;
	align-items: center;
	justify-content: space-between;
}
.overview-section .invite-customer-block.tabs .search-area .select-area{
	display: flex;
	gap: 3px;
	width: 100%;
}
.overview-section .invite-customer-block.tabs .search-area .select-area .search-box{
	width: 29%;
	height: 40px;
	display: flex;
	padding: 0 4px;
	background: #fff;
	border: 1px solid #898989;
	justify-content: space-between;
}
.overview-section .invite-customer-block.tabs .search-area .select-area .search-box input[type="search"]{
	border: 0;
	width: 80%;
	height: 38px;
	padding:5px 10px;
}
.overview-section .invite-customer-block.tabs .search-area .select-area .search-box button{
	border: 0;
	padding: 0 10px;
	background: transparent;
}
.overview-section .invite-customer-block.tabs .search-area select{
	width: 13%;
	font-size: 13px;
	padding: 5px;
	border: 1px solid #898989;
	background: #fff url(../images/img84.png) no-repeat 96% 18px;
}
.overview-section .invite-customer-block.tabs .search-area form{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.overview-section .invite-customer-block.tabs .search-area button{
    color: #fff;
    padding: 10px 20px;
    background: #333;
    border-radius: 5px;
    cursor: pointer;
}
.invite-customer-block.tabs .detail-box{
	padding: 20px;
	background: #fff;
}
.invite-customer-block.tabs .detail-box .detail-holder{
	padding: 20px;
	display: flex;
	background: #f2f2f2;
	margin: 0 0 10px;
}
.invite-customer-block.tabs .detail-box .left{
	width: 240px;
	padding: 0 30px 0 0;
	border-right:  1px solid #ccc;
}
.invite-customer-block.tabs .detail-box .left img{
	width: 100%;
	display: block;
	margin: 0 0 10px;
}
.invite-customer-block.tabs .detail-box .left .text-box{
	width: 100%;
	position: relative;
}
.invite-customer-block.tabs .detail-box .left .text-box a{
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 20px;
	background: url(../images/img84.png) no-repeat 96% 10px;
}
.invite-customer-block.tabs .detail-box .left .text-box:hover .drop{
	opacity: 1;
	visibility: visible;
}
.invite-customer-block.tabs .detail-box .left .text-box .drop{
	left: 0;
	right: 0;
	top: 100%;
	opacity: 0;
	width: 100%;
	content: "";
	background: #fff;
	visibility: hidden;
	position: absolute;
	border: 1px solid #ccc;
}
.invite-customer-block.tabs .detail-box .left .text-box .drop ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.invite-customer-block.tabs .detail-box .left .text-box .drop ul li{
	width: 100%;
	display: block;
}
.invite-customer-block.tabs .detail-box .left .text-box .drop ul li a{
	color: #000;
	display: block;
	padding: 10px 12px;
	background: transparent;
}
.invite-customer-block.tabs .detail-box .left .text-box .drop ul li a:hover{
	background: #ccc;
}

.rating-list{
	display: block;
	width: 100%;
}
.rating-list .s-box{
	display: flex;
}
.rating-list .s-box img{
	margin: 0 0 5px !important;
}
.rating-list .s-box span{
	width: 60px;
	color:  #000;
	font-weight: 600;
	text-align: right;
	margin: 5px 0 0 0px;
}
.invite-customer-block.tabs .detail-box .right {
	width: 100%;
	position: relative;
	padding: 0 0 70px 30px;
}
.invite-customer-block.tabs .detail-box .right .top-head{
	width: 100%;
	display: flex;
	margin: 0 0 20px;
	align-items: center;
	justify-content: space-between;
}
.invite-customer-block.tabs .detail-box .right .top-head strong{
	color: #000;
	font-size: 20px;
}
.invite-customer-block.tabs .detail-box .right .top-head span{
	color: #000;
	font-size: 14px;
}
.invite-customer-block.tabs .detail-box .right p{
	font-size: 16px;
	line-height: 1.5;
}
.invite-customer-block.tabs .detail-box .right ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.invite-customer-block.tabs .detail-box .right ul li{
	color: #000;
	width: 100%;
	font-size: 16px;
}
.invite-customer-block.tabs .detail-box .right .bottom-box{
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	position: absolute;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ccc;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul{
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	list-style: none;
	align-items: center;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li{
	width: 14%;
	margin: 0 0 0 10px;
	padding:  0 10px 0 0;
	border-right: 1px solid #ccc;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li img{
	margin: 0 5px;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li:last-child{
	width: 22%;
	border: 0;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li a{
	color: #000;
	position: relative;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li a:after{
	left: 0;
	right: 0;
	top: -22px;
	opacity: 0;
	width: 100%;
	height: 4px;
	content: "";
	visibility: hidden;
	position: absolute;
	background: #8dc63f;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.invite-customer-block.tabs .detail-box .right .bottom-box ul li a:hover:after{
	opacity: 1;
	visibility: visible;
}
.invite-customer-block.tabs .bottom-detail-holder{
	width: 100%;
	display: flex;
	padding: 30px;
	flex-wrap: wrap;
	margin: 0 0 20px;
	background: #f2f2f2;
	border-top:  5px solid #8dc63f;
}
.invite-customer-block.tabs .d-holder{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.invite-customer-block.tabs .d-holder strong{
	color: #000;
	width: 184px;
	line-height: 3;
	font-size: 16px;
	text-align: right;
	padding: 0 30px 0 0;
	border-right: 1px solid #CCC;
}
.invite-customer-block.tabs .d-holder .holder-2{
	width: 73%;
	display: flex;
	padding: 0 0 0 30px;
	align-items: center;
	justify-content: space-between;
}
.invite-customer-block.tabs .d-holder .holder-2 span{
	color: #000;
	font-size: 16px;
}
.invite-customer-block.tabs .d-holder:nth-child(2) .holder-2{
	justify-content: flex-start;
}
.invite-customer-block.tabs .d-holder .holder-2 .button{
	color:  #fff;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	margin: 0 16px 0 0;
	align-items: center;
	background: #8dc63f;
	border: 1px solid #898989;
}
.invite-customer-block.tabs .d-holder .holder-2 .button img{
	margin: 0 0 0 14px;
}
.invite-customer-block.tabs .d-holder .holder-2 .button.delete{
	color: #000;
	background: #fff;
}

#Modal1 .modal-dialog{
	max-width: 600px;
} 
#Modal1 .modal-header h5{
	margin: 0;
	padding: 0;
	text-align: left;
}
#Modal1 .modal-header h5:after{
	display: none;
}
#Modal1 .modal-header .close{
	display: block;
}
#Modal1 .modal-body{
	padding: 20px;
	text-align: left;
}
#Modal1 .modal-body .sub-heading{
	width: 100%;
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 16px;
}
#Modal1 .modal-body textarea{
	border: 0;
	width: 100%;
	color:  #000;
	height: 120px;
	padding: 20px;
	background: rgba(141,198,63,.4);
}
#Modal1 .modal-footer{
	justify-content: space-between;
}
#Modal1 .back{
	color: #fff;
	background: #000;
	font-size: 16px;
	width: 160px;
	border-radius: 0;
	padding: 14px 25px;
}
#Modal1 .flag-list{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
#Modal1 .flag-list li{
	width: 100%;
	color:  #000;
	display: flex;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 10px 20px;
	align-items: center;
	background: rgba(141,198,63,.4);
}
#Modal1 .flag-list li .count{
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	margin: 0 16px 0 0;
	background: #8dc63f;
	border-radius: 100%;
	align-items: center;
	border: 2px solid #000;
	justify-content: center;
}
#Modal1 .radio-list,
#Modal1 .check-list{
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
#Modal1 .radio-list li,
#Modal1 .check-list li{
	width: 100%;
	color:  #000;
	display: flex;
	font-size: 16px;
	padding: 10px 20px;
	align-items: center;
	background: rgba(141,198,63,.4);
}
#Modal1 p{
	color: #000;
	font-size: 16px;
	margin: 0 0 12px;
	line-height: 1.3;
	font-weight: normal;
}

#modal-ask-user .modal-dialog,
#modal-review-reply .modal-dialog,
#modal-review-flag-1 .modal-dialog,
#modal-review-flag-2 .modal-dialog,
#modal-review-flag-3 .modal-dialog,
#modal-review-flag-4 .modal-dialog{
	max-width: 600px;
}
#modal-ask-user .modal-content,
#modal-review-reply .modal-content,
#modal-review-flag-1 .modal-content,
#modal-review-flag-2 .modal-content,
#modal-review-flag-3 .modal-content,
#modal-review-flag-4 .modal-content{
	border-top: 5px solid #8dc63f;
}
#modal-ask-user .modal-title,
#modal-review-reply .modal-title,
#modal-review-flag-1 .modal-title,
#modal-review-flag-2 .modal-title,
#modal-review-flag-3 .modal-title,
#modal-review-flag-4 .modal-title{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#modal-ask-user .modal-body,
#modal-review-reply .modal-body,
#modal-review-flag-1 .modal-body,
#modal-review-flag-2 .modal-body,
#modal-review-flag-3 .modal-body,
#modal-review-flag-4 .modal-body{
	padding: 20px;
	text-align: left;
}
#modal-ask-user .modal-body h5,
#modal-review-reply .modal-body h5,
#modal-review-flag-1 .modal-body h5,
#modal-review-flag-1 .modal-body .sub-heading,
#modal-review-flag-2 .modal-body .sub-heading,
#modal-review-flag-3 .modal-body .sub-heading,
#modal-review-flag-4 .modal-body .sub-heading{
	color: #000;
	display: block;
	margin: 0 0 20px;
	font-weight: bold;
}
#modal-ask-user .modal-body p,
#modal-review-reply .modal-body p,
#modal-review-flag-2 .modal-body p,
#modal-review-flag-3 .modal-body p,
#modal-review-flag-4 .modal-body p{
	width: 100%;
	max-width: 100%;
	margin: 0 0 30px;
}
#modal-ask-user .modal-body p.first-block,
#modal-review-reply .modal-body p.first-block,
#modal-review-flag-1 .modal-body p.first-block,
#modal-review-flag-2 .modal-body p.first-block,
#modal-review-flag-3 .modal-body p.first-block,
#modal-review-flag-4 .modal-body p.first-block{
	color: #fff;
	padding: 10px;
	background: #8dc63f;
}
#modal-ask-user .modal-body p.second-p,
#modal-review-reply .modal-body p.second-p,
#modal-review-flag-1 .modal-body p.second-p,
#modal-review-flag-2 .modal-body p.second-p,
#modal-review-flag-3 .modal-body p.second-p,
#modal-review-flag-4 .modal-body p.second-p{
	color: #000;
	padding: 20px;
	border-left: 6px solid #8dc63f;
	background: rgba(172,245,73,.5);
}
#modal-ask-user .modal-footer,
#modal-review-reply .modal-footer,
#modal-review-flag-1 .modal-footer,
#modal-review-flag-2 .modal-footer,
#modal-review-flag-3 .modal-footer,
#modal-review-flag-4 .modal-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ccc;
}
#modal-ask-user .modal-footer button,
#modal-review-reply .modal-footer button,
#modal-review-flag-1 .modal-footer button,
#modal-review-flag-2 .modal-footer button,
#modal-review-flag-3 .modal-footer button,
#modal-review-flag-4 .modal-footer button{
	color: #fff;
	width: 150px;
	border-radius: 0;
	padding: 12px 20px;
	background: #8dc63f;
	border: 2px solid #8dc63f;
}
.modal-footer button.btn-default{
    background: #3e3e3e !important;
    border-color: #3e3e3e !important;
}
.modal-footer button.btn-default:hover{
    background: transparent !important;
    color: #3e3e3e !important;
}
#modal-ask-user .modal-footer button:hover,
#modal-review-reply .modal-footer button:hover,
#modal-review-flag-1 .modal-footer button:hover,
#modal-review-flag-2 .modal-footer button:hover,
#modal-review-flag-3 .modal-footer button:hover,
#modal-review-flag-4 .modal-footer button:hover{
	color: #8dc63f;
	background: #fff;
}
#modal-ask-user .modal-footer button.back,
#modal-review-reply .modal-footer button.back,
#modal-review-flag-1 .modal-footer button.back,
#modal-review-flag-2 .modal-footer button.back,
#modal-review-flag-3 .modal-footer button.back,
#modal-review-flag-4 .modal-footer button.back{
	background: #4c4e49;
	border: 2px solid #4c4e49;
}
#modal-ask-user .modal-footer button.back:hover,
#modal-review-reply .modal-footer button.back:hover,
#modal-review-flag-1 .modal-footer button.back:hover,
#modal-review-flag-2 .modal-footer button.back:hover,
#modal-review-flag-3 .modal-footer button.back:hover,
#modal-review-flag-4 .modal-footer button.back:hover{
	color: #4c4e49;
	background: #fff;
}
#modal-review-reply label,
#modal-review-flag-4 label{
	font-weight: bold;
}
#modal-review-reply .review-holder{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #daeac4;
}
#modal-review-reply .review-holder .left-box{
    width: 40%;
    padding: 0 20px 0 0;
}
#modal-review-reply .review-holder .left-box span{
    color: #000;
}
#modal-review-reply .review-holder .left-box img{
    display: block;
    margin: 0 0 10px;
}
#modal-review-reply .review-holder .right-box{
    width: 60%;
    padding: 0 20px;
    border-left: 1px solid #fff;
}
#modal-review-reply .review-holder .right-box strong{
    color: #000;
}
#modal-review-reply .review-holder .right-box .bottom{
    color: #000;
}
#modal-review-reply textarea,
#modal-review-flag-4  textarea{
	color: #000;
	padding: 20px;
	background: #daeac4;
}
#modal-review-flag-1 .modal-body ul,
#modal-review-flag-2 .modal-body ul,
#modal-review-flag-3 .modal-body ul,
#modal-review-flag-4 .modal-body ul{
	padding: 0;
	margin: 10px 20px;
	list-style: none;
}

#modal-review-flag-2 .modal-body ul li,
#modal-review-flag-3 .modal-body ul li,
#modal-review-flag-4 .modal-body ul li{
	color: #000;
	display: block;
	font-size: 16px;
	margin: 0 0 20px;
}
#modal-review-flag-1 .modal-body ul{
	margin: 0;
}
#modal-review-flag-1 .modal-body ul li{
	color: #000;
	display: flex;
	margin: 0 0 14px;
	align-items: center;
	padding: 10px 12px;
	background: rgba(172,245,73,.5);
}
#modal-review-flag-1 .modal-body ul li .count{
	width: 40px;
	height: 40px;
	display: flex;
	color: #fff;
	margin: 0 15px 0 0;
	align-items: center;
	background: #65ad03;
	border-radius: 100%;
	justify-content: center;
	border: 2px solid #4c4e49;
}
#modal-review-flag-1 .modal-body p{
	width: 100%;
	max-width: 100%;
	margin: 0 0 10px;
	font-weight: normal;
}
#modal-review-flag-1 .modal-footer .tabs-section{
	padding: 0;
	width: 100%;
	text-align: left;
	background: transparent;
}
#modal-review-flag-1 .modal-footer .tabs-section label{
	font-size: 16px;
}
.modal-header h5::after{
	display: none;
}
#modal-review-flag-1 .modal-body .sub-heading{
	padding: 14px;
	display: block;
	background: #d7d7d7;
	margin: -20px 0 20px;
}
.radio-list{
	margin: 0 !important;
	padding: 20px !important;
	background: rgba(172,245,73,.5) !important;
}
.radio-list li:last-child{
	margin: 0;
}
#modal-review-flag-4 strong{
	color: #000;
	display: block;
	font-size: 20px;
	margin: 0 0 20px;
	font-weight: normal;
}
#modal-review-flag-4 ul.list{
	margin: 0 0 30px !important;
}
#modal-review-flag-4 ul.list li{
	position: relative;
	padding: 0 0 0 30px;
}
#modal-review-flag-4 ul.list li:after{
	left: 0;
	top: 3px;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 100%;
	background: #89ca3c;
}
#modal-review-flag-4 .read{
	color: #000;
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
}
#modal-review-flag-4 .tabs-section{
	padding: 20px;
	border-left: 6px solid #89ca3c;
	background: rgba(172,245,73,.5) !important;
}

/*Radio*/
.check-box {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 7px 0 0;
    position: relative;
    overflow: hidden;
    /*box-shadow: 0 0 1px #ccc;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgb(255, 255, 255);    
    border: 1px solid #ccc;
}
.check-box i {
    left: 3px;
    opacity: 1;
    width: 16px;
    height: 16px;
    bottom: -15px;
    position: absolute;
    transform:rotateZ(-180deg);
    -o-transform:rotateZ(-180deg);
    -moz-transform:rotateZ(-180deg);
    transition: all 400ms ease-in-out;
    -webkit-transform:rotateZ(-180deg);
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    background: url(../images/check_mark.png) no-repeat center center;
}
.checkedBox i {
    bottom: 2px;
    transform:rotateZ(0deg);
    -o-transform:rotateZ(0deg);
    -moz-transform:rotateZ(0deg);
    -webkit-transform:rotateZ(0deg);
}
/*Custom radio button*/
 .radio-btn {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin: 3px 7px 0 0;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.radio-btn i {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.checkedRadio i {
    background-color: #8dc63f;;
}
/*Radio*/

.invite-customer-block.step{
	text-align: left;
	background: transparent;
}
.invite-customer-block.step .step-box{
	width: 100%;
	margin: 0 0 30px;
}
.invite-customer-block.step .step-box strong{
	color: #fff;
	font-size: 17px;
	margin: 0 0 6px;
	font-weight: 600;
	position: relative;
	background: #8dc63f;
	display: inline-block;
	padding: 11px 40px 12px 16px;
}
.invite-customer-block.step .step-box strong:after{
	top: 0;
	width: 30px;
	content: "";
	height: 44px;
	right: -30px;
	position: absolute;
	background: url(../images/img222.png) no-repeat;
}
.invite-customer-block.step .step-frame{
	background: #fff;
	padding: 60px 40px;
}
.invite-customer-block.step .step-frame .top-box{
	width: 100%;
	display: flex;
	margin: 0 0 14px;
	align-items: center;
	justify-content: space-between;
}
.invite-customer-block.step .step-frame .top-box h4{
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
}
.invite-customer-block.step .step-frame .top-box .save{
	color:  #000;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	text-decoration: underline;
}
.invite-customer-block.step .step-frame .top-box .save i{
	color: #8dc63f;
	margin: 0 4px 0 0;
}
.invite-customer-block.step .step-frame .star-box{
	display: flex;
	align-items: center;
}
.invite-customer-block.step .step-frame .star-box span{
	color: #000;
	margin: 0 8px;
	font-size: 16px;
	font-weight: 600;
}
.invite-customer-block.step table th,
.invite-customer-block.step table td{
	border: 0;
	border-right: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.invite-customer-block.step table th:last-child{
	border-bottom: 1px solid #ccc;
}
.invite-customer-block.step table td i{
	color: #8dc63f;
}
.invite-customer-block.step table td:first-child{
	font-weight: bold;
}
.check-box .check-box{
	border: 0;
	display: none;
}
.invite-customer-block.step .table-holder{
	border: 0;
	padding: 0;
	min-height: inherit;
}
.radio-btn .radio-btn{
	display: none !important;
}
.invite-customer-block.step .radio-btn{
	margin: 3px 8px;
}
.invite-customer-block.step table.step-2 td:first-child{
	font-weight: normal;
}
.invite-customer-block.step table.step-2 td span{
	font-size: 12px;
	padding: 4px 6px;
	box-shadow: 0 0 7px -4px #000;
}
.invite-customer-block.step table.step-2 em{
	font-weight: 600;
	font-style: normal;
}

.top-head.mrq span{
	color: #000;
	float: left;
	margin: 0 20px 0 0;
}
.top-head.mrq .radio-btn{
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.top-head.mrq .check_box_holder{
	display: flex;
	align-items: center;
}
.top-head.mrq em{
	color: #000;
	margin: 0 10px 0 0;
	font-style: normal;
}
.table-holder{
	width: 100%;
}
.mrq-table{
	width: 100%;
}
.mrq-table th{
	text-align: left;
	color: #fff !important;
	padding: 10px 14px !important;
	background: #303641 !important;
	border-right: 1px solid #ccc !important;
}
.mrq-table th img{
	margin: 0 8px 0 0;
}
.mrq-table td{
	text-align: left;
	border: 0 !important;
	color: #000 !important;
	padding: 10px 14px !important;
	background: #efefef !important;
	border-right: 1px solid #dfdfdf !important;
}
.mrq-table .check-box i{
	opacity: 1;
}
.mrq-table button,
.mrq-table td a{
	padding: 10px 20px;
	background: #8dc63f;
	color: #fff !important;
	display: inline-block;
	position: static !important;
	text-decoration: none !important;
}
.mrq-table td:nth-child(3),
.mrq-table td:nth-child(4){
	text-align: center;
}
.mrq-table td textarea{
	color: #000;
	width: 400px;
	height: 50px;
	resize: none;
	padding: 10px;
	border: 1px solid #ccc;
}
.table-holder.mrq{
	border: 0;
	border: 0;
	padding: 0;
	min-height: auto;
}
.overview-section .invite-customer-block.mrq{
	border: 0;
	margin: 0 0 30px;
}

.category-select-holder{
	background: #fff;
	padding: 30px 20px 0;
}
.category-select-holder .c-top-head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.category-select-holder .c-top-head strong{
	margin: 0;
	color: #000;
	width: auto;
	font-size: 20px;
	text-align: left;
}
.category-select-holder .c-top-head strong img{
	margin: 0 10px 0 0;
}
.category-select-holder .c-top-head .select-holder{
	display: flex;
	align-items: center;
}
.category-select-holder .c-top-head .select-holder span{
	color: #000;
	font-size: 14px;
}
.category-select-holder .c-top-head .select-holder select{
	width: 150px;
	height: 30px;
	margin: 0 0 0 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #fff url(../images/img47.png) no-repeat 100% 0;
	background-size: contain;
}
.category-select-holder .c-top-head .search-holder{
	height: 40px;
	border-radius: 30px;
	border: 2px solid #f7c503;
}
.category-select-holder .c-top-head .search-holder input[type="search"]{
	border: 0;
	color: #000;
	height: 36px;
	font-size: 15px;
	padding: 5px 20px;
	border-radius: 28px 0 0 28px;
}
.category-select-holder .c-top-head .search-holder button{
	border: 0;
	background: #f7c503;
	padding: 5px 10px 9px;
	border-radius: 0 18px 18px 0;

}
.category-detail-holder{
	padding: 20px;
	background: #fff;
}
.category-detail-holder .c-detail-box{
	padding: 20px;
	background: #efefef;
}

.category-detail-holder .detail-box{
	background: #fff;
	padding: 30px 20px;
}
.category-detail-holder .detail-box .select-columns{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.category-detail-holder .detail-box .select-columns .column{
	width: 50%;
	display: flex;
	margin: 0 0 40px;
	align-items: center;
}
.category-detail-holder .detail-box .select-columns .column label{
	color: #000;
	font-size: 15px;
	margin: 0 10px 0 0;
}
.category-detail-holder .detail-box .select-columns .column input[type="text"]{
	width: 62%;
	height: 43px;
	font-size: 15px;
	padding: 5px 14px;
	margin: 0 20px 0 0;
	border-radius: 5px;
}
.category-detail-holder .detail-box .heading{
	color: #000;
	display: block;
	font-size: 22px;
	margin: 0 0 30px;
}
.category-detail-holder .detail-box button,
.category-detail-holder .detail-box a{
	padding: 10px 20px;
	background: #8dc63f;
	display: inline-block;
	color: #fff !important;
	position: static !important;
	text-decoration: none !important;
}


@media (max-width:  1400px){
	.flag-table td:nth-child(2){
		width: auto;
	}
	.flag-table .holder-1{
		flex-wrap: wrap;
	}
	.flag-table .holder-1 strong{
		width: 100%;
		display: block;
		margin:  0 0 5px;
	}
}
@media (max-width:  1200px){
	.mission-section{
		padding: 186px 15px 90px;
		background-position: top center;
	}
	.request-call .request-column .right-col .img-holder::after{
		height: 480px;
	}
	.flag-table-holder{
		overflow: auto;
	}
	.flag-table-holder .flag-table{
		width: 790px;
	}
}

@media (max-width: 1199px){
	.news-section .news-holder .search-area input[type="search"]{
		width: 63%;
	}
	.main-banner::after{
		width: 80%;
		background-size: 100% 100%;
	}
	.main-banner .banner-columns .comment-box:nth-child(1),
	.main-banner .banner-columns .comment-box:nth-child(2),
	.main-banner .banner-columns .comment-box:nth-child(3){
		margin-left: 30px;
	}

	.main-banner .banner-columns .comment-box:nth-child(1){
		right: 0;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .upgrade{
		font-size: 12px;
		padding: 10px 8px;
	}
	.dashboard-wrapper .dashboard-holder .right-dash .top-bar h1{
		font-size: 18px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .day{
		width: 64px;
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .day.active{
		margin: 0 0 0 5px;
	}
	#header .logo{
		width: 180px;
	}
	#header .right-panel{
		width: 73%;
	}
	.tabs-section .collapse-holder .card-body .btn-holder a{
		width: 100%;
		margin: 0 0 10px;
	}
	.tabs-section .review-box .top-review ul li{
		width: 20px;
		height: 20px;
	}
	.genuine-growth .search-holder input[type="search"]{
		padding: 10px 0;
		width: 58%;
	}
	.e-commerence-section .column{
		height: 160px;
	}
	.tabs-section .preview-box .p-holder .txt-holder{
		width: 300px;
	}
	.category-section .popular-holder .tags-list li a{
		font-size: 13px;
		padding: 6px 10px;
	}
	.category-section .popular-holder .tags-list li{
		margin: 0 2px 6px;
	}
	.category-section .two-columns .column{
		padding: 30px 20px;
	}
	.category-section.cate-list .code-holder button{
		display: block;
		margin: 10px auto 0;
	}
}

@media (max-width:  991px){
	.banner .banner-holder::after{
		width: 410px;
		height: 200px;
	}
	.banner{
		height: 200px;
	}
	.banner .banner-holder{
		height: 100%;
	}
	#header .logo{
		width: 160px;
	}
	.our-partner-section .partners-list{
		justify-content: space-around;
	}
	.our-partner-section .partners-list li{
		width: 21%;
	}
	.request-call .request-column .request-form .request-row .r-col input[type="text"],
	.request-call .request-column .request-form .request-row .r-col input[type="tel"]{
		height: 48px;
	}
	.request-call .request-column .right-col .img-holder::after{
		height: 150%;
		width: 110%;
	}
	.request-call{
		padding: 200px 0 50px;
	}
	.news-section .news-holder{
		text-align: center;
		justify-content: center;
	}
	.news-section .news-holder .box,
	.news-section .news-holder .box.center-box,
	.news-section .news-holder .box{
		width: 100%;
		margin: 0 0 20px;
	}
	.news-section .news-holder .box p{
		width: 100%;
	}
	#footer .container{
		max-width: 96%;
		margin: 0 auto;
	}
	#footer .footer-columns .column h5{
		font-size: 14px;
	}
	#footer .footer-columns .column .list li a{
		font-size: 11px;
		padding: 0 0 0 10px;
	}
	.bottom-footer .bottom-holder{
		text-align: center;
	}
	.bottom-footer .bottom-holder .copy-right{
		float: none;
		width: 100%;
		margin: 0 0 14px;
	}
	.bottom-footer .bottom-holder .footer-social{
		float: none;
		width: 100%;
		display: block;
	}
	.main-banner .banner-columns .column{
		width: 100%;
	}
	.main-banner h1{
		margin: 0 0 30px;
	}
	.main-banner .search-holder{
		max-width: 100%;
	}
	.dashboard-wrapper .dashboard-holder{
		justify-content: flex-end;
	}
	.dashboard-wrapper .dashboard-holder .dash-list li a{
		padding: 12px 20px;
		white-space: nowrap;
		border-bottom: 1px solid #fff;
	}
	.dashboard-wrapper .dashboard-holder .left-dash{
		top: 72px;
		bottom: 0;
		left: -6px;
		width: 50px;
		z-index: 99;
		background: #000;
		overflow: hidden;
		position: absolute;
		transition: all .5s linear;
		-webkit-transition: all .5s linear;
	}
	.dashboard-wrapper .dashboard-holder .left-dash:hover{
		width: 226px;
	}
	.dashboard-wrapper .dashboard-holder .right-dash{
		width: 92%;
		transition: all .5s ease-in-out;
		-webkit-transition: all .5s ease-in-out;		
	}
	.dashboard-wrapper .dashboard-holder .right-dash .top-bar h1{
		font-size: 22px;
		margin: 0 0 20px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .day{
		width: 72px;
		font-size: 13px;
	}
	.form-list .email-box .review-form .review-text{
		width: 84%;
	}
	.feedback-service .right-service .need-help{
		padding: 30px 20px 10px 30px;
	}
	.business-banner .txt-holder{
		padding: 10px;
	}
	.banner.business-banner .left-align{
		display: none;
	}
	.transparency-section .two-box .box,
	.rply-behaviour .two-box .box,
	.rply-behaviour .source-columns .l-column{
		width: 100%;
		margin: 0 0 10px;
	}
	.transparency-section .source-columns .r-column{
		width: 56%;
	}
	.transparency-section .source-columns .l-column{
		width: 40%;
	}
	.rply-behaviour .source-columns .r-column{
		margin: 0 auto;
	}
	.review-banner{
		height: auto;
		padding: 30px 0 60px;
		background-size:  100% 100%;
	}
	.review-banner .review-columns .column:last-child{
		width: 50%;
	}
	.review-banner .review-columns .column .rated-box .left-box{
		margin: 0 0 16px;
	}
	.review-banner .review-columns .column .l-rating{
		width: 194px;
	}
	.tabs-section .tabs-columns .left-column{
		width: 100%;
		margin: 0 0 40px;
	}
	.tabs-section .tabs-columns .right-column{
		width: 300px;
	}
	#header .container{
		max-width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#header .nav li{
		margin: 0 10px;
	}
	.mission-section.licensede{
		padding: 180px 15px 234px;
	}
	.testimonial-section .left-column{
		padding: 90px 200px 90px 36px;
	}
	.key-section .nav-tabs{
		width: 230px;
	}
	.key-section .tabs-holder .nav-tabs .nav-link{
		padding: 10px 10px 10px 40px;
	}
	.key-section .tabs-holder .nav-tabs .nav-link strong{
		font-size: 15px;
	}
	.key-section .tabs-holder p{
		font-size: 13px;
	}
	.key-section .tabs-holder .tab-content{
		padding: 20px;
	}
	.testimonial-section .progress-holder{
		width: 300px;
		height: 300px;
		background-size: 100% 100%;
	}
	.review-banner .review-columns .column .rated-box .right-box .title{
		font-size: 22px;
	}
}

@media (max-width:  767px){
	.banner .banner-holder::after{
		width: 250px;
		height: 150px;
	}
	.banner{
		height: 150px;
	}
	#header .logo{
		width: 160px;
	}
	.about-review .about-review-columns .column,
	.about-review .about-review-columns .column:first-child{
		width: 100%;
	}
	.about-review .about-review-columns .column:first-child{
		margin: 0 0 50px;
	}
	.mission-section .mission-columns .column:first-child{
		width: 100%;
		display: block;
	}
	.mission-section .mission-columns .column{
		display: none;
	}
	.mission-section{
		padding: 110px 0 20px;
	}
	.mission-section .mission-columns .column p{
		font-size: 14px;
		margin: 0 0 10px;
	}
	.mission-section .mission-columns .column h3{
		font-size: 24px;
	}
	.our-partner-section h2{
		margin: 0;
	}
	.request-call .request-column .request-form .request-row textarea{
		height: 140px;
	}
	.request-call .request-column{
		flex-flow: column-reverse;
	}
	.request-call .request-column .left-col{
		width: 100%;
	}
	.request-call .request-column .right-col{
		width: 300px;
		margin: 0 0 40px;
	}
	.request-call .request-column .right-col .img-holder::after{
		display: none;
	}
	#footer .footer-columns .column{
		width: 33.3%;
		margin: 0 0 30px;
	}
	#footer{
		padding: 50px 0 10px;
	}
	.dashboard-wrapper .d-header{
		flex-wrap: wrap;
	}
	.dashboard-wrapper .dashboard-holder .right-dash{
		width: 92%;
		padding: 30px 15px;
	}
	.dashboard-holder .right-dash .form-holder{
		padding: 30px 15px;
	}
	.wizard-fieldset .form-list{
		margin: 36px 0 0;
		padding: 26px 15px;
	}
	.form-wizard .form-wizard-steps li{
		width: 17%;
	}
	.file-upload-holder{
		padding: 30px 10px;
	}
	.dashboard-holder .right-dash .form-holder{
		margin: 0 auto 40px;
	}

	.form-list .email-box .review-form .review-text{
		width: 100%;
	}
	.form-list .email-box .temp-form{
		padding: 30px 10px;
	}
	.feedback-service .left-service{
		width: 100%;
		margin: 0 0 30px;
	}
	.feedback-service .right-service{
		width: 300px;
	}
	.benchmark-holder{
		width: 100%;
	}
	.banner.business-banner img{
		display: none;
	}
	.banner.business-banner{
		height: auto;
		padding: 20px;
	}
	.transparency-section .source-columns .l-column{
		width: 100%;
		margin: 0 0 60px;
	}
	.transparency-section .source-columns .r-column{
		width: 100%;
	}
	.over-time,
	.rply-behaviour,
	.transparency-section{
		padding: 40px 0;
	}
	.rply-behaviour .two-box .box img{
		margin: 0 10px 0 0;
	}
	.rply-behaviour .two-box .box span{
		font-size: 14px;
	}
	.review-banner .review-columns .column{
		width: 100%;
		margin: 0 0 20px;
	}
	.review-banner .review-columns .column .rated-box .left-box{
		margin: 0 20px 14px 0;
	}
	.review-banner .review-columns .column:last-child{
		width: 100%;
	}
	.review-banner .review-columns .column .l-rating{
		border: 0;
	}
	.tabs-section .tabs-columns .left-column .nav-tabs .nav-link{
		font-size: 16px;
	}
	#gallery .img-box{
		height: auto;
	}
	.category-section .two-columns .column{
		padding: 30px 15px;
	}
	.category-section .two-columns .column h3::after{
		left: 0;
	}
	.category-section .two-columns .column h3{
		font-size: 17px;
	}
	.category-section .two-columns .column .list li a{
		font-size: 14px;
	}
	.category-section .two-columns .column,
	.category-section .two-columns .column:first-child{
		width: 49%;
	}
	.category-section .two-columns .column .list li{
		width: 100%;
	}
	.category-section{
		padding: 40px 0;
	}
	.genuine-growth .column{
		display: none;
	}
	.genuine-growth .column:first-child{
		width: 100%;
		display: block;
	}
	.genuine-growth .search-holder{
		margin: 0 auto 30px;
	}
	.genuine-growth .genuine-btns a{
		padding: 12px 10px;
	}
	.product-section{
		padding: 40px 0;
	}
	.product-section .product-columns{
		flex-flow: column-reverse;
	}
	.product-section .product-columns .column{
		width: 100%;
		margin: 0 0 30px;
	}
	.product-section .product-columns .column:nth-child(2)::after{
		z-index: -1;
	}
	.customer-review-section{
		padding: 50px 0 220px;
	}
	.customer-review-section .customers-columns .column,
	.mission-section.licensede .mission-columns .column:first-child{
		width: 100%;
	}
	.mission-section.licensede{
		padding: 100px 15px 60px;
	}
	.request-call.saying h2{
		max-width: 100%;
	}
	.genuine-growth .search-holder{
		width: 90%;
	}
	.banner{
		height: auto;
	}
	.banner .banner-holder{
		padding: 10px;
	}
	.banner .banner-holder .text-holder{
		max-width: 100%;
	}
	.banner .banner-holder:after,
	.key-section .tabs-holder .nav-tabs .nav-link strong::before,
	.key-section .tabs-holder .nav-tabs .nav-link strong::after{
		display: none !important; 
	}
	.benefit-section{
		padding: 50px 0;
	}
	.benefit-section span{
		font-size: 18px;
	}
	.key-section .nav-tabs{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.key-section .nav-tabs .nav-item{
		width: 33.3%;
		display: flex;
	}
	.key-section .tabs-holder .nav-tabs .nav-link::after{
		width: 6px;
	}
	.key-section .tabs-holder .nav-tabs .nav-link::before{
		left: 4px;
		width: 4px;
	}
	.key-section .tabs-holder .nav-tabs .nav-link{
		padding: 10px 10px 10px 15px;
	}

	.e-commerence-section .column{
		width: 27%;
	}
}

@media (max-width:  600px){
	.form-list .email-box .temp-row .temp-col{
		width: 100%;
	}
	.form-list .email-box .review-form .review-text{
		margin: -10px auto 20px;
	}
	.rply-behaviour .source-columns .r-column{
		width: 100%;
	}
	.tabs-section .container{
		max-width:100%;
	}
	.tabs-section .tabs-columns .write-review{
		padding: 20px;
	}
	.tabs-section .form-area{
		padding: 20px;
	}
	.tabs-section .preview-box .p-holder .txt-holder{
		width: 230px;
	}
	.testimonial-section .left-column{
		padding: 20px;
	}
	.testimonial-section .progress-holder{
		margin: -136px 0 0 0;
	}
	.inner-banner .b-holder{
		bottom: auto;
		position: static;
		padding: 30px 10px;
	}
	.cat-menu{
		color: #000;	
		font-size: 30px;
		margin: 0 0 0 30px;
		display: inline-block;
	}
	.cat-menu:hover{
		color: #ffcb05;
	}
	.category-section .two-columns .column:first-child{
		left: 0;
		z-index: 9;
		position: absolute;
		transition: all .5s linear;
		transform: translateX(-108%);
		-webkit-transition: all .5s linear;
	}
	body.open-cat .category-section .two-columns .column:first-child{
		transform: translateX(0);	
	}
	.category-section .two-columns .column, .category-section .two-columns .column:first-child{
		width: 100%;
	}

}

@media (max-width:  575px){
	.banner .banner-holder::after{
		display: none;
	}
	.about-review h2{
		font-size: 24px;
		margin: 0 0 20px;
	}
	.our-partner-section .partners-list li{
		width: 28%;
		padding: 30px 0 0;
	}
	.advise-holder{
		padding: 30px 0;
	}
	.advise-holder .advise-list li{
		padding: 0 14px;
	}
	.request-call .request-column .request-form .request-row .r-col{
		width: 100%;
		margin: 0 0 10px;
	}
	.request-call .request-column .request-form .request-row{
		margin: 0;
	}
	.banner .banner-holder .text-holder{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.banner.inner-banner{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.request-call .request-column .request-form .request-row textarea{
		margin: 0 0 10px;
	}
	.news-section .news-holder .search-area input[type="search"]{
		width: 59%;
	}
	#footer .footer-columns .column{
		width: 50%;
	}
	.dashboard-wrapper .d-header .logo{
		padding: 0 0 0 24px;
	}
	.dashboard-wrapper .dashboard-holder .left-dash{
		top: 77px;
	}
	.dashboard-wrapper .d-header{
		padding: 10px 20px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder{
		flex-wrap: wrap;
	}
	.dashboard-wrapper .d-header .right-panel{
		width: 100%;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder strong{
		width: 100%;
		display: block;
		margin: 0 0 10px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .day.active{
		margin: 0 0 10px 10px;
	}
	.dashboard-holder .right-dash .top-bar .plan-holder .day{
		width: 45%;
		margin: 0 0 10px 10px;
	}
	.form-wizard .form-wizard-steps li{
		text-align: center;
	}
	.form-wizard .form-wizard-steps li::after{
		display: none;
	}
	.dashboard-wrapper .dashboard-holder .right-dash{
		width: 87%;
	}
	.form-wizard i{
		float: none !important;
	}
	.form-wizard .form-wizard-steps li span{
		left: 50%;
		margin: 0 0 0 -9px;
	}
	.form-wizard .form-wizard-steps li em{
		left: 0;
		right: 0;
	}
	.form-wizard .form-wizard-steps li:last-child{
		width: inherit;
	}
	.form-wizard .form-wizard-steps{
		justify-content: space-evenly;
	}
	.wizard-fieldset .form-list{
		margin: 0;
	}
	.form-wizard .form-wizard-steps{
		margin: 30px 0;
	}
	.file-upload-holder p{
		width: 100%;
	}
	.form-wizard .form-wizard-steps{
		flex-wrap: wrap;
	}
	.form-wizard .form-wizard-steps li{
		width: 33%;
		margin: 0 0 40px;
	}
	.form-list .sender-row .sender-box{
		width: 100%;
	}
	.dashboard-holder .right-dash .form-list h2{
		font-size: 20px;
	}
	.form-list .email-box{
		padding: 30px 10px;
	}
	.form-list .email-box .temp-form{
		padding: 2px 10px;
	}
	.form-list .email-box .temp-btns a{
		width: 100%;
	}
	.form-wizard .form-group{
		margin: 20px 0 0;
	}
	.form-list .email-box .temp-btns{
		flex-wrap: wrap;
		margin: 0 0 10px;
	}
	.form-wizard .form-wizard-previous-btn{
		margin: 0 0 10px;
	}
	.form-list .email-box .review-form .review-row label{
		width: 80%;
	}
	.benchmark-holder{
		padding: 10px;
	}
	.benchmark-holder .b-box h3{
		font-size: 18px;
	}
	.b-box .bottom-box{
		padding: 14px 0;
		max-width: 100%;
	}
	.c-box{
		padding: 6px;
	}
	.transparency-section .two-box .box span{
		width: 190px;
		font-size: 14px;
	}
	.transparency-section .two-box .box img{
		margin: 0 10px 0 0;
	}
	.over-time .top-head{
		flex-flow:  column-reverse;
	}
	.over-time .top-head .left-head,
	.over-time .top-head .right-head{
		width: 100%;
		margin: 0 0 12px;
	}
	.rply-behaviour .b-holder,
	.rply-behaviour .two-box .box{
		padding: 20px 10px;
	}
	.rply-behaviour .two-box .box span{
		width: 180px;
		line-height: 22px;
	}
	.rply-behaviour .source-columns .l-column{
		padding: 30px 20px 5px;
	}
	.rply-behaviour .source-columns .r-column{
		padding: 10px;
	}
	.rply-behaviour .source-columns .r-column .text-box{
		padding: 15px;
	}
	#header .right-panel{
		width: 100%;
		max-width: 100%;
		margin: 10px 0 0;
	}
	.tabs-section .tabs-columns .left-column .nav-tabs .nav-link{
		padding: 10px 20px 10px 0;
	}
	.tabs-section .tabs-columns .left-column .nav-tabs .nav-link::after,
	.tabs-section .tabs-columns .left-column .nav-tabs .nav-link::before{
		top: 20px;
		width: 11px;
		height: 7px;
		background-size:  100% 100%;
	}
	.tabs-section .tabs-columns .left-column .nav-tabs .nav-item{
		margin-right: 12px;
	}
	.tabs-section .select-holder .holder .select-area{
		width: 100%;
		margin: 0 0 10px;
	}
	.tabs-section .review-box{
		padding: 20px 10px;
	}
	.star-box{
		width: 50%;
	}
	.tabs-section .review-box .center-review .left-review{
		width: 100%;
	}
	.tabs-section .tabs-columns .right-column{
		width: 100%;
	}
	.category-section .two-columns .column,
	.category-section .two-columns .column:first-child{
		width: 100%;
	}
	#header .right-panel .button{
		top: 20px;
		right: 10px;
		position: absolute;
	}
	#header .container{
		padding: 0;
	}
	#header .nav li{
		margin: 0 10px;
	}
	#header .user span{
		display: none;
	}
	.news-section .news-holder .search-area button{
		padding: 14px;
		font-size: 13px;
	}
	.news-section .news-holder .search-area input[type="search"]{
		height: 49px;
		background: #fff url(../images/img23.png) no-repeat 9px 16px;
	}
	.genuine-growth .genuine-btns a{
		margin: 0 0 10px;
	}
	.product-section .product-columns .column p{
		max-width: 100%;
	}
	.customer-review-section .customers-columns .column:first-child{
		width: 100%;
	}
	.customer-review-section .customers-columns .column p{
		padding: 0;
	}
	.request-call.saying{
		padding: 160px 0 80px;
	}
	.request-call.saying p{
		max-width: 100%;
	}
	#header .nav li{
		margin: 0 6px;
	}
	#header .nav li a{
		font-size: 14px;
		font-weight: normal;
	}
	#header .user{
		width: auto;
		float: right;
	}
	#header .right-panel{
		margin: 20px 0 0;
	}
	#header .user .user-drop{
		right: 0;
		left: auto;
		width: 130px;
	}
	#header .user .user-drop ul li a{
		padding: 10px 20px;
	}
	.e-commerence-section .column{
		width: 46%;
		margin: 0 0 12px;
	}
	.review-banner .review-columns .column .rated-box .right-box,
	.review-banner .review-columns .column .l-rating,
	.review-banner .review-columns .column .r-rating{
		width: 100%;
	}
	.review-banner .review-columns .column:last-child{
		flex-wrap: wrap;
	}
	.review-banner .review-columns .column .l-rating{
		margin: 0 0 20px;
	}
	.tabs-section .form-area .form-holder .left-row{
		width: 100%;
	}
	.pagination{
		padding: 10px 0;
	}
	.pagination li a{
		font-size: 14px;
		padding: 10px 12px;
	}
	.tabs-section .review-box .top-review ul li{
		margin: 0;
	}
	.star-box{
		width: 120px;
	}
	.tabs-section .preview-box .p-holder .img-holder{
		display: block;
		margin: 0 auto 20px;
	}
	.tabs-section .preview-box .p-holder .txt-holder{
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
	.tabs-section .preview-box .p-holder .review{
		margin: 0 auto;
	}
	.key-section .nav-tabs .nav-item{
		width: 100%;
	}
	.testimonial-section .left-column{
		width: 100%;
	}
	.testimonial-section .progress-holder{
		top: 0;
		left: 0;
		position: relative;
		margin: 20px auto 0;
	}
	.testimonial-section{
		padding: 100px 0 30px;
	}
	.key-section{
		padding: 40px 0;
	}
	.key-section h2{
		margin: 0;
	}
	.banner .banner-holder .text-holder h2{
		font-size: 24px;
	}
	.category-section .top-rated .rated-box .left-box{
		width: 100%;
		padding: 30px 10px 0;
	}
	.category-section .top-rated .rated-box .right-box{
		width: 100%;
	}
	.category-section .top-rated .rated-box .right-box .rating-holder .star-list li{
		margin: 0;
	}
	.overview-section.flag .overview-frame,
	.overview-section.flag{
		padding: 0;
	}
}



.rate a:hover ~ a span {
  text-shadow: none;
  text-shadow 200ms;
  transition-delay: 0;
  background: #90a0a3;
  transition: color 200ms,
}
.rate:hover a:nth-child(2) {
  transition-delay: 30ms;
}
.rate a:first-child:hover span {
	background: red;
}
.rate:hover a:nth-child(3) {
  transition-delay: 60ms;
}

.rate:hover a:nth-child(4) {
  transition-delay: 90ms;
}

.rate:hover a:nth-child(5) {
  transition-delay: 120ms;
}

/* Miscellaneous styles. */
.rate a i {
	font-size: 20px;
  cursor: pointer;
  font-style: normal;
  color: #fff;
}
.rate a{
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 4px;
	display: inline-block;
}
.rate{
	display: flex;
}
.rate a span {
	width: 30px;
	height: 30px;
	padding: 4px 3px;
	display: inline-block;
	background: #90a0a3;
	border-radius: 4px;
}

.invite-head{
	width: 100%;
	column-gap: 10px;
	display: flex;
	background: #fff;
	padding: 30px 20px;
	align-items: center;
	justify-content: space-between;
}

.invite-head input[type="date"],
.invite-head select{
	width: 22%;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #d7d7d7;
}
.invite-head select {
	background: #fff url(../images/img65.png) no-repeat 96% 12px;
}
.invite-columns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	justify-content: space-between;
}
.invite-columns .column{
	width: 49%;
	color: #000;
	padding: 10px;
	display: flex;
	margin: 0 0 5px;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	align-items: center;
	border: 1px solid #ccc;
}
.invite-columns .column span{
	width: 70px;
	height: 70px;
	display: flex;
	color: #000;
	font-size: 30px;
	font-weight: 600;
	margin: 0 20px 0 0;
	align-items: center;
	border-radius: 10px;
	background: #e5e5e5;
	justify-content: center;
}
.invite-columns .column .column-list{
	margin: 0;
	list-style: none;
	padding: 14px 0 0;
}
.invite-columns .column .column-list li{
	width: 100%;
	display: flex;
	margin: 0 0 10px;
	align-items: center;
}
.invite-columns .column .column-list li span{
	width: 60px;
	height: 60px;
	font-size: 26px;
}