@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --maincolor: #E50019;
    --defcolor: #000;
    --mainfont: "Plus Jakarta Sans", sans-serif;
    --parafont: 'Overpass', sans-serif;
}

body{
    font-family: var(--mainfont);
}

button{
    box-shadow: none;
    outline: 0;
    border: none;
}

button:focus{
    outline: 0;
    border: none;

}

.cover-bg{
    background-size: cover ;
    background-position: center;
    background-repeat: repeat;
}

.parallax{
    background-attachment: fixeds;
}


img{
    border-radius: 5px;
    /* max-width: 100%; */
}

p{
    color: #565656;
    line-height: 30px;
    text-align: justify;
}

li{
    color: black;
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--mainfont);
    color: #1c1c1c;
}

li, a, p, span{
    font-family: var(--parafont) !important;
    text-decoration: none;
}
p{
    text-align:left;
}

a{
    text-decoration: none !important;
}
.border-radius-0{border-radius: 0;}

select, input, textarea{
    box-shadow: none;
    outline: 0;
}

.overflow-hidden{
    overflow: hidden;
}

.trans-header{
    background: transparent;
    border-bottom: 0;
}

.plus_ppf_features h2{
    font-size: 1.75rem!important;
}
/* header.trans-header .ham-menu span {
    background: #fff;
} */
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    background-color: #0c0c0c;
    transition: top 0.5s ease-in-out;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
   
}

.trans-header .main-menu li a{
    color: #fff;
}

.light-header .main-menu li a{
    color: #fff;
}

.main-menu li a{
    color: #000;
    margin: 0 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.wc-points li{font-size: 18px; line-height: 24px;}

.main-menu li a:hover, .main-menu li a.menu-active{
    color: var(--maincolor);
}


/* .ham-menu{
     display: none  !important;
} */



 .home-video .banner-content h2 {
    font-size: 50px;
    color: #fff;
    font-family: var(--mainfont);
    font-weight: 700;
}

section{
    padding: 80px 0;
    overflow: hidden;
}
.sec-one-bottom{
    padding: 45px 0px 20px 0px;
    overflow: hidden;
}
.blog-cat{
    margin-top: 100px;
    margin-bottom: 20px;
}

.blog-cat span{
    font-weight: 600;
    color: var(--maincolor);
}

.blog-title h1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align:left;
    text-transform: capitalize;
    
}

.blog-det-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
}

.blog-date {
    margin-bottom: 20px;
}


.blog-date p {
    color: var(--maincolor);
}

.social-link {
    border-top: 1px solid #777777;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 20px 0;
}

.social-link h5 {
    padding-bottom: 10px;
    font-weight: 300;
    

}

.social-link {
    border-top: 1px solid #777777;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 20px 0;
    justify-content: flex-end;
}

.social-link ul{
    display: flex;
    align-items: center;
    list-style: none;
}

.social-link ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 15px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.social-link ul li a:hover{
    color: var(--maincolor);
    border-color: var(--maincolor);
 
    transform: translateY(-5px);
}

.bg-cont article {
    font-size: 15px;
    line-height: 25px;
}

.blog-det-sec::before {
    content: '';
    background-color: #f1f1f1;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.blog-det-sec{
    padding-bottom: 40px;
}


.mobo-menu-contain {
    text-align: right;
}

.ham-menu {
    margin-left: auto;
    text-align: right;
}

.ham-menu span {
    width: 34px;
    height: 3px;
    border-radius: 50px;
    background: #000;
    display: block;
    border-radius: 50px;
    margin-left: auto;

  }

.ham-menu span:nth-child(2){
    margin: 6px 0 6px auto;
    width: 23px;
}

.ham-menu span:nth-child(3){
    width: 15px;
}

.sidenav {
    background: #000;
    position: fixed;
    width: 0;
    right: 0;
    text-align: center;
    min-height: 100vh;
    top: 0;
    padding: 40px 0;
   white-space: nowrap;
    overflow-x: hidden;
    transition: 0.5s;
}

