@font-face {
	font-family: "google-sans-bold";
	src: url("../fonts/GoogleSans-Bold.eot");
	src: url("../fonts/GoogleSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GoogleSans-Bold.woff") format("woff"), url("../fonts/GoogleSans-Bold.svg") format("svg"), url("../fonts/GoogleSans-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "google-sans-medium";
	src: url("../fonts/GoogleSans-Medium.eot");
	src: url("../fonts/GoogleSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GoogleSans-Medium.woff") format("woff"), url("../fonts/GoogleSans-Medium.svg") format("svg"), url("../fonts/GoogleSans-Medium.ttf") format("truetype");
}
@font-face {
	font-family: "google-sans-regular";
	src: url("../fonts/GoogleSans-Regular.eot");
	src: url("../fonts/GoogleSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GoogleSans-Regular.woff") format("woff"), url("../fonts/GoogleSans-Regular.svg") format("svg"), url("../fonts/GoogleSans-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "rift-bold";
	src: url("../fonts/Rift-Bold.eot");
	src: url("../fonts/Rift-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rift-Bold.woff") format("woff"), url("../fonts/Rift-Bold.svg") format("svg"), url("../fonts/Rift-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "rift-demi";
	src: url("../fonts/Rift-Demi.eot");
	src: url("../fonts/Rift-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/Rift-Demi.woff") format("woff"), url("../fonts/Rift-Demi.svg") format("svg"), url("../fonts/Rift-Demi.ttf") format("truetype");
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?fe8032');
	src: url('../fonts/icomoon.eot?fe8032#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?fe8032') format('truetype'), url('../fonts/icomoon.woff?fe8032') format('woff'), url('../fonts/icomoon.svg?fe8032#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
a {
	color: #0A2239;
}
a:hover {
	color: #0DA2AB;
}
button, input {
    outline: none;
}
a.phone_number_hov:hover {
	color: #0A2239 !important;
}

body {
	padding-top: 77px;
	font-family: 'Rubik', sans-serif;
    font-weight: 500;
	padding-right:0px !important;
}
h1, .h1 {
	font-size: 36px;
    letter-spacing: 0px;
    color: #283044;
    line-height: 58px;
    /*font-family: 'Chakra Petch', sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
}
.animate-text .h1{
    font-size: 50px;
    letter-spacing: 0px;
    color: #283044;
    line-height: 58px;
    /* font-family: 'Chakra Petch', sans-serif; */
    font-weight: 700;
    text-transform: capitalize;
}
.hmb-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 40px;
    height: 34px;
    padding: 7px;
    z-index: 5;
    border: 2px solid #283044;
    border-radius: 5px;
}
h2 {
	letter-spacing: 0.1px;
    color: #283044;
    font-size: 28px;
    text-align: left;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.logo_cls{
        width: 200px;
}
h3 {
	font-size: 32px;
    font-family: 'Chakra Petch', sans-serif;
	color: #283044;
	font-weight: 600;
}
h4 {
	font-size: 28px;
	font-family: 'Chakra Petch', sans-serif;
	color: #283044;
}
h5 {
	font-size: 22px;
    color: #283044;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
h6 {
	font-size: 20px;
	font-family: 'Chakra Petch', sans-serif;
	color: #283044;
}
.title-xl {
	font-size: 19px;
	font-family: 'google-sans-bold';
	color: #0A2239;
}
.title-pre {
	font-size: 15px;
	font-family: 'google-sans-medium';
	color: #666666;
}
.title-lg {
	font-size: 18px;
	color: #0A2239;
}
.title-md {
	font-size: 17px;
	font-family: 'google-sans-bold';
	color: #222222;
}
.title-sm {
	font-size: 16px;
	font-family: 'google-sans-bold';
	color: #222222;
}
.title-xs {
	font-size: 14px;
	font-family: 'google-sans-bold';
	color: #666666;
}
.text-grey {
	color: #666666!important;
}
.google-sans-bold {
	font-family: 'google-sans-bold';
}
.google-sans-medium {
	font-family: 'google-sans-medium';
}
.google-sans-regular {
	font-family: 'Rubik', sans-serif;
	font-size:15px;
}
.rift-demi {
	font-family: 'rift-demi';
}
.rift-bold {
	font-family: 'rift-bold';
}
a:hover {
	text-decoration: none;
}
.for-mobile-menu {
	display: none;
}
/*header*/
header {
	transition: 0.3s ease all;
}
.btn {
	border-radius: 15px;
    font-size: 16px;
    font-family: 'google-sans-bold';
    height: 58px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    transition: 0.2s ease all;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.btn-primary, .btn-primary:focus {
	background: #12BFCE;
    color: #fff;
    border-color: #12BFCE;
    box-shadow: none;
    border-radius: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background: #0DA2AB;
	border-color: #0DA2AB;
	box-shadow: none!important;
}
.btn-primary:hover {
	background: #097178;
	color: #fff;
	border-color: #097178;
}
.btn-primary-outline, .btn-primary-outline:focus {
	background: #12BFCE;
    border-color: #12BFCE;
    color: #fff;
    border-width: 2px;
}
.btn-primary-outline:hover {
	background: transparent;
	color: #097178;
	border-color: #097178;
}
.btn-secondary, .btn-secondary:focus {
	background: #ED6A5A;
	color: #fff;
	border-color: #ED6A5A;
}
.btn-secondary:hover {
	background: #A64A3F;
	color: #fff;
	border-color: #A64A3F;
}
.subdrop-down-sec ul {
	list-style-type: none;
	padding-left: 0;
}
.subdrop-down-sec ul li a {
	padding: 10px 15px;
	display: block;
	text-transform: capitalize;
	font-size: 14px;
    font-family: 'Chakra Petch', sans-serif;
    letter-spacing: 0px;
    color: #283044;
    font-weight: 600;
}
header .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
header .navbar-nav {
	width: 100%;
	justify-content: flex-end;
}
header .navbar-nav .nav-item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 25px;
}
header .navbar-nav .nav-item + .nav-item {
	 margin-left: -12px;
}
header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
    /* font-family: 'Chakra Petch', sans-serif; */
    letter-spacing: 0px;
    color: #283044;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
header {
	background: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.header-stky-before header {
	box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.14);
}
/*header end*/
/*helper classes*/
.cursor-pointer {
	cursor: pointer;
}
.main-sub-title {
	font-size: 18px;
    color: #3D3E4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 28px;
    /*max-width: 850px;
    margin: 0px auto;
    margin-bottom: 30px;*/
}
.home_banner_sec .main-sub-title {
    max-width: 850px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.arrow-sicon{
    margin-left:0px;
    width: 16px;
}
.call-icon-header img{
    width: 17px;
}
.bg-3 {
	background: #F5F7FA!important;
}
.bg-4 {
	    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E6F9FA 100%) 0% 0% no-repeat padding-box;
}
.bg-primary {
	background-color: #0DA2AB!important;
}
.bg-2 {
	background: #FFF8E9!important;
}
.section-spacer {
	padding-top: 70px;
	padding-bottom: 70px;
}
.section-spacer-top {
	padding-top: 0;

}
.section-spacer-bottom {
	
	padding-bottom: 70px;
}
.text-primary {
	color: #0DA2AB!important;
}
.mt-0 {
	margin-top: 0;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.pt-0 {
	padding-top: 0;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
/*helper classes end*/
/*home-banner-sec*/
.home-banner-sec {
	background: url(../img/bg/home-bg.png) no-repeat;
	padding-top: 70px;
	background-position: center;
	background-size: cover;
	position: relative;
    height: 1000px;
}
.home-banner-info {
	text-align: center;
	/*max-width: 850px;*/
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.home-banner-img {
	text-align: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    bottom: 90px;
}
/*home-banner-sec  end*/
/*about-banner-sec*/
.about-banner-sec {
	background: #000 url(../img/bg/about-banner.jpg) no-repeat;
	padding-top: 70px;
	padding-bottom: 90px;
	background-position: center top;
}
.about-banner-info {
	padding-top: 120px;
}
/*about-banner-sec end*/
.section-head {
	/*margin-bottom: 50px;* remove by rohitash*/
	margin-top: 10px;
}
.breadcrumb {
	align-items: center;
}
.buy-metal-garage-sec {
	padding-top: 110px;
	
}
.buy-metal-garage-sec .product-box {
	margin-bottom: 30px;
}
.product-box {
	margin-bottom: 30px;
}
.product-hover {
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 30px;
	transition: 0.2s ease all;
	opacity: 0;
	visibility: hidden;
	    width: 100%;
}
.product-hover p {
	color: #fff;
}
.product-overlay {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(9, 34, 57, 0.69);
	height: 100%;
	transition: 0.2s ease all;
	opacity: 0;
	visibility: hidden;
}
.product-box:hover .product-overlay, .product-box:hover .product-hover {
	opacity: 1;
	visibility: visible;
}
.product-box a.product-redirect {
	color: #0A2239;
	font-size: 19px;
	display: block;
	font-family: 'google-sans-bold';
}
/*product-box*/
.product-box img {
	width: 100%;
}
.product-img {
	position: relative;
	overflow: hidden;
	border-radius: 15px 15px 0px 0px;
}
.product-box:hover .product-img{
	border-radius: 0px 0px 0px 0px;
}
.product-img > a {
	cursor: default;
}
.product-box .product-img img {
	transition: 0.3s ease all;
	transform: scale(1);
}
.product-box:hover .product-img img {
	transform: scale(1.05);
}
.product-cta {
	position: absolute;
	right: 0;
	bottom: 0;
}
.product-box .more-cta {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #56BEC4;
	color: #fff;
	font-size: 18px;
}
.more-cta span {
	transition: 0.2s ease all;
	position: relative;
	left: 0;
}
.more-cta:hover {
	color: #fff;
	background: #097178;
}
.more-cta:hover span {
	left: 3px;
}
.product-bottom {
	padding: 30px 15px 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 20px #12BFCE1A;
    border-radius: 0px 0px 15px 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #283044;
    font-size: 16px;
}
.product-bottom h5 {
	color: #283044;
	font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.product-bottom .price-start {
	color: #0A2239;
	font-size: 14px;
}
.product-bottom .price-start span {
	    font-size: 17px;
    color: #12BFCE;
    font-weight: 500;
}
.product-bottom .btn {
	width: auto;
}
.product-bottom .btn + .btn {
	margin-left: 20px;
}
/*product-box end*/
.product-slider-1 {
	overflow-x: hidden;
}
.product-slider-1 .product-slider-1-item:nth-child(odd) .product-box {
	margin-top: 50px;
}
.product-slider-1-next-prev .slick-arrow {
	display: inline-block;
	color: #000;
	padding: 10px 8px;
	font-size: 20px;
}
.p-detail-slideer {
	overflow-x: hidden;
}
.product-slider-1-next-prev .slick-arrow span {
	display: block;
}
.product-slider-1-next-prev {
	text-align: right;
	padding: 0 7px;
}
.p-detail-slider-sec .product-slider-1-next-prev {
	margin: 0 auto;
    text-align: right;
    padding: 0 7px;
    position: absolute;
    right: 0px;
    top: -120px;
    z-index: 99;
}
.p-detail-slider-sec {
	padding: 70px 0;
    background: #F5F7FA;
}
.viking-info-sec {
	background: #000 url(../img/bg/team-banner.jpg) no-repeat;
	background-position: center top;
	background-size: contain;
}
.product-slider-1-next-prev .slick-arrow {
	width: 45px;
    height: 45px;
    font-size: 0;
    opacity: 1;
    background-image: url(../img/icons/arrow-style-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease all;
    border: 2px solid #283044;
    border-radius: 10px;
    padding: 0px 0px;
}
.slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: 0.5;
}
/*.product-slider-1-next-prev .slick-arrow:hover {
	width: 50px;
}*/
.product-slider-1-next-prev > a.slickprev {
	background-image: url(../img/icons/arrow-style-2.svg);
	background-position: center;
	margin-right: 10px;
	border: 2px solid #283044;
    border-radius: 10px;
    padding: 0px 0px;
    width: 45px;
    height: 45px;
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}
.viking-info-content {
	padding-top: 425px;
	text-align: center;
	padding-bottom: 50px;
}
.viking-info-sec .tab-content p {
	color: #fff;
	margin-top: 15px;
	font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}
.viking-info-sec {
	position: relative;
	margin-bottom: 80px;
	margin-top: 80px;
}
.viking-info-content .nav-tabs {
	border: none;
	justify-content: center;
}
.viking-info-content .nav-tabs li a {
	color: #ffffff85;
    border: none;
    font-size: 20px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
}
.viking-info-content .nav-tabs li {
	position: relative;
	padding: 0 10px;
}
.viking-info-content .nav-tabs li + li:before {
	/*content: "";*/
	position: absolute;
	width: 1px;
	height: 32px;
	background: #fff;
	left: 0px;
	transform: rotate(40deg);
	top: 5px;
}
.viking-info-content .nav-tabs li a:hover {
	border: none;
}
.viking-info-content .nav-tabs li a.active {
	color: #fff;
	background-color: transparent;
}
p {
	font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.viking-info-content .btn {
	margin-top: 20px;
}
.why-choose-sec {
    /* padding: 70px 0; */
    padding: 15px 0;
    position: relative;
}
.why-choose-sec .container {
    position: relative;
    z-index: 9;
}
.why-choose-item-img {
	margin-bottom: 25px;
}
.why-choose-item-img img {
	height: 70px;
}
.why-choose-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.why-choose-item .why-choose-item-img img {
	transition: 0.3s ease all;
}
.why-choose-item .why-choose-item-img img:nth-child(2) {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.why-choose-item:hover .why-choose-item-img img:nth-child(2) {
	opacity: 1;
	visibility: visible;
	display: inline-block;
}
.why-choose-item:hover .why-choose-item-img img:nth-child(1) {
	opacity: 0;
	visibility: hidden;
	display: none;
}
.why-choose-item:hover .why-choose-item-info .title-lg {
	transition: 0.1s ease all;
}
.why-choose-item:hover .why-choose-item-info .title-lg {
	color: #0DA2AB;
}
.why-choose-sec .why-choose-item {
	text-align: center;
	margin: 40px 0;
}
.card-2 .why-choose-item {
	padding: 40px 20px;
	background: #fff;
}
.card-2 .why-choose-item {
	margin-top: 0;
	margin-bottom: 30px;
}
.viking-success {
	padding: 40px 0;
}
.viking-success-number {
	font-size: 60px;
	font-family: 'rift-demi';
	color: #fff;
	margin-bottom: 0;
}
.order-pricess-tl .media img, .tab-style-2 .media img {
	max-width: 400px;
	border-radius: 15px;
}
.garage-blog-sec {
	padding: 70px 0;
}
.funds-become-sec-content aside:nth-child(1) {
	margin-top: 30px;
}
/*.garage-blog-sec-content aside:nth-child(2) {
	margin-top: 30px;
}
.garage-blog-sec-content aside:nth-child(3) {
	margin-top: 30px;
}*/
.garage-blog-sec-content aside:nth-child(4) {
	margin-top: 30px;
}
.top-manufacturer-item {
	margin-bottom: 35px;
}
.top-manufacturer-sec {
	padding-top: 70px;
	padding-bottom: 35px;
}
.social-menu ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
}

.social-menu ul li + li {
	margin-left: 10px;
}
.social-menu li a {
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	transition: 0.2s ease all;
}
.facebook {
	color: #3B5998;
}
.twitter {
	color: #1DA1F2;
}
.insta {
	color: #C63C73;
}
.youtube {
	color: #F44336;
}
.social-menu li a:hover {
	color: #000;
}
footer {
	    background: #283044;
    padding: 70px 0;
}
.footer-navigation ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
.footer-navigation ul li {
	margin: 7px 0 7px;
}
.footer-navigation ul li a {
	font-size: 14px;
	color: #ffffff94;
	transition: 0.2s ease all;
	font-weight: 400;
}
footer .footer-navigation ul li a:hover{
        color: #12bfce;
}
.footer-logo img{
    max-width:190px;
}
.footer-contact {
	margin-top: 40px;
}
.footer-contact a {
	display: flex;
    align-items: center;
    color: #ffffff94;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
.footer-contact a svg{
    width:20px;
    margin-right: 5px;
}
.footer-social p{
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-contact a span {
	margin-right: 5px;
	font-size: 22px;
}
.footer-social {
	margin-top: 40px;
}
.order-pricess-tl .nav-tabs a.nav-link {
	border: none;
	background: transparent;
	text-align: center;
	font-size: 14px;
	font-family: 'google-sans-medium';
	color: #283044;
	line-height: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.order-pricess-tl .nav-tabs {
	justify-content: space-between;
}
.order-pricess-tl .nav-tabs a .dots {
	width: 30px;
    height: 30px;
    border: 2px solid #283044;
    position: relative;
    display: block;
    border-radius: 30px;
    background: #fff;
    z-index: 2;
	/*margin: 0 auto;*/
}
.order-pricess-tl .nav-tabs a.active {
	color: #12BFCE;
	cursor: default;
}
.order-pricess-tl .tl-text{
    text-align: left;
}
.order-pricess-tl .nav-tabs a.active .dots:before {
	    background: #12BFCE;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.tl-text {
	margin-top: 10px;
	display: block;
}
.order-pricess-tl .tab-content {
	margin-top: 50px;
}
.order-pricess-tl .nav-tabs:after {
	content: "";
    position: absolute;
    background: #666666;
    width: 85%;
    height: 2px;
    top: 22px;
    left: 40px;
}
.order-pricess-tl.rtotl .nav-tabs:after {
	width: 87%;
}
.process-timeline-sec {
	padding: 70px 0;
}
.page-title-sec {
	background: #0DA2AB;
	padding: 40px 15px;
	text-align: center;
}
.page-title-sec .breadcrumb li a {
	font-size: 15px;
	color: #fff;
}
.page-title-sec .breadcrumb-item.active {
	color: #ffffff;
    font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '\e910';
	font-family: 'icomoon';
	color: #fff;
}
.form-info .media + .media {
	margin-top: 50px;
}
.form-info .media img {
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	box-shadow: 1px 1px 6px #ccc;
}
.form-info .media-body{word-break: break-all}


.contact-form-sec {
	padding: 70px 0;
}
textarea {
	resize: none;
	padding-top: 10px !important;
}
.form-control, select.form-control:not([size]):not([multiple]) {
	/*color: #333333;*/
	font-size: 14px;
	min-height: 54px;
	border: 2px solid #A6C3DD;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0px 15px;
}
.form-content {
	background: #F5F7FA;
    padding: 60px;
    border-radius: 15px;
}
.form-content .form-group {
	margin-bottom: 25px;
	margin-top: 0;
}
.checkbox {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.checkbox label , .checkbox  .wpcf7-list-item-label {
	cursor: pointer;
	padding-left: 0;
	font-size: 12px;
	color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.checkboxold input[type=checkbox] {
	opacity: 0;
	position: relative;
	margin: 0;
	z-index: -1;
	width: 0;
	height: 0;
	overflow: hidden;
	left: 0;
	pointer-events: none;
}
.wpcf7-list-item input[type=checkbox] {
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
    border-color: #666666;
	margin-right: 10px;
	margin-right:10px
}
.screen-reader-response ul{display:none !important;}
.wpcf7-validation-errors,.screen-reader-response,.wpcf7-not-valid-tip{color:red;}
.checkbox .checkbox-material {
	vertical-align: middle;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.checkbox .checkbox-material:before {
	position: absolute;
	left: 8px;
	top: 2px;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	height: 4px;
	width: 4px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
	margin: 0;
}
.checkbox .checkbox-material .check {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-radius: 2px;
	overflow: hidden;
	z-index: 1;
	border-color: #666666;
}
.checkbox .checkbox-material .check:before {
	position: absolute;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	margin-top: -4px;
	margin-left: 6px;
	width: 0;
	height: 0;
	box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
	-webkit-animation: checkbox-off 0.3s forwards ease-out;
	animation: checkbox-off 0.3s forwards ease-out;
}
.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
	opacity: 0.2;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
	box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
	-webkit-animation: checkbox-on 0.3s forwards ease-out;
	animation: checkbox-on 0.3s forwards ease-out;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
	-webkit-animation: rippleOff 700ms forwards ease-out;
	animation: rippleOff 700ms forwards ease-out;
}
.checkbox input[type=checkbox]:checked + .checkbox-material:before {
	-webkit-animation: rippleOn 700ms forwards ease-out;
	animation: rippleOn 700ms forwards ease-out;
}
.checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
	-webkit-animation: rippleOff 700ms forwards ease-out;
	animation: rippleOff 700ms forwards ease-out;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
	-webkit-animation: rippleOn 700ms forwards ease-out;
	animation: rippleOn 700ms forwards ease-out;
}
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before, .checkbox input[type=checkbox][disabled] + .circle {
	opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
	background-color: rgba(0, 0, 0, 0.84);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
select {
	background: url(../img/icons/dropdown-xs.svg);
	-webkit-appearance: none;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.map-sec {
	margin-bottom: 100px;
}
.text-dark {
	color: #283044!important;
}
.bg-dark {
	background: #0A2239!important;
}
.metalgarage-banner-sec {
	background: url(../img/bg/metal-garage-banner.jpg) no-repeat;
	padding-bottom: 70px;
}
.renttoown-banner-sec {
	background: url(../img/bg/rto-banner.jpg) no-repeat;
	    padding-bottom: 70px;
}
.banner-2 {
	padding-top: 70px;
	background-position: center;
	background-size: cover;
}
.banner-2-info {
	text-align: left;
}
.anchor-xs {
	font-size: 12px;
	color: #0A2239;
}
.section-3 {
	padding: 70px 0;
}
.loadmorecta {
	margin-top: 50px;
}
/*.section-4 {
	padding: 70px 0;
}*/
.anchor-primary {
	color: #0DA2AB;
}
.anchor-primary:hover {
	color: #097178;
}
.anchor {
	align-items: center;
	display: inline-flex;
}
.productname {
	font-size: 25px;
    font-family: 'rift-demi';
    color: #0A2239;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    margin-top: -67px;
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px 0;
    border-radius: 5px;
}
.productname h2{
    font-size: 22px;
    text-align: center;
}
.section-5 {
	padding: 70px 0;
}
.section-6 {
	background: url('../img/bg/metal-garage-bg.jpg') no-repeat;
	background-position: center;
	padding: 100px 0;
	background-size: cover;
}
.section-9 {
	background: url('../img/bg/low-credit-score-bg.jpg') no-repeat;
	background-position: center;
	padding: 100px 0;
	background-size: cover;
}
.btn-white {
	background: #fff;
	color: #0DA2AB;
}
.btn-white:hover {
	color: #0A2239;
}
.btn-white-outline {
	background: #fff;
	color: #0DA2AB;
	border: 2px solid #0DA2AB;
}
.btn-white-outline:hover {
	border-color: #0A2239;
	color: #0A2239;
}
.rto-calculator-sec {
	padding-bottom: 70px;
}
.section-8 {
	padding: 70px 0 40px;
}
.w-full {
	width: 100%;
}
.tr-calc-cat {
	margin-top: 30px;
}
.blog-listing-content .product-bottom {
	text-align: left;
	min-height: 300px;
}
.blog-date {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-date li {
	color: #666666;
	font-size: 15px;
	font-family: 'google-sans-medium';
	display: inline-flex;
	align-items: center;
}
.blog-date li .icons {
	color: #0A2239;
	font-size: 20px;
}
.blog-listing-sec {
	padding: 70px 0;
}
.blog-listing-content aside {
	position: relative;
}
.blog-listing-content aside:nth-child(2) {
	top: 60px;
}
.blog-listing-content aside:nth-child(3) {
	top: 120px;
}
.blog-listing-content .product-bottom p:nth-child(2) {
	font-family: 'google-sans-regular';
}
.bd-content {
	background: #fff;
	padding: 30px 0;
}
.subscribe-sec {
	background: #0A2239;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.subscribe-content {
	max-width: 600px;
	margin: 0 auto;
}
.subscribe-content .btn {
	width: 200px;
}
.subscribe-content .input-group {
	margin-top: 35px;
}
.subscriber-main {
	padding: 120px 0;
}
.pagination-sec {
	padding: 70px 0;
}
.prev-icon {
	transform: rotate(180deg);
}
.pagination {
	justify-content: center;
}
.pagination .page-item {
	margin: 0 10px;
}
.pagination .page-link {
	border: none;
	width: 44px;
	height: 44px;
	border-radius: 10px!important;
	background: #fff;
	color: #0A2239;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-item.active .page-link {
	border: none;
	background: #0DA2AB;
	box-shadow: 0 0 2px 0px #56BEC4;
}
.blog-detail-sec {
	padding: 70px 0;
}
.bd-detail-bottom .btn + .btn {
	margin-left: 20px;
}
.bd-detail-bottom .row aside:nth-child(2) {
	text-align: right;
}
.bd-detail-bottom {
	margin-top: 20px;
}
.bd-detail-bottom .social-menu li a {
	background: #f5f7fa;
}
.devider {
	height: 1px;
	width: 100%;
	background: rgba(102, 102, 102, 0.1);
}
.bd-detail-bloglist {
	padding-bottom: 180px;
}
.financing-banner {
	background: url('../img/bg/financing-banner.jpg')no-repeat;
	padding: 70px 0px !important;
}
.banner-3 {
	background-size: cover;
	background-position: center;
	padding: 10px 0;
}
.banner-3 ul {
	display: flex;
	margin-top: 30px;
}
.banner-3 ul li + li {
	margin-left: 40px;
}
.finance-process-sec {
	padding: 70px 0;
}
.fp-img-sec {
	position: relative;
	padding: 10px;
	box-shadow: 0px 3px 20px #12BFCE26;
    border: 2px solid #12BFCE;
    border-radius: 15px;
}
.fp-img-sec img{
    border-radius: 15px;
}
.financing-count {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	font-size: 16px;
	font-family: 'google-sans-bold';
	background: #0DA2AB;
	border: 3px solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	border: 3px solid #FFFFFF;
border-radius: 15px;
}
.fp-info-right .fp-info {
	padding-left: 40px;
}
.fp-info-left .fp-info {
	padding-left: 40px;
}
.fp-info p {
	margin-bottom: 0;
}
.fp-info-left .financing-count {
	/*right: initial;
	left: -25px;*/
}
.fp-connector {
	margin-bottom: 150px;
}
.fp-connector .fp-img-sec:after {
	    position: absolute;
    width: 0px;
    height: 152px;
    border: 2px dashed #0DA2AB;
    content: "";
    border-top: none;
    right: 50%;
    bottom: -152px;
}
.fp-connector.fp-info-right .fp-img-sec:after {
	border-right: none;
}
.fp-connector.fp-info-left .fp-img-sec:after {
	border-left: none;
	/*right: initial;
	left: -31px;*/
}
.apply-sec {
	background: #0DA2AB;
	padding: 70px 0;
}
.apply-sec .btn {
	margin-top: 30px;
}
.filter-menu ul {
	display: flex;
	flex-direction: column;
	border: none;
}
.filter-menu .nav-link {
border: none;
    display: flex;
    border-radius: 0;
    border-top-left-radius: 0;
    color: #283044;
    border-top-right-radius: 0;
    align-items: center;
    padding: 8px 15px;
    border-left: 4px solid #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.filter-menu .nav-link:hover {
	background: transparent;
	border: none;
	border-left: 4px solid;
	border-left: 4px solid #fff;
}
.filter-menu .nav-link.active {
	border: none;
    border-left: 3px solid #12BFCE;
    /* background: #F5F7FA; */
    color: #12BFCE;
}
.filter-menu .nav-link span {
	width: 48px;
	height: 48px;
	border-radius: 50px;
	background: #0A2239;
	display: inline-block;
	margin-right: 15px;
}
.filter-menu .nav-link.active span {
	background: #0DA2AB;
}
.sortby {
	font-size: 12px;
	color: #666666;
	padding: 0px 20px 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.product-filter-sec {
	padding: 70px 0 0 0;
	background: #F5F7FA;
}
.filter-menu {
	background: #fff;
    box-shadow: 0px 3px 20px #12BFCE26;
    border-radius: 15px;
    padding: 40px 0px 30px;
}
.filtermorecta {
	margin-top: 40px;
}
.compare-sec {
	padding: 70px 0;
}
.ba-slider {
	position: relative;
	overflow: hidden;
}
.ba-slider img {
	width: 100%;
	display: block;
}
.resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}
.handle {
	/* Thin line seperator */
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 10px;
	margin-left: -2px;
	background: #0A2239;
	cursor: ew-resize;
}
.handle:after {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	margin: -33px 0 0 -18px;
	content: '';
	color: white;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 46px;
	background: #0A2239 url('../img/icons/compair.svg')no-repeat;
	border-radius: 100%;
	background-size: 30px;
	background-position: center;
}
.not-found-page {
	background: #0A2239;
}
.not-found-sec {
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: center;
}
.big-head {
	font-size: 200px;
	line-height: 150px;
}
.p-detail-title-sec p {
	font-size: 15px;
}
.p-detail-info h5 {
	color: #0A2239;
	margin-bottom: 25px;
}
.p-detail-info h4 {
	color: #ED6A5A;
	font-family: 'google-sans-bold';
	font-size: 34px;
	margin-bottom: 25px;
}
.p-detail-info h4 span, .p-detail-info .h4 span{
	font-size: 11px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.p-detail-info p {
	font-size: 15px;
	font-family: 'google-sans-medium';
	color: #666666;
}
.product-detail-sec {
	padding: 70px 0;
}
.p-detail-info ul {
	display: flex;
	margin-bottom: 30px;
}
.p-detail-info ul li {
	background: #F9F7F3;
    font-size: 11px;
    padding: 10px;
    color: #283044;
    font-weight: 500;
    border-radius: 6px;
}
.p-detail-info ul li + li {
    margin-left: 10px;
}
.building-more-info {
	margin-top: 50px;
}
.p-detail-tb-sec {
	    background: #ffffff;
    padding: 0px 0px 70px;
}
.tab-style-2 .nav-tabs {
	border: none;
	justify-content: space-between;
}
.tab-style-2 .nav-tabs .nav-link {
	border: none;
	font-size: 22px;
	color: #0A2239;
	font-family: 'rift-demi';
	padding: 15px 20px;
	width: 25%;
	text-align: center;
}
.tab-style-2 .nav-tabs .nav-link:hover {
	border: none;
}
.tab-style-2 .nav-tabs .nav-link.active {
	color: #0DA2AB;
}
.tab-style-2 .tab-content {
	background: #FFFFFF;
	padding: 50px 0;
}
.tick-sec {
	column-count: 3;
}
.slim-scroll-grey::-webkit-scrollbar-track {
	background-color: #F5F7FA;
}
.slim-scroll-grey::-webkit-scrollbar {
	width: 4px;
	background-color: #0E3B5F;
}
.slim-scroll-grey::-webkit-scrollbar-thumb {
	background-color: #0E3B5F;
}
.dimention-table > tbody > tr:nth-child(even) > td, .dimention-table > tbody > tr:nth-child(even) > th {
	background-color: #F8F9F9;
}
.dimention-table-scroll {
	max-height: 250px;
	overflow-y: auto;
}
.dimention-table tbody tr th p, .dimention-table tbody tr td p {
	color: #0A2239;
	font-size: 15px;
	font-family: 'google-sans-medium';
}
.delivery-state-sec {
	padding: 70px 0;
}
.delivery-sec,.delivery-sec-manufacture{
	border: 1px solid #ccc;
	padding: 40px 12%;
}
.delivery-scroll {
	max-height: 250px;
	overflow-y: auto;
}
.delivery-sec-manufacture ul{
	column-count: 3;
}
.delivery-sec ul {
	column-count: 4;
}
.delivery-more {
	margin-top: 40px;
	text-align: center;
}
.dimention-table {
	border: 1px solid #CCCCCC;
}
.overhidden {
	overflow: hidden;
}
body.overhidden {
	overflow: unset;
}
.page-loader {
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #0DA2AB;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
}
.img-full {
	width: 100%;
}
.spinner {
	width: 70px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.not-found-sec img {
	width: 460px;
	margin-right: 50px;
}
/* section usiing -1 - 9*/
.animate-text {
	display: flex;
	align-items: center;
	min-height: 66px;
	justify-content: center;
	    margin-bottom: 0px;
}
p {
	line-height: 30px;
}
.cursor {
	display: inline-block;
	height: 40px;
	width: 2px;
	background: #0A2239;
	vertical-align: middle;
	animation: 1s blink linear infinite;
}
@keyframes blink {
	0%, 49% {
		opacity: 0;
	}
	50%, 100% {
		opacity: 1;
	}
}
/*ss css add*/
.form-info p.title-xl {
	margin-bottom: 0px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
}
.blog-listing-content .product-bottom p.text-dark {
	line-height: 28px;
}
.blog-listing-content .product-bottom p.text-dark a {
	color: #0A2239;
}
.blog-listing-content .product-bottom p.text-dark a:hover {
	color: #0DA2AB;
}
.garage-blog-sec-content .product-bottom a {
	color: #0A2239;
}
.garage-blog-sec-content .product-bottom a:hover {
	color: #0DA2AB;
}
.card-title a {
	color: #0A2239;
}
.card-title a:hover {
	color: #0DA2AB;
}
.showcolapsebtn[aria-expanded="false"]:after {
	content: "Show More"
}
.showcolapsebtn[aria-expanded="true"]:after {
	content: "Show Less"
}
.cursor-pointer {
	cursor: pointer;
}
.more-state-sec {
	background: #12bfce;
}
.more-state-sec a {
	color: #fff;
    display: block;
    padding: 30px 0;
    transition: .3s ease all;
    margin: 0 -15px;
    line-height: 1;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Rubik', sans-serif;
}
/*.more-state-sec a:hover {
	background: rgba(14, 162, 171, 0.27058823529411763);
}*/
.more-state-sec .delivery-sec,.more-state-sec .delivery-sec-manufacture  {
	border: none;
}
.more-state-sec .delivery-sec ul li p,.more-state-sec .delivery-sec-manufacture ul li p {
	color: #fff;
}

#buildingfeature .building-more-info ul{padding-left: 65px;line-height: 31px;}
.available_color_list {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.available_color_list li {
    float: left;
    margin-right: 20px;
    display: inline-block;
    width: 100px;
    text-align: center;
    min-height: 85px;
}
.available_color_list li .acolorbox {
    height: 50px;
    border: 1px solid #ccc;
}
.available_color_list li .acolorname {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 0;
    color: #000;
}
.mt15{margin-top:15px;}
.custom_h2{
    letter-spacing: 0px;
    color: #283044;
    font-size: 30px;
    text-align: left;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
button, input {
    width: 100%;
}
/************************************Manufacture**************************************************/

.manufacturer-banner-sec{
	background: url(https://www.vikingmetalgarages.com/wp-content/themes/vmg/img/bg/cci_banner.webp) no-repeat;
    padding-top: 0px;
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto;
    background-attachment: fixed;
}

.text-30{
	font-size: 30px;
    font-family: 'rift-bold';
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
}
.lt-space{
letter-spacing: 5px;
}
.pd-r10{
	padding-right: 10%;
}
.banner-form{
	padding: 50px 50px 50px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 50px;
    z-index:9;
}
.banner-form .form-control{
	border: none;
	border-bottom: 1px solid #ced4da;
	padding: .375rem 0px;
}
.top-heading{
	background-color: #0DA2AB;
    border-radius: 5px;
    padding: 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: -50px;
    width: 92%;
    left: 4%;
    font-family: 'rift-bold';
    letter-spacing: 2px;
    box-shadow: 0px 4px 6px 0px rgba(2, 2, 2, 0.23);
}
.banner-form:before{
	content: "";
    border: 12px solid #0DA2AB;
    width: 96%;
    height: 20px;
    position: absolute;
    left: 2%;
    top: -20px;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
.banner-form .btn {
	width: 100%;
    border-radius: 0px;
    font-family: 'google-sans-medium';
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.checkbox span{
	    font-size: 14px;
    font-weight: 300;
    padding-left: 5px;
}
.manufacturers-about{
	padding-top: 110px;
}
.inner-about .m-about-heading{
	    letter-spacing: 3px;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
}
.br-bottom{
	position: relative;
}
.br-bottom:after{
	    border: 1px solid darkgrey;
    content: "";
    width: 100%;
    left: 0px;
    /* height: 6px; */
    position: absolute;
    bottom: -2rem;
}
.br-bottom span{
	position: relative;
}
.br-bottom span:after{
	    /*border: 2px solid #0DA2AB;*/
    content: "";
    width: 100%;
    left: 0px;
    /* height: 6px; */
    position: absolute;
    bottom: -2.05rem;
    z-index: 9;
}
.inner-about p{
	font-size: 18px;
    letter-spacing: .5px;
}
.about-right{
	background: #fff;
    padding: 50px 50px 30px;
    text-align: center;
}
.about-right .title-lg {
    font-size: 17px;
    font-family: 'google-sans-medium';
    text-transform: uppercase;
}
.about-right  aside{
	margin-bottom: 2rem;
}
.inner-about{
	padding: 50px 0px 0px;
}
.m-section-head .inner-about{
	width: 100%;
    margin: 0px auto;
    margin-bottom: 4rem;
}
.m-ul{
	font-size:18px;
    font-family: 'google-sans-regular';
    color: #000000;
    /* line-height: 18px; */
    letter-spacing: .5px;
}
.manufacturer-para p{
	font-size: 16px;
    word-wrap: break-word;
}
.sub-heading{
	font-size: 25px;
    font-family: 'rift-demi';
    color: #0A2239;
    margin: 2rem 0 1rem;
}
.quick-quote{
	background-image: url(../img/bg/metal-garage-banner.jpg);
    background-attachment: fixed;
    width: 100%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    padding: 100px 0px; 
}
.get-started p{
	text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: 'rift-demi';
    margin-bottom: 2rem;
}
.get-started .form-control{
	    background-clip: inherit;
	    border-radius: 5px !important;
}
.get-started {
	padding: 0px 15%;
}
.pad-70{
    padding-top: 70px;
}
.quote-no{
	height: 60px;
    display: block;
    line-height: 60px;
    padding: 0px 20px;
    border-radius: 35px;
    cursor: pointer;
    background: #0DA2AB;
    color: #fff;
    border-color: #0DA2AB;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin: 0px auto;
    margin-bottom: 40px;
    width: 450px;
    text-align: center;
}
.row-reverse{
    flex-direction: row-reverse;
}
.quote-no:before{
  width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    content: "";
    border-top: 40px solid #0DA2AB;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 50%;
}
.quote-no:hover{
    color:#fff;
}
.quote-no i{
        font-size: 40px;
    vertical-align: unset;
    margin-top: 9px;
    display: block;
    float: left;
    margin-right: 8px;
}
.manufacturer-banner-sec .home-banner-content{
    padding-top: 33.33%;
}
.get-started .btn{
	font-size: 18px;
    font-family: 'google-sans-regular';
    /* color: #000000; */
    /* line-height: 18px; */
    letter-spacing: .5px;
    width: 100%;
}
.manufacturers-blog aside:nth-child(2) {
    margin-top: 0px;
}
.manufacturers-blog aside:nth-child(3) {
    margin-top: 0px;
}
.main-manufacture-blog .text-center .btn{
	font-family: 'google-sans-medium';
}
.manufacturer-building{
	padding-bottom: 100px;
}
.manufacturer-building .text-center .btn-primary-outline{
	    width: 250px;
    background: #fff;
    line-height: 35px;
    height: 60px;
    border-color: #000;
    color: #020202;
    margin: 0 auto;
    text-transform: capitalize;
    display: block;
}
.dropdownstyles option {
    color: #6f6d6d !important;
}
.navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.navbar-nav .nav-link svg{
    width: 24px;
    vertical-align: middle;
}
.manufacturer-para ul{
        color: #283044;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.manufacturer-para ul li{
    margin-bottom:15px;
}
.get-started .form-group {
    margin-bottom: 0rem;
}
.get-started .wpcf7-form-control-wrap {
    display: block;
}
.get-started span.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
}
.delivery-sec .list-unstyled li a,.delivery-sec-manufacture .list-unstyled li a{
       padding: 0px;
           margin: 0 0px;
}
.state-price-table {
    margin-bottom: 0;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.state-price-table thead th, .state-price-table thead td {
    background-color: #2f97b4;
    color: #fff;
}
.main-manufacture-blog .product-bottom {
    min-height: 110px;
}
.banner-form span.wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.banner-form .wpcf7-form-control-wrap {
    display: block;
}
.banner-form span.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.banner-form .checkbox span {
    padding-left: 0px;
}
.banner-form div.wpcf7-response-output {
    margin: 0em 0.5em 0em;
}
.banner-form .checkbox input{
    float:left;
}
.banner-form .checkbox span {
    display: block;
    float: left;
}
.blog-detail-sec .bd-content ul{
    color: #666666;
    font-size: 17px;
    line-height: 35px;
    font-size: 16px;
    color: #283044;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
}
.manufacture-top-head{
    font-size: 45px;
    font-family: 'rift-bold';
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}
.m-about-heading{
    font-size:28px;
}
.blor-black{
    background-color: #000000ad;
    height: auto;
    padding: 80px 0px;
}
.blor-black .manufacture-top-head{
    color: #fff;
}
.blor-black .text-dark {
    color: #ffffff!important;
}
.blor-black .text-30 {
    color: #ffffff!important;
}
.row-reverse .pad-70{
    padding-left:0px;
    padding-right:0px;
}
.blog-detail-sec .bd-content h3{
    font-size: 25px;
    margin-top: 20px;
}


.city-slick-slider .slick-prev,
  .city-slick-slider .slick-next {
    position: absolute;
    background: #777;
    border: none;
    color: #ffffff00;
    width: 25px;
    height: 25px;
    bottom: -30px;
    padding: 0px 5px;
    line-height: 0;
    text-align: center;
    cursor:pointer;
  }
.city-slick-slider .slick-next:before { 
          content: ">";
    color: #fff;
    font-size: 25px;
    }
.city-slick-slider .slick-prev { 
        left: 45%; 
}
.city-slick-slider .slick-next { 
        right: 45%; 
}
.city-slick-slider .slick-prev:before { 
        content: "<";
    color: #fff;
    font-size: 25px;
}
.city-slick-slider button:focus{
    outline:none;
}
.city-slick-slider .slick-initialized .slick-slide{
    height: 400px;
    min-height: 1px;
    object-fit: cover;
}
.city-left-div{
    height: 400px;
    display: table-cell;
    vertical-align: middle;
}
.filter-state-page{
   background: #f1f1f1;
    padding: 15px;
    float: left;
    width: 20%;
    margin-right: 20px;
    margin-bottom: 25px;
}
.filter-state-page select{
   width: 100%;
    background: #fff;
    height: 45px;
    color: #495057;
    font-weight: 400;
    font-size: 15px;
    border: none;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}
.state-load-btn{
    text-align:center;
}
.state-load-btn button{
        border: 3px solid #2f96b4;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: #2f96b4;
    width: 170px;
    padding: 15px;
    background-color: #fff;
    margin: 0px auto;
    font-family: 'google-sans-bold';
    cursor: pointer;
}
.state-help-box{
    background: url(../img/bg/metal-garage-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.state-help-box h2{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.state-help-box p{
    font-size: 16px;
    word-wrap: break-word;
    color: #fff;
    line-height: 25px;
}
.state-help-box .state-help-button{
     margin-top: 50px;
}
.state-help-box .state-help-button a{
        background: #0DA2AB;
    padding: 15px 30px;
    color: #fff;
    border: 2px solid #fff;
}
.type-metal-div{
    padding: 20px;
    margin-bottom: 30px;
    background: #f1f2f2;
        position: relative;
}
.type-metal-garage .type-metal-div p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    min-height: 275px;
    margin-bottom: 0px;
}
.type-metal-garage .type-metal-div h3{
    font-size: 25px;
}
.card_corner {
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 2em;
background-color: #e6e7e8;
}

.card_corner .card_corner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2em 2em 0;
    border-color: transparent #ffffff transparent transparent;
}
.infographics-div {
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.19);
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: none; 
    padding: 0px;
}
.padr-0, .row-reverse .padl-0 {
    padding-right: 0px;
}
.padl-0, .row-reverse .padr-0 {
    padding-left: 0px;
}
.infographics-div .blog-details {
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 15px 45px -9px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 15px 45px -9px rgba(0,0,0,.2);
    transition: .3s all ease-in-out;
    box-shadow: 0px 15px 45px -9px rgba(0,0,0,.2);
    height: 400px;
    display: table-cell;
    vertical-align: middle;
}
.infographics-image {
   /* width: 100%;
    float: left;
    height: 400px;*/
}
.infographics-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.garage-accessories{
    /* border: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 20px;
    min-height: 180px;
    background: #f9f9f9;
    box-shadow: 0px 8px 20px -9px rgba(0,0,0,.2); */
    margin-bottom: 30px;
    padding: 0px;
}
.state-page-content .state-price-table {
    margin-bottom: 30px;
}
.state-page-content a{
        color: #0da2ab;
}
.state-page-content a:hover{
     color: #0A2239 !important;
}
.statepage-banner{
    background: url(../img/bg/metal-garage-banner.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 100px;
    height: 450px;
}   
.typeofgarage img{
    margin-bottom: 15px;
}
.typeofgarage .metal-garage-btn{
    text-align:center;
}
.typeofgarage .metal-garage-btn a{
    font-size: 15px;
    height: 50px;
}
.type-metal-garage .benefits-garage .type-metal-div p{
    min-height:auto;
}
.statepage-banner p{
    color:#fff;
    line-height: 25px;
}
/*************************requestform********************************/
.requestform .modal-dialog {
    max-width: 600px;
}
.requestform{
    padding-right:0px !important;
}
.requestform .modal-content {
    border: none;
}
.requestform .modal-header{
    background: #fff;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    position: relative;
}
.requestform .modal-header h5{
        width: 100%;
    font-size: 24px;
    display: block;
    color: #fff;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    color: #283044;
}
.requestform .modern-form {
    margin: 0px auto;
    background-color: #fff;
    padding: 15px 10px 15px;
    border-radius: 4px;
    height: 60px;
    margin-bottom: 25px;
}

.requestform .form-control {
       font-size: 14px;
    min-height: 54px;
    border: 2px solid #A6C3DD;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0px 15px;
}
.requestform .close{
        position: absolute;
    right: 40px;
    width: 20px;
    color: #fff;
    opacity: 1;
    top: 0px;
}
.requestform-head{
    position: relative;
    top: 0;
    left: -40px;
}
.requestform-head label{
    padding: 10px;
    font-size: 16px;
    background: #F9F7F3;
    border-radius: 0px 10px 10px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.personal-info{
    position:relative;
}
.building-info{
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}
.requestform input::placeholder {
  color: #2d2d2d;
}
.requestform textarea::placeholder {
  color: #2d2d2d;
}
.blog-detail-sec .bd-content a{
    color: #0DA2AB;
}
.blog-detail-sec .bd-content a:hover {
    color: #0A2239;
}
.bd-detail-bottom .social-menu li .icon-facebook-l1 {
    color: #3B5998;
}
.bd-detail-bottom .social-menu li .icon-twitter-l1 {
    color: #1DA1F2;
}
.requestform .wpcf7-form-control-wrap{
    display:block;
    margin-bottom: 20px;
}
.requestform .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    display: block;
    position: absolute;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
}
.requestform div.wpcf7-response-output {
    margin: 0em 0.5em 1em;
}
.requestform .modal-body {
    padding: 1rem 3rem;
}
.requestform .wpcf7-submit{
    width: 150px;
    height: 50px;
}
.requestform .wpcf7-captcha-securitycode {
    height: 40px
}
.requestform .securitycode{
    width: 35%;
}
.manufacturer-para .section-head a{
    color: #0da2ab;
}
.manufacturer-para .section-head a:hover{
    color: #0A2239 !important;
}
.manufacturer-para .section-head .state-help-box a{
    color:#fff !important;
}
.p-detail-tb-sec .tab-content a{
    color: #0DA2AB;
}
.p-detail-tb-sec .tab-content a:hover {
    color: #075B60;
}
.modal-open{
    overflow: auto;
}
.load-more-btn{
    text-align: center;
    width: 100%;
}
.mobile-call-icn{
    display:none;
}
.navbar-nav .call-icon-header a{
        background: #ECFCFD;
    padding: 8px 15px !important;
    border: 2px solid #283044;
    border-radius: 6px;
}
.navbar-nav .subdrop-down-sec .icon-dropdown-xs{
    margin-left:5px;
        vertical-align: middle;
}
.home-banner-info .top-sub-title{
    font-size: 38px;
    letter-spacing: 0px;
    color: #283044;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}
.buy-metal-garage-sec h1{
    letter-spacing: 0px;
    color: #283044;
    font-size: 30px;
    text-align: left;
    line-height: 47px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.buy-metal-garage-sec .main-sub-title {
    font-size: 16px;
    font-family: 'google-sans-medium';
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: left;
}
.top-list-product .btn-primary{
    border: 2px solid #283044;
    background-color: #fff;
    color: #283044;
}
.home-banner-content .main-sub-title{
    font-weight:500;
}
.what-you-need-sec .section-head{
    padding-right: 15%;
}
.what-you-need-sec .main-sub-title a{
    color: #12BFCE;
    font-weight: 500;
}
.buy-metal-garage-sec .product-bottom {
    box-shadow: none;
    padding: 30px 15px;
}
.home-product-slide .product-slider-1-next-prev {
       text-align: right;
    padding: 0 7px;
    position: absolute;
    right: calc(50% - 49px);
    top: unset;
    z-index: 99;
    bottom: -60px;
}
.home-product-slide{
    position:relative;
    margin-top: 60px;
}
.why-viking-counter ul{
    padding:0px;
    list-style:none;
}
.why-viking-counter ul li{
    letter-spacing: 0px;
    color: #12BFCE;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 75px;
    position: relative;
    padding-left: 0px;
}
.why-viking-counter ul li:before{
    /*position: absolute;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    background: #283044;
    border-radius: 10px;*/
    content: " ";
}
.why-viking-counter ul .counter-cls{
    letter-spacing: 0px;
    color: #283044;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
}
.font-medium{
    font-weight:500;
}
.why-choose-inner{
    margin-top:50px;
}
.why-choose-inner .why-choose-content .why-choose-item {
    text-align: center;
    margin: 0px 0 40px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px #12BFCE26;
    border-radius: 15px;
    padding: 40px 20px;
}
.why-choose-inner .why-choose-item-info p{
    letter-spacing: 0px;
    color: #283044;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
.why-choose-inner .why-choose-item-img img {
    height: 100px;
    width: 100px;
    background: #a6c3dd29;
    padding: 15px;
    border-radius: 10px;
}
.why-viking-counter{
	padding-top: 18%;
}
.why-viking-right{
	padding-top: 17%;
}
.why-choose-inner .why-choose-item-img {
    margin-bottom: 10px;
}
.funds-become-box{
	width: 47%;
    float: left;
}
.funds-become-box .card-body {
    padding: 30px;
}
.pull-right{
	float: right !important;
}
.funds-become-left .card-body{
    background-color:#FEF2EC;
    border-radius: 0px 0px 15px 15px;
}
.funds-become-right .card-body{
    background-color:#ECFCFD;
    border-radius: 0px 0px 15px 15px;
}
.funds-become-box .card-title a{
        font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #283044;
}
.funds-become-box .card-body p{
    font-size: 16px;
    color: #3D3E4F;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    padding-top: 0px;
}
.funds-become-box .btn-primary{
    padding: 6px 30px;
    height: 50px;
    border-radius: 6px;
}
.funds-become-box .card-img-top{
    border-radius: 15px 15px 0px 0px;
}
.home-blog-btn{
    position: relative;
    right: unset;
    top: 0;
    width: 150px;
    height: 50px;
    margin: 0px auto;
}
.home-garage-blog .product-bottom {
    padding: 20px 30px 50px;
}
.garage-blog-sec-content .product-bottom a {
    color: #283044;
    font-weight: 500;
    font-size: 15px;
}
.home-garage-blog .product-box .more-cta {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #12BFCE;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    left: 30px;
    bottom: -20px;
}
.top-manufacturer-sec .top-manufacturer-content img{
    box-shadow: 0px 3px 20px #12BFCE26;
    border-radius: 8px;
    padding: 15px;
}
.top-manufacturer-sec .top-manufacturer-content{
    margin-top: 30px;
}
.social-menu ul li+li {
    margin-left: 15px;
}
.footer-navigation p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-transform: capitalize;
}
.footer-copyright{
    background-color:#F5F7FA;
    padding:10px 0px;
    font-family: "google-sans-regular";
	color: #666666;
    font-size:14px;
}
.copyright-menu li {
    display: inline-block;
    margin-left: 50px;
}
.copyright-menu li a{
	font-family: "google-sans-regular";
	color: #666666;
    font-size:14px;
}
.about-page-whychoose .why-choose-inner .why-choose-item-info .main-sub-title{
    font-size: 14px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
}
.list-unstyled .title-xl {
    font-size: 20px;
    color: #283044;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.list-unstyled .media-body p{
    font-size: 16px;
    color: #283044 !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.renttoown-banner-sec .form-content {
    background: #f5f7fad1;
    padding: 50px 30px;
    border-radius: 15px;
}
.checkbox span.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.checkbox span {
    padding-left: 0;
}
.wpcf7-list-item input[type=checkbox] {
    float: left;
}
.form-content #id_submit_btn{
    width: 215px;
    height: 50px;
    padding-left: 5px;
}
.rent-timeline-sec .nav-link {
    padding-left: 0px;
}
.rent-timeline-sec .order-pricess-tl .nav-tabs {
    width: 90%;
}
.rent-timeline-sec .order-pricess-tl.rtotl .nav-tabs:after {
    width: 79%;
}
.rto-calculator-sec .rto_image_sec{
    padding-right: 0px;
}
.rto-calculator-sec .rto_image_sec img{
    border-radius: 15px 0px 0px 15px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.rto-calculator-box{
    background-color: #F8FCFD;
    padding: 20px 50px;
    border-radius: 0px 15px 15px 0px;
    height: 300px;
}
.rto-calculator-box .input1 {
    height: 50px;
    width: 100%;
    border: 2px solid #A6C3DD;
    border-radius: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 0px 15px;
    font-size: 14px;
    color: #283044;
}
.rto-calculator-box .emi_calculate{
    margin-top: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #12BFCE;
    border-radius: 15px;
    text-transform: capitalize;
    float: right;
    width: 248px;
    height: 52px;
    padding: 0px;
    padding-right: 20px;
}
.rto-calculator-box .Reset{
    border: 2px solid #12BFCE;
    border-radius: 15px;
    background: #fff0;
    width: 54px;
    height: 48px;
}
.rto-calculator-box .Reset:hover{
    border: 2px solid #12BFCE;
    border-radius: 15px;
    background: #fff0;
}
.rto-calculator-box .erow-left .arrow-sicon{
    /*position: absolute;*/
    left: 14px;
    top: 23px;
}
.rto-calculator-box .tr-calc-cat {
    margin-top: 15px;
}
.erow-left {
    position: relative;
}
.erow-right {
    position: relative;
}
.erow-right .arrow-sicon{
    position: absolute;
    right: 45px;
    top: 26px;
}
.rto-calculator-sec .after_calcutate-box .after_calcutate{
        background: #F9F7F3;
    border-radius: 15px;
    padding: 0px 30px !important;
    text-align: left;
    height: 300px;
    display: table-cell !important;
    text-align: left;
    vertical-align: middle;
    float: unset;
    width: 80% !important;
}
.after_calcutate-box{
    padding-left: 10%;
}
.after_calcutate-box .est-right .est-payment {
    text-align: left;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    line-height: 26px;
}
.after_calcutate-box .est-right .small-txt{
        font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-align: left;
}
.after_calcutate-box .est-right .jumper{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #12BFCE;
    border-radius: 15px;
    text-transform: capitalize;
    float: left;
    width: auto;
    height: 48px;
    padding: 0px 30px;
        line-height: 47px;
    color: #fff;
    margin-top: 15px;
}
.after_calcutate-box .main-amount {
    font-size: 40px;
    color: #283044;
    text-align: left;
    padding-top: 0px;
    font-weight: 600;
    padding-bottom: 0;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    line-height: 58px;
}
.top-sec-pro h2{
        letter-spacing: 0px;
    color: #283044;
    font-size: 30px;
    text-align: left;
    line-height: 47px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.top-list-product h3{
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.top-list-product h4{
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
.rto-metal-product h2{
    margin-bottom:30px;
}
.no-bg{
    background: unset;
    padding-top: 0px;
}
.credit-score-bg{
    background-image:url(../img/covers/credit-score-cover.png);
}
.blor-back-bg{
    padding: 60px 0 70px;
    background: #283044bf;
}
.credit-score-bg p{
    font-size: 14px;
}
.credit-score-bg .btn-white {
    background: #12BFCE;
    color: #fff;
    border-color: #12BFCE;
    margin-top: 2em;
}
.category-page-sec{
    background: #F5F7FA;
    padding-top: 80px;
}
.category-page-sec .page-title-sec{
    width: 90%;
    background: #12BFCE;
    margin: 0px auto;
    border-radius: 15px;
}
.category-page-sec h1{
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0px;
    line-height: 47px;
}
.category-page-sec p{
    margin: 0px;
}
.vertical-category .product-bottom{
        box-shadow: none;
}
.vertical-category .product-bottom h3{
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
}
/********************************************************************************************/
.infographics-div .infographics-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.infographics-image img {
    width: 100%;
}
.infographics-list{
	padding: 80px 0px;
}
.infographics-div{
	margin-bottom: 4em;
	box-shadow: 0px 15px 45px -9px rgba(0,0,0,.2);
	position: relative;
}
.infographics-div .bd-detail-bottom{
	margin: 10px 0px 0 0px;
    border-top: 1px ridge rgb(240, 240, 240);
    padding-top: 20px;
}
.infographics-details{
	padding-right: 15px;
}
.infographics-details{
	padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 10px;
}
.infographics-details .bd-detail-bottom .btn {
    font-size: 14px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
}
.infographics-date{
	float: right;
	display: block;
	width: 100%;
	text-align: right;
	    margin-bottom: 1em;
}
.infographics-heading-div{
	text-align: center;
	margin-bottom: 1em;
	font-size: 40px;
}
.infographics-heading{
	    font-size: 22px;
    line-height: 30px;
}
.infographics-list .page-link, .infographics-list .page-numbers {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0a2239;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.infographics-list .page-item.active .page-link, .infographics-list .page-item .page-numbers.current {
    background-color: #0A2239;
    border-color: #0A2239;
    color: #fff;
}
.infographics-list .pagination .page-item {
    margin: 0 3px;
}
.infographics-details-page .infographics-details {
    padding-left: 25px;
    padding-right: 25px;
}
.infographics-details-page{
	padding: 80px 0px 80px;
}
.infographics-details-page .infographics-div .infographics-image {
    width: 100%;
    max-height: unset;
}
.infographics-details-social{
    background-color: #0da2ab;
    padding: 15px;
    box-shadow: 0px -8px 37px -19px rgba(0,0,0,.2);
    margin-bottom: 2em;
}
.embed-code-div textarea {
    width: 100%;
    height: 130px;
    background-color: #f7f7f7;
    border: none;
}
.embed-sub-head {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 38px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    /* font-family: 'rift-bold'; */
    color: #0A2239;
    font-family: 'Chakra Petch', sans-serif;
    color: #283044;
}
.infographics-details-page .infographics-div {
    margin-bottom: 3em;
}
.category-page-sec.bg-white{
    padding-top:0px;
}
.br-b{
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    margin: 15px 0px;
}

.product-dtl-page .p-detail-info p {
    font-size: 13px;
    color: #6c6c6c;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 10px;
}
.product-dtl-page .p-detail-info h5, .product-dtl-page .p-detail-info .h5 {
    color: #283044;
    margin-bottom: 0;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 31px;
    padding-top:0px;
}
.product-dtl-page .p-detail-info h4, .product-dtl-page .p-detail-info .h4 {
    color: #283044;
    margin-bottom: 0px;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.product-dtl-page .col-lg-7{
    padding-right:70px;
}
.product-dtl-page .product-call-btn{
    border: 2px solid #283044;
    border-radius: 15px;
    margin-right: 20px;
    font-weight: 500;
    width: auto;
}
.product-btn-box{
    margin-top:50px;
}
.product-btn-box .icon-call-sm{
    font-size: 22px;
    margin-right: 5px;
}
.product-dtl-page .flex-direction-nav a.flex-next{
        background: #f9f7f3;
    border: 2px solid #283044;
    border-radius: 10px;
    padding-right: 12px;
    font-size: 15px;
    padding-top: 4px;
}
.product-dtl-page .flex-direction-nav a.flex-next:after{
    content:"";
     background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -20px;
}
.product-dtl-page .flex-direction-nav a.flex-prev{
    background: #f9f7f3;
    border: 2px solid #283044;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 15px;
    padding-top: 4px;
}
.product-dtl-page .flex-direction-nav a.flex-prev:after{
    content:"";
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px;
}
.building-more-info ul li{
    list-style: none;
    font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 36px;
}
.product-des-tab .card{
    box-shadow: 0px 3px 20px #12BFCE26;
    margin-bottom: 2em;
    border-radius: 15px 15px 15px 15px;
    border: none;
}
.product-des-tab .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: none;
    border-radius: 15px 15px 15px 15px;
}
.product-des-tab .card-header .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 18px;
    position: relative;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border: 2px solid #283044;
    color: #283044;
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
}
.product-des-tab .card-header i{
    color: #283044;
}
.product-des-tab .btn{
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    color: #283044;
    font-size: 18px;
    text-decoration: none;
}
.product-des-tab .card-header .btn[aria-expanded=true] {
    color: #fff;
    background-color: #12BFCE;
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 3px 20px #12BFCE26;
}
.product-des-tab .card-body {
    padding: 35px;
}
.product-des-tab .active .fa-stack {
    border: 2px solid #ffffff;
}
.product-des-tab .active i{
    color: #ffffff;
}
.p-detail-slider-sec .row{
    position:relative;
}
.p-detail-slideer {
    margin-top: 30px;
}
.requestform-side .modal-dialog {
    max-width: 680px;
    float: right;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #fff;
}
.requestform-side .modal-body {
    padding: 40px;
    padding-top: 0px;
}
.requestform-side .building-info {
    margin-top: 0px;
}
.request-close{
    width: 40px;
    position:relative;
}
.metalgarage-banner-sec .form-content{
    background: #f5f7fad1;
    padding: 50px 30px;
    border-radius: 15px;
}
.shape-image{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 58%;
}
.home-garage-blog .product-box .arrow-sicon{
    margin-left: 0;
    width: 18px;
}
.about-shape-top{
    top: 230px;
}
.about-page-whychoose{
    padding: 70px 0;
}
.section-4{
    padding: 70px 0;
}
.page-title-sec {
    padding: 40px 15px;
    padding-top: 40px;
}
.building-more-info ul {
    padding-left: 0;
}
.section-5 ul{
    list-style:none;
    padding-left:0px;
    line-height:30px;
    font-weight:500;
    font-size:16px;
    color: #283044 !important;
}
.more-state-sec svg{
    width: 10px;
    margin-left:-5px;
    vertical-align: middle;
    
}
.more-state-sec svg:first-child{
    margin-left: 10px;
}
.menucaturemodal .modal-dialog {
        max-width: 890px;
    margin: 2% auto;
    border-radius: 0px;
}
.menucaturemodal .modal-header{
    border:none;
        padding: 0px;
}
.menucaturemodal .modal-header .close {
    padding: 0;
    margin: 0;
    z-index: 999;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
}
.menucaturemodal .modal-header .close img{
    width: 40px;
}
.menucaturemodal .modal-body {
    padding: 50px;
}
.menucaturemodal .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 20px 30px;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #283044;
}
.menucaturemodal .nav-item.show .nav-link, .menucaturemodal .nav-link.active {
    color: #12BFCE;
    background-color: #fff;
    border-color: #707070 #707070 #fff;
}
.menucaturemodal .tab-content{
    border: 1px solid #707070;
        padding: 20px;
}
.menucaturemodal .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.menucaturemodal .list-unstyled {
    column-count: 3;
}
.menucaturemodal .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
}
.more-state-sec a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
.more-state-sec a:hover{
    color: #fff;
    text-decoration: none;
}
.menucaturemodal-box .google-sans-regular img{
    transform: rotate(-90deg);
    width: 13px;
    margin-right: 0px;
}
.sub-arrow-btn{
    position:relative;
}
.sub-arrow-btn:after{
    content: "";
    background-image: url(../img/icons/arrow-style-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 165px;
    top: 30px;
}
.home-product-slide .product-bottom {
    padding: 15px 15px 15px;
}
.p-detail-tb-sec .card-body p{
    padding-left:0px !important;
}
.state-page-content h2{
    font-size: 28px;
}
.state-page-content h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}
.state-page-content .table td, .state-page-content .table th {
    font-size: 14px;
}
.state-page-content  caption {
    font-weight: 400;
    color: #283044;
}
span.wpcf7-not-valid-tip {
    font-size: 11px !important;
}
.infographics-details ul li{
    font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.manufacturer-para h3 {
    font-size: 24px;
}
.cci-color-chart{
    max-width:100%;
}
.offer-page-banner .offer-sale .bfp_get_call:hover{
    color: #2f2f2f;
}
.minus-icon{
    display:block;
}
.plus-icon{
    display:none;
}
.collapsed .minus-icon{
    display:none;
}
.collapsed .plus-icon{
    display:block;
}
.menucaturemodal #tabs-3 .list-unstyled {
    column-count: 2;
}
.manufacturer-para h4 {
    font-size: 20px;
    font-weight:600;
}
.manufacturer-para .state-price-table{
    width:100%;
    margin-bottom:20px;
}
.para-div{
        font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 1rem;
    display:block;
}
.width70{
    width:70%;
    float:left;
}
.imgwidth40{
    width:30%;
    float:left;
}
.manufacturer-para img {
    margin-bottom: 15px;
    max-width: 100%;
}
.inner-about p a{
   color: #0DA2AB;
}
.statepage-div .metal-garage-btn .bfp_get_price{
    color:#fff;
}
.statepage-div .section-head {
    padding-right: 15px;
}
.statepage-div .infographics-div {
    padding: 15px 30px 15px 15px;
}
.statepage-div .infographics-div .blog-details {
    box-shadow: none;
    height: auto;
}
.column-count-sec{
    column-count: 4;
}
.header-logo{
    width:160px
}
.manufacturer-building .loadmore-bfp-btn .loadmore-bfp-manufacture{
    background: rgb(18, 191, 206);
    color: rgb(255, 255, 255);
    border-color: rgb(18, 191, 206);
    box-shadow: none;
    border-radius: 15px;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 58px;
    display: block;
    width: 200px;
    line-height: 44px;
}
.manufacturer-building .loadmore-bfp-btn .loadmore-bfp-manufacture:hover{
    background: #097178;
    color: #fff;
    border-color: #097178;
}
.category-pagination-btn .borderbtn {
    background-color: transparent;
}
.requestform-side{
    z-index: 99999;
}
.workshop-new-sec a{
    color: #0DA2AB!important;
}
/*******************p-detail-slider-sec*********************/
.one-condition-slider {
    width:100% !important;
}
.one-condition-slider .slick-track{
    width:100% !important;
}
.one-condition-slider .col-md-6{
    width:50% !important;
}
.section-5 ul.in-custom-ul{
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 400;
}
.in-custom-ul li a{
    color:#0DA2AB;
    font-weight: 400;
}
.ul-three-sec{
    column-count: 3;
}

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

.search-not-found{
	    -webkit-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    -moz-box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    box-shadow: -2px 10px 22px -16px rgba(0,0,0,.75);
    background: #fff;
    max-width: 900px;
    margin: 0px auto;
    padding: 50px 50px;
}
.search-not-found .page-content{
	padding-top: 50px;
}
.search-not-found .page-content p{
	margin-bottom: 0px
}
.search-not-found .searchback-btn{
	text-align: left;
    margin-top: 2em;
}
.search-not-found .not-found-image{
	text-align: center;
}
.search-not-found .not-found-image img{
	height: 300px;
}
header .navbar-nav .link-search-icon{
    padding-right: 10px;
        position: unset;
}
.navbar-nav .link-search-icon .nav-link-search{
    padding: 8px 8px !important;
    cursor:pointer;
    background:#fff;
}
.head-search-box{
    display: block;
    position: absolute;
    top: 77px;
    width: 55%;
    right: 215px;
}
.head-search-box input{
    border: 2px solid #283044;
}
.head-search-box input:focus{
    border: 2px solid #283044;
}
.head-search-box .cmn_close_search{
    width: 80px;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 50px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    border-color: #283044;
    background: #efefef;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-family: 'Chakra Petch', sans-serif;
    letter-spacing: 0px;
    color: #283044;
    border-left: 2px solid;    
}
.head-search-box .fa-sort-up{
    position: absolute;
    right: 19px;
    top: -13px;
    font-size: 45px;
}
.mobile-search{
        display: block;
    position: absolute;
    top: 50px;
    width: 70%;
    right: 18%;
    display: none;
}
.desktop-search{
    display: none;
}
.mobileSearch{
        background: #F8FCFD;
    padding: 2px 5px !important;
    border: 2px solid #283044;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 63px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.mobileSearch img{
    width: 18px;
}

.mobile-search .closesearch{
    width: 15px;
}
.mobile-search button {
    font-size: 13px;
}
.mobileSearch .fa-sort-up {
    right: 19px;
    top: -8px;
    font-size: 30px;
}
header .navbar-nav .call-icon-header{
    padding-left: 20px;
}
.col-inner-image {
    border: 1px solid #efefef;
    margin: 20px 0px;
}
.col-inner-image h4 {
    text-align: center;
    font-size: 16px;
    background: #000000a1;
    padding: 10px;
    margin: 0;
    color: #fff;
}
.section-5 .list-style-ul{
    list-style: inside;
    padding-left: 20px;
    font-weight: 400;
}
.div-text-para a{
    color: #0da2ab;
}
.section-5 .list-style-metal {
    font-weight: 400;
    list-style: inside;
}
.section-5 .list-style-metal li {
    width: 50%;
    float: left;
}
.content-set-cs{
    font-size: 16px;
    line-height: 30px;
    color: #283044;
    font-family: 'Rubik',sans-serif;
    font-weight: 400;
}
.manufacturer-para .content-set-cs img {
    width: 100%;
    margin:20px 0px;
}
/******************************************************************************************/
.top-header{
    background-color: #283044;
    height: 36px;
}
.top-header .marque-sticky{
    color: #fff;
    line-height: 3;
    display: block;
    float: left;
}
.top-header marquee{
        width: 100%;
    font-family: 'Rubik', sans-serif;
    line-height: 36px;
}
.top-header p{
    color: #fff;
    margin: 0;
    font-size: 13px;
    line-height: unset;
    display: block;
        padding: 0px;
}
/************************************************sitemap*****************************************************/
.sitemap-section{
    padding: 80px 0px;
}
.sitemap-section .card-body ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.sitemap-section .card-body li{
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.sitemap-section .card-body li a{
    padding: 10px;
    background-color: #12bfce;
    display: block;
    color: #fff;
    text-transform: capitalize;
}
.sitemap-section{
    padding: 80px 0px;
}
.sitemap-section .brif-carport {
    margin-bottom: 0px;
}
.sitemap-section div[aria-expanded="true"]{
    background-color: #12bfce;
    color:#fff;
}
.offer-metal-garage-sec .loadmore-bfp-manufacture{
    width: 250px;
    color: #fff !important;
    margin: 0px auto;
    text-transform: capitalize;
    background: rgb(18, 191, 206) none repeat scroll 0% 0% !important;
    border-color: rgb(18, 191, 206) !important;
    display: block;
    line-height: 41px;
}
.loadmore-style {
    width: auto !important;
}
.section-5 .list-style-menu{
    font-weight: 400;
    list-style: inside;
}
.section-5 .list-style-menu a{
    color: #0DA2AB !important;
}
.borderbtn .loadmore{
    left: 45%;
}
.manufacturer-building .loadmore-bfp-btn .loadmore-bfp-manufacture{
    width: 200px !important;
}
.extra-pad{
     padding-top: 70px !important;
}
.offer-metal-garage-sec .loadmore-bfp-manufacture{
    width: 250px !important;
}
.infographics-details-page .infographics-details a{
        color: #0da2ab;
}
.subdrop-down-sec .full_width_menu{
    width: 800px;
    column-count: 3;
    left: -400px;
}
.subdrop-down-sec ul li a {
    font-size: 13px;
}
.archive_form .wpcf7-spinner{
    display: none;
}
.archive_form p{
    margin:0px;
}
.archive_h2{
    margin-bottom: 40px;
}
.category-accordian .card-header{
    position:relative;
    cursor: pointer;
}
.category-accordian .card-header[aria-expanded="true"]::before {
    background-image: url(../img/minus.svg);
}
.category-accordian .card-header::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    background-image: url(../img/add.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    border-radius: 0%;
    background-color: #0000;
}
.modal-open {
    overflow: hidden;
}
.column_count_two{
    column-count: 2;
}
.vmg_city_sec{
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding:0px;
    list-style: none;
    border: 1px solid #cfcfcf;
    padding: 20px;
}
.vmg_city_sec li{
    width:25%;
    float:left;
}
.faq_section{
    margin-bottom:50px;
}
.faq_section .card-header {
    padding-right: 50px;
}
.funds-become-left .btn-primary{
    background: #F7A072;
    border-color: #F7A072;
}
.funds-become-right .btn-primary{
    background: #12BFCE;
    border-color: #12BFCE;
}
.home-garage-blog .vmg_explore_head{
    margin-bottom:50px;
}
.home-garage-blog .vmg_explore_head h2 {
    margin-bottom: 0;
}
.why-viking-counter li img{
   /* width: 110px;
    height: 110px;*/
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
}
.why-viking-counter ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
}
.vikinginfo_section{
    padding: 80px 100px 100px;
}
.viking_info_sec{
    background-image: url(../img/webp/about-bg.webp);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.viking_info_sec .viking-info-content {
    background: transparent linear-gradient(180deg, #28304400 0%, #283044 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
}
.viking_info_sec .viking-info-content p{
    color:#fff;
}
.viking_info_sec .viking-info-content .nav-tabs li a {
    font-size: 22px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
}
.viking_info_sec .viking-info-content .nav-tabs {
    margin-bottom: 15px;
}
.viking_info_sec .btn-primary, .viking_info_sec .btn-primary:focus {
    border-radius: 6px;
    height: 48px;
}
.br-bottom .new_ab_state {
    text-transform: uppercase;
}
.showcolapsebtn{
    display:none;
}
#knowmore{
    display:block;
}
h3 {
    font-size: 22px;
}
.blog-detail-sec table td{
    font-weight:400;
    font-size: 16px;
    color: #283044;
    font-family: 'Rubik', sans-serif;
    line-height: 30px;
}
.blog-detail-sec td a{
    font-weight:500;
}
.new_text p{
    font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.color-black p{
    color: #000;
}