@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
@font-face {
	font-display: swap;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding: 0;
	margin: 0;
	text-size-adjust: none ;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display:block;
	max-width:100%;
}
a {
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	padding: 0;
	outline: none;
	word-wrap: break-word;
}
a:hover {
	color: #33CC66;
}
a.link{
	color: #33CC66;
	font-weight: 600;
	position: relative;
	word-wrap: break-word;
}
a.link:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	background: #333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
a.link:hover:before{
	width: 100%;
}
a.link:hover{
	color: #333;
}
/*a.link:hover{
	text-decoration: underline;
}*/

/* Typography Start */
h1,.h1{
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
h2,.h2{
	font-size: 40px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 15px;
}
h3,.h3{
	font-size: 26px;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 10px;

}
h4,.h4{
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 10px;

}
h5,.h5{
	font-size: 16px;
	line-height: 1.1;
}
h6,.h6{
	font-size: 14px;
	line-height: 1.1;
}
p{	
	margin-bottom: 20px;
}
p:last-child{
	margin-bottom: 0;
}
/* Typography End */

.site-wrapper{
	/*padding-top: 74px;*/
}
.container{
	margin: 0 auto;
	max-width: 1240px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.s-pt,
.s-py {
    padding-top: 40px !important;
}
.s-pb,
.s-py {
    padding-bottom: 80px !important;
}
.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.space-between{
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
.align-center{
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
/*.green-btn{
	display: inline-block;
	text-align: center;
	background: #33CC66;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 11px 32px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.green-btn:hover{
	background: #33CC66;
	color: #fff;
}*/
.green-btn{
	display: inline-block;
	text-align: center;
	min-width: 240px;
    color: #fff;
    background: #33CC66;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    border-radius:5px;
    font-size: 20px;
	font-weight: 600;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index:2;
}
.green-btn:hover{
	color: #fff!important;
}
.green-btn::before {
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #333;
	position: absolute;
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg); 
	transform: skewX(-20deg);   
	left: -10%;
	opacity: 1;
	top: 0;
	z-index: -12;
	-moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
	transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
.green-btn::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #26BB58;
    position: absolute;
	-ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg);   
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
}
.green-btn:hover::before, .green-btn:hover::before{
	opacity:1;
	width: 116%;
}
.green-btn:hover::after, .green-btn:hover::after{
	opacity:1;
	width: 120%;
}
.green-btn span{
	position: relative;
}
.green-btn:hover span:after{
	width: 18px;
	margin-left: 6px;
}
.green-btn span:after{
	content: '';
	position: relative;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: auto;
	background-size: cover;
	width: 0;
	height: 18px;
	display: inline-block;
	top: 4px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Header Start */
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 19px 0;
	z-index: 5;
	border-bottom: #D0D9D6 solid 1px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.fixed{
	background: #fff;
}
header .container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.navbar ul li{
	display: inline-block;
	margin-left: 35px;
}
.navbar ul li a{
	font-size: 14px;
	color: #333;
	position: relative;
}
.navbar ul li a.active{
	font-weight: 600;
}
.navbar ul li a:hover,
.navbar ul li a.active{
	color: #33CC66;
}
.navbar ul li a:hover:after,
.navbar ul li a.active:after{
	width: 100%;
}
.navbar ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 1px;
	background: #33CC66;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
/* Header End */

/* Footer Start */
footer{
	background: rgba(51, 204, 102, .10);
	margin-top: 80px;
	padding: 56px 0 0 0;
}
.f-col-left{
	max-width: 370px;
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.f-col-left p{
	font-size: 14px;
	line-height: inherit;
}
.f-col-left p a{
	color: #333;
}
.f-col-left .content{
	width: 80%;
	padding-left: 16px;
}
.f-col-left .content p a{
	font-weight: 700;
}
.f-col-right{
	max-width: 480px;
	width: 100%;
}
.f-col-right ul{
	columns:2;
    -webkit-columns:2;
    -moz-columns:2;
}
.f-col-right ul li{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	line-height: 30px;
}
.f-col-right ul li a{
	font-size: 14px;
	position: relative;
}
.f-col-right ul li a:hover:before{
	width: 100%;
}
.f-col-right ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0%;
	height: 1px;
	background: #33CC66;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.footer-text{
	margin-top: 56px;
	padding: 32px 0;
	border-top: #D9E4E1 solid 1px;
}
.footer-text p{
	font-size: 12px;
	line-height: 16px;
}
/* Footer End */


/***** HomePage Start *****/

/* Intro Banner Start */
.home{
	background: #fff;
}
.intro-banner{
	background: url(../images/intro-banner-bg.webp) no-repeat center;
	background-size: cover;
	padding: 80px 0 48px;
	margin-top: 74px;
}
.intro-banner h1{
	text-align: center;
	color: #fff;
	margin-bottom: 32px;
}
.banner-categories{
	margin: 0 auto;
	max-width: 850px;
	width: 100%;
}
.banner-categories ul{
	text-align: center;
	font-size: 0;
	-webkit-justify-content: center;
	justify-content: center;
}
.banner-categories ul li{
	display: inline-block;
	max-width: 160px;
	width: 100%;
	margin-top: 16px;
	margin-left: 5px;
	margin-right: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.banner-categories ul li.hide{
	display: none;
}
.banner-categories ul li.show{
	display: flex !important;
}
.banner-categories ul li a{
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border: 2px solid rgba(255,255,255,.6);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 20px 10px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.banner-categories ul li a:hover{
	border: 2px solid #fff;
}
.banner-categories ul li a span{
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.banner-categories ul li a span img{
	display: inline-block;
}
.bc-text{
	line-height: 1.2;
}
.banner-categories .link{
	margin-top: 16px;
	text-align: center;
}
.show-more-link{
	font-size: 14px;
	color: #fff;
}
.show-more-link:hover{
	color: #fff;
	font-weight: 600;
}
/* Intro Banner End */

/* Logo Strip Start */
.logo-strip{
	padding: 24px 0;
	border-bottom: #D0D9D6 solid 1px;
}
.logo-strip .title-text img{
	display: inline-block;
	vertical-align: middle;
}
.logo-strip .logos li{
	display: inline-block;
	vertical-align: middle;
	margin-left: 76px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.logo-strip .logos li img{
	filter: grayscale(100%);
	opacity: .3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.logo-strip .logos li:hover img{
	filter: none;
	opacity: 1;
}
.logo-strip .logos li:first-child{
	margin-left: 0;
}
.logo-strip ul.logos{
	max-width: 80%;
	width: 100%;
	text-align: center;
}
/* Logo Strip End */

/* Financial Decisions Start */
.financial-decisions h2{
	text-align: center;
	margin-bottom: 48px;
}
.financial-decisions .content{
	max-width: 25.5%;
	width: 100%;
	position: relative;
}
.financial-decisions .content:after{
	content: '';
	position: absolute;
	top: 0;
	/*right: -70px;*/
	right: -24%;
	width: 1px;
	height: 100%;
	background: #D0D9D6;
}
.financial-decisions .content h3{
	margin-bottom: 16px;
	font-weight: 600;
}
.financial-decisions .content .icon{
	display: inline-block;
	margin-bottom: 24px;
}
.financial-decisions .content:last-child:after{
	display: none;
}
.financial-decisions hr{
	border-bottom: #D0D9D6 solid 1px;
	border-top: 0;
	margin: 0;
}
/* Financial Decisions End */

/* Trending Reviews Start */
.trending-reviews h2{
	text-align: center;
	margin-bottom: 0;
}
.tr-box-row {
	margin: 0 -16px;
}
.tr-box{
	max-width: 33.33%;
	padding: 0 16px;
	width: 100%;
	margin-top: 40px;
}
.tr-box a{
	display: block;
}
.img-block{
	position: relative;
}
.img-block img{
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.tr-box .img-block{
	margin-bottom: 16px;
}
.tr-box .img-block span{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
	color: #fff;
	padding: 0 8px;
	background: #33CC66;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
}
.tr-box > span{
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}
.tr-box h3{
	font-size: 22px;
	font-weight: 600;
}
/* Trending Reviews End */

/***** HomePage End *****/

/***** Patners Page Start *****/
.intro-section{
	background: url(../images/patner-bg.svg) no-repeat right top;
	background-size: contain;
	padding-top: 74px;

}
.intro-section .content{
	max-width: 480px;
	position: relative;
}
.intro-section .content:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 310px;
	left: -120px;
	max-width: 600px;
	height: 600px;
	background: url(../images/blur-round.svg) no-repeat;
	background-size: contain;
}
.intro-section .content h2{
	margin-bottom: 16px;
}
.intro-section .content h2 span{
	color: #33CC66;
}
.intro-section .content ul{
	padding-top: 20px;
}
.intro-section .content ul li{
	position: relative;
	padding-left: 64px;
	border-bottom: #DFEBE7 solid 1px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.intro-section .content ul li:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.intro-section .content ul li .icon{
	position: absolute;
	top: 0;
	left: 0;
}
.intro-section .content ul li h4{
	font-weight: 600;
	margin-bottom: 8px;
}
.intro-section.patners{
	padding-top: 174px;
	mix-blend-mode: multiply;
}
.patners-form{
	position: relative;
	max-width: 430px;
	width: 100%;
	background: #fff;
	padding: 40px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(43,121,64,.1) 0 20px 50px;
	box-shadow: rgba(43,121,64,.1) 0 20px 50px;
}
.patners-form h3{
	margin-bottom: 24px;
}
.patners-form:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -20px;
	max-width: 194px;
	width: 100%;
	height: 100px;
	background: url(../images/dots-green.svg) no-repeat right top;
}
.form-group{
	position: relative;
	margin-bottom: 16px;
}
.form-group label{
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 8px;
}
.form-group input:focus,
.form-group textarea{
	outline: none;
}
.form-group.error input[type=text],
.form-group.error input[type=email],
.form-group.error input[type=tel],
.form-group.error select,
.form-group.error textarea{
	border: #f00 solid 1px;
}
.form-group.error .error-message{
	font-size: 12px;
	color: #f00;
}
.form-msg{
	display: none;
	font-size: 14px;
	padding-top: 8px;
	/*color: #33CC66;*/
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group select,
.form-group textarea,
.select-styled{
	display: block;
	background: #fff;
	width: 100%;
	font-family: 'Inter', sans-serif;
	border: #D0D9D6 solid 1px;
	padding: 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
}
.form-group textarea{
	resize: none;
	height: 110px;
}
.form-group select,
.select-styled{
	background: #fff url(../images/select-arrow.svg) no-repeat calc(100% - 16px) center;
	font-weight: 500;
	-webkit-appearance: none;
	appearance: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 40px;
}
.form-group .select{
	position: relative;
}
.form-group .select .custom-select,
.form-group .select .select-options{
	display: none;
}
.select .select-options{
	position: absolute;
	z-index: 3;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	max-height: 205px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #ddd;
	text-align: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.select .select-options li{
	padding: 14px 16px;
	font-weight: 500;
	font-size: 15px;
	border-bottom: #D0D9D6 solid 1px;
}
.select .select-options li:last-child{
	border-bottom: 0;
}
.select .select-options li:hover{
	background: #EFF6FF;
}
.select .select-options li.selected-option{
	display: none;
}
.patners-form button.green-btn{
	width: 100%;
	padding: 19px 16px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	border: 0;
}
.patners-form input[type=submit]{
	border: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	background: #33CC66;
	padding: 19px 16px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.patners-form input[type=submit]:hover{
	background: #33CC66;
}
.quote-section .container{
	margin-top: 80px;
	border-top: #D0D9D6 solid 1px;
}
.quote-wrapper{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 80px auto 0 auto;
	background: #fff;
	padding: 70px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(28,124,237,.1) 0 20px 50px;
	box-shadow: rgba(28,124,237,.1) 0 20px 50px;
}
.quote-wrapper .content{
	max-width: 90%;
	width: 100%;
}
.quote-wrapper h3{
	font-weight: 400;
	margin-bottom: 24px;
}
.quote-wrapper code{
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
/***** Patners Page End *****/

/***** About Page Start *****/
.intro-section.about{
	padding-top: 154px;
}
.intro-section.about .content:before{
	top: 150px;
}
.image-content-section .image-wrapper{
	padding-top: 120px;
	position: relative;
}
.image-content-section .img-block{
	position: relative;
	max-width: 700px;
	width: 100%;
}
.image-content-section .img-block:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -20px;
	max-width: 194px;
	width: 100%;
	height: 100px;
	background: url(../images/dots-green.svg) no-repeat right top;
}
.image-content-section .content{
	max-width: 400px;
	width: 100%;
}
.image-wrapper.img-right .img-block{
	order: 2;
}
.image-wrapper.img-right .img-block:before{
	left: auto;
	right: -20px;
}
.image-wrapper.img-right .blur-round{
	position: absolute;
	top: -150px;
	left: 100px;
	background: url(../images/blur-round.svg) no-repeat center;
	background-size: cover;
	max-width: 600px;
	width: 100%;
	height: 600px;
}
.people-working{
	padding-top: 80px;
}
.people-working .wrapper{
	width: 100%;
	position: relative;
}
.people-working .wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	min-height: 435px;
	background: #F9FBFD;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.people-working .content-block{
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}
.people-working .content-block h2{
	text-align: center;
}
.people-working .content-block .img-block{
	margin-top: 48px;
}
.people-working .content-block .img-block:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -20px;
	max-width: 194px;
	width: 100%;
	height: 100px;
	background: url(../images/dots-green.svg) no-repeat right top;
}
.people-working .info-content{
	position: relative;
	z-index: 1;
	max-width: 750px;
	margin: -70px auto 0 auto;
	background: #fff;
	padding: 40px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: rgba(43,121,64,.1) 0 20px 50px;
	box-shadow: rgba(43,121,64,.1) 0 20px 50px;
}
.people-working .info-content:before{
	content: '';
	position: absolute;
	top: 40px;
	left: 50%;
	bottom: 40px;
	border-left: #D0D9D6 solid 1px;
}
.people-working .info-content .info{
	max-width: 45%;
	width: 100%;
}
.people-working .info-content p b{
	font-weight: 600;
}

/***** About Page End *****/

/***** Top Page Start *****/
.title-section{
	margin-top: 74px;
	padding: 24px 0 0 0;
}
.title-section.with-bg {
	padding: 40px 0;
	color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.title-section.with-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 40, 40, .63);
	mix-blend-mode: multiply;
}
.title-section.with-bg a {
	color: #fff;
}
.title-section.with-bg h1 {
	font-size: 54px;
}
/* .title-section.with-bg h3 {
	font-size: 30px;
} */
.title-section.with-bg .ts-wrapper .content {
	margin-bottom: 30px;
	margin-top: 0;
	max-width: 730px;
}
.title-section.with-bg .tip-h3 {
	color: #fff !important;
}
.title-section.with-bg .update-text {
	background: url(../images/check-2.svg) no-repeat left center;
}
.title-section.with-bg .ads-link {
	bottom: 0;
	top: inherit;
}
.title-section.with-bg .container {
	position: relative;
	z-index: 1;
}
.title-section .update-text{
	font-size: 14px;
	background: url(../images/check.svg) no-repeat left center;
	padding-left: 28px;
}
.ts-wrapper{
	position: relative;
	padding-bottom: 5px;
}
.ads-link{
/*	position: absolute;	*/
	top: 0;
	right: 0;
	font-size: 12px;
	text-decoration: underline;
}
.ts-wrapper .content{
/*	max-width: 650px;	*/
	width: 100%;
	margin-top: 16px;
}
.ts-wrapper .content h1,
.ts-wrapper .content h3{
	margin-bottom: 8px;
}
.ts-wrapper .content h1 span{
	color: #33CC66;
}
.filter-block{
	padding: 16px 0 0 0;
	margin-bottom: 24px;
	background: #F9FBFD;
}
.filter-block.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 21;
	background: #EFF6FF;
}
.filter-block h4{
	font-weight: 600;
	margin-bottom: 16px;
}
.filter-block form{
	width: 100%;
}
.filter-block .form-group{
	width: calc(25% - 16px);
}
.top-page-header{
	z-index: 10;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
}
.left-part{
	/*max-width: 838px;*/
	max-width: 70%;
	width: 100%;
}
.product-box{
	position: relative;
	padding: 32px;
	background: #fff;
	border: #D0D9D6 solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.product-box .number{
	position: absolute;
	top: -1px;
	left: -1px;
	color: #fff;
	background: #000;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding: 1px 8px;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
}
.product-box.p-label-info .label{
	position: absolute;
	font-size: 10px;
	top: -1px;
	right: -1px;
	background: #e37d0f;
	font-weight:bold;
	color: #fff;
	padding: 0 16px;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
}
.product-box .left .logo{
/*	width: 140px;	*/
	border: #D0D9D6 solid 1px;
	padding: 16px 24px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
.product-box .left .logo img{
	height: 100px;
	display: inline-block;
}
.product-box .star-lable{
	margin-top: 16px;
	/*background: #333 url(../images/star-icon.svg) no-repeat 16px center;*/
	background: #e37d0f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 16px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.product-box .star-lable > img{
	display: inline-block;
	margin-top: 6px;
	margin-right: 8px;
}
.product-box .rating{
	margin-top: 16px;
	position: relative;
}
.product-box .rating span{
	font-size: 32px;
	font-weight: 600;
	margin-right: 4px;
}
.product-box .rating .rating-star{
	font-size: 0;
	line-height: 1.1;
	margin-bottom: 2px;
}
.product-box .rating .rating-star svg{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.product-box .rating .star-text{
	cursor: pointer;
}
.product-box .rating .star-text p{
	background: url(../images/toggle-arrow.svg) no-repeat right 5px;
	background-size: 5px;
	font-size: 10px;
	padding-right: 8px;
}
.product-box .left{
	width: 25%;
}
.product-box .center{
	width: 45%;
	padding-left: 30px;
	padding-right: 30px;
}
.product-box .right{
	width: 30%;
	text-align: center;
	position: relative;
}
.bar-for-d {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	text-align:center;
	width:240px;
	font-size:13px;
}
.bar-for-d img,
.bar-for-m img {
	display: inline-block;
	vertical-align: top;
	width:18px;
}
.bar-for-m {
	display: none;
	margin-top: 10px;
	text-align: center;
	font-size:13px;
}
.product-box .center h5{
	font-weight: 600;
	margin-bottom: 8px;
}
.product-box .center h5 img{
	display: inline-block;
	margin-left: 4px;
}
.product-box .center h6{
	font-weight: 600;
	margin-bottom: 16px;
}
.product-box .center ul.list li{
	background: url(../images/tick-check.svg) no-repeat left 4px;
	font-size: 14px;
	padding-left: 21px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.site-visit{
	/*top: 10px;
	right: 110px;*/
	bottom: calc(100% - -10px);
	right: 80px;
	min-width: 150px;
	position: absolute;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 8px 16px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-flex-flow: row wrap;
    flex-flow: row wrap;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-shadow: rgba(43,121,64,.2) 0 3px 6px;
	box-shadow: rgba(43,121,64,.2) 0 3px 6px;
}
.site-visit:after{
	content: '';
	top: 100%;
	left: 90%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.site-visit img{
	width: 20px;
	margin-right: 10px;
}
.site-visit p{
	font-size: 12px !important;
	text-align: left;
	width: 80px;
}
.site-visit p span{
	font-weight: 600;
}
.product-box .right a.link{
	display: inline-block;
	margin-top: 16px;
	font-size: 14px;
	font-weight: 500;
}
.right-part{
	/*max-width: 330px;*/
	max-width: 27.5%;
	width: 100%;
}
.content-box{
	position: relative;
	border: #D0D9D6 solid 1px;
	padding: 32px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.content-box h4,
.must-read h4{
	font-weight: 600;
}
.visitor{
	padding-left: 88px;
}
.visitor h3{
	margin-bottom: 8px;
}
.top-page-content p{
	font-size: 14px;
	line-height: initial;
}
.best-choice .product-box .rating .star-text p{
	line-height: initial;
}
.visitor span.icon{
	position: absolute;
	left: 32px;
}
.total-score{
	margin-top: 32px;
}
.total-score h4{
	font-weight: 600;
	margin-bottom: 8px;
}
.accordion .inner{
	overflow: hidden;
	display: none;
	padding: 0 18px 18px 18px;
}
.total-score a.toggle{
	position: relative;
	padding: 18px 16px 18px 50px;
	display: block;
	font-weight: 500;
}
.total-score a.toggle:before{
	content: '';
	position: absolute;
	top: 24px;
	right: 16px;
	width: 15px;
	height: 10px;
	background: url(../images/select-arrow.svg) no-repeat right center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.total-score a.toggle.active:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.total-score a.toggle img{
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.total-score li{
	margin-bottom: 16px;
	border: #D0D9D6 solid 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.content-box.reviews{
	margin-top: 32px;
}
.content-box.reviews h4{
	margin-bottom: 24px;
}
.r-box{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 16px;
}
.r-box span.logo{
	display: inline-block;
	border: #D0D9D6 solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*margin-right: 16px;*/
	max-width: 20%;
	width: 100%;
}
.r-box span.logo img{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
}
.r-box .content{
	max-width: 73%;
	width: 100%;
}
.r-box .content h5{
	font-weight: 600;	
}
.r-box .content a{
	font-size: 12px;
	font-weight: 500;
	color: #999;
}
.r-box .content a:hover{
	color: #33CC66;
}
.review-wrapper-list .green-btn{
	margin-top: 24px;
	width: 100%;
}
.must-read{
	margin-top: 32px;
}
.read-box{
	margin-top: 24px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.read-box .image{
	width: 17%;
}
.read-box .content{
	width: 78%;
}
.read-box .content h5{
	font-size: 14px;
	font-weight: 600;
}
.read-box .content span{
	font-size: 12px;
	font-weight: 500;
	color: #999;
}
.must-read a.link{
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	margin-top: 24px;
}
.best-choice{
	margin: 56px 0;
	padding: 40px 0;
	background: url(../images/intro-banner-bg.webp) no-repeat center;
	background-size: cover;
}
.best-choice h3{
	text-align: center;
	color: #fff;
}
.best-choice .product-box{
	max-width: 838px;
	margin: 24px auto 0 auto;
	border: 5px solid #404040;
}
.best-choice .product-box .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #404040;
	padding: 14px 24px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.best-choice .product-box > .row{
	padding-top: 50px;
}
.page-content{
	width: 100%;
}
.page-content .content{
	margin-top: 48px;
}
.page-content .content ul{
	padding-left: 20px;
}

.page-content .content ol{
	padding-left: 20px;
}


.page-content .content ul li{
	list-style: outside;
	margin-bottom: 16px;
/*	font-weight:bold;*/
}

.page-content .content ol li{
	list-style: auto;
	margin-bottom: 16px;
/*	font-weight:bold;*/
}


.page-content h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
}
.page-content h5{
	font-weight: 600;
	margin-bottom: 16px;
}
.page-content p{
	margin-bottom: 20px;
}
.product-box .rating:hover .tooltip-box{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.tooltip-box{
	width: 250px;
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	position: absolute;
	top: 120%;
	left: -33px;
	z-index: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.tooltip-box:before{
	top: -2px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #33CC66;
	border-width: 6px;
	margin-left: -6px;
}
.score-box{
	background: #33CC66;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}
.score-box .trustpilot h5{
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin-bottom: 4px;
}
.score-box .trustpilot p,
.score-box .trustpilot p a{
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}
.score-box .trustpilot p a{
	text-decoration: underline;
}
.product-box .rating .score-row  span{
	font-size: 14px;
	color: #333;
	margin: 0;
	line-height: 1.1;
}
.score-bar{
	position: relative;
	width: 160px;
	height: 5px;
	background: #e2ece5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 6px;
}
.trustpilot{
	background: #fff;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.trustpilot:last-child{
	margin-bottom: 0;
}
.trustpilot .score-bar span.meter{
	background: #00b67a;
}
.trustpilot.user-engagement .score-bar span.meter{
	background: #ffd044;
}
.trustpilot.editor-score .score-bar span.meter{
	background: #1564bf;
}
.trustpilot .score-bar span.meter{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	width: 0%;
}
.product-box .rating.open .trustpilot .score-bar span.meter{
	width: auto;
	-webkit-animation:progress-bar 0.6s cubic-bezier(0.66, 0.01, 0.41, -0.1) 0s;
	animation:progress-bar 0.6s cubic-bezier(0.66, 0.01, 0.41, -0.1) 0s;
}
@-webkit-keyframes progress-bar {
  0% {
   width:0
  }
 }
 @keyframes progress-bar {
  0% {
   width:0
  }
}

.refine-results-button{
	display: none;
}

/***** Top Page End *****/

/***** Review Page Start *****/
.title-section.review{
	/*padding: 56px 0;*/
	background: #F9FBFD;
}
.title-section.review .container{
	position: relative;
}
.title-section.review .ads-link{
	right: 20px;
}
.title-section.review .logo{
	padding: 32px;
	background: #fff;
	border: #D0D9D6 solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width: 228px;
	width: 100%;
	text-align: center;
	margin-right: 32px;
}
.title-section.review .logo img{
	display: inline-block;
	height: 32px;
	margin-bottom: 24px;
}
.title-section.review .green-btn{
	width: 100%;
}
.title-section.review .content h2{
	margin-bottom: 8px;
}
.title-section.review .content p{
	font-size: 20px;
	margin-bottom: 16px;
}
.title-section.review .review-count span{
	font-size: 14px;
	font-weight: 600;
	margin: 0 8px;
}
.review-content{
	margin-top: 56px;
}
.author{
	margin-bottom: 24px;
}
.author .img{
	margin-right: 10px;
}
.author .img img{
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.author .content h4{
	font-weight: 600;
	margin-bottom: 5px;
}
.review-content h4{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
}
.review-content .content ul li{
	margin-bottom: 6px;
}
.review-content .col-wrapper{
	margin-top: 24px;
	padding: 24px 0;
	border-top: #D0D9D6 solid 1px;
	border-bottom: #D0D9D6 solid 1px;
}
.review-content .col-half,
.contact-details .col-half{
	width: 48%;
}
.credibleat-glance{
	margin-top: 48px;
	padding: 32px;
	background: #F9FBFD;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.glance-score{
	background: #fff;
	padding: 16px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-align-items: center;
	align-items: center;
}
.glance-score h2{
	font-size: 48px;
	margin-bottom: 0;
	margin-right: 8px;
	font-weight: 600;
}
.glance-score span{
	font-size: 14px;
	font-weight: 500;
}
.credibleat-glance ul{
	margin-top: 24px;
}
.credibleat-glance ul li{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	padding: 24px 0;
	border-top: #D0D9D6 solid 1px;
}
.credibleat-glance ul li:last-child{
	padding-bottom: 0;
}
.credibleat-glance ul li h4{
	margin-bottom: 8px;
}
.visit-site{
	margin-top: 48px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	border: #D0D9D6 solid 1px;
	padding: 32px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.visit-site .logo img,
.visit-site .logo h3{
	display: inline-block;
	vertical-align: middle;
}
.visit-site .logo img{
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-right: 16px;
}
.overview-content{
	margin-top: 48px;
}
.overview-content .img-block{
	margin: 32px 0;
}
.author-written{
	margin-top: 48px;
	padding-top: 48px;
	border-top: #D0D9D6 solid 1px;
}
.author-written .author{
	margin-bottom: 16px;
}
.review-list{
	margin-top: 24px;
}
.review-box{
	padding: 24px;
	border: #D0D9D6 solid 1px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 16px;
}
.review-box:last-child{
	margin-bottom: 0;
}
.review-author img{
	width: 56px;
	align-self: flex-start;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	margin-right: 16px;
}
.review-author .content h4{
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: 600;
}
.review-author .content p,
.review-author .content span{
	color: #999;
	display: inline-block;
	margin: 0;
}
.review-author .content span{
	margin-left: 16px;
	padding-left: 24px;
	background: url(../images/location.svg) no-repeat left center;
}
.review-box .rating{
	text-align: right;
}
.review-box .rating .stars img,
.review-box .rating .stars span{
	display: inline-block;
	color: #33CC66;
	vertical-align: top;
}
.review-box .rating .stars span{
	margin-right: 16px;
}
.review-box .rating .stars span img{
	display: inline-block;
	color: #33CC66;
	margin-top: 2px;
}
.review-box .rating .time{
	display: block;
	margin-top: 5px;
	color: #999;
}
.r-content{
	margin: 16px 0;
	padding: 16px 0;
	border-top: #D0D9D6 solid 1px;
	border-bottom: #D0D9D6 solid 1px;
}
.r-content h4{
	margin-bottom: 8px;
}
.bottom-icons a img{
	display: inline-block;
	vertical-align: sub;
}
.like-share a:first-child{
	margin-left: 0;
}
.like-share a{
	margin-left: 24px;
	color: #999;
}
/***** Review Page End *****/

/***** Contact Page Start *****/
.intro-section.contact{
	padding-top: 174px;
}
.intro-section.contact .content{
	max-width: 520px;
}
.intro-section.contact .content p{
	max-width: 380px;
}
.intro-section.contact .content:before{
	display: none;
}
.intro-section.contact .content .img-block{
	margin-top: 80px;
	margin-top: 0px;
}
.contact .patners-form{
	max-width: 600px;
}
.contact .patners-form .half{
	width: 48.5%;
}
.contact-content{
	border-top: #D0D9D6 solid 1px;
	padding: 80px 100px 0 100px;
	margin-top: 80px;
}
.contact-content h2{
	margin-bottom: 0;
}
.contact-content h2 span{
	color: #33CC66;
}
.contact-content .content{
	/*max-width: 630px;*/
	max-width: 63%;
	width: 100%;
}
.intro-section.contact .contact-content .content p{
	max-width: 100%;
}
.contact-details{
	width: 100%;
	margin-top: 32px;
}
.contact-details .phone{
	display: block;
	background: url(../images/phone.svg) no-repeat left center;
	padding: 4px 0 4px 32px;
}
.contact-details .email{
	display: block;
	background: url(../images/email.svg) no-repeat left center;
	padding: 4px 0 4px 32px;
}
.contact-details > a:first-child{
	margin-left: 0;
}
.contact-details a{
	font-weight: 600;
}
/***** Contact Page End *****/

/***** Privacy Page Start *****/
.title-section.privacy{
	background: #F9FBFD;
}
.title-section.privacy h2{
	margin-bottom: 0;
	text-align: center;
}
.privacy-content{
	padding-top: 56px;
}
.privacy-content .wrapper{
	max-width: 700px;
	margin: 0 auto;
}
.privacy-content .wrapper .content{
	padding: 32px 0;
}
.privacy-content .wrapper ul.number{
	padding-left: 24px;
}
.privacy-content .wrapper ul.number li{
	color: #33CC66;
	list-style: decimal;
}
/***** Privacy Page End *****/

/***** Articles Page Start *****/
.articles-top-title .content{
	max-width: 480px;
	width: 100%;
}
.title-section.articles-top-title .content p{
	font-size: 16px;
}
.articles-content{
/*	margin-top: 56px;*/
}
.featured-post .img-block{
	max-width: 50%;
	width: 100%;
}
.featured-post .content{
	max-width: 45%;
	width: 100%;
}
.featured-post .content span.date,
.article-block .content span.date{
	color: #999;
	margin-bottom: 8px;
	display: block;
}
.featured-post .content h2{
	font-size: 32px;
	margin-bottom: 8px;
}
.featured-post .content p{
	margin-bottom: 32px;
}
.article-block{
	margin-top: 48px;
	width: 32%;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: rgba(43,121,64,.1) 0 20px 50px;
}
.article-block > img{
	width: 100%;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.article-block .content{
	padding: 20px;
}
.article-block .content h3{
	font-size: 22px;
	margin-bottom: 16px;
}
.articles-content .load-more{
	margin-top: 48px;
	width: 100%;
	text-align: center;
}
.articles-content .load-more a{
	color: #999;
}
.article-details-content{
	padding: 56px 0 0 0;
}
.article-details-content .page-content .content p:last-child{
	margin-bottom: 0;
}
.article-details-content .page-content > .content > h3{
	margin-bottom: 15px;
}
.title-part{
	position: relative;
	margin-bottom: 15px;
}
.title-part h2{
	margin-bottom: 0;
}
.article-details-content .title-part h2{
	max-width: calc(80% - 10%);
	width: 100%;
}
.article-details-content .left-part{
	margin-top: 0;
}
.article-details-content .left-part .img-block{
	margin-bottom: 32px;
}
.view-rates .visit-site{
	margin-top: 32px;
}
.article-details-content .page-content .view-rates{
	padding-top: 32px;
	border-top: #D0D9D6 solid 1px;
}
/***** Articles Page End *****/


/* Offer card section */
.offer-section {
	padding: 15px 0;
	background-color: #F4F6F6;
}
.offer-section .offer-header {
	margin-bottom: 24px;
}
.offer-section h4 {
	font-weight: 600;
	margin-bottom: 0;
}
.offer-section .update-text{
	font-size: 16px;
	background: url(../images/check-2.svg) no-repeat left center;
	background-size: 15px;
	padding-left: 20px;
}
.offers .card {
	width: 33.33%;
	text-align: center;
}

.offers .card a {
	display: block;
	position: relative;
	background: #FFF;
	color: #333;
	border: 1px solid #fff;
	padding: 10px 20px 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.09);
}
.offers .card a:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.19);
}
.offers .card a:hover .green-btn::before, .offers .card a:hover .green-btn::before{
	opacity:1;
	width: 116%;
}
.offers .card a:hover .green-btn::after, .offers .card a:hover .green-btn::after{
	opacity:1;
	width: 120%;
}
.offers .card a:hover .green-btn span:after{
	width: 18px;
	margin-left: 6px;
}
.offers .card a:hover {
	color: #333;
}
.offers .card:nth-child(2) a {
	z-index: 1;
	padding: 30px 20px 24px 20px;
	background-color: #ECFAF0;
	border-color: #33CC66;
}
.offers .card:nth-child(2) .offer-text {
	font-size: 16px;
	font-weight: 600;
}
.offers .card .positions {
	position: absolute;
	top: 16px;
	left: 16px;
	width: 36px;
	height: 36px;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #e37d0f;
	-webkit-border-radius: 36px;
	border-radius:  36px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.offers .card a:hover .positions {
	background: #000;
}
.offers .card .label {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius:  0 10px 0 10px;
}
.offers .card .offer-logo {
	max-width: 130px;
	padding-top: 14.9231%;
	margin: 0 auto 10px auto;
	position: relative;
}
.offers .card .offer-logo img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:block;
	height:0;
	max-height:100%;
	max-width:100%;
	min-height:100%;
	min-width:100%;
	width:0;
	margin:auto;
}
.offers .card .offer-text {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 16px;
}
.offers .card .green-btn {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 140px;
}
/* Offer card section */


@media(max-width: 1199px){

	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
	.logo-strip .logos li{
		margin-left: 36px;
	}

	.intro-section .content{
		max-width: 50%;
	}
	.intro-section.about .img-block{
		max-width: 45%;
	}
	.image-content-section .img-block{
		max-width: 55%
	}
	.image-content-section .content{
		max-width: 42%;
	}

	.intro-section.contact .content{
		max-width: 40%;
	}
	.intro-section.contact .content .img-block{
		max-width: 100%;
	}
	.contact .patners-form{
		max-width: 55%;
	}
	.content-box.visitor{
		padding-left: 80px;
	}
	.visitor span.icon{
		left: 20px;
	}
	.content-box {
		padding: 20px;
	}
	.logo-strip ul.logos{
		max-width: 76%;
	}

	.left-part{
		max-width: 100%;
	}
	.right-part{
		display: none;
	}
	.offers .card .positions {
		font-size: 14px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		-webkit-border-radius: 26px;
		border-radius:  26px;
	}
	.offers .card .label {
		font-size: 12px;
		padding: 5px 10px;
	}
}

@media(max-width: 1024px){

	.logo-strip .logos li{
		margin-left: 24px;
	}
	.f-col-left,
	.f-col-right{
		width: 48%;
	}
}

@media(max-width: 992px){

	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	h1,.h1{
		font-size: 40px;
	}
	h2,.h2{
		font-size: 32px;
	}
	h3,.h3{
		font-size: 22px;
	}
	.s-pt,
	.s-py {
	    padding-top: 50px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 50px !important;
	}

	.intro-section.patners,
	.intro-section.about,
	.intro-section.contact{
		padding-top: 114px;
	}

	.logo-strip{
		text-align: center;
	}
	.logo-strip ul.logos{
		max-width: 100%;
	}
	.logo-strip .title-text{
		width: 100%;
		text-align: center;
		margin-bottom: 16px;
	}
	.logo-strip .title-text br{
		display: none;
	}
	.logo-strip .logos{
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	.intro-section .content,
	.patners-form,
	.intro-section .img-block,
	.image-content-section .img-block,
	.image-content-section .content{
		max-width: 48%;
	}

	.people-working .content-block,
	.people-working .info-content{
		max-width: 90%;
	}
	.people-working .content-block .img-block{
		margin-top: 24px;
	}

	.contact-content{
		padding: 50px 50px 0 50px;
		margin-top: 50px;
	}
	.contact-content h2 br{
		display: none;
	}
	.contact-content .content{
		margin-top: 16px;
		max-width: 100%;
	}
	.featured-post .content p{
		margin-bottom: 16px;
	}
	.filter-block .form-group{
		width: calc(50% - 16px);
	}
	.title-section.with-bg .ts-wrapper .content {
		margin-bottom: 50px;
	}

}

@media(max-width: 767px){

	h1,.h1{
		font-size: 32px;
	}
	h2,.h2{
		font-size: 26px;
	}
	h3,.h3,
	.tr-box h3{
		font-size: 18px;
	}

	header{
		padding: 16px 0;
		background: #fff;
	}
	header .logo{
		max-width: 180px;
	}
	.mobile-menu{
		width: 30px;
		height: 30px;	
	}
	.mobile-menu span,
	.mobile-menu span:before,
	.mobile-menu span:after{
		background: #333;
		width: 30px;
		height: 2px;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.15s linear
	}
	.mobile-menu span:before,
	.mobile-menu span:after{
		content: '';
		position: absolute;
	}
	.mobile-menu span:before{
		transform: translateY(-7px);
	}
	.mobile-menu span:after{
		transform: translateY(7px);
	}
	.mobile-menu.open span{
		background: transparent;
	}
	.mobile-menu.open span:before{
		transform: rotate(45deg);
	}
	.mobile-menu.open span:after{
		transform: rotate(-45deg);
	}
	.hd-right{
		display: none;
		border-top: #D0D9D6 solid 1px;
		position: absolute;
		background: #fff;
		left: 0;
		top: 100%;
		width: 100%;
		padding: 15px 20px;
		-webkit-box-shadow: rgba(0,0,0,.06) 0 10px 30px;
		box-shadow: rgba(0,0,0,.06) 0 10px 30px;
	}
	.navbar ul li{
		width: 100%;
		margin: 0 0 8px 0;
	}
	.navbar ul li a{
		display: block;
	}

	.intro-banner{
		margin-top: 64px;
		padding-top: 48px;
	}
	.intro-banner h1 br,
	.financial-decisions h2 br,
	.intro-section .content h2 br{
		display: none;
	}
	.financial-decisions .content h3{
		margin-bottom: 8px;
	}
	.banner-categories ul li{
		max-width: 130px;
	}
	.banner-categories ul li a{
		font-size: 12px;
		padding: 12px 10px
	}
	.logo-strip .logos li{
		margin: 16px !important;
	}
	.financial-decisions .content:first-child{
		margin-top: 0;
	}
	.financial-decisions .content:last-child{
		padding-bottom: 0;
		border-bottom: 0;
	}
	.financial-decisions .content{
		max-width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
		padding-left: 60px;
		border-bottom: #D0D9D6 solid 1px;
	}
	.financial-decisions .content::after{
		display: none;
	}
	.financial-decisions .content .icon{
		position: absolute;
		left: 0;
	}
	.tr-box{
		max-width: 48%;
		margin-top: 30px;
	}
	.tr-box .img-block{
		margin-bottom: 8px;
	}
	.intro-section .content{
		text-align: left;
	}
	.image-content-section .img-block,
	.image-content-section .content{
		max-width: 100%;
	}
	.image-content-section .img-block{
		margin-bottom: 24px;
	}
	.image-content-section .content h2{
		margin-bottom: 16px;
	}
	.image-content-section .content h2 br{
		display: none;
	}
	.image-wrapper.img-right .content{
		order: 12;
	}
	.image-content-section .image-wrapper{
		padding-top: 80px;
	}
	.intro-section.about .content{
		text-align: center;
	}
	.people-working .info-content{
		padding: 30px;
	}
	.people-working .info-content .info{
		max-width: 100%;
	}
	.people-working .info-content .info:last-child{
		margin-top: 24px;
	}
	.people-working .info-content:before{
		display: none;
	}

	.title-section{
		margin-top: 64px;
	}
	.title-section.review{
		padding: 32px 0;
		padding-bottom:5px;
	}
	.title-section.review .logo{
		max-width: 100%;
		padding: 24px;
		margin-right: 0;
		margin-bottom: 16px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.title-section.review .logo img{
		margin-bottom: 0;
	}
	.title-section.review .green-btn{
		width: auto;
	}
	.title-section.review .content{
		max-width: 100%;
	}
	.title-section.review .ads-link{
		position: static;
		display: block;
		text-align: right;
		margin-bottom: 8px;
	}
	.review-content,
	.page-content .content,
	.visit-site,
	.credibleat-glance,
	.overview-content{
		margin-top: 32px;
	}
	.author-written{
		margin-top: 32px;
		padding-top: 32px;
	}
	.author .img{
		width: 64px;
	}
	.visit-site,
	.patners-form{
		padding: 24px;
	}
	.intro-section.contact .content .img-block{
		margin-top: 32px;
	}
	.privacy-content{
		padding-top: 32px;
	}

	footer{
		margin-top: 50px;
		padding-top: 50px;
	}
	.f-col-left{
		margin-bottom: 16px;
	}
	.f-col-left, .f-col-right{
		max-width: 48%;
		width: 100%;
	}
	.f-col-left .content{
		width: 75%;
	}
	.footer-text{
		margin-top: 32px;
	}

	.intro-section .content{
		order: 12;
		max-width: 100%;
	}
	.intro-section .img-block{
		max-width: 100%;
		margin: 0 auto 30px auto;
	}
	.patners-form{
		max-width: 100%;
		margin-bottom: 32px;
		padding: 32px;
	}
	.quote-section .container,
	.quote-wrapper{
		margin-top: 50px;
	}
	.quote-wrapper{
		position: relative;
		padding: 40px;
	}
	.quote-wrapper > .icon{
		position: absolute;
		left: 40px;
	}
	.quote-wrapper .content{
		padding-left: 80px;
		max-width: 100%;
	}
	.intro-section.contact .content,
	.contact .patners-form,
	.intro-section.contact .content p{
		max-width: 100%;
		width: 100%;
	}
	.intro-section.contact .content{
		text-align: center;
	}
	.privacy-content .wrapper .content{
		padding: 24px 0;
	}

	.top-page-section .ads-link{
		/*display: none;*/
	}

	.top-page-section .hide-m{
		display: none;
	}

	.article-details-content{
		padding-top: 30px;
	}
	.article-details-content .left-part .img-block{
		margin-bottom: 24px;
	}
	.title-part{
		margin-bottom: 24px;
	}
	.featured-post .img-block,
	.featured-post .content{
		max-width: 100%;
	}
	.featured-post .content{
		margin-top: 24px;
	}
	.articles-content,
	.article-block{
		margin-top: 10px;
	}
	.featured-post .content h2{
		font-size: 26px;
	}
	.article-block .content h3{
		font-size: 18px;
	}
	.article-block{
		width: 48%;
	}

	.product-box .right{
		display: none;
	}
	.product-box .left,
	.product-box .center{
		width: 100%;
	}
	.product-box .center {
		padding-left: 0;
		padding-right: 0;
	}
	.product-box .rating:hover .tooltip-box{
		opacity: 0;
		visibility: hidden;
	}
	.product-box .rating .tooltip-box{
		top: 100%;
		z-index: 3;
	}
	.product-box .rating .tooltip-box .close-tooltip{
		cursor: pointer;
		position: absolute;
		top: -4px;
		right: -14px;
		width: 32px;
		height: 32px;
		padding: 10px;
		background: #fff url(../images/close.svg) no-repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		background-size: 12px;
		background-position: center;
		border-radius: 30px;
	}
	.filter-block{
		position: fixed;
		bottom: 0;
		z-index: 4;
		background: none;
	}
	.filter-block > .container{
		padding: 0;
	}
	.filter-block form.fiter-open{
		padding-top: 20px;
		overflow: auto;
	}
	.filter-block form{
		padding-top: 0;
		padding-left: 20px;
		padding-right: 20px;
		background: #fff;
		max-height: 0;
		opacity: 0;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.filter-block .form-group button.green-btn{
		cursor: pointer;
		border: 0;
		width: 100%;
		padding: 10px 20px 13px 20px;
	}
	.filter-block .form-group{
		width: 100%;
	}
	.filter-block h4{
		display: none;
	}
	.refine-results-button{
		margin: 0 auto;
		display: flex;
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		width: 100%;
		cursor: pointer;
		background: #333;
		padding: 12px 16px;
		border-radius: 16px 16px 0 0;
		color: #fff;
		-webkit-transition: all 500ms ease-in-out;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
	}
	.refine-results-button img{
		width: 16px;
		margin-right: 10px;
	}
	.product-box{
		padding: 20px;
	}
	.product-box .center{
		position: relative;
	}
	.product-box .center:after{
		content: '';
		position: absolute;
		top: 0;
		left: -20px;
		width: 1px;
		height: 100%;
		background: #D0D9D6;
	}
	.product-box .left .star-lable{
		display: none;
	}
	.product-box .center h5 img{
		position: absolute;
		top: -25px;
		right: -25px;
	}
	.product-box .center h5,
	.product-box .center h6{
		font-size: 0;
		margin-bottom: 0;
	}
	.product-box .star-lable{
		width: 100%;
		margin-top: 8px;
		text-align: center;
	}
	.product-box .green-btn{
		/*padding: 8px 20px;*/
		padding: 20px;
		font-size: 18px;
		min-width: 140px;
	}
	.product-box .center ul.list{
		margin-bottom: 8px;
	}
	.product-box .center ul.list li{
/*		padding-left: 0;
		background: none;
*/
	}
	.product-box.has-site-visit{
/*		margin-bottom: 65px;	*/
	}
	.product-box.has-site-visit.p-label-info .label{
		left: 32px;
		right: auto;
		-webkit-border-radius: 0 0px 10px 0px;
		border-radius: 0 0px 10px 0px;
	}
	.product-box.has-site-visit .site-visit{
		display: block;
		text-align: center;
		position: static;
		margin-bottom: -60px;
		-webkit-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
		margin-top: 20px;
		margin-bottom: -59px;
		padding: 4px 16px;
	}
	.product-box.has-site-visit .site-visit:after{
		display: none;
	}
	.product-box.has-site-visit .site-visit img{
		display: inline-block;
		vertical-align: middle;
	}
	.product-box.has-site-visit .site-visit p{
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}
	.locked .filter-block-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(51,51,51,.5);
		z-index: 3;
		-webkit-transition: all 5s ease-in-out;
		-moz-transition: all 5s ease-in-out;
		-ms-transition: all 5s ease-in-out;
		-o-transition: all 5s ease-in-out;
		transition: all 5s ease-in-out;
	}
	.locked header{
		background: #fff;
	}
	.best-choice .product-box > .row{
		padding-top: 38px;
	}
	.best-choice .product-box .title{
		padding: 8px 16px;
	}
	.best-choice .product-box .center h5 img {
	    position: absolute;
	    top: -10px;
	    right: -10px;
	}
	.ts-wrapper .content h1{
		font-size: 32px;
	}
	.ts-wrapper{
		padding-bottom: 0;
	}
/*	.ts-wrapper .content h3,	*/
	.ts-wrapper .content p{
		display: none;
	}
	.product-box .left .logo{
		width: 140px;
		padding: 16px;
	}
	.product-box .left .logo img{
		width: 100%;
		height: auto;
		height:100px;	
	}
	.product-box .left, .product-box .center{
		max-width: 100%;
	}
	.product-box .green-btn{
		min-width: 100%;
	}
	.product-box .left .rating{
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}
	.product-box .center{
		position: static;
	}
	.product-box .center:after{
		display: none;
	}
	.product-box .center h5 img{
		position: absolute;
		top: -5px;
		right: -5px;
	}
	.product-box .left{
		margin-bottom: 16px;
		padding-bottom: 16px;
		position: relative;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	.product-box .left:after{
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #D0D9D6;
	}
	.product-box .left .logo{
		width: 200px;
		padding: 14px 16px;
		display: inline-block;
		vertical-align: middle;
	}
	.product-box.p-label-info{
		padding-top: 40px;
	}
	.product-box .center ul.list li{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding-top: 0;
		padding-bottom: 0;
		line-height: 24px;
	}
	.product-box .center ul.list li span{
		max-width: 47%;
		width: 100%;
	}
	.product-box .center ul.list li span:last-child{
		text-align: right;
	}
	.product-box .tooltip-box{
		left: auto;
		right: -26px;
	}
	.product-box .rating span{
		font-size: 44px;
	}
	.tooltip-box::before{
		left: 70%;
	}
	.top-page-header .filter-block{
		margin-bottom: 0;
	}
	.bar-for-m {
		display: block;
	}

	.offer-section {
		display: none;
	}

}


@media(max-width: 575px){

	h1,.h1{
		font-size: 26px;
	}
	h2,.h2{
		font-size: 20px;
	}

	.patners-form button.green-btn{
		padding: 11px 16px 13px 16px;
	}

	.intro-banner h1{
		margin-bottom: 20px;
	}
	.tr-box{
		max-width: 100%;
	}
	.f-col-left .content{
		padding-left: 0;
	}
	.f-col-left, .f-col-right{
		max-width: 100%;
		width: 100%;
	}
	.f-col-left > a{
		width: 15%;
	}
	.f-col-left .content{
		width: 82%;
	}
	.f-col-left p{
		margin-bottom: 8px;
	}
	
	.quote-wrapper{
		position: relative;
		padding: 30px;
	}
	.quote-wrapper > .icon{
		position: static;
		width: 38px;
	}
	.quote-wrapper .content{
		padding-left: 0;
		padding-top: 16px;
		max-width: 100%;
	}

	.intro-section.about .img-block{
		max-width: 80%;
	}
	.people-working .content-block .img-block:before,
	.image-content-section .img-block:before,
	.patners-form:before,
	.patners-form::before{
		top: -20px;
		right: -20px;
		width: 130px;
		height: 60px;
		background-size: cover;
	}
	.image-content-section .img-block::before{
		left: -20px;
	}
	.image-wrapper.img-right .img-block::before{
		right: -20px;
	}

	.image-wrapper.img-right .blur-round{
		left: 0;
	}
	.people-working .info-content .info > p{
		word-wrap: break-word;
	}
	.title-section.review .logo{
		display: block;
	}
	.title-section.review .logo img{
		margin-bottom: 16px;
	}
	.title-section.review .green-btn{
		width: 100%;
	}
	.title-section.review .content p {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.article-details-content .title-part h2{
		max-width: 100%;
	}

	.review-content h4{
		font-size: 18px;
	}
	.author .img{
		width: 48px;
	}
	.author .content{
		max-width: 77%;
		width: 100%;
	}
	.author .content h4{
		margin-bottom: 2px;
	}
	.review-content .col-half:first-child{
		margin-top: 0;
	}
	.review-content .col-half,
	.contact-details .col-half{
		width: 100%;
		margin-top: 24px;
	}
	.author .content p{
		font-size: 14px;
	}
	.credibleat-glance{
		padding: 24px;
	}
	.credibleat-glance ul li .description{
		margin-bottom: 8px;
	}
	.credibleat-glance ul li .description,
	.credibleat-glance ul li h3{
		width: 100%;
	}
	.visit-site .logo{
                margin:0 auto;
		margin-bottom: 16px;
	}

	.visit-site .logo img {
     margin-right: 0px; 
	}

	.visit-site .green-btn{
		width: 100%;
	}
	.credibleat-glance .row > h3{
		margin-bottom: 16px;
	}
	.glance-score{
		width: 100%;
		font-size: 40px;
	}
	.review-author img{
		width: 44px;
		margin-right: 8px;
	}
	.review-box{
		padding: 16px;
	}
	.review-author .content h4{
		font-size: 16px;
	}
	.review-author .content p, .review-author .content span{
		font-size: 14px;
	}
	.review-author .content span{
		margin-left: 8px;
	}
	.review-box .rating .time{
		display: inline-block;
		vertical-align: text-bottom;
		font-size: 14px;
		margin-top: 0;
		margin-left: 6px;
	}
	.review-box .rating{
		width: 100%;
		margin-top: 8px;
		padding-top: 8px;
		border-top: #D0D9D6 solid 1px;
		text-align: center;
	}
	.r-content{
		margin: 8px 0;
	}
	.review-box .rating .stars{
		display: inline-block;
	}
	.review-box .rating .stars span{
		font-size: 0;
		margin-right: 8px;
	}
	.contact-details{
		margin-top: 16px;
	}
	.contact-details .col-half{
		margin-top: 8px;
	}
	.contact-details .col-half:first-child{
		margin-top: 0;
	}
	.contact-content{
		padding: 32px 0 0 0;
		margin-top: 32px;
	}
	.contact .patners-form .half{
		width: 100%;
	}
	.contact-details > a{
		font-size: 14px;
		display: block;
		margin-top: 8px;
	}
	.contact-details .email{
		margin-left: 0;
	}
	.title-part .ads-link{
		position: static;
		margin-bottom: 16px;
		display: block;
	}
	.title-part h2 br{
		display: none;
	}
	.featured-post .content h2{
		font-size: 22px;
	}
	.article-block{
		width: 100%;
	}
	.product-box .green-btn span:after{
		display: none;
	}
	.ts-wrapper .content h1{
		font-size: 26px;
		margin-bottom:15px;
	}


.product-box .center ul.list li{
	font-size: 15px;
	}
}


@media(max-width: 413px){

	.product-box .left .logo{
		width: 50%;	
		padding: 14px 16px;
		display: inline-block;
		vertical-align: middle;
	}
	
	
	.best-choice .product-box{
		padding: 16px;
	}
	.best-choice .product-box .center h5 img{
	    position: absolute;
	    top: 48px;
	    right: 10px;
	}

}


strong
{
font-weight:bold;
}


.content img
{
border-radius:0px;
}



.page-content .content ol li{
	list-style: none;

  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  padding-left:20px;

}

.page-content .content ol > li:before{
	list-style: none;
display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}



.page-summary ol li{
	list-style: none;

  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
  padding-left:40px;

}

.page-summary ol > li:before{
	list-style: none;
display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

hr
{
	border-top: 1px solid #cccccc;
        border-bottom: 0px;
}

.read-box .image img
{
border-radius:5px;
height:56px;
width:56px;
}



.articles-content .row{
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
    margin: 0 -12px;
}



.article-block{
    width: calc((100% / 3) - 24px);
    margin: 48px 12px 0 12px;
}

@media(max-width: 767px){
    .article-block{
        width: calc((100% / 2) - 24px);
        margin: 24px 12px 0 12px;
    }
}
@media(max-width: 575px){
    .article-block{
        width: calc((100% / 1) - 24px);
        margin: 24px 12px 0 12px;
    }
}




.logo-lg
{
width:unset !important;
padding:0 !important;
border:0 !important;
margin:0 auto;
}




.image-lg
{
height:unset !important;
}





.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.ts-wrapper .content h3
{
color:#000;
}

.green-btn {
/*background:#9e330e;*/
}

/** NEW CSS START **/
.intro-banner {
	background: url(../images/intro-banner-bg.webp) no-repeat right center;
	background-size: cover;
	position: relative;
}
.intro-banner .inner {
	max-width: 75%;
	position: relative;
	z-index: 1;
}
.intro-banner.style-2 {
	min-height: calc(100vh - 70px);
	background-position: center center;
	background-size: cover;
	padding: 150px 0;
}
.intro-banner.style-2:after {
	content: "";
	width: 100%;
	height: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: rgba(0,0,0,.2);
}
.intro-banner.style-2 .inner {
	max-width: 60%;
}
.intro-banner.style-2 .logo-strip {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 150px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.intro-banner.style-2 .logo-strip .title-text {
	-webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:250px;
    max-width:none;
	color: #fff;
}
.intro-banner.style-2 .logo-strip .logos-list {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
}
.intro-banner.style-2 .logo-strip .logos-list .item {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	padding: 0 20px;
}
.intro-banner.style-2 .logo-strip .logos-list .item img {
	margin: 0 auto;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.intro-banner .image {
	pointer-events: none;
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: 0;
	max-width: 550px;
}
.green-btn.secondary-btn {
	background: #333;
}
/*.green-btn.secondary-btn::after {
	background: #FFD044;
}*/
.filter-block {
	padding: 20px 20px 4px 20px;
	background: #F9FBFD;
}
.filter-block .container {
	padding: 0;
}
.filter-block .form-group input[type="text"], .filter-block .form-group input[type="email"], .filter-block .form-group input[type="tel"], .filter-block .form-group select, .filter-block .form-group textarea, .select-styled {
	border-color: #a4b3ae;
	font-weight: 700;
}
.top-page-header.fixed {
	width: 100vw;
	margin-left: calc(-1 * calc(calc(100vw - calc(2399px / 2))/2));
}
.top-page-header.fixed .inner {
	width: 70%;
	padding-left: 20px;
	padding-right: 20px;
}
.filter-block .form-group.col-4 .select-styled {
	padding: 8px;
	padding-right: 40px;
	font-size: 13px;
}
.filter-block .form-group.col-4 { width: calc(25% - 10px); }
.filter-block .form-group.col-2 { width: calc(50% - 16px); }
.filter-block .form-group.col-3 { width: calc(33.33% - 16px); }
.filter-block .form-group label { margin-bottom: 4px; }

.filter-block .icon-with-text {
	margin-left: 10px;
}
.icon-with-text{
	position: relative;
	padding-left: 64px;
	min-height: 50px;
	border-bottom: #DFEBE7 solid 1px;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.icon-with-text h3 {
	line-height: 1.2;
}
.icon-with-text h3:last-child { margin-bottom: 0; }
.icon-with-text:last-child{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.icon-with-text .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.icon-with-text .icon img {
	width: 100%;
}
/** Load more **/
.top-page-content .product-box:not(:first-child) {
	display: none;
}
.green-btn.load-more{
	/*background: #f3f3f4;*/
	background: #fff;
	border: #33CC66 solid 1px;
	color: #33CC66;
	min-width: 230px;
	padding: 11px 20px 11px 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.green-btn.load-more > img{
	width: 16px;
	margin-right: 8px;
	position: absolute;
	left: 16px;
	top: 14px;
}
.green-btn.load-more:hover {
	color: #33CC66 !important;
	border: #333 solid 1px;
}
.green-btn.load-more:after {
	background: #d5e1dd;
}
.green-btn.load-more:before {
	background: #333;
}
.green-btn.load-more span:after{
	content: '';
	position: relative;
	background: url(../images/plus.svg) no-repeat;
}
/** Load more **/
.product-box .rating.toggle:hover .tooltip-box {
	display: none;
}
.product-box .rating.toggle {
	cursor: pointer;
}
.product-box .rating.toggle .close-reviews {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-size: 0;
	display: none;
	background: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.product-box .rating.toggle .close-reviews:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 25px;
	height: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	background: #333 url(../images/close-white.svg) center center no-repeat;
	background-size: 10px auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rating-toggle-box {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #D0D9D6;
	display: none;
	width: 100%;
}
.rating-block-list {
	margin-left: -20px;
	margin-right: -20px;
}
.rating-block-list .rating-block {
	width: 33.33%;
	padding: 0 20px;
}
.rating-block .rating-value {
	margin-bottom: 10px;
}
.rating-block .rating-value img,
.rating-block .rating-value span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.rating-block .rating-value span {
	margin-right: 0;
	color: #333;
	font-weight: 600;
}
.rating-block .rating-content h5 {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin-bottom: 4px;
}
.rating-block .rating-content p {
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}
.rating-block .rating-content a {
	text-decoration: underline;
}
/** Featured advertising **/
.advertising-block {
	margin-top: 32px;
	padding: 32px;
	text-align: center;
	background: rgba(51, 204, 102, .10);
	/* border: 1px solid #D0D9D6; */
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.advertising-block:first-child {
	margin-top: 0;
}
.advertising-block .label {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	line-height: normal;
	-webkit-border-radius: 10px 0 10px 0;
	border-radius: 10px 0 10px 0;
}
.advertising-logo img {
	display: block;
	max-width: 230px;
	width: 100%;
	margin: 0 auto 16px auto;
}
.advertising-block h5 {
	font-weight: 600;
	margin-bottom: 24px;
}
/** Featured advertising **/

/*hurry popup*/
.hurry-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	/*width: 100vw;
	height: 100vw;*/
	background: rgba(51, 51, 51, .7);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
}
.hurry-popup .content {
	width: 700px;
	max-width: 95%;
	max-height: 95%;
	padding: 30px;
	overflow: auto;
	background: #fff;
	margin: 0 auto;
}
.hurry-popup .content h2 {
	font-size: 40px;
	line-height: normal;
}
.hurry-popup .link {
	font-size: 14px;
}
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
a.link.style-2:before { width: 100%; background: #33CC66; }
a.link.style-2:hover:before { width: 0; }
a.link.style-3 { font-weight: 400; color: #333; }
a.link.style-3:before { width: 100%; background: #333; }
a.link.style-3:hover:before { width: 0; }
.hurry-popup.style-3 a.link.style-3 { font-weight: 500; color: #fff; }
.hurry-popup.style-3 a.link.style-3::before { background: #fff; }
.hurry-popup .green-btn {
	min-width: 160px;
}
.hurry-popup.style-1 .content {
	width: 530px;
	background: #fff;
	border-top: 10px solid #33CC66;
	padding: 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-1 .content img {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-2 .content {
	background: #EFF6FF;
	padding: 0;
	width: 475px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-2 .content h3,
.hurry-popup.style-3 .content h3,
.hurry-popup.style-4 .content h3 {
	font-size: 26px;
}
.hurry-popup.style-2 .content .text-block {
	padding: 32px;
}
.hurry-popup.style-2 .content a {
	display: inline-block;
	vertical-align: middle;
}
.hurry-popup.style-2 .content .green-btn {
	margin-right: 16px;
}
.hurry-popup.style-3 .content {
	width: 720px;
	padding: 0;
	background: #33CC66;
	color: #fff;
	border: 5px solid #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.hurry-popup.style-3 .left-block {
	width: 46.47%;
}
.hurry-popup.style-3 .right-block {
	width: 53.52%;
	padding: 50px;
}
.hurry-popup.style-4 .content {
	width: 400px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	-webkit-border-radius: 400px;
	border-radius: 400px;
}
.hurry-popup.style-4 .content .text-block {
	width: 100%;
}
.hurry-popup.style-4 .icon {
	display: inline-block;
	margin-bottom: 10px;
}
.anim-top { animation:anim-top 0.7s ease-in-out forwards }
.anim-bottom { animation:anim-bottom 0.7s ease-in-out forwards; }
@keyframes anim-bottom {
 0% {
  opacity:0;
  transform:translate3d(0, 400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, -30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, 40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}
@keyframes anim-top {
 0% {
  opacity:0;
  transform:translate3d(0, -400px, 0)
 }
 50% {
  opacity:1;
  transform:translate3d(0, 30px, 0)
 }
 80% {
  opacity:1;
  transform:translate3d(0, -40px, 0)
 }
 100% {
  opacity:1;
  transform:translate3d(0, 0, 0)
 }
}
/*hurry popup*/
/*home page changes*/
.intro-banner .text-left {
	text-align: left;
}
.intro-banner h3 {
	color: #fff;
}
.product-cat-slider {
	margin: 0 -5px;
}
.product-cat-slider .item {
	padding: 5px;
}
.product-cat-slider .item a {
	position: relative;
	bottom: 0;
	background: #fff;
    padding: 10px;
    font-size: 16px;
    color: #333;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.product-cat-slider .item:hover a {
	bottom: -4px;
	background: #EFF6FF;
	box-shadow:0px 4px 8px rgba(0,0,50,.1);
}
.product-cat-slider .item .cat-name {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
    padding-left: 15px;
}
.product-cat-slider .item .cat-icon {
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:50px;
    max-width:50px;
    height: 50px;
    background: #333;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.product-cat-slider .item:hover .cat-icon {
	background: #33CC66;
}
.product-cat-slider .item .cat-icon img {
	width: 32px;
	margin: 0 auto;
}
.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -24px;
	font-size: 0;
	width: 48px;
	height: 48px;
	border: 1px solid #c5c5d6;
	background-color: #fff;
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	cursor: pointer;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.slick-arrow:hover {
	background-color: #EFF6FF;
}
.slick-prev {
	left: -14px;
	background-image: url(../images/prev-arrow.svg);
}
.slick-next {
	right: -14px;
	background-image: url(../images/next-arrow.svg);
}

.slick-dots {
	text-align: center;
	margin-top: 20px;
}
.slick-dots li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: top;
}
.slick-dots li button {
	display: block;
	font-size: 0;
	width: 10px;
	height: 10px;
	border: 0;
	background: #EFF6FF;
	cursor: pointer;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
	background: #333;
}

/*.review-section {
	background: #EFF6FF;
}*/
/*Marquee Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/*background:#f6f6f6;*/
	white-space:nowrap;
}

.str_wrap.str_active {
	/*background:#f1f1f1;*/
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
	font-size: 0;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
/*.str_wrap img {
	max-width:none !important;	
}*/
.review-section h2 { margin-bottom: 48px; }
.review-marquee .item {
	/*background:#f1f1f1;*/
	width:400px;
	padding: 0 12px;
	display:inline-block;
	vertical-align:top;
}
.review-block {
	background:  #F9FBFD;
	width: 100%;
	margin-bottom: 24px;
	padding: 24px;
	font-size: 16px;
	text-align: left;
	white-space: initial;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.review-block.active {
	background: red;
}
.review-block:hover {
	box-shadow:10px 10px 11px rgba(0,0,0,0.02);
	transform: perspective(1px) scale(1.02);
}
.review-block .head {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items:center;
    -webkit-align-items:center;
    -ms-align-items:center;
    margin-bottom: 8px;
    direction: ltr;
}
.review-block .head .author-img {
	-webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:40px;
    max-width:none;
}
.review-block .head .author-img img {
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.review-block .head .star-rating {
	-ms-flex-preferred-size:0;
    flex-basis:0;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%;
    padding-left: 15px;
}
.review-block .author-detail {
	font-size: 14px;
	color: #adadad;
	font-weight: 600;
	margin-bottom: 8px;
}
.review-block .review-body {
	font-size: 14px;
	line-height: normal;
}
/*home page changes*/

@media(max-width: 1600px){
	.intro-banner .inner {
		max-width: 65%;
	}
	.intro-banner h1 {
		font-size: 44px;
	}
	.intro-banner .image {
		max-width: 500px;
	}
}
@media(max-width: 1240px){
	.top-page-header.fixed {
		margin-left: -20px;
	}
}
@media(max-width: 1199px){
	.intro-banner .inner {
		max-width: 60%;
	}
	.intro-banner h1 {
		font-size: 38px;
	}
	.intro-banner .image {
		right: -150px;
		max-width: 550px;
	}
	.top-page-header.fixed {
		margin-left: -30px;
	}
	.top-page-header.fixed .inner {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.right-part {
		display: block;
		max-width: 100%;
		width: 400px;
		margin: 30px auto 0 auto;
	}
}
@media(max-width: 992px){
	.intro-banner .inner {
		max-width: 100%;
		width: 100%;
	}
	.intro-banner .image {
		display: none;
	}
	.top-page-header.fixed {
		margin-left: -20px;
	}
	.top-page-header.fixed .inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.filter-block .form-group.col-3 {
		width: calc(50% - 16px);
	}
	.filter-block .form-group.col-4 {
		width: calc(50% - 10px);
	}
	.hurry-popup .content h2 {
		font-size: 32px;
	}
	.intro-banner.style-2 .logo-strip .title-text {
		width: 100%;
	}
	.intro-banner.style-2 .logo-strip .logos-list {
		-ms-flex-preferred-size:inherit;
	    flex-basis:inherit;
	    -webkit-box-flex:inherit;
	    -ms-flex-positive:inherit;
	    flex-grow:inherit;
	    max-width:100%;
	    width: 100%;
	}
}
@media(max-width: 767px){
	.intro-banner h1 {
		font-size: 32px;
	}
	.s-pt,
	.s-py {
	    padding-top: 30px !important;
	}
	.s-pb,
	.s-py {
	    padding-bottom: 30px !important;
	}
	.green-btn.load-more{
		min-width: 100%;
	}
	.filter-block {
		background: none;
		width: 100%;
		left: 0;
		padding-bottom: 0;
	}
	.filter-block .form-group.col-2,
	.filter-block .form-group.col-3,
	.filter-block .form-group.col-4 {
		width: 100%;
	}
	.hurry-popup.style-1 .content {
		padding: 30px;
	}
	.hurry-popup.style-3 .left-block {
		width: 100%;
	}
	.hurry-popup.style-3 .left-block img {
		width: 100%;
	}
	.hurry-popup.style-3 .right-block {
		padding: 30px;
		width: 100%;
	}
	.product-cat-slider .item .cat-icon {
		width: 40px;
		height: 40px;
	}
	.product-cat-slider .item .cat-icon img {
		width: 26px;
	}
	/*.review-block {
		width: 350px;
	}*/
	.product-box .rating.toggle .close-reviews {
		display: block;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	.product-box .rating.toggle.open .close-reviews {
		opacity: 1;
		pointer-events: inherit;
		visibility: visible;
	}
	.product-box .left {
		order: 1;
	}
	.product-box .center {
		order: 3;
	}
	.product-box .rating-toggle-box {
		order: 2;
		margin: 10px 0;
		border-top: 0;
		padding-top: 0;
	}
	.rating-block-list .rating-block {
		width: 100%;
		margin-bottom: 15px;
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	    -ms-justify-content: space-between;
	}
	.rating-block-list .rating-block:last-child {
		margin-bottom: 0;
	}
	.rating-block .rating-value {
		order: 2;
	}
	.rating-block .rating-content {
		order: 1;
		max-width: 75%;
		padding-right: 10px;
	}
	/*.intro-banner.style-2 .logo-strip .slick-track {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    align-items:center;
	    -webkit-align-items:center;
	    -ms-align-items:center;
	}
	.intro-banner.style-2 {
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    align-items:center;
	    -webkit-align-items:center;
	    -ms-align-items:center;
	}*/
	.intro-banner.style-2 {
		min-height: calc(100vh - 200px);
	}
	.intro-banner.style-2 .inner {
		max-width: 80%;
	}
	.intro-banner.style-2 .logo-strip .logos-list .item {
		width: 130px;
	}
}
@media(max-width: 575px){
	.intro-banner h1 {
		font-size: 26px;
	}
	.hurry-popup.style-4 .content {
		width: 350px;
		height: 350px;
		-webkit-border-radius: 350px;
		border-radius: 350px;
	}
	.product-cat-slider {
		margin: 0 -4px;
	}
	.product-cat-slider .item {
		padding: 4px;
	}
	.product-cat-slider .item a {
		font-size: 14px;
		line-height: normal;
		padding: 8px;
	}
	.product-cat-slider .item .cat-name {
		padding-left: 8px;
	}
	.review-section h2 {
		margin-bottom: 30px;
	}
	.title-section.with-bg .ts-wrapper .content {
		margin-bottom: 30px;
	}
}
@media(max-width: 413px){
	.hurry-popup.style-1 .content {
		padding: 20px;
	}
	.hurry-popup .content h2 {
		font-size: 26px;
	}
	.hurry-popup.style-2 .content .text-block {
		padding: 20px;
	}
	.hurry-popup.style-3 .right-block {
		padding: 20px;
	}
	.hurry-popup.style-4 .content {
		width: 300px;
		height: 300px;
		padding: 20px;
		-webkit-border-radius: 350px;
		border-radius: 350px;
	}
	.hurry-popup.style-4 .icon {
		width: 60px;
	}
	.hurry-popup.style-4 .content h3 {
		font-size: 20px;
	}
	.hurry-popup .green-btn.mb-16 {
		margin-bottom: 8px;
	}
}
/** NEW CSS END **/


/*   //////////////////////////////////////////////////////////    */


/*
	jquery.paginate.css  
	Version 0.1.1
*/


.paginate-pagination{
text-align:center;
}

.paginate-pagination ul {
	
	margin: 20px 0;
	padding: 0;
	list-style: none;
	
}

.paginate-pagination ul:after {
	
	content: ' ';
	display: table;
	clear: both;
	
}

.paginate-pagination ul > li {
	
	/*float: left;*/
	display:inline-block;
	margin-right: 3px;
	margin-bottom:3px;
	
}

.paginate-pagination ul > li > a.page {
	
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	background: white;
	text-decoration: none;
	cursor: pointer;
	
}

.paginate-pagination ul > li > a.page:hover { opacity: 0.7; }
.paginate-pagination ul > li > a.page.active { cursor: default;background: #33CC66;color: #FFF; }

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive { opacity: 0.7; cursor: default; }

/*   //////////////////////////////////////////////////////////    */


.tip-bulb
{
width:30px;
height:30px;
float:left;
margin-bottom:8px;
margin-right:3px;
}

.tip-h3
{
/*padding-top:5px;*/

color:#000 !important;

}

@media (max-width: 767px)
{
	.tip-h3{font-size: 14px;	display:none;}
	.icon-with-text
	{
		display:none;
	}

}

.privacy-content .wrapper ul.plain li {
    color: #000;
    list-style: disc;
}
.privacy-content .wrapper ul.plain {
    padding-left: 24px;
}
ul.dots {
	list-style: disc;
	padding: 0px 50px 20px;
}

ul.dots li {
	list-style: disc;
	line-height: 24px;
}
 

@media (max-width: 767px)
{
	.clogo
	{
		width:300px !important;
		margin:0 auto;
	}
}


.font-poppins
{
font-family:Poppins;
}

.title-section.review .green-btn {
	min-width:unset;
	padding:10px;
}