ul.mobo-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.mobo-menu li a {
    display: inline-block;
    padding: 20px 0;
    font-size: 27px;
    border-bottom: 1px solid #212121;
    width: 100%;
    color: #fff;
}

.menu-close {
    background: var(--maincolor)  !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 20px;
}

.menu-close i{
    margin-right: 10px;
}

section.blog-listing-sec {
    background: #f1f1f1;
}

.inner-page-title {
    margin-top: 70px;
    /* background: #f1f1f1; */
}

.inner-page-title-one{
    margin-top: 40px!important;
    /* background: #f1f1f1; */
}

.inner-page-title h6 {
    color: var(--maincolor);
    font-weight: 600;
}

.inner-page-title h1{
    Font-size:36px;
Text-align: Center;
Font-weight:500;
}

.bl-img {
    border-radius: 5px;
    overflow: hidden;
}
.bl-cont p{font-size: 16px; line-height: 24px;text-transform: capitalize;}

.bl-img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.blog-list-sec{
    display: block;
    margin-bottom: 30px;
}

.blog-list-sec:hover img{
    transform: scale(1.1);
}

.bl-date-sec {
    text-align: right;
}

.bl-date-sec {
    text-align: right;
    background: #000;
    width: 25%;
    margin-left: auto;
    margin-top: -25px;
    position: relative;
    margin-right: 2px;
}

.bl-dt {
    text-align: center;
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
}

.bl-mt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 2px;
}

.bl-cat {
    margin-top:16px;
    color: #7E7E7E; margin-bottom: 5px;
}

.bl-date-sec {
    text-align: right;
    background: #000;
    width: 25%;
    margin-left: auto;
    margin-top: -59px;
    position: relative;
    margin-right: 2px;
    margin-bottom: 16px;
}

.bl-cta a {
    text-transform: uppercase;
    font-weight: 600;
}


.bl-cta a i {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
    transition: margin 0.3s ease;
    color:#000000;
}

/* .bl-cta a:hover{*/
/*    color: var(--maincolor)  !important;*/
/*}*/

.blog-list-sec:hover i{
    margin-left: 7px;
}


footer{
    padding: 35px 0;
    background-color: #1C1C1C;
    ;
}

.footer-logo {
    padding: 10px;
}

.foot-social-link {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    column-gap: 16px;
}

.foot-social-link li a img{
    max-height: 22px;
}

.footer-link {
    list-style: none;
    display: flex;
    margin-bottom: 16px;
    justify-content: center;
    flex-wrap: wrap;
}


.footer-link a:after{
    content: '';
    position: absolute;
    right: 0;
}
.footer-link a{
  color: #929292;
  width: 100%;
  padding: 0 16px;
  transition: 0.3s;
}

.footer-link a:hover{
    color: #fff;
}


.text-right{
    text-align: right;
}

.footer-copy p {
    margin: 0;
    color: #929292;
    text-align: center; font-size: 14px;
}

.inf-sec {
    margin-bottom: 30px;
}

