@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueItalic.woff2') format('woff2'), url('../fonts/HelveticaNeueItalic.woff') format('woff'), url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'HelveticaNeue-medium';
	src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium.woff') format('woff'), url('../fonts/HelveticaNeueMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue-regular';
	src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'), url('../fonts/HelveticaNeueRegular.woff') format('woff'), url('../fonts/HelveticaNeueRegular.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueHeavy.woff2') format('woff2'), url('../fonts/HelveticaNeueHeavy.woff') format('woff'), url('../fonts/HelveticaNeueHeavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueThin.woff2') format('woff2'), url('../fonts/HelveticaNeueThin.woff') format('woff'), url('../fonts/HelveticaNeueThin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'), url('../fonts/HelveticaNeueBold.woff') format('woff'), url('../fonts/HelveticaNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueBold_1.woff2') format('woff2'), url('../fonts/HelveticaNeueBold_1.woff') format('woff'), url('../fonts/HelveticaNeueBold_1.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'), url('../fonts/HelveticaNeueBlackCond.woff') format('woff'), url('../fonts/HelveticaNeueBlackCond.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueLight_1.woff2') format('woff2'), url('../fonts/HelveticaNeueLight_1.woff') format('woff'), url('../fonts/HelveticaNeueLight_1.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeueMedium_1.woff2') format('woff2'), url('../fonts/HelveticaNeueMedium_1.woff') format('woff'), url('../fonts/HelveticaNeueMedium_1.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Condensed';
    src: url('../fonts/HelveticaNeueCondensed-CondensedBold.eot');
    src: url('../fonts/HelveticaNeueCondensed-CondensedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCondensed-CondensedBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCondensed-CondensedBold.woff') format('woff'),
        url('../fonts/HelveticaNeueCondensed-CondensedBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCondensed-CondensedBold.svg#HelveticaNeueCondensed-CondensedBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-regular';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff'),
        url('../fonts/HelveticaNeueRegular.ttf') format('truetype'),
        url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 16px;
	line-height: 1.2;
}

