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


*
{
    box-sizing: border-box;
}
body
{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	font-weight: 700;
	line-height: 1.3;
}

a{
	text-decoration: none;
	color: #000;
}


p:first-letter, h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter,h6:first-letter{
	text-transform: capitalize;
}
 p{
	font-size: 16px;
	line-height: 1.5;
    margin-bottom: 10px;    
    margin: 0;
}
.wrapper{
	width: 100%;

}
.line{
    border: none;
    border-bottom: 1px solid #9d9d9d;
}
.row{
	display: flex;
}

.col-1{
	flex: 8.33%;
}
.col-2{
	flex: 16.66%;
}
.col-3{
	flex: 25%;
}
.col-4{
	flex: 33.3%;
}
.col-5{
	flex: 41.6%;
}
.col-6{
	flex: 50%;
}
.col-7{
	flex: 58.33%;
}
.col-8{
	flex: 66.66%;
}
.col9{
	flex: 75%;
}
.col-10{
	flex: 83.33%;
}
.col-11{
	flex: 91.66%;
}
.col-12{
	flex: 100%
}
.container
{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.pt-0{
    padding-top: 0 !important;
}

.main-bg {
    background-image: url('../images/vslbg.jpg');
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}
.bg{
	background-color: #023053;
}
.hiddensection{
    display: none;
}
.bg-white{
    background-color: #fff;
}
.plr-10{
    padding-left: 10px;
    padding-right: 10px;
}
.plr-20{
    padding-left: 20px;
    padding-right: 20px;
}
.pall-20{
    padding: 20px;
}

/*section css*/
.section1 {
    width: 100%;
    padding: 30px 0;
}
.video-box {
    width: 100%;
    padding: 10px 0;
}
.video {
    max-width: 850px;
    width: 100%;
    display: block;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}
.video .vsl-vdo {
    width: 100%;
    height: 450px;
}
.v-links {
    list-style: none;
    padding-left: 0;
    padding-top: 25px;
    max-width: 300px;
    width: 100%;
    margin: auto;
    color: #fff;
}
.v-links li {
    text-align: center;
    margin-bottom: 10px;
}
.v-links li p {
    margin-bottom: 0;
    font-size: 18px;
}
.v-links li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: underline;
}