.inf-vid {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.inf-vid .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.play0btn-inner {
    background: var(--maincolor);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    position: relative;
}

.play0btn-inner i{
    margin-left: 10px;
}

.play0btn-inner:before {
    content: '';
    position: absolute;
    width: 95px;
    height: 95px;
    background: #FF6475;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

.inf-desc {
    padding: 10px;
    padding-left: 0;
}

.inf-desc h5 {
    color: #222;
    font-size: 19px;
    font-weight: 600;
    margin-top: 12px;
}

.inf-desc p{
    font-size: 14px;
}
.btn-close{
    background-color: white;
        color: transparent;
        font-size: 18px;
            border-radius: 0px 7px 0px 0px;
}
.inf-modal .btn-close {
    position: absolute;
    right: 0px;
}

.inf-modal .modal-body {
    height: 509px;
}

.inf-modal .modal-body .in-iframe{
    height: 515px;
}


.product-sec{
    min-height: 400px;
}

.prod-bl-bg {
    background: #000;
    width: 95%;
    min-height: 372px;
    position: absolute;
    left: 0;
    top: 0;
}

.prod-bor-bg {
    position: absolute;
    bottom: 1%;
    right: 0;
    width: 95%;
    height: 372px;
    border: 1px solid var(--maincolor);
    background: transparent;
}

.prod-main-section {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 91%;
}

.prod-img img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.prod-cont {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.prod-cont h5, .prod-cont p{
    color: #fff;
}


.prod-cont p{
    font-size: 14px;
    margin: 0;
}

a.prod-sec {
    width: 100%;
    display: block;
}

.pdt_listing_ppf .prod-new .prod-link .btn{padding-left: 0; padding-right: 0; border: 0;}

.prod-cta{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    border: none;
    outline: none;
    transform: translateY(40px);
    transition: all 0.3s ease-in-out;
    padding-top: 15px !important;
    display: block;
    height: 0;
}

.prod-cta:hover{
    color: #fff;
}
.prod-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1;

}

.product-sec:hover .prod-cta{
    transform: translateY(0px);
    height: 100%;
}  

.product-sec:hover img{
    transform: scale(1.2);
    
}

.recent-blogs-sec {
    background: #f1f1f1;
    padding: 20px;
}

.recent-blogs-sec h4{
    font-size: 20px;

}

.recent-blogs-sec h4 {
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}

aside.blog-sticky {
    padding: 28px 0;
    /* position: sticky;
    top: 12%; */
}

.recent-blogs-sec ul {
    padding: 0;
    list-style: none;
}

.recent-blogs-sec ul li a{
    font-size: 14px;
    margin-bottom: 19px;
    color: #525252;
    text-decoration: underline;
    display: block;
    transition: 0.3s;
}


.recent-blogs-sec ul li a:hover{
    color: var(--maincolor);
}

.blog-date p {
    color: #525252;
}


.blog-cat span {
    color: #525252;
}

ul#filter {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.hm-vid::-webkit-media-controls {
    display: none;
}


  .banner-content-area {
    width: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 1;
}

.btn-area button{
    transition: all 0.3s ease-in-out;
}
.btn-area button:hover{
    transform: scale(0.9);
}


.hm-play {
    font-size: 30px !important;
    color: #fff   !important;
    background: var(--maincolor)  !important;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    border-radius: 50% !important;
    border: 5px solid #FF6475 !important;
    margin-bottom: 20px;
}

.hm-play i{
    margin-left: 5px;
}

.first-title-line h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 64px;
    font-weight: 600;
    margin: 0 20px;
}

.first-title-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-title-line .line{
    width: 100px;
    height: 3.5px;
    background-color: #fff;
}
.banner-title h1 {
    font-size: 96px;
    font-weight: 700;
    color: #fff;
}

.banner-ppf {
    /*clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 96%);*/
}

.home-slider .swiper-button-next, .home-slider .swiper-button-prev{
    width: auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none
}

.v-swiper-btn {
    background: #000;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 23px;
    color: #fff;
}

.brand-img {
    position: absolute;
    top: -332px;
    right: 0;
    z-index: -1;
}

.main-title{
    text-align: center;
}

.main-title h3{
    color: #1C1C1C;
    Font-size:36px;
Text-align: Center;
Font-weight:500;
    
}
.main-title h2{
    color: #1C1C1C;
    Font-size:36px;
Text-align: Center;
Font-weight:500;
    
}
.main-title h4{
    color: #1C1C1C;
    Font-size:36px;
Text-align: Center;
Font-weight:500;
    
}


/* .main-title h3 span{
    font-weight: 700;
} */


