/************ TABLE OF CONTENTS ***************


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

/*{
	padding:0;
	margin:0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;                                         
} 
*/
body{
	font-family: "Arimo", sans-serif;
	line-height: 1.4em;
}
ul{
	padding: 0px;
}

h1 {
  font-weight: 900;
  font-size: 36px;
}

h2 {
  font-weight: 700;
  font-size: 32px;
}

h3 {
  font-weight: 400;
  font-size: 28px;
}

h4 {
  font-weight: 400;
  font-size: 24px;
}

h5 {
  font-weight: 400;
  font-size: 20px;
}

h6 {
  font-weight: 400;
  font-size: 16px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/*
p{
	color: #636363;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	letter-spacing:2px;
	margin-bottom: 1rem;
}
*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arimo", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Rasa", serif;
    line-height: 1.3em;
    margin-bottom: 30px;
    color: #321E41;
    font-weight: bold;
}

ul {
  margin-bottom: 0px;
}
#header{
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
	text-align: center;
	padding: 7px 0px;
}
.logo img{
	width: 200px;
}
.top_main{
	margin: auto;
    padding-top: 50px;
    position: relative;
}
.titles{
	max-width: 860px;
    margin: 0 auto;
}
.main_title{
	font-size: 44px;
    text-align: center;
    font-family: "Arimo", sans-serif;
    color: #321E41;
    margin: 0 auto 30px;
    line-height: 1.3em;
    max-width: 960px;
}
.sub-title {
    font-size: 20px;
    font-family: "Arimo", sans-serif;
    color: #4A4A4A;
    text-align: center;
    line-height: 1.3em;
    margin: 0 auto 30px;
    max-width: 760px;
    font-weight: normal;
}
.author {
    padding: 20px 0;
    margin: 0 auto 30px;
    line-height: 1.4;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    position: relative;
    max-width: 750px;
}
.author img {
    width: 75px;
    float: left;
    margin-right: 10px;
}
.author h4 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 5px;
}
.author .email {
    position: absolute;
    top: 20px;
    right: 0;
}
small {
    font-size: 85%;
}
.email a {
    -webkit-tap-highlight-color: #43bcdf;
}
.titles .author p {
    font-size: 15px;
    margin-bottom: 2px;
}
small i{
	
    font-size: 14px;
    margin-right: 2px;
    /* margin-bottom: -38px; */
}
 .main-content {
    max-width: 760px;
    margin: auto;
    padding: 0;
}
.img-full{
	width: 100%;
	margin-bottom: 20px;
}
.lp p {
    margin-bottom: 30px;
}
.middile_content p{
	font-size: 19px;
	line-height: 1.6em;
}
.review-title {
    background: #00abf2;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 33px;
    text-transform: uppercase;
	margin-bottom: 25px;
    margin-top: 30px;
}
/* reviews section started */
.reviews {
    background: #F1F3F4;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 50px;
    clear: both;
}
.review {
    background: #fff;
    padding: 35px 50px 150px;
    border: 1px solid #EFEFEF;
    border-top: 3px solid #321E41;
    max-width: 760px;
    margin: 0 auto 50px;
    border-radius: 4px;
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}
.review h4 {
    font-size: 34px;
    margin: 4px 0 0;
    line-height: 1;
    padding-right: 100px;
}
.review h4 a {
    color: inherit;
    text-decoration: none;
}
.product_name{
	color: #0000ff;
}
.f_span{
	color: #000000;
}
.s_span{
	text-decoration: underline;
}
.th_span{
	color: #0000ff; 
	text-decoration: underline;
}
.review>img {
    position: absolute;
    top: 20px;
    right: 45px;
}
.product-image-box, .circle-summary, .grade {
    display: inline-block;
    width: 33%;
    border: 1px solid #F0F0F0;
    padding: 25px;
    text-align: center;
    vertical-align: top;
    float: left;
    height: 198px;
}
.product-image-box img {
    max-height: 150px;
}
.circle-summary {
    position: relative;
    padding-top: 160px;
}
.circle-summary {
    padding-bottom: 15px;
}
.review svg {
    top: 12px;
}
.review svg {
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    fill: none;
}
.review svg:nth-child(2) {
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
}
.review svg:nth-child(2) path {
    stroke: #fff;
    stroke-width: 22px;
}
.review svg:nth-child(2) path {
    fill: none;
    stroke-width: 8;
	stroke-width: 20;
    stroke-dasharray: 629;
    stroke: #f3f3f3;
}
.circle-summary .circle-text {
    margin-top: -10px;
}
.review .circle-summary h4, .review .grade p {
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    padding-right: 0;
}
.review h4 {
    font-size: 34px;
    margin: 4px 0 0;
    line-height: 1;
    padding-right: 100px;
}
.review .circle-summary p {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    color: #9B9B9B;
    font-size: 16px;
    line-height: 20px;
}
.review .circle-summary h5 {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 81px;
    left: 50%;
    transform: translateX(-50%);
}