/*section2*/
#section2{
    width: 100%;
    position: relative;
}  
.atc-section{
    padding: 50px 0;
    width: 100%;
}
a.cart-btn {
    background-image: linear-gradient(to bottom, #ff963b, #f0410a);
    color: #fff;
    max-width: 430px;
    width: 100%;
    display: block;
    padding: 16px 0;
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    animation: 3s lfthline infinite;
}
/*.cart-btn:after {
    display: block;
    content: ' ';
    position: absolute;
    top: -50%;
    right: -60%;
    bottom: -50%;
    left: -60%;
    background: linear-gradient(50deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
    -webkit-transform: translate(-80%, 0px);
    -ms-transform: translate(-80%, 0px);
    transform: translate(-80%, 0px);
}*/
@keyframes lfthline {
     0% {
        transform: scale(.9);
    }
    70% {
       transform: scale(1);
    }
    100% {
        transform: scale(.9);
    }
}
.stars {
    display: inline-block;
    font-size: 17px;
    line-height: 15px;
    color: #fdb11c;
}
.rprice {
    font-size: 17px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    font-weight: 400;
}
.rprice span {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}
.today-price {
    font-size: 45px;
    text-align: center;
    font-family: 'Georama', sans-serif;
    font-weight: 200;
}
.price{
    color: green;
    margin: 0;
    font-weight: 800 !important;
    font-size: 62px;    
    animation: 3s lfthline infinite;
    display: inline-block;
}
.testimonial-heading.txtclr {
    color: #622881;
}
.product-img
{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.payment-link{
    padding: 0px 10px;
    text-align: center;
}
.pay-link {
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 17px;
    color: #000;
    text-decoration: underline;  
}
.pay-link:hover{
    text-decoration: none;
    color: #000;
}
.pay-method {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}



.txt-center{
	text-align: center;
}
#section3{
    background-color: #023053;
    width: 100%;
    position: relative;
}

.testimonial-heading {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 500;
}
#section4{
    width: 100%;
    position: relative;
    background-color: #eae3f5;
}
.quarantee-box{
    padding: 50px 0;
    width: 100%;
}
.para-style p{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 2;
}
.qrtee-img{
    max-width: 250px;
    width: 100%;
    display: block;
    margin: auto;
}
.testimonial-contnt {
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgb(255 255 255 / 83%);
}
/*.rv-cntnt.bg-white.pall-20 {
    border-radius: 8px;
    margin-top: 20px;
    position: relative;
}
.rv-cntnt:before {
    border-width: 15px;
    border-bottom-color: #fff;
    top: -14px;
    left: 16px;
    content: '';
}
.rv-cntnt:before {
    position: absolute;
    visibility: visible;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: 0;
}*/
.testimonial-box {
    padding: 50px 0;
}
.testimonial{
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
}
.testimonial-img {
    padding: 0 10px;
    margin-bottom: 15px;
}
.short-img {
    border-radius: 100%;
    border: 1px solid black;
    float: left;
    margin-right: 18px;
}
.name {
    color: #023053;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.testimonial-img p {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #f1450c;
    font-weight: 500;
    margin-bottom: 0px;
}
#section5{
    width: 100%;
    position: relative;
}
.product-area {
    padding: 50px 0;
}
.product-contentarea {
    width: 100%;
    padding: 10px;
}
.product {
    max-width: 600px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.product-list {
    width: 100%;
    max-width: 630px;
    margin: auto;
    padding: 20px 0;
}
.proname-list {
    display: flex;
    padding: 5px 0;
}
.proname-list span.p1:first-child {
    flex: 60%;
}
.proname-list span.p1:last-child {
    flex: 40%;
}
p.product-price {
    text-align: right;
    color: #e01200;
    font-size: 18px;
    font-weight: 600;
}
p.product-name {
    font-size: 18px;
    font-weight: 700;
}
p.product-name:before {
    content: '\f655';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    padding-right: 7px;
    color: #4c3c63;
}
.total-value p {
    text-align: center;
    font-size: 26px;
    color: #e01200;
    border-color: #e01200;
    text-decoration: underline;
    margin-bottom: 5px;
}
.section13-content{
    padding: 50px 0;
}
h1.faqmain-heading {
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
    margin: 5px 0px 40px;
    font-weight: 500;
}
h3.faq-heading {
    background-color: #012749;
    padding: 15px;
    padding-left: 26px !important;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    border-radius: 43px 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 30px;
}
h3.faq-heading.ui-state-active, h3.faq-heading.ui-button:active {
    margin: 0 0 0px;
}
.ui-state-active i.down-icon, .ui-button:active i.down-icon {
    display: inline-block;
    top: -3px;
    position: relative;
    left: -2px;
    font-size: 19px;
}
.ui-state-active  i.right-icon, .ui-button:active i.right-icon {
    display: none;
}
i.right-icon {
    font-size: 17px;
    padding-right: 4px;
    display: inline-block;
}
i.down-icon {
    display: none;
}
#footer {
    background-color: #282828;
    padding: 50px 0;
}
.footer-cntnt p {
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
}
.footer-cntnt .links a{
    color: #fff;
}
.footer-cntnt .links a:hover {
    color: #fd8c35;
    text-decoration: underline;
}
.footer-cntnt {
    color: #fff;
    text-align: center;
}
.links {
    padding-bottom: 10px;
}
@media(max-width: 1024px)
{
    .section13-content,.footer-cntnt, .quarantee-box, .video-box, .testimonial-box {
        padding-left: 10px;
        padding-right: 10px;
    }
   
}
@media (max-width: 768px)
{
    .row{
        flex-wrap: wrap;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
        flex: 100%;
    }
    .product-img, .qrtee-img{
        margin-bottom: 10px;
    }
    h1.faqmain-heading {
        font-size: 34px;
    }
    .testimonial-heading {
        font-size: 33px;
    }
}
@media (max-width: 520px)
{
    .proname-list {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    span.p1 {
        flex: 100%;
    }
    p.product-name {
        text-align: center;
        margin-bottom: 0px;
    }
    p.product-price{
    	text-align: center;
    }
}
@media (max-width: 425px)
{
    .today-price {
        font-size: 48px;
    }
    .price {
        font-size: 58px;
    }
    a.cart-btn{
        font-size: 22px;
    }
    .testimonial-heading {
        font-size: 30px;
    }
    .testimonial {
        padding: 10px;
    }
    .rv-cntnt p {
        font-size: 15px;
    }
    .name {
        font-size: 19px;
    }
    .para-style p {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .total-value p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .today-price {
        font-size: 45px;
    }
    .price {
        font-size: 55px;
    }
    a.cart-btn {
        font-size: 20px;
    }
    .atc-section{
        padding-bottom: 30px;
    }
    .testimonial-box, .section13-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 375px)
{
    .testimonial-heading {
        font-size: 28px;
    }
    .testimonial {
        padding: 5px;
    }
    h1.faqmain-heading {
        font-size: 32px;
    }
    .video .vsl-vdo {
        height: 300px;
    }
    a.cart-btn {
        font-size: 18px;
    }
    .pay-link {
        font-size: 16px;
    }
    .testimonial-heading {
        font-size: 25px;
    }
    .pall-20 {
        padding: 15px;
    }
    .name {
        font-size: 18px;
        letter-spacing: 0.1px;
    }
    .today-price {
        font-size: 40px;
    }
    .price {
        font-size: 50px;
    }
    .para-style p {
        font-size: 16px;
    }
    .plr-20 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-area{
        padding: 30px 0;
    }
    .footer-cntnt p {
        font-size: 14px;
    }
    .links {
        font-size: 15px;
    }
}