.v-ico-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.5px solid transparent;
    transition: 0.3s;
    box-shadow: 0px 4px 15px 1px #00000017;
    padding: 20px 20px;
    margin-bottom: 20px;
    min-height: 125px;
}



.v-ico-sec .v-ico-desc p {
    margin-bottom: 0;
    margin-left: 15px;
    line-height: 25px;
    font-size: 14px;
}

.v-ico-sec:hover{
    border: 0.5px solid #1c1c1c;
}
.v-ico {
    flex-basis: 20%;
}
.v-ico-desc {
    flex-basis: 80%;
}

.bf-ico-sec {
    text-align: center;
    border: 1px solid #000;
    padding: 35px;
    transition: all 0.3s ease;
    min-height: 200px;
}

.bf-ico-sec:hover{
    transform: translateY(-10px);
}

.bf-desc h6 {
    line-height: 24px;
    margin-top: 0;
    font-size: 18px;
    text-align: center;
}

.text-left{
    text-align: left !important;
}

.prod-cont p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}


.bf-ico-sec {
    text-align: center;
    border: 1px solid #000;
    padding: 23px 24px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}



.inf-cont h6 {
    font-weight: 700;
    font-size: 20px;
}

.brand2{
    right: unset;
    left: 0;
}

.brand2 img{
    max-height: 600px;
}

.comparison-slider-wrapper {
    background-color: transparent !important;
}

.comparison-slider-wrapper .comparison-slider{
    border: none !important;
}


.infl-play {
    position: absolute;
    top: 39%;
    left: 39%;
}

.cust-slider{
    padding: 0;
    
}

/* a.infl-card{
    transition: all 0.3s ease;
}

a.infl-card:hover {
    transform: scale(1.1);
} */


.btn-area {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */

    margin-bottom: 20px;
}

.inf-cont{
    padding: 10px;
}

.inf-cont h6 {
    font-size: 22px;
    margin-bottom: 8px;
}

.inf-cont p{
    font-size: 15px;
    line-height: 24px
}

.cta-btn{
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 16px ;
    border-radius: 0 !important ;
    transition: 0.3s;
    padding-left: 0;
    padding-right: 0;
}

.cta-btn:hover{
    border-bottom-color: #1c1c1c !important;

}

.cta-btn i{
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
    transition: margin 0.3s ease;
    color:#000000;
}

.cta-btn:hover i{
    margin-left: 13px;
}