.review svg:nth-child(1) path {
    fill: none;
    stroke-width: 6;
    stroke-dasharray: 629;
    stroke: #6f6f6f;
}
.review svg:nth-child(1) path {
    stroke: #84D321;
    stroke-width: 20px;
}

.grade h1 {
    font-size: 72px;
    font-weight: normal;
	text-align: center;
    font-family: "Arimo", sans-serif;
    color: #321E41;
    margin: 0 auto 30px;
    line-height: 1.3em;
    max-width: 960px;
}
.ratings {
    clear: both;
    padding: 30px 0 5px;
}
.ratings li {
    padding: 12px;
    border-bottom: 2px solid #F0F0F0;
    position: relative;
}
.ratings em {
    display: inline-block;
    vertical-align: bottom;
    width: 45%;
    color: #4A4A4A;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.ratings em i:before {
   /* content: "\F086";
    font-family: "scale"; */
    font-style: normal;
    font-weight: normal;
    margin-left: 10px;
    color: #DCDCDC;
    cursor: pointer;
}
.ratings .popup {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    z-index: 10;
    width: 93%;
}
.ratings .bar {
    display: inline-block;
    vertical-align: bottom;
    width: 200px;
    background-color: #F0F0F0;
    border-radius: 20px;
    width: 40%;
    position: relative;
}
.ratings .bar .fill {
    background-color: #a0ee3d;
    border-radius: 20px;
    color: #fff;
    display: block;
    height: 20px;
}
.ratings .bar .average {
    display: block;
    text-align: right;
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px;
}
.ratings .bar .average small {
    position: relative;
    left: -100%;
    border-right: 2px dotted #62A50E;
    border-radius: 20px;
    display: block;
    padding-right: 10px;
    color: #62A50E;
    white-space: nowrap;
}
.ratings em {
    display: inline-block;
    vertical-align: bottom;
    width: 45%;
    color: #4A4A4A;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.ratings p {
    display: inline-block;
    vertical-align: bottom;
    width: 13%;
    color: #4A4A4A;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.review .trigger-review {
    background: transparent;
    padding: 12px;
    color: inherit;
    text-transform: uppercase;
    border-radius: 0;
    display: block;
    border-top: 2px solid #F0F0F0;
    margin: 12px -12px -12px;
    font-family: "Arimo", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}
.review .trigger-review i {
    float: right;
}
.review .trigger-review i:before {
    
    font-weight: bold;
    font-size: 16pt;
}
.toggle {
    display: none;
}
.review form {
    display: none;
    margin-top: -18px;
    padding: 12px;
}
.review form input[type='text'] {
    margin-right: 6%;
}
.review form input[type='text']:nth-of-type(2n) {
    margin-right: 0;
}
.review form label {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.review form input[type='range'] {
    vertical-align: middle;
}
.review form p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 15px;
}

