@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

body, html{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #000;
}

h1,h2,h3,h4,h5,h6,p,a{
    margin: 0;
    padding: 0;
}

ul, li{
    list-style: none;
    padding: 0;
}

*{
    box-sizing: border-box;
}

.bannerSec {
    /*background-image: url(../images/Cyclingbanner-n.jpg);*/
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
.bannerSec-new {
    background-image: url(../images/Cyclingbanner-n.jpg);
}
/*.bannerHdng h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 46px;
    padding: 30px;
    max-width: 630px;
}*/
.bannerHdngInner h1 {
    color: rgba(0, 131, 202, 1);
    font-weight: 900;
    font-size: 46px;
    text-transform: uppercase;
    text-align: center;padding: 30px;
	max-width: 630px;
	margin: auto;
}
.bannerHdngInner h1 span {
    font-size: 18px;
    font-weight: 500;
	position: relative;
    top: -15px;
	display: inline-block;
}
}
.bannerHdng h1 span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    position: relative;
    top: -22px;
}
.bannerHdng {
    z-index: 1;
    position: relative;
}
.bannerSec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    z-index: 0;
}
.productPg .slick-dots li button:before {
    font-size: 14px;
}
.bannerHdng {
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.container{
    width: 100%;
    padding: 0 30px;
}
.max-container{
    max-width: 1170px;
    margin: 0 auto;
}
.w-50{
    width: 50%;
}


.colOuterFex{
    display: flex;

}
  .carousel img {
    height: 350px;
    margin: 0 auto;
}
.heading {
    color: rgba(0, 131, 202, 1);
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    text-align: center;
}
.firstSec p {
    font-size: 18px;
    line-height: 26px;
    margin: 18px 0 0;
}
.firstSec {
    padding: 60px 0 0;
}
.feature {
    margin-top: 30px;
}
.feature li {
    list-style: disc;
    font-size: 18px;
    margin: 0 0 10px;
    list-style-position: inside;
}
.linksSec {
    margin: 40px 0;
}
.linksSec img {
    width: 100%;
    transition: transform .5s ease-in-out;
}
.feature .heading {
    text-align: left;
}
.imgSec h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border: none;
}
.Rowsec {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.Rowsec .imgSec {
    width: 20%;
    padding: 0 11px;
}
.imgSec a {
    display: block;
    text-decoration: none;
    border: none;
}

.productTitle {
    font-size: 38px;
    font-weight: 400;
}
.rating {
    color: #0083CA;
    font-size: 20px;
    margin: 11px 0 0;
}
.rating .fa {
    margin: 0 7px 0 0;
}
.price {
    margin: 14px 0 0;
    font-size: 34px;
    color: #000;
    font-weight: 400;
}
.price span {
    margin: 0 0 0 12px;
    text-decoration: line-through;
}
.productImage {
    /*background: #E9E9E9;*/
    padding: 0 30px 30px;
    height: 70%;
}
.leftOuter {
    padding-right: 28px;
}
.carousel.slick-slider {
    margin-bottom: 30px;
    height: 94%;
}
.productImage .slick-next{
    right: 0;
}
.productImage .slick-prev{
    left: 0;
    z-index: 9;
}
.linkButton {
    background-color: rgba(0, 131, 202, 1);
    border-radius: 11px;
    color: #fff;
    transition: .5s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 20px;
    min-width: 150px;
    min-height: 46px;
    line-height: normal;
}
.linkButton:hover{
    background-color: #2C2A34;
    color: #fff;
}
.slick-prev:before, .slick-next:before {
    color: #242424 !important;
}
.sizeCharts h2 {
    text-align: center;
	margin-bottom: 15px;
}
.sizeCharts {
	padding: 40px 0;
	background-color: #f9f9f9;
}
.sizeBlock {
	width: 32%;
	text-align: center;
	background-color: #ffffff;
    padding-bottom: 20px;
}
.sizeBlock .sizeImg img {
	width: 100%;
	height: auto;
}
.sizeImg {
	margin-bottom: 10px;
}
.sizeBlock h3 {
    margin-bottom: 10px;
    color: rgba(0, 131, 202, 1);
    font-size: 22px;
}
.sizeBlock p {
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 26px;
}
.sizeBlock a {    
    color: rgba(0, 131, 202, 1);
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
	display: inline-block;
	padding:16px 18px;
	border: 1px solid #000;
	margin-top: 10px;
	transition: 0.3s all ease-in-out;
}
.sizeBlock a:hover {
	background-color: rgb(0 131 202);
	color: #ffffff;
	border-color: rgb(0 131 202);
}
.contact-sec {
    padding: 40px 0;
}
.contact-outr {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.contact-outr p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 26px;
}
.contact-form {
    padding-top: 20px;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.half-col {
    width: 49%;
    margin-bottom: 20px;
}
.half-col input, .full-col textarea {
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 16px;
    min-height: 50px;
}
textarea{
    resize: none;
}
.half-col input:focus, .full-col textarea:focus {
    border-color: #0083ca;
    outline: none;
    box-shadow: none;
}
.full-col {
    width: 100%;
    margin-bottom: 20px;
}
.full-col input[type="submit"]:hover {
    background-color: #424242;
    border-color: #424242;
}
.full-col input[type="submit"] {
    max-width: 200px;
    width: 100%;
    padding: 10px;
    background-color: #0083ca;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #0083ca;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    border-radius: 40px;
}
.bannerHdng, .max-container {
    padding: 0 15px;
}
.Bigheading {
    color: rgba(0, 131, 202, 1);
    font-weight: 900;
    font-size: 56px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #ddd;
    padding-bottom: 28px;
    margin-bottom: 28px;
}
.rghtOuter {
    padding: 0px 60px;
}
.quote-outr {
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
	text-align: center;
}
.quote-outr p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.quote-outr .carousel {
    padding: 20px 20px 0;
}
.quote-outr h5 {
    font-size: 18px;
}
.rghtOuter li a {
    text-decoration: none;
    font-weight: 600;
}
.jrs-img {
	margin-top: 30px;
}
.jrs-img img {
	width: 100%;	
}
.steps {
    text-align: left;
    margin-top: 25px;
}
p.link-sec-info {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 950px;
    margin: 20px auto;
}
.link-sec-info-underneeth {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 950px;
    margin: 40px auto;
}
.download_design {
    color: rgba(0, 131, 202, 1);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    padding: 16px 18px;
    border: 1px solid #000;
    margin-top: 10px;
    transition: 0.3s all ease-in-out;
}
.download-design-file {
    display: flex;
    justify-content: center;
}
.lets-do_this {
    margin: 40px 0;
}
.scndSec h2 {
    font-size: 18px;
}
.lets-do_this .btn {
    max-width: 200px;
    width: 100%;
    padding: 10px;
    background-color: #0083ca;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #0083ca;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    border-radius: 40px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
}
.feature a {
    color: #0083ca;
}
.download_design:hover {
    background-color: rgb(0 131 202);
    color: #ffffff;
    border-color: rgb(0 131 202);
}
.feature a:hover {
    color: #40afea;
    text-decoration: underline;
}
/********responsive*********/

@media (max-width: 991px) {
	.bannerHdng h1, .bannerHdngInner h1 {
		max-width: 630px;
	}
    .quote-outr .carousel {
    padding: 20px 50px 0;
}
.quoteSec .slick-prev {
    left: 0;
}
.quoteSec .slick-next {
    right: 0;
}
.quote-outr {
    overflow-x: hidden;
}
}

@media (max-width: 767px) {
    .feature {
    margin-top: 0;
}
.scndSec h2 {
    margin-top: 20px;
}
    .rghtOuter {
    padding: 0px 0px;
}
.scndSec .colOuterFex {
    display: flex;
    flex-direction: column-reverse;
}
.quote-outr .carousel {
    padding: 20px 30px 0;
}
.quote-outr .slick-dots {
    position: inherit;
}
	.bannerHdng h1, .heading, .bannerHdngInner h1 {
		font-size: 25px;
	}
	.w-50, .sizeBlock, .half-col {
		width: 100%;
	}
	.leftOuter {
		order: 2;
		padding: 0px 0 0;
	}
	.colOuterFex {
		flex-wrap: wrap;
	}
	.carousel img {
		height: 285px;
	}
	.firstSec {
		padding: 50px 0 30px;
	}
	.Rowsec .imgSec {
		width: 48%;
	}
	.sizeBlock:last-child {
    margin-bottom: 0;
	}
	.sizeBlock {
		margin-bottom: 20px;
	}
    .bannerHdng h1 span, .bannerHdngInner h1 span {
        top: 6px;
    }
    .Bigheading {
        font-size: 40px;
    }
}
	