.bts-desc {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bts-desc h3{
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.bts-desc p{
    color: #ececec;
    line-height: 24px;
}


/* .cust-slider .swiper-slide.swiper-slide-active {
    transition: 0.3s;
    transform: scale(1.3);
} */

/* a.infl-card {
    padding: 20px  !important;
} */



/* a.infl-card:focus{
    box-shadow: none  !important;
    outline: 0 !important;
    border: ;
} */

.bts-main {
    margin-top: -134px;
}


.bts-main .col-lg-4{
    padding: 0 25px;
}



.bts-img img{
    width: 100%;
}

.bts-sec2    {
    transform: translateY(55px);
}


.bts-play-btn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.calc-title h2 {
    color: #000;
    font-size: 42px;
    font-weight: 600;
}
.calc-title h4 {
    color: #000;
        font-size: 36px;
    font-weight: 500;
    font-weight: 600;
}
.calc-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #ececec;
    margin-bottom: 30px ;
}

.price-calc{
    padding: 45px;
}

.calc-form {
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    min-height: 283px;
}

.v-form-ele select:focus{
    box-shadow: none;
    outline: none;

}

.v-form-ele select {
    width: 100%;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1px solid #1c1c1c;
    padding: 10px 10px 15px;
    color: #565656;

}


.result-sec {
    background: #fafafa;
    border: 1px solid;
    padding: 44px;
    min-height: 283px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.res-title h2 {
    color: #000;
    font-size: 36px;
}

.res-amount h3{
    color: #fff;
    font-size: 28px;
}

.res-amount h3 span{
    color: #fff;
    
}
.res-amount .form-group{width:95%; background-color:transparent; border:0; box-shadow:none; color:#000; padding:0; text-align:center;}
.res-amount .form-group::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

.res-amount .form-group::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}

.res-rest {
    text-align: center;
}


.res-rest p {
    color: #000;
    font-size: 36px;
    margin: 15px 0 !important;
    text-align: center;
}

.res-rest h5 {
    color: #000;
    font-size: 24px;
   
}

.taxes{
    font-size: 12px !important;
    }

a.btn.form-btns {
    width: 100%;
    background: #1c1c1c;
    padding: 12px 35px;
    color: #ececec;
    /* text-transform: uppercase; */
    border-radius: 5px;
}

.git-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000008C;
    z-index: 0;
    width: 100%;
    height: 100%;
}
form.git-form p {
    line-height: 24px;
    margin-bottom: 23px;
}

form.git-form input, form.git-form textarea {
    padding: 10px 10px 15px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #565656;
}


form.git-form {
    background: #fff;
    padding: 70px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}   

.sort-form select {
    width: 100%;
    width: 100%;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #1c1c1c;
    padding: 10px 10px 15px;
    color: #565656;
}

.locate-title {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    
    border-bottom: 2px solid #1c1c1c;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 97px;
}


.locate-title .title-icon i {
    font-size: 28px;
    margin-right: 20px;
}

.l-title h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.locate-add p{font-size: 15px; line-height: 24px;}
.locate-ico a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #1c1c1c;
    transition: 0.3s;
    color: #1c1c1c;
    border-radius: 50%;
    background-color: transparent;
    margin-right: 10px; line-height: 38px;
}

.locate-ico a:hover{
   
    background-color: #1c1c1c;
    color: #fff;
}

.locate-ico {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

form.locate-form {
    padding: 0 40px;
}


.locate-sec {
    margin-bottom: 20px;
}

.l-title a {
    font-size: 14px;
    color: #1c1c1c;
    text-decoration: underline !important;
}


.locate-sec {
    margin-bottom: 100px;
}

.locate-slider .swiper-pagination span {
    width: 16px;
    height: 16px;
    margin: 0 9px !important;
}

.locate-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--maincolor);
    background-color: #1c1c1c;
}

.bfico img {
    width: auto;
    max-height: 98px;
}

.why-choose-main {
    padding-right: 24px;
}

.why-choose-main .main-title {
    margin-bottom: 28px;
}

.swiper.prod-slider {
    padding: 0 61px;
}

.prod-cont-nw {
    margin-top: 15px;
    padding: 10px;
}

.prod-cont-nw .prod-desc p {
    line-height: 22px; font-size: 15px;
}

.prod-slider .swiper-button-next {
    right: 3% !important;
}

.prod-title h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.vtab {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vtab .tablinks {
    border-radius: 0;
    padding-bottom: 10px !important;
    position: relative;
    font-size: 13px;
    margin: 0 1px;
    padding-bottom: 16px !important;
    font-weight: 600;
    margin: 0px 6px;
    color: #1c1c1c;
}

.vtab .tablinks:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #A4A4A4;
    width: 100%;
    border-radius: 50px;
}

.vtab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.tabcontent {
    margin-top: 22px;
    display: none;
}

.vtab .active{
    border: 0;
}

.vtab .active:focus{
    border: none;
}

.vtab .tablinks:focus{
    box-shadow: none !important;
    outline: 0;
}
.infl-play{
    transition: all 0.3s ease;
}

a.infl-card:hover .infl-play {
    transform: scale(1.1);
}

.inf-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.infl-card {
    transform: scale(0.9);
    border-radius: 10px;
    margin: 0 auto;
}

/*.swiper-slide.swiper-slide-active .infl-card {*/
/*    transform: scale(1.1);*/
/*}*/

.cust-slider .swiper-slide{
    text-align: center;
  }