.review form input[type='text'], .review form textarea {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    background-color: #FFF;
    width: 46%;
    padding: 11px;
    margin-bottom: 20px;
}
.review form textarea {
    width: 100%;
    margin-top: 20px;
    height: 100px;
}
.review form button {
    background: #fff;
    color: #321E41;
    border: 2px solid #321E41;
    display: block;
    width: 300px;
    margin: 0 auto 15px;
}
.button, form button, .black-button, .btn, .hollow-button {
    white-space: nowrap;
    background: #EA1045;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-size: 16px;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    box-shadow: none;
    border: none;
    min-width: 230px;
    text-align: center;
    text-transform: uppercase;
}
.review form h4 {
    display: none;
}
.ratings li a:active{
	outline: none;
}
.ratings .btn-check:focus+.btn, .btn:focus{
	box-shadow: none;
}
 .ratings li:last-child{
	 border-bottom: 0px;
 }
 .left {
    width: 60%;
    padding-left: 70px;
    margin-left: -70px;
    border-right: 1px solid #f0f0f0;
    padding-bottom: 10px;
}
.lp h3 {
    font-size: 26px;
    margin-bottom: 18px;
    margin-top: 30px;
}
.lp .left .pros-cons li {
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
.corect i {
    
    display: inline-block;
    text-align: center;
    color: #84D321;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    border-radius: 50%;
    border: 2px solid;
    padding: 3px;
}
.lp .left .pros-cons li {
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
}
.cons_icon i{  
    color: #EA1045;
	display: inline-block;
    text-align: center;
	position: absolute;
    left: 0;
    top: 0;
	font-size: 28px;
}
.lp .left, .lp .right {
    float: left;
    /*padding: 0 30px 5px;*/
    border-top: 1px solid #f0f0f0;
}
.lp .right {
    width: 61%;
    border-left: 1px solid #f0f0f0;
    margin-right: -70px;
    margin-left: -1px;
    padding-right: 70px;
}
.lp .right {
    font-size: 16px;
}
.lp .right h5{
	font-size: 22px;
    margin-bottom: 18px;
    margin-top: 25px;
}
.lp h4, .lp h5 {
    
}
.lp .right h5 {
    font-size: 26px;
}
.lp p {
    margin-bottom: 30px;
}
.offer {
    background: #d9534f;
    color: #fff;
    font-size: 1.25rem;
    position: relative;
    padding-left: 25px;
    padding: 5px 10px 5px 47px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    left: 20%;
}
.offer:before {
    content: "";
    position: absolute;
    background-image: url(../images/discount.png);
    background-size: 25px;
    left: 10px;
    top: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    transform: translateY(-50%);
}
.lp .right a:last-of-type, a.top {
    /* background: #EA1045; */
    background: #1c9625;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-size: 18px;
    padding: 14px 30px;
    text-decoration: none;
    font-weight: bold;
    outline: none;
    box-shadow: none;
    border: none;
    text-align: center;
    min-width: 230px;
}
.lp .right a:last-of-type {
    white-space: nowrap;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.lp .review .right p:last-of-type {
    margin-bottom: 15px;
}
.review .fa-angle-double-right{
	
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}
.ol_list{
	margin-left: 30px;
    list-style-type: decimal;
}
.ol_list li{
	 list-style-type: decimal;
	 font-size: 14pt;
    line-height: 1.5em;
}
.middle_footer{
	max-width: 800px;
	margin: auto;
	padding-bottom: 35px;
	margin-top: 150px;
}
#footer {
    border-top: 1px solid #F0F0F0;
    text-align: center;
    margin-top: 20px;
}
#footer .bottom {
    background-color: #F9F9F9;
    border-top: 1px solid #DCDCDC;
}
.width {
    max-width: none;
	margin: auto;
}
#footer ul li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
#footer ul li:first-child {
    text-align: left;
}
#footer .bottom ul li {
    width: 14%;
}
#footer .bottom ul a {
    color: #9B9B9B;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 12px 0;
    white-space: nowrap;
}
#footer .disclaimer {
    padding: 15px 20px 2px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.1;
    color: #9B9B9B;
    font-size: 14px;
    text-align: center;
}
#footer .copy {
    text-align: center;
    color: #9B9B9B;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#footer ul li:nth-child(n+2) {
    text-align: center;
}
hr{
	margin: 0px;
}
/* end of the reviews section */