*:hover,
*:focus {
	outline: none!important;
	text-decoration: none!important;
	/* border: none!important;
	box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
	box-shadow: none;
}

* {
	word-wrap: break-word;
}

.mobile-show {
	display: none;
}

img {
	max-width: 100%;
}

a.logo img{
	width: auto;
    max-width: 200px;
}

* {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a {
	color: #232323;
}

a:hover {
	color: #f4c300;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body,
html {
	max-width: 100%;
	overflow-x: hidden;
}

section {
	position: relative;
}

em {
	font-style: normal;
}

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn {
	background: #E00000;
	width: 100%;
	height: 31px;
	line-height: 31px;
	font-size: 20px;
	font-family: 'HelveticaNeue';
	font-weight: bold;
	font-style: normal;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	padding: 0;
	border: 0;
}

.navbar-light .navbar-toggler {
	border-color: transparent;
	border: none;
}
/* header */

header.main .left>*,
header.main .right>* {
	margin-top: 5px;
	margin-bottom: 5px;
}

header.main .top .left a,
header.main .top .left span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

header.main .top .left {
	width: 50%;
}

header.main .top .right {
	display: flex;
	align-items: center;
	width: 50%;
	justify-content: flex-end;
}

header.main .top .left span {
	font-size: 13px;
	width: 100%;
	max-width: 135px;
	margin-left: 50px;
}

header.main .top .left span:before {
	content: "";
	height: 17px;
	width: 1.2px;
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background: #cacaca;
}

header.main a.phone {
	font-size: 15px;
	font-weight: bold;
	color: rgba(0, 0, 0, .5);
	margin-right: 20px;
}
header.main a.phone:hover {
	text-decoration: underline!important;
}
header.main .btn {
	background: #E00000;
	width: 100%;
	max-width: 169px;
	height: 31px;
	line-height: 31px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgba(143, 0, 0, 1);
	-moz-box-shadow: inset 0px -2px 0px 0px rgba(143, 0, 0, 1);
	box-shadow: inset 0px -2px 0px 0px rgba(143, 0, 0, 1);
	border-radius: 0;
	text-align: center;
	padding: 0;
	border: 0;
	transition: 0.5s ease-in-out;
	font-family: 'HelveticaNeue-Condensed';
}

header.main .btn:hover {
	background: #FFC502;
	-webkit-box-shadow: inset 0px -2px 0px 0px rgb(190, 153, 2);
	-moz-box-shadow: inset 0px -2px 0px 0px rgb(190, 153, 2);
	box-shadow: inset 0px -2px 0px 0px rgb(190, 153, 2);
	color: #000000;
}

header.main .bg-dark {
	background-color: #FFC502!important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
	z-index: 1;
}

header.main .navbar {
	padding: 0;
}

header.main a.nav-link {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #fff!important;
}

header.main a.nav-link:hover {
	color: #E00000!important;
}

@media (min-width: 768px) {
	header.main .navbar-nav .nav-link {
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media (min-width:992px) {
	header.main .navbar-nav .nav-link {
		padding-right: 36px;
		padding-left: 36px;
	}
	header.main .nav-item:first-child .nav-link {
		padding-left: 0;
	}
}


/* banner */

section.banner img {
	width: 100%;
}

section.banner .container {
	position: absolute;
	left: 50%;
	bottom: 37px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
}

section.banner .btn {
	width: 100%;
	max-width: 541px;
	height: 78px;
	line-height: 78px;
	background: #fff;
	color: #E00000;
	border: 1px solid #E00000;
	border-left: 12px solid #E00000;
	display: block;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	transition: 0.5s ease-in-out;
}
section.banner .btn:hover {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
    color: #000000;
}
.home-content {
	text-align: center;
	padding: 30px 0 0 0;
}

.home-content h1 {
	font-weight: bold;
	color: #0C2F68;
	position: relative;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
}

.home-content h1:before {
	content: "";
	background: #979797;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 95%;
	z-index: -1;
}

.home-content h1 span {
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	line-height: 32px;
}

.home-content h2 {
	color: #BAB6B6;
	font-size: 20px;
	margin-bottom: 34px;
	line-height: 23px;
}

.home-content .top-sec {
	margin-bottom: 50px;
}

.number {
	width: 36px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #898989;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.number::before {
	content: "";
	width: 14px;
	height: 13px;
	background: url('../images/box-corner-gray.png') 0 0 no-repeat;
	position: absolute;
	top: -12px;
	left: 0px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.box:hover .number::before,
.box.active .number::before {
	background: url('../images/box-corner-red.png') 0 0 no-repeat;
}

.box {
	position: relative;
	width: 30%;
}

.box:hover .number,
.box.active .number {
	background: #e00000;
}

.client-logo {
	height: 115px;
	text-align: center;
}

.box .btn {
	background: url('../images/rvw.png') 0 0 no-repeat;
	width: 100%;
	max-width: 314px;
	height: 51px;
	line-height: 51px;
	background-size: cover;
	text-align: center;
	position: relative;
	transition: 0.5s ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.box .btn {
		background: url('../images/rvw@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.box .btn {
		background: url('../images/rvw@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.box .btn {
		background: url('../images/rvw@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.box .btn {
		background: url('../images/rvw@2x.png') no-repeat;
	}
}

.box .btn::before {
	content: "";
    width: 100%;
    height: 100%;
    background: url('../images/rvw-slice.png') no-repeat;
    position: absolute;
	left: 0;
	z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.box .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.box .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.box .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.box .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
		z-index: -1;
	}
}
.box1 {
	text-align: left;
}

.box1 h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #2C57A6;
	margin-bottom: 15px;
}

.box1 p {
	font-size: 17px;
	color: #444;
	margin-bottom: 38px;
	line-height: 20px;
}

.box1 a {
	font-size: 17px;
	color: #337AB7;
	background: url('../images/arrow.png') 100% 50% no-repeat;
	padding-right: 20px;
	line-height: 20px;
}
.box1 a:hover {
	text-decoration: underline!important;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.box1 a {
		/*background: url('../images/arrow@2x.png') 100% 50% no-repeat;*/
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.box1 a {
		/*background: url('../images/arrow@2x.png') 100% 50% no-repeat;*/
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.box1 a {
		/*background: url('../images/arrow@2x.png') 100% 50%  no-repeat;*/
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.box1 a {
		/*background: url('../images/arrow@2x.png') 100% 50% no-repeat;*/
	}
}

.box1:first-child {
	border-right: 1px solid #E8E8E8;
	padding-right: 20px;
	width: 47%;
}

.box1:last-child {
	width: 41%;
}

.icon {
	position: relative;
}

.icon img {
	position: absolute;
	right: 0;
	bottom: -5px;
	display: block;
}

.compare {
	background: url('../images/blue-bg.png') 50% 0 no-repeat;
	background-size: 100% 100%;
	margin-bottom: 110px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.compare {
		background: url('../images/blue-bg-2x.png')  50% 0  no-repeat;
		background-size: 100% 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.compare {
		background: url('../images/blue-bg-2x.png')  50% 0 no-repeat;
		background-size:  100% 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.compare {
		background: url('../images/blue-bg-2x.png') 50% 0 no-repeat;
		background-size:  100% 100%;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.compare {
		background: url('../images/blue-bg-2x.png') 50% 0 no-repeat;
		background-size:  100% 100%;
	}
}

.compare .d-flex {
	min-height: 524px;
}

.compare h4 {
	font-weight: bold;
	font-size: 30px;
	color: #000;
	background: url('../images/red_underline.svg') 100% 100% no-repeat;
	padding-bottom: 10px;
	margin-bottom: 47px;
	line-height: 34px;
}

/* @media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.compare h4 {
		background: url('../images/red-underline@2x.png') 100% 100% no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.compare h4 {
		background: url('../images/red-underline@2x.png') 100% 100% no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.compare h4 {
		background: url('../images/red-underline@2x.png') 100% 100% no-repeat;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.compare h4 {
		background: url('../images/red-underline@2x.png') 100% 100% no-repeat;
	}
} */

.compare label {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	line-height: 23px;
}

.compare .form-control {
	color: #555;
	font-size: 20px;
	border-radius: 0;
	border: 0;
	overflow: hidden;
}

.compare .btn {
	display: block;
	margin: 0 auto;
	background: url('../images/rvw.png') 0 0 no-repeat;
	width: 100%;
	max-width: 411px;
	height: 71px;
	line-height: 71px;
	background-size: cover;
	font-size: 34px;
	font-weight: 900;
	position: relative;
	transition: 0.5s ease-in-out;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.compare .btn {
		background: url('../images/rvw@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.compare .btn {
		background: url('../images/rvw@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.compare .btn {
		background: url('../images/rvw@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.compare .btn {
		background: url('../images/rvw@2x.png') no-repeat;
		background-size: cover;
	}
}
.compare .btn::before {
	content: "";
    width: 100%;
    height: 100%;
	background: url('../images/rvw-slice.png') no-repeat;
    position: absolute;
	left: 0;
	background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.compare .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
		background-size: contain;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.compare .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
		background-size: contain;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.compare .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
		background-size: contain;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.compare .btn::before {
		background: url('../images/rvw-slice@2x.png') no-repeat;
		background-size: contain;
	}
}
.compare p {
	font-size: 20px;
	color: #000;
	margin: 0;
	font-family: 'HelveticaNeue';
	font-weight: 100;
	text-align: center;
	line-height: 27px;
}

footer {
	background: #fff;
	border-top: 5px solid #FFC502;
}

footer .top {
	display: flex;
	align-items: baseline;
	padding: 23px 0 12px 0;
}

footer .top a {
	margin-right: 45px;
}

footer .top p {
	font-size: 1em;
	margin: 0;
	line-height: 18px;
}

footer .mid {
	padding: 18px 0;
	border-top: 1px solid #486486;
	border-bottom: 1px solid #486486;
}

footer .mid ul {
	list-style-type: none;
}

footer .mid ul li {
	margin-bottom: 15px;
}

footer .mid ul li:last-child {
	margin: 0;
}

footer .mid ul li a {
	font-family: 'HelveticaNeue';
	font-weight: 300;
	font-size: 14px;
	color: #6D7278;
	line-height: 17px;
}
footer .mid ul li a:hover img {
	opacity: .7;
}
footer .mid ul li ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
}

footer .mid ul li ul li {
	margin: 0;
}

footer .mid ul li ul li:nth-child(n+2) {
	margin-left: 28px;
}

footer .bot {
	padding: 31px 0 13px 0;
}

footer .bot>p {
	font-family: 'HelveticaNeue';
	font-weight: 100;
	font-size: 13px;
	color: #000000;
	text-align: center;
	margin-bottom: 24px;
	line-height: 17px;
}

footer .bot .row p a,
footer .bot .row p {
	font-family: 'HelveticaNeue';
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	line-height: 17px;
	color: #90939A;
}

footer .bot ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	list-style-type: none;
}

footer .bot ul li:nth-child(2) {
	margin-left: 22px;
}

footer .bot ul li a {
	font-family: 'HelveticaNeue';
	font-weight: 500;
	font-size: 13px;
	line-height: 17px;
	color: #000;
}

footer a:hover {
	color: #e00000!important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: inherit;
}

.la-solar-top {
	padding: 8px 0;
	border-bottom: 3px solid #EADFAF;
}

.la-solar-top .right {
	display: flex;
	align-items: center;
}

.la-solar-top .right a,
.la-solar-top .right p {
	margin: 0 12px 0 0;
	font-size: 20px;
	line-height: 27px;
	color: #9B9B9B;
}

.la-solar-top .right a {
	/*color: #FB8424;*/
	color: #ffc509;
}

.la-solar-top .right p,
.la-solar-top .right a{
	font-size: 14px;
}

.la-solar-top .right a:hover {
	text-decoration: underline!important;
}
.form-section-gta {
	background: url('../images/form-section-gta-bg.png') no-repeat;
	background-size: cover;
	height: auto;
	padding: 80px 0 90px 0;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.form-section-gta {
		background: url('../images/form-section-gta-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.form-section-gta {
		background: url('../images/form-section-gta-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.form-section-gta {
		background: url('../images/form-section-gta-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.form-section-gta {
		background: url('../images/form-section-gta-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

.form-section-gta .content-section {
	padding: 0 50px;
}

.form-section-gta .top-content-box {
	max-width: 472px;
	margin: 0 auto;
}

.form-section-gta .top-content-box h1 {
	font-size: 45px;
	line-height: 60px;
	color: #ffffff;
}

.form-section-gta .top-content-box p {
	font-size: 12px;
	line-height: 16px;
	color: #EEEEEE;
	font-weight: 500;
}

.form-section-gta .gta-form {
	max-width: 335px;
	margin-top: 55px;
}

.form-section-gta .gta-form h3 {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'HelveticaNeue';
}

.form-section-gta .gta-form ::placeholder {
	color: #ffffff;
}

.form-section-gta .gta-form select,
.form-section-gta .gta-form input {
	width: 100%;
	max-width: 295px;
	margin: 0 auto;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 30px;
	padding: 6px;
	color: #ffffff;
	border-radius: 0;
}

.form-section-gta .content-section.full-form input,
.form-section-gta .gta-form select {
	border-bottom: 1px solid #4A90E2;
}

.form-section-gta .content-section.full-form input,
.form-section-gta .content-section.full-form select {
	padding: 12px;
	height: auto;
}

.form-section-gta .gta-form select option {
	background-color: #4A90E2;
	padding: 5px;
}

.form-section-gta .gta-form button.next,
.form-section-gta .gta-form a.submit,
.form-section-gta .gta-form a.next {
	width: 100%;
	max-width: 290px;
	height: 60px;
	line-height: 60px;
	background-color: #FB8424;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 25px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .16);
	transition: 0.5s ease-in-out;
}
.form-section-gta .gta-form a.submit:hover,
.form-section-gta .gta-form a.next:hover {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
	color: #000;
}
.form-section-gta .gta-form p a,
.form-section-gta .gta-form p {
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
}
.form-section-gta .gta-form p a:hover {
	text-decoration: underline!important;
}
.form-section-gta .gta-form p:last-child {
	font-size: 11px;
	line-height: 12px;
}

.form-section-gta .content-section.full-form {
	padding: 0;
}

.form-section-gta .content-section.full-form .gta-form {
	max-width: 886px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

.form-section-gta .content-section.full-form .gta-form h3 {
	font-size: 45px;
	font-weight: normal;
	line-height: 45px;
	text-align: center;
}

.la-about-section {
	padding: 50px 0;
}

.la-about-section h2 {
	font-size: 36px;
	line-height: 48px;
	color: #5C5D5F;
	margin-bottom: 25px;
}

.la-about-section a.cta-btn {
	background-color: #FB8424;
	color: #ffffff;
	font-size: 16px;
	border-radius: 100px;
	display: inline-block;
	padding: 13px 50px;
	margin-top: 20px;
	transition: 0.5s ease-in-out;
}
.la-about-section a.cta-btn:hover {
	color: #000000;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
}
.la-about-section p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 21px;
	color: #5C5D5F;
}

fieldset:not(:first-of-type) {
	display: none;
}

.form-section-gta .gta-form .btn-group {
	margin-bottom: 22px;
}

.form-section-gta .gta-form .btn-group .btn {
	width: 102px;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border: 1px solid #61A7EB;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-right: 28px;
	border-radius: 6px;
}

.form-section-gta .gta-form .btn-group .btn:last-child {
	margin-right: 0;
}

.form-section-gta .gta-form .btn-group .btn.active {
	background-color: #2C57A6;
	color: #ffffff;
}

.form-section-gta .content-section.full-form .gta-form p {
	text-align: left;
}

.form-section-gta .content-section.full-form .gta-form p:last-child {
	text-align: center;
}

.form-section-gta .success .gta-form {
	margin: 0 auto;
	max-width: 100%;
}

.form-section-gta .success .gta-form h1 {
	font-size: 48px;
	line-height: 64px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 12px;
}

.form-section-gta .success .gta-form h2 {
	font-size: 35px;
	line-height: 43px;
	color: #ffffff;
	font-weight: bold;
	max-width: 560px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.form-section-gta .success .gta-form p.a,
.form-section-gta .success .gta-form p.q {
	margin-bottom: 0;
	font-weight: 100;
}

.form-section-gta .success .gta-form p.a {
	margin-bottom: 22px;
}

.form-section-gta .success .gta-form p.n a {
	font-size: 30px;
	font-weight: 100;
}
.form-section-gta .success .gta-form p.n a:hover {
	text-decoration: underline;
}
.review-main-section {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.review-main-section h1{
	font-weight: bold;
	font-size: 3rem;
	padding-bottom: 20px;
}

.review-main-section h3{
    font-size: 1.5rem;
    padding-bottom: 20px;
    line-height: 2rem;
}

.review-main-section p{
	font-size: 1.1rem;
    line-height: 1.75rem;
}	

.review-main-section .filter {
	display: flex;
	align-items: center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	margin-bottom: 28px;
}

.review-main-section .filter .label {
	width: 136px;
	height: 39px;
	background-color: #BABABA;
	font-size: 18px;
	line-height: 39px;
	font-family: 400;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.review-main-section .filter .btn-group {
	width: 100%;
	height: 39px;
	border-radius: 0;
	border: none;
	position: relative;
}

.review-main-section .filter .btn-group button {
	border: none!important;
	width: 100%;
	max-width: 32px;
	margin-left: auto;
	background-color: #D4D0C8;
	color: #000;
	height: auto;
}

.review-main-section .filter .btn-group button:first-child {
	width: 100%;
	background: transparent;
	font-size: 17px;
	color: #444444;
	font-weight: 400;
	height: auto;
	max-width: inherit;
	text-align: left;
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.review-main-section .filter .dropdown-menu.show {
	width: inherit;
}

.dropdown-menu.show {
    display: block;
    /*transform: translate3d(0px, 35px, 0px) !important;*/
}

.country_list{
	/*width: 100%;*/
	width: 100%;
    background: transparent;
    font-size: 17px;
    color: #444444;
    font-weight: 400;
    height: auto;
    max-width: inherit;
    text-align: left;
    padding: 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    border:0px solid transparent;
    position: relative;
}

.country_list:after{
	content: '';
	border: none!important;
    width: 32px;
    max-width: 32px;
    margin-left: auto;
    background-color: #D4D0C8;
    color: #000;
    height: auto;
}

.page-link {
	padding: 0;
	margin: 0;
	border: none;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.page-link,
.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	color: #000000;
	margin: 0;
}

.simple-pagination li {
	margin: 0 10px;
}

.page-link:hover {
	background-color: transparent;
	text-decoration: underline!important;
}

.review-main-section .review-list-item {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	margin-bottom: 16px;
	position: relative;
	display: table;
	align-items: center;
	width: 100%;
}

.review-main-section .review-list-item .numbers {
	width: 33px;
	height: 23px;
	background-color: #375273;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
	position: absolute;
	top: 43px;
	left: 14px;
}

.simple-pagination {
	margin-top: 25px;
}

.review-main-section .review-list-item .logo-box {
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
}

.review-main-section .review-list-item .content-box {
	padding: 25px 0;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.review-main-section .review-list-item .content-box .v-label {
	position: absolute;
	top: 7px;
	right: 26px;
	font-size: 9px;
	color: #212529;
	font-weight: bold;
}

.review-main-section .review-list-item .content-box h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 29px;
	color: #5C5D5F;
	margin-bottom: 20px;
	font-family: 'HelveticaNeue';
}

.cd-top-banner .review-list-item .content-box ul,
.review-main-section .review-list-item .content-box ul {
	list-style: disc;
	padding-left: 15px;
}

.cd-top-banner .review-list-item .content-box ul li,
.review-main-section .review-list-item .content-box ul li {
	font-size: 12px;
	color: #212529;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 10px;
}

.cd-top-banner .review-list-item .content-box ul:first-child,
.review-main-section .review-list-item .content-box ul li:first-child {
	color: #212529;
	font-weight: bold;
}

.cd-top-banner .review-list-item .content-box a:first-child,
.review-main-section .review-list-item .content-box a:first-child {
	font-size: 17px;
	font-weight: 300;
	color: #000000;
	margin-right: 30px;
}
.cd-top-banner .review-list-item .content-box a:first-child:hover,
.review-main-section .review-list-item .content-box a:first-child:hover {
	text-decoration: underline!important;
}
.cd-top-banner .review-list-item .content-box a:last-child,
.review-main-section .review-list-item .content-box a:last-child {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	width: 135px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #F4C300;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	transition: 0.5s ease-in-out;
}

.review-main-section .review-list-item .content-box h2 a:last-child {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    color: #5C5D5F;
    margin-bottom: 20px;
    font-family: 'HelveticaNeue';
    background: transparent;
    box-shadow: 0 0 0 0;
    transition: none;
}

.cd-top-banner .review-list-item .content-box a:first-child:hover {
	text-decoration: underline!important;
}
.cd-top-banner .review-list-item .content-box a:last-child {
	box-shadow: inherit;
	background-color: #61A7EB;
}
.cd-top-banner .review-list-item .content-box a:last-child:hover,
.review-main-section .review-list-item .content-box a:last-child:hover {
	color: #000000;
}
.review-main-section .review-list-item .content-box ul li:last-child {
	margin-bottom: 20px;
}

.review-main-section .review-list-item .score-box {
	background-color: #EBF5FB;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 18px 0;
}

.cd-top-banner .review-list-item .score-box p:first-child,
.review-main-section .review-list-item .score-box p:first-child {
	font-size: 40px;
	font-weight: bold;
	line-height: 49px;
	color: #375273;
	margin-bottom: 0;
	font-family: 'HelveticaNeue';
}

.cd-top-banner .review-list-item .score-box p:nth-child(2n),
.review-main-section .review-list-item .score-box p:nth-child(2n) {
	font-size: 11px;
	color: #375273;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 80px;
	position: relative;
	font-family: 'HelveticaNeue';
}

.cd-top-banner .review-list-item .score-box p:nth-child(2n),
.cd-top-banner .review-list-item .score-box p:first-child {
	color: #61A7EB;
}

.cd-top-banner .review-list-item .score-box p:nth-child(2n) {
	margin-bottom: 45px;
}

.cd-top-banner .review-list-item .score-box p:nth-child(2n)::after,
.review-main-section .review-list-item .score-box p:nth-child(2n)::after {
	content: "";
	width: 100%;
	max-width: 96px;
	height: 1px;
	background-color: #C3C3C3;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}

.cd-top-banner .review-list-item .score-box p:nth-child(3n)::after,
.cd-top-banner .review-list-item .score-box p:nth-child(4n)::after,
.review-main-section .review-list-item .score-box p:nth-child(3n)::after,
.review-main-section .review-list-item .score-box p:nth-child(4n)::after {
	display: none;
}

.cd-top-banner .review-list-item .score-box p:nth-child(3n),
.cd-top-banner .review-list-item .score-box p:nth-child(4n),
.review-main-section .review-list-item .score-box p:nth-child(3n),
.review-main-section .review-list-item .score-box p:nth-child(4n) {
	font-size: 11px;
	color: #7BBAE6;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 0;
	font-family: 'HelveticaNeue';
}

.cd-top-banner .review-list-item .score-box p:nth-child(3n),
.cd-top-banner .review-list-item .score-box p:nth-child(4n) {
	color: #000000;
}

.review-list-wrapper {
	padding-bottom: 50px;
	position: relative;
}

.review-list-wrapper::after {
	content: "";
	left: 0;
	right: 0;
	height: 15px;
	position: absolute;
	bottom: 0;
	background: url('../images/full-line.png') 0 0 no-repeat;
	background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.review-list-wrapper::after {
		background: url('../images/full-line@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.review-list-wrapper::after {
		background: url('../images/full-line@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.review-list-wrapper::after {
		background: url('../images/full-line@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.review-list-wrapper::after {
		background: url('../images/full-line@2x.png') no-repeat;
		background-size: cover;
	}
}

.featured-section h3 {
	font-size: 28px;
	color: #212529;
	font-weight: bold;
	line-height: 32px;
	font-family: Arial, Helvetica, sans-serif;
}

.featured-section .content-box {
	border: 1px solid #E4E4E5;
	border-radius: 3px;
}

.featured-section .content-box p {
	font-size: 18px;
	line-height: 24px;
	color: #5C5D5F;
	margin-bottom: 8px;
}

.featured-section .content-box a {
	font-size: 16px;
	color: #7BBAE6;
	line-height: 21px;
	font-weight: 500;
	margin-top: 6px;
	display: inline-block;
}

.featured-section {
	margin-bottom: 40px;
}

.cd-top-banner {
	background: rgb(250, 227, 0);
	background: linear-gradient(344deg, rgba(250, 227, 0, 1) 0%, rgba(244, 195, 0, 1) 100%);
	border: 1px solid #ECECEC;
	margin-top: 5px;
}

.cd-top-banner .review-list-item {
	max-width: 745px;
	display: flex;
	align-items: center;
}

.cd-top-banner .review-list-item .logo-box {
	padding: 5px;
	border: 1px solid #ffffff;
	position: relative;
}

.cd-top-banner .review-list-item img {
	background-color: #ffffff;
	width: 144px;
	height: 119px;
	object-fit: contain;
}

.cd-top-banner .review-list-item .numbers {
	width: 33px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	background-color: #61A7EB;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 5px;
	top: 5px;
}

.cd-top-banner .review-list-item .content-box {
	padding: 0 40px;
}

.cd-top-banner .review-list-item .content-box h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	color: #000000;
	margin-bottom: 7px;
	font-family: 'HelveticaNeue';
}

.cd-top-banner .review-list-item .score-box {
	padding: 55px 30px 18px 30px;
	background-color: #ffffff;
}
.details-body-container {
    padding: 30px 0;
    background: url('../images/oval.png') 100% 75% no-repeat;
    background-size: auto;
}
/* @media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.details-body-container {
		background: url('../images/oval@2x.png') 100% 75% no-repeat;
		background-size: auto;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.details-body-container {
		background: url('../images/oval@2x.png') 100% 75% no-repeat;
		background-size: auto;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.details-body-container {
		background: url('../images/oval@2x.png') 100% 75% no-repeat;
		background-size: auto;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.details-body-container {
		background: url('../images/oval@2x.png') 100% 75% no-repeat;
		background-size: auto;
	}
} */
.bottom-line-main-section p,
.details-body-container .left-panel p {
    font-size: 15px;
    color: #212529;
    line-height: 17px;
	margin-bottom: 23px;
	font-weight: 400;
}
.details-body-container .left-panel p:last-child {
    margin-bottom: 0;
}
.bottom-line-main-section p a,
.details-body-container .left-panel a {
    font-size: 15px;
    font-weight: bold;
    color: #61A7EB;
}
.bottom-line-main-section p a {
    font-weight: 400;
    margin-left: 5px;
}
.details-body-container .left-panel h3 {
    font-size: 28px;
    line-height: 34px;
    color: #212529;
    margin-bottom: 15px;
}
.details-body-container .left-panel hr {
    border-style: dashed;
    margin: 30px 0 25px 0;
}
.details-body-container .left-panel .good {
    margin-top: 45px;
}
.bottom-line-main-section h2,
.details-body-container .left-panel .bad h2,
.details-body-container .left-panel .good h2 {
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    margin: 0 0 10px 30px;
    border-bottom: 5px solid #F4C300;
}
.bottom-line-main-section h2::before,
.details-body-container .left-panel .bad h2::before,
.details-body-container .left-panel .good h2::before {
    content: "";
    height: 16px;
    width: 16px;
    background: url('../images/good.png') left center no-repeat;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.details-body-container .left-panel .bad h2::before {
    background: url('../images/bad.png') left center no-repeat;
}

.bottom-line-main-section h2::before {
    background: url('../images/bottom-line-icon.png') left center no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.bottom-line-main-section h2::before,
.details-body-container .left-panel .bad h2::before,
.details-body-container .left-panel .good h2::before {
		background: url('../images/good@2x.png') left center no-repeat;
		height: 40px;
		width: 40px;
		left: -40px;
	}
	.details-body-container .left-panel .bad h2::before {
		background: url('../images/bad@2x.png') left center no-repeat;
	}
	.bottom-line-main-section h2::before {
		background: url('../images/bottom-line-icon@2x.png') left center no-repeat;
	}
	.bottom-line-main-section h2, .details-body-container .left-panel .bad h2, .details-body-container .left-panel .good h2 {
		margin: 0 0 10px 40px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.bottom-line-main-section h2::before,
.details-body-container .left-panel .bad h2::before,
.details-body-container .left-panel .good h2::before {
		background: url('../images/good@2x.png') left center no-repeat;
		height: 40px;
		width: 40px;
		left: -40px;
	}
	.details-body-container .left-panel .bad h2::before {
		background: url('../images/bad@2x.png') left center no-repeat;
	}
	
	.bottom-line-main-section h2::before {
		background: url('../images/bottom-line-icon@2x.png') left center no-repeat;
	}
	.bottom-line-main-section h2, .details-body-container .left-panel .bad h2, .details-body-container .left-panel .good h2 {
		margin: 0 0 10px 40px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.bottom-line-main-section h2::before,
.details-body-container .left-panel .bad h2::before,
.details-body-container .left-panel .good h2::before {
		background: url('../images/good@2x.png') left center no-repeat;
		height: 40px;
		width: 40px;
		left: -40px;
	}
	.details-body-container .left-panel .bad h2::before {
		background: url('../images/bad@2x.png') left center no-repeat;
	}	
	.bottom-line-main-section h2::before {
		background: url('../images/bottom-line-icon@2x.png') left center no-repeat;
	}
	.bottom-line-main-section h2, .details-body-container .left-panel .bad h2, .details-body-container .left-panel .good h2 {
		margin: 0 0 10px 40px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.bottom-line-main-section h2::before,
.details-body-container .left-panel .bad h2::before,
.details-body-container .left-panel .good h2::before {
		background: url('../images/good@2x.png') left center no-repeat;
		height: 40px;
		width: 40px;
		left: -40px;
	}
	.details-body-container .left-panel .bad h2::before {
		background: url('../images/bad@2x.png') left center no-repeat;
	}
	
	.bottom-line-main-section h2::before {
		background: url('../images/bottom-line-icon@2x.png') left center no-repeat;
	}
	.bottom-line-main-section h2, .details-body-container .left-panel .bad h2, .details-body-container .left-panel .good h2 {
		margin: 0 0 10px 40px;
	}
}
.details-body-container .left-panel .bad ul,
.details-body-container .left-panel .good ul {
    list-style: disc;
    padding-left: 30px;
}
.details-body-container .left-panel .bad ul li,
.details-body-container .left-panel .good ul li {
	font-size: 15px;
	line-height: 18px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 20px;
}
.details-body-container .left-panel .good ul li:last-child,
.details-body-container .left-panel .bad ul li:last-child {
    margin-bottom: 38px;
}
.details-body-container .left-panel {
    margin-top: 20px;
}
.company-details-section {
    border-top: 5px solid #7BBAE6;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    margin-bottom: 18px;
    background-color: #ffffff;
}
.company-details-section h3 {
    font-size: 24px;
    font-weight: bold;
    color: #5C5D5F;
    padding: 15px;
	border-bottom: 1px solid #DBDBDB;
	font-family: 'HelveticaNeue';
}
.company-details-section>p,
.company-details-section>div {
    padding: 10px 15px;
}
.company-details-section div {
    font-size: 14px;
    line-height: 16px;
    color: #212529;
}
.company-details-section div a {
    color: #61A7EB;
    cursor: pointer;
}
.details-body-container .left-panel a:hover,
.details-body-container .left-panel a:hover,
.bottom-line-main-section p a:hover,
.featured-section .content-box a:hover,
.company-details-section div a:hover {
    color: #61A7EB;
    text-decoration: underline!important;
}
.company-details-section>p {
    font-size: 12px;
    line-height: 14px;
    color: #444444;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
.company-details-section>p span {
    font-weight: bold;
}
.bottom-line-main-section .feedback-box {
    padding: 15px 20px;
    background-color: rgba(238, 238, 238, 0.8);
}
.bottom-line-main-section .feedback-box p {
    margin-bottom: 0;
}
.bottom-line-main-section {
    background: url('../images/bottom-line-bg.png') no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 60px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.bottom-line-main-section {
		background: url('../images/bottom-line-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.bottom-line-main-section {
		background: url('../images/bottom-line-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 124.8dpi) {
	.bottom-line-main-section {
		background: url('../images/bottom-line-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
	.bottom-line-main-section {
		background: url('../images/bottom-line-bg@2x.png') no-repeat;
		background-size: cover;
	}
}

.rank-main-section {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.rank-inner{
	border: 1px solid #cfd2d4;
    background: #fff;
    margin-bottom: 15px;
    border-top: 3px solid #cfd2d4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rank-inner h2{
	font-weight: bold;
    font-size: 3rem;
    padding-bottom: 20px;
}

.rank-inner p{
	text-align: justify;
}

.whyus-main-section {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.whyus-inner{
	border: 1px solid #cfd2d4;
    background: #fff;
    margin-bottom: 15px;
    border-top: 3px solid #cfd2d4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.whyus-inner h2{
	font-weight: bold;
    font-size: 3rem;
    padding-bottom: 20px;
}

.whyus-inner p{
	text-align: justify;
}

.whyus-inner img{
	margin-bottom: 30px;
}

@media (max-width:1199px) {
	.box1:first-child {
		width: 48%;
	}
	.box1:last-child {
		width: 48%;
	}
}

@media (max-width:991.98px) {
	section.banner .btn {
		font-size: 20px;
	}
	.compare {
		margin-bottom: 0;
		background-size: cover;
	}
	.company-details-section div {
		font-size: 13px;
	}
	.company-details-section h3 {
		font-size: 20px;
    }
	.la-about-section p {
		margin-top: 25px;
	}
	.form-section-gta .content-section {
		padding: 0px;
	}
	.cd-top-banner .review-list-item .content-box a:first-child,
	.review-main-section .review-list-item .content-box a:first-child {
		margin-right: 15px;
	}
	header.main .top .left {
		width: 60%;
	}
	header.main .top .right {
		width: 40%;
	}
	header.main .btn {
		max-width: 130px;
	}
	header.main .top .left span {
		font-size: 13px;
		margin-left: 20px;
	}
	header .top .right {
		width: 40%;
	}
	section.banner .btn {
		width: 100%;
		max-width: 350px;
		height: 50px;
		line-height: 50px;
		background: #fff;
		color: #E00000;
		border: 1px solid #E00000;
		border-left: 6px solid #E00000;
		display: block;
		margin: 0 auto;
	}
	.box .btn {
		font-size: 13px;
	}
	.box1 {
		width: 48%!important;
	}
	.box1 .icon img {
		width: 40px;
	}
	.icon img {
		position: absolute;
		right: -14px;
		bottom: 10px;
		display: block;
	}
	.box1 a {
		padding-right: 30px;
	}
	.box1 p {
		font-size: 16px;
		color: #444;
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.review-main-section .filter .label {
		font-size: 16px;
	}
	.compare .d-flex {
		min-height: 475px;
	}
	.number {
		position: relative;
    	margin: 0 auto;
	}
	.navbar-nav li:last-child a.nav-link {
		border-bottom: 0;
	}
	.cd-top-banner .review-list-item .content-box a:first-child, .review-main-section .review-list-item .content-box a:first-child {
		margin-right: 8px;
		font-size: 13px;
	}
	.cd-top-banner .review-list-item .content-box a:last-child {
		width: 100px;
	}
	.details-body-container {
		background-image: none;
	}
	.details-body-container .left-panel {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    .details-body-container .left-panel h3 {
        font-size: 24px;
    }
    .bottom-line-main-section h2, .details-body-container .left-panel .bad h2, .details-body-container .left-panel .good h2 {
        font-size: 24px;
    }
    .bottom-line-main-section {
        margin-bottom: 30px;
    }
	.cd-top-banner .review-list-item .content-box {
		padding: 0 15px;
		margin-right: 0;
	}
	.review-main-section {
		padding: 15px;
	}
	.featured-section .content-box {
		margin-bottom: 15px;
	}
	.form-section-gta .success .gta-form h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.form-section-gta .success .gta-form h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.la-about-section h2 {
		font-size: 26px;
	}
	.form-section-gta .content-section.full-form .gta-form h3 {
		font-size: 26px;
		line-height: 24px;
	}
	.form-section-gta .content-section.full-form input,
	.form-section-gta .content-section.full-form select {
		margin-bottom: 15px;
	}
	.form-section-gta .content-section.full-form .gta-form {
		padding: 30px 0 60px 0;
	}
	.form-section-gta {
		height: auto;
	}
	.form-section-gta img {
		margin: 0 auto;
		display: block;
		max-width: 50%;
	}
	.form-section-gta .gta-form {
		margin: 0 auto;
		margin-top: 15px;
	}
	.form-section-gta .top-content-box {
		text-align: center;
	}
	.form-section-gta .content-section.full-form .gta-form p {
		text-align: center;
	}
	.form-section-gta .top-content-box h1 {
		/*font-size: 30px;*/
		font-size: 24px;
		line-height: 48px;
	}
	.form-section-gta .gta-form a.submit,
	.form-section-gta .gta-form a.next {
		max-width: 250px;
		height: 50px;
		line-height: 50px;
	}
	.la-about-section p {
		text-align: center;
	}
	.la-solar-top .left {
		margin-bottom: 10px;
	}
	.featured-section h3 {
		font-size: 24px;
	}
	.compare .btn {
		font-size: 30px;
	}
	header.main .top .left {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header.main .top .left .logo img {
		max-width: 150px;
	}
	header.main .top .right {
		width: 100%;
		justify-content: center;
	}
	header.main .top .left a,
	header.main .top .left span {
		vertical-align: middle;
		position: relative;
		margin: 10px auto;
		display: block;
	}
	header.main .right {
		text-align: center;
		margin: 10px auto;
		display: block;
		width: 100%;
	}
	header.main a.phone {
		font-size: 15px;
		font-weight: bold;
		color: rgba(0, 0, 0, .5);
		margin-right: 20px;
		display: block;
	}
	.box {
		position: relative;
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
	}
	.box1 {
		border-right: 0!important;
		padding-right: 0!important;
		width: 100%!important;
		margin-bottom: 25px!important;
	}
	.box1 a {
		font-size: 15px;
		color: #337AB7;
		background: url('../images/arrow.png') 100% 50% no-repeat;
		padding-right: 30px;
	}
	.icon img {
		position: absolute;
		right: 25%;
		bottom: 0;
		display: block;
	}
	footer .top {
		flex-direction: column;
	}
	footer .top a {
		margin: 0 auto 20px auto;
	}
	footer .top p {
		text-align: center;
	}
	footer .mid ul {
		text-align: center;
	}
	footer .mid ul li:last-child {
		margin-bottom: 20px;
	}
	footer .mid ul li ul {
		justify-content: center;
	}
	footer .mid ul li ul li:nth-child(n+2) {
		margin-left: 28px;
		margin-bottom: 0;
	}
	footer .bot .row p {
		text-align: center;
	}
	.compare {
		background: url('../images/blue-bg.png') 50% 0 no-repeat;
		background-size: cover;
		margin-bottom: 40px;
	}
	.form-sec {
		text-align: center;
	}
	.compare h4 {
		font-weight: bold;
		display: inline-block;
		font-size: 18px;
		color: #000;
		background: url('../images/red-underline.png') 100% 100% no-repeat;
		padding-bottom: 10px;
		margin-bottom: 47px;
		text-align: center;
		background-size: 40px;
		background-position: 100% 80%;
	}
	.compare label {
		font-weight: bold;
		font-size: 15px;
		color: #fff;
	}
	.navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #ccc;
	}
	.home-content .top-sec {
		margin-bottom: 20px;
	}
	.home-content h1 {
		margin-bottom: 15px;
		font-size: 24px;
	}
	section.banner .btn {
		font-size: 18px;
		max-width: 300px;
		height: 40px;
		line-height: 40px;
	}
	.home-content h2 {
		font-size: 16px;
		margin-bottom: 25px;
	}
	.review-main-section .review-list-item .content-box {
		text-align: center;
	}
	.review-main-section .review-list-item .content-box ul {
		display: inline-block;
		text-align: left;
	}
	.review-main-section .review-list-item .content-box .d-flex.flex-row {
		justify-content: center;
	}

	.form-section-gta .gta-form h3{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 28px;
	}

	.form-section-gta .gta-form h3 br{
		display: none;
	}
}

@media(max-width:575px) {
	section.banner img {
		height: 160px;
    	object-fit: cover;
	}
	section.banner .btn {
		font-size: 16px;
		max-width: 250px;
		height: 35px;
		line-height: 35px;
	}
	.cd-top-banner .review-list-item {
		display: inline-block;
		width: 100%;
		padding: 15px 0;
		text-align: center;
	}
	.cd-top-banner .review-list-item .score-box p:nth-child(2n) {
		margin-bottom: 20px;
	}
	.cd-top-banner .review-list-item .score-box p:nth-child(4n) {
		margin-bottom: 0;
	}
	.cd-top-banner .review-list-item .score-box p:nth-child(2n)::after {
		bottom: -10px;
	}
	.cd-top-banner .review-list-item .logo-box {
		width: 100%;
	}
	.cd-top-banner .review-list-item img {
		width: 100%;
	}
	.cd-top-banner .review-list-item .score-box,
	.cd-top-banner .review-list-item .content-box {
		padding: 15px;
	}
	.cd-top-banner .review-list-item .content-box ul {
		display: inline-block;
	}
	.cd-top-banner .review-list-item .content-box ul li {
		text-align: left;
	}
	.cd-top-banner .review-list-item .content-box .d-flex.flex-row {
		justify-content: center;
	}
	.form-section-gta {
		/*padding: 35px 0 60px 0;*/
		padding: 0px 0 60px 0;
	}
	.form-section-gta .content-section.full-form .gta-form {
		padding: 0px;
	}
	.review-main-section .review-list-item {
		width: 100%;
		margin: 0 auto;
		display: inline-block;
		margin-bottom: 15px;
	}
	.review-main-section .review-list-item .numbers {
		top: 0;
		left: 0;
	}
	.review-main-section .review-list-item .score-box,
	.review-main-section .review-list-item .content-box,
	.review-main-section .review-list-item .logo-box {
		display: inline-block;
		width: 100%!important;
		text-align: center;
		padding: 15px;
	}
	.review-main-section .review-list-item .score-box p:nth-child(2n) {
		margin-bottom: 25px;
	}
	.review-main-section .review-list-item .score-box p:nth-child(2n)::after {
		bottom: -10px;
	}
	.compare .btn {
		height: 60px;
		line-height: 60px;
		font-size: 25px;
		background-size: cover;
	}
	.icon img {
		right: 0;
	}
}

@media(max-width:370px) {
	.box1 a {
		font-size: 12px;
	}
	.compare .d-flex {
		min-height: 490px;
	}
	header.main .top .left .logo img {
		max-width: 140px;
	}
	header.main .top .left a,
	header.main .top .left span {
		margin: 8px auto;
	}
	header.main .top .left span {
		margin-left: 20px;
	}
}

.write-review {
	border: 1px solid rgba(179, 179, 179, .58);
	padding: 14px 0;
	text-align: center;
	border-radius: 0;
	width: 200px;
	font-size: 18px;
	color: #333;
	font-weight: 300;
	background: #fff;
}

.write-review:hover{
	background: #efefef;
}

.write_review_block{
	position: relative;
	padding: 25px 2%;
	background: #f9f9f9;
}