.cust-slider{
    padding: 0 60px;
    min-height: 430px;
    margin-top:30px
}

.cust-slider .swiper-button-prev {
    left: 2%;
}

.cust-slider .swiper-button-next {
    right: 4%;
}

.bold-cust .swiper-button-next{
    right: 2%;
}
.bold-cust .swiper-button-prev{
    left: 2%;
}

form.git-form {
    padding: 70px 30px;   
}

.res-amount {
    text-align: center;
}



button.accordion {
    background-color: #fff;
    color: #1c1c1c;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* font-size: 15px; */
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}

.panel .panel-content p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.accordion:after {
    content: '\002B';
    color: #1c1c1c;
    font-weight: 400;
    font-size: 24px;
    float: right;
    margin-left: 10px;
    vertical-align: middle;
}
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .panel .panel-content{
    padding: 10px 18px 20px;
  }

  .accrod-inner {
    background-color: #fff;
    box-shadow: 0px 1px 21px 0px #0000001A;
    margin-bottom: 20px;
}

.nav-up{
    top: -88px;    
}

.bc-nav{
    justify-content: center;
}

.light-header.vsticky{
    background: #0c0c0c !important;
}

.vsticky {
    background-color: #0c0c0ccc;
    height: 60px;
}
.logo-sec img {
    width: 170px;
}


.banner-vid .modal-body{
    height: 455px;
}

.prod-new{
    border-radius: 5px;
}

.prod-new:hover img {
    transform: scale(1.1);
    
}

.prod-img-new img{
    transition: all 0.3s ease-in-out ;
}

.prod-img-new {
    overflow: hidden;
}



@keyframes grow{    
    0%{
        transform: scale(1,1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8,1.8);
        opacity: 0;
    }
}


/* ===============PRODUCT DETAIL PAGE START=============== */
.plus_ppf_features ul{margin: 0; padding: 0;}
.plus_ppf_features ul li{margin: 0; padding: 0; list-style: none; padding: 15px 5px; border-bottom: 1px solid #fda7b1; color: #565656; font-size:14px;}
.plus_ppf_features ul li:last-child{border-bottom: 0;}
.plus_ppf_features ul li:first-child{padding-top: 0;}
.plus_ppf_intro{width: 90%;}
.plus_ppf_intro p{font-size:14px; line-height:27px;}

.ppf_sugestion{position: relative;}
.ppf_sugestion .large_img{width: 75%;}
.small_img {position: absolute; bottom: 0; right: 0;}
.ppf_sugestion_info{width: 70%; margin: 0 auto;}
.ppf_coverage{background-color: #0c0c0c;}
.car_protect_cov_opt h3{color: #fff;}
.car_protect_cov_opt h3{
    font-size: 1.5rem;
}
.car_protect_cov_opt ul{margin: 0; padding: 0;}
.car_protect_cov_opt ul li{margin: 0; padding: 0; list-style: none; color: #999797; padding: 15px 0px; display: flex; align-items: center;}
.car_protect_cov_opt ul li div{padding: 0px 5px;}
.car_protect_cov_opt ul li div p{margin: 0; font-size: 14px; color: #999797; line-height: 20px;}



/*Css By other Developer*/
.s-icon-pad-car{padding:10px !important; min-height:82px !important;}
.s-icon-flex{flex-basis: 100% !important;}
.plus_ppf_features-s{border-bottom: 1px solid #000; width: 35%;}
.s-icon-wd img{width: 65px;}
.s-icon-rede img{width: 40px;}
.no-blog-det li{justify-content: space-between; display: flex;}

@media only screen and (max-width: 600px) {
.main-title h3{
    Font-size:30px;
}
.inner-page-title h1{
    Font-size:30px;
Text-align: Center;
Font-weight:500;
}
.blog-title h1 {
  Font-size:30px;
Text-align: Center;
Font-weight:500;
text-transform: capitalize;
    
}

}