/* media Quries for mobile */
@media only screen and (max-width: 767px){
	.review{
		padding: 0px;
	}	
	.product-image-box, .circle-summary{
		width: 50%;
		height: 166px;
	}
	.product-image-box{
		padding: 15px;
	}
	.grade{
		float: none;
    display: block;
    width: auto;
    clear: left;
    overflow: hidden;
    height: auto;
    padding: 12px;
	}
	.grade h1{
		font-size: 48px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
	}
	.grade p{
		display: inline-block;
    vertical-align: middle;
    margin: 0;
	}
	.review {
    margin-bottom: 20px;
	}
	 .review {
		padding: 38px 0 140px;
		overflow: inherit;
		margin-bottom: 50px;
	}
	.review:first-of-type {
		margin-top: 26px;
	}
	 .review h4 {
		font-size: 26px;
		text-align: center;
		margin-right: 0;
		padding: 0 20px;
	}
	 .review>h4:first-child+p {
		text-align: center;
		font-size: 18px;
	}
	.review>img {
		top: 0;
		transform: translate(-50%, -50%);
		left: 50%;
	}
	.circle-summary {
		padding-top: 100px;
	}
		.review svg {
			width: 6rem;
			height: 6rem;
		}
		.review .circle-summary h4 {
			display: none;
		}
		 .review .circle-summary p {
			top: auto;
			bottom: 0px;
			white-space: nowrap;
		}
		.review .circle-summary h5 {
			top: 55px;
		}
		 .ratings {
			padding: 0;
		}
		.ratings em {
			display: block;
			width: auto;
		}
		.ratings em {
			font-size: 15px;
		}
		.ratings .bar {
				width: 78%;
			}
			.ratings p {
			width: 22%;
			line-height: 1;
			margin: 10px 0px;
		}
		 .main>*, .main .titles {
			max-width: none;
			min-height: 0;
		}
		.reviews {
			padding: 20px;
		}
		.left, .lp .right {
			display: block;
			width: auto;
			float: none;
			padding: 20px;
			margin: 0;
		}
		.left, .lp .right {
			padding: 15px;
		}
		.lp h3 {
			font-size: 22px;
			margin-top: 10px;
			margin-bottom: 5px;
		}
		.left h3, .lp .right h5 {
				margin-top: 0;
			}
			.left .pros-cons li {
				padding-left: 30px;
				margin-bottom: 7px;
			}
			.corect i{
				font-size: 13px;
			}
			.cons_icon i{
				font-size: 22px;
			}
			 .right a:last-of-type {
				font-size: 16px;
				white-space: nowrap;
				bottom: 70px;
			}
			.lp .right a:last-of-type, a.top{
				font-size: 16px;
				white-space: nowrap;
				bottom: 70px;
			}
			.main_title{
				    font-size: 31px;
					margin-bottom: 20px;
					padding: 0 20px;
			}
			.main {
			width: 95%;
			margin: 0 auto;
		}
		.review-title {
			font-size: 30px;
		}
		html, body{
			max-width: 100%;
			overflow-x: hidden;
		}
		.middle_footer{
			margin-top: 50px;
			word-wrap: break-word;
			padding-right: 15px;
		}
		#footer .bottom ul {
			margin: 10px 20px;
		}
		#footer .bottom ul li {
			width: 50%;
			margin: 0;
		}
		#footer .bottom ul li:nth-child(2n+1) {
			text-align: left;
		}
		#footer .bottom ul a {
			padding: 8px 0;
		}
	
}
/* end of media Quries for mobile */
