@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import "bootstrap-sprockets";
@import "bootstrap";

@font-face{
  font-family:'Glyphicons Halflings';
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src:url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg")
}


body {
    font-family: 'Poppins', sans-serif!important;
    background: #000!important;
    overflow-y: scroll;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

.main-wrap-box h1 {
    font-weight: 500;
    color: #999;
}
.main-wrap-box i {

    color: #999;
}
.main-wrap-box span {

    color: #999;
}
.main-wrap-box li {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.main-wrap-box b{
	 font-weight: 500;
	 color: #fff;
}
#section-7.section .card img{
    width: 100%;
    height: auto;
}
#reply-title{
 color: #999;
}
.main-wrap-box .clearfix{
  color: #fff;   
}
.main-wrap-box a{
  color:#0d6efd!important;   
}
a,
a:hover,
a:focus {
    color: inherit!important;
    text-decoration: none!important;
    transition: all 0.3s!important;
}

h1,
h2,
h3 {
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: ExtraBold 800;
}

.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: auto;
    color: #252a32;
  }

.header .navbar {
    /*padding: 15px 10px;*/
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    background: #000000d6;
}

.header .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.display-4 {
    text-transform: uppercase;
    font-weight: 600;
}

.display-3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
}

.lead {
    font-weight: 600;
    color: #fff;
    font-style: italic;
    font-size: 48px;
    font-family: 'Exo 2', sans-serif;
}


.lead-p {
    font-weight: 400;
    color: #fff;
    font-style: italic;
    font-size: 24px;
    font-family: 'Exo 2', sans-serif;
}
#nav-controller {
  position: fixed;
  top: 40%;
  left: -10px;
  margin: 0;
  padding: 15px;
  list-style: none;
}
#nav-controller ul li{
    font-size: 12px;
}
#nav-controller a {
  display: block;
  padding: 3.5px 3.5px;
  color: #fff;
  width:5px;
  height:5px;
  background: #fff;
  border-radius:100px;
  margin-bottom: 5px;
}
#sub-foot p{
font-size: 12px !important;
padding-top: 15px !important;
}

#nav-controller a:hover {
  color: #ff0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed!important;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #000;
    color: #fff;
    transition: all 0.3s;
  /*  overflow-y: scroll!important;*/
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1000;
}


#sidebar ul li a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e114';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}


#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: #7386D5;*/
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000000;
    z-index: 999;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
    font-family: 'Exo 2', sans-serif;
}
#sidebar ul li a[aria-expanded="false"]::before
{
    content: '\e080';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
	top: 15px;
}

#sidebar ul li a:hover {
    color: #000!important;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #272b38;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 16px !important;
    background: #323637;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;

    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}



.warrenty{
    width: 100%;
    padding: 0px 50px 50px 0px;
}


.header .btn {
    background: none!important;
    color: #ffeb3b!important;
    border: none!important;
}
.section {
  height:auto;
 }

 #section-1.section .hero-text .btn {
    border: 2px solid #e1cc41;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: #e1cc41;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
   margin-top:20px;

}
#section-1.section .hero-text .btn:hover{
    transition: 0.2s 0.1s;
    background: none;
    border: 2px solid #e1cc41;
    color: #fff;
    background: #e1cc41;
}

.card{
    background:none!important;
}
.card a.btn-primary{
    background: #fff;
    color: #000;
    border: 1px solid #e1cc41;
}

#section-1.section .price-tag{
    padding-top:50px;

}
#section-1{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image:url(../images/banner1.jpg);

}
.hero-image {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* #section-1.section .hero-image {
   
} */
.hero-text h1 {
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 48px;
}
.hero-text h3 {
    font-size: 26px;
    font-family: 'Exo 2', sans-serif;
}

.hero-image {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#section-1.section{
   
    text-align: center;
    color: #fff;
}
#section-1.section .hero-image .hero-text{
    padding-top: 100px;
}

#section-1, #section-2  {
  background: #000;
  position: relative;
  font-family: 'Exo 2', sans-serif;
  font-style: italic;
}

#section-1 .hero-image{
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/banner-1.jpg) center no-repeat;

}

#section-2 h2 {
  text-transform: uppercase;
  font-weight: 600;
}

#section-2 h3{
    font-size: 24px;
}


#section-3 {
background: #000;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner2.jpg");
}
#section-3.section{
    padding-top:60px;
    padding-bottom:60px;
}

#section-3.section .money-back-text {
    text-align: left;
    padding: 30px 0px 10px 0;
    color: #fff;
}
#section-3.section{
    text-align: center;

}
#section-3.section .warrenty{
    text-align: center;
        margin-bottom: 20px;
}
.money-back-text {
    text-align: left;
    padding: 30px 0px 10px 0;
    color: #000;
}
.money-back-text p {
    text-align: left;
    color: #fff;
}
.tint-removal-text {
    /*background: #ddd;*/
    padding-top: 50px;
   
}
.tint-removal-text h4{
    font-size: 42px;
    padding-top:36px;
    font-family: 'Exo 2', sans-serif;
    font-weight:600;
}

.tint-removal-text h4 span{
animation: blinker .7s infinite!important;
}

h1 {
  margin: 0 0 20px 0;
}

/* .section a {
  
} */


#section-2{
    background:#000;

}
#section-2.section{
    padding:100px!important;
}
#section-4.section{
    padding: 60px!important;
}
#section-2.section h2, h3, #section-4.section h3, h4{
   color: #fff;
}

#section-2.section .card-section{
    padding-top: 50px;

}
#section-2.section .card-section .card{
    background: none;
    color: #fff;
}
#section-2.section .card-section .card .card-body{
display: flex;
}
#section-2.section .card-section .card .card-body .card-title{
    margin-right: 20px;
}

#section-2.section .card-section a{
    background: none!important;
    color: #fff;
    font-size: 14px;
    width: 40%;
    border: 1px solid #ffc107;

}
#section-2.section .card-section a:hover, 
#section-4 .card-section .card .card-body a:hover, 
#section-7.section .card a.btn-primary:hover{
border: 1px solid #e1cc41;
transition: 0.2s 0.1s;
background: #e1cc41!important;
}

#section-4{
  background: #000;
  text-align: center;
}
#section-4 h3{
  font-size:36px;
  text-align: center;
  font-weight: 600;
}
#section-4 .card-section{
  padding-top:80px;
}
#section-4 .card-section .card{
  background: none!important;
}
.card-title{
  font-family: 'Exo 2', sans-serif;
  text-align: left;
  color: #fff;
}
.card-body{
  background:none!important;
      text-align: left;
      padding:1.25rem 0;
}
#section-4 .card-section .card .card-body{
  padding-left:0px;
}
#section-4 .card-section .card .card-body a{
      background: none!important;
    color: #fff!important;
    font-size: 14px;
    width: 50%;
    border: 1px solid #ffc107;
}
#section-4 .card-section .card .card-title{
  background: #fff;
  color: #000;
  padding: 10px;
  text-align: center;
}
#section-5{
  background: #000;
}
#section-5 .card{
  background: none!important;
}
#section-5 .card p{
  color: #ccc;
  font-size: 14px;
}
#section-5.section .card-section{
  padding-top: 60px;
}


#section-5 .card a{
    background: none!important;
    color: #fff!important;
    font-size: 14px;
    width: 50%;
    border: 1px solid #ffc107;
}

#section-5 .card a:hover{
    background: #e1cc41!important;
    color: #fff;
    font-size: 14px;
    width: 50%;
    border: 1px solid #e1cc41;
   transition: 0.2s 0.1s;
}
#section-5.section{
  padding-bottom:50px;
}
#section-5 h3{
  font-size:36px;
  font-style: italic;
}

#section-6.section{
  background: #000;
  padding:40px;
}

#section-6.section h3{
padding-bottom: 80px;
font-size:42px;

}

#section-6.section .form-control {
    border-radius: 1px solid #ddd;
    background: none;
    color: #656a71!important;
    }
#section-7{
  background: #000;
}
    #section-7.section h3{
        padding-bottom: 50px;
        font-size:42px;
    }
    #section-7 p{
        font-size: 14px;
    }


    #section-6.section .submit-btn {
    background: #eacc1a !important;
    color: #000;
    font-size: 16px;
padding: 8px 40px;
    border: 1px solid #e1cc41;
  }

#section-6.section .submit-btn:hover{
    background:none!important;
    color: #fff;
   border: 1px solid #fff;
    transition: 0.2s 0.1s;
}
#section-7{
    padding-top: 50px;
}

#section-7.section .card a.btn-primary{
    background: none!important;
    color: #fff!important;
    font-size: 14px;
    width: 50%;
    border: 1px solid #ffc107;
}

#section-7.section .card-title{
    min-height: 50px;
}
#section-7.section .card-text{
    min-height:80px;
}

#section-7.section .card img, #section-5.section .card img, #section-4.section .card img{
    border: 1px solid #333538;
}

/* ---------------------------------------------------
    Footer Style
----------------------------------------------------- */

.footer-cta {
    border-bottom: 1px solid #373636;
    text-align: left;
}

.single-cta i {
    color: #c4932d;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 13px;
}

#slide-7.footer-logo a.img {
    width: 22%;
    padding: 0px;
}

#slide-7 .footer {
    background: #1a1c1c;
    padding: 2rem;
}

#slide-7 .footer-logo {
    padding: 40px;

}

#section-9.section h3{
    padding-top: 100px;
    font-size: 42px;
}

#section-8{
  background: #000;
}
#section-9{
  background: #000;
}
#section-8.section-padding {
    padding-top: 80px 0;
}

#section-8.section-title {
    text-align: center;
    margin-bottom: 60px;
}

#section-8.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #fff !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #ffeb3b !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 30px;
    font-style: italic;
    padding-left: 85px;
    background: #fff;
   /* min-height: 368px;*/
  /*  min-height: 294px;*/
    width:100%;
}
.single-testimonial-item ul.testimonial-star-rating{
margin: 0;
padding: 0;
}
.single-testimonial-item ul.testimonial-star-rating li{
list-style: none;
display: inline-block;
}
.single-testimonial-item ul.testimonial-star-rating li i{
color: #ffc107;
}

.single-testimonial-item p{
    color: #000;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color:#ffc107;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
    color: #000!important;
}
.single-testimonial-item h3 span{
    font-size: 14px;
}
.single-testimonial-item p{
    font-size: 16px;
   /* min-height:250px;*/
}



#section-8{
   
  padding-top: 100px;
   padding-bottom:40px;
   
}
#section-9.section h3{
    padding-top:60px;
    font-size: 42px;
}
.section-padding{
    padding-top:30px;
}

.lightbox-gallery .img-fluid {
   width: 100%;
   max-height: 230px;
   object-fit: cover;
}

.contact-method {
    display: inline-block;
}

.contact-method lebel {
    padding: 20px;
}


.contact-method lebel.radio-inline {
    padding-right: 20px;
}

#slide-5 .submit-btn {
    background: #eacc1a !important;
    color: #000;
    font-size: 16px;
    width: 20%;
}

.revicon {
    top: 40%;
    transform: translateY(-50%);
    right: 1%;
    z-index: 11;
   position: absolute;
}
.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
   color: #fff;
    z-index: 11;
    position: absolute;
    }

.social-icons-simple {
       margin-top:0px;
       position: fixed;
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

/* ul.social-icons-simple li a {


} */
ul.social-icons-simple li{
         padding-bottom: 20px;
}

.inner-bg{
  width: 100%;
  height:66vh;
  background-size: cover;
  position:relative;
  min-height: 350px;
}

.inner-bg h4{
    font-family: 'Exo 2', sans-serif;
    position: relative;
    font-weight: 600!important;
    color: #fff!important;
    font-size: 42px;
}
.inner-bg h4:after{
    content: "";
    position: absolute;
    display: block;
    width: 5%;
    height: 3px;
    background: #c4932d;
    bottom: 20;
    top: 60px;
    left: 47%;
}

.inner-bg img{
  width: 100%;
  height:70vh;
}
.inner-section{
    position: absolute;
    right: 15%;
    bottom: 90px;
    top: 30%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.vortex-pix{
padding: 80px;
display: table;
text-align: center;
}
.vortex-pix img.images{
  /*  width: 50%;*/
    padding-right: 50px;
}
.price-image{
    padding: 60px;
}

.inner-section h3{
font-size: 48px;
font-weight: 600;
}
.inner-section h4{
font-size: 42px;
font-weight: 800;
color:#d1ba1e!important;
font-family: 'Exo 2', sans-serif;
    font-style: italic;
    
}
.inner-section h5{
    color: #fff;
    padding-top:14px;
}

.film-section{
padding: 1px 0px 50px 0px;

}
.film-heading{
   /* background: #fff;*/
    width: 100%;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
/* .film-heading img{
margin-left: 10rem;
} */

.film-text{
    /*background: #fff;*/
    color: #000;
    width: 100%;
	color: #000;
    width: 100%;
    font-size: 14px;
    padding-top: 13px;
   }
.film-text p{
    color: #fff;
    font-weight: 400;
}
.image-container{
    width: 100%;
   /* background: #fff;*/
}
.image-container img{
    padding: 20px;
	width: 100%;
}
.white-bg{
   background: #fff;
}
.black-bg{
    background: #000;
}


.tab-section{
    padding-bottom:50px;
}
.tab-section ul{
    margin: 0px;
    padding: 0px;
}
.tab-section ul li a{
    background:#383542;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #aaa;
    border-right: 2px solid #ddd;
}
.tab-section .tab-content{
    background: #1d1c20;
    margin-top: 0px;
    padding: 20px;
    color: #fff;
}
.tab-section .nav-pills .nav-link.active{
background:#e4842f;
}
.tab-section .nav-pills .nav-link{
    border-radius: 0px;
}
.tab-section .tab-content ul{
    padding:18px;
}
.tab-section .tab-content ul li{
    line-height: 1.8;
    list-style: square;
    color:#d1ba1e;
}
.tab-section ul li.nav-item{
    width:33.33%!important;

}
.tab-section .tab-content ul li span{
    color: #fff;
    font-size: 15px;
}
/* .data-container{
    
} */
/* .tab-section .nav-pills .nav-link a{

} */
.data-sheet{
    background:#191c1e;
    padding: 50px;
    color: #fff;
    margin-bottom:58px;
}

.data-sheet .btn{
    background: #e4842f;
    padding: 10px;
    width: 25%;
    color: #fff;
    font-weight: 600;
    transition: 0.2s 0.1s;
    border: 1px solid #e4842f;
}
.data-sheet .btn:hover{
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
    background: none;
    border: 1px solid #ddd;
    color: #fff;
}
.inner-footer{
   background: #000;
}

.inner-footer h3{
position: relative;
font-weight: 400;
color: #fff;
font-size: 42px;
}

.inner-footer h3:after{
content: "";
    position: absolute;
    display: block;
    width: 5%;
    height: 3px;
    background: #c4932d;
    bottom: 20;
    top: 60px;
    left: 47%;
}


.inner-footer .footer-cta {
  border-bottom: none!important;
}
.inner-footer .single-cta i {
  color: #c4932d;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.inner-footer .cta-text {
  padding-left: 15px;
  display: inline-block;
}
.inner-footer .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.inner-footer .cta-text span {
  color: #757575;
  font-size: 15px;
}

.bottom-footer{
    background:#1a1c1c;
    padding: 10px;
    color: #fff;
}
.bottom-footer p{
    margin-top: 15px;
    font-size: 14px;
}

/* ---------------------------------------------------
    Scroll to top
----------------------------------------------------- */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d1ba1e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
}

#myBtn:hover {
  background-color: #555;
}


/* ---------------------------------------------------
    FAQ page start
----------------------------------------------------- */
.accordian-section{
        padding-top: 10px;
     padding-bottom:100px;
}


.accordion {
    border: 1px solid #ffc107;
}
.accordion p {
   color: #dddce2;
   font-size: 16px;
} 
.accordion .card{
    border-radius:0px;
}

.accordion h3 {
    background-color: #222222;
    color: #222;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 10px;
}

.accordion .card-header {
    padding: 0;
}

.accordion .card-header button {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ddd;
    position: relative;
    padding: 16px;
    border-radius:none;
    background: #000;
    padding-bottom:10px;
}

/* .accordion .card-header button.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #d1ba1e;
    right: 27px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .card-header button::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #d1ba1e;
    right: 22px;
    top: 52%;
} */
 .accordion .card-header button h5{
    margin-bottom: 0px !important;
 }
.accordion .card-header button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion .card-header button i{
   color: #d1ba1e; 
   font-size: 17px;
}
.accordion p{
    padding: 5px;
}
.accordion .card-header button:hover {
    text-decoration: none;
}

.accordion .card-header button i {
    float: right;
    margin-top: 3px;
}
.accordian-section {
    padding-top: 10px;
    padding-bottom: 50px;
}
.accordion .card-body {
    padding: 15px;
    font-size: 16px;
    background:#373535;
}

.accordion .card-body table {
    margin: 0;
}

.accordion .card-body table a {
    color: #000;
}

.accordion .card-body table span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.accordion ul.occasion_list a {
    padding: 5px 15px;
    color: #222;
    font-size: 14px;
    display: inline-block;
}

.accordion ul.occasion_list a:hover {
    color: #002247;
}


.accordion .card:first-of-type{
    border-radius: none!important;
    
}
.accordian-section h5{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;

}
.accordian-section h5:hover{
    text-decoration: none;
}
.btn:focus{
    text-decoration: none!important;
}

/* ---------------------------------------------------
    Blog page start
----------------------------------------------------- */

.blog-section{
    padding-bottom:100px;
    padding-top:5px;
    background: #000;
}

.blog-section img.pix{
    border: 1px solid #fff;
}
.blog-section h5{
    color: #eacc1a;
    font-size:30px;
     
}
.blog-section p{
    font-size:16px;
	
}
.blog-section .figure {
	    text-align: left;
}
.blog-section h6 {
	    color:#fff!important;
		font-size:26px;
		color:#fff!important;
		}
.blog-section .figure a.btn{
	margin-top: 15px;
	background: #e6c91a;
    color: #fff;
    border-radius: 0!important;
    font-size: 16px;
	padding: 12px 40px 12px 40px;
    text-align: center;
}
.blog-section .figure a{
	text-align:left;
	
}
.blog-section p{
	text-align: left;
	color:#fff;
	font-size: 15px;
	padding-top:5px;
}
.blog-section .figure .figure-caption{
	color: #eacc1a;
    font-size: 42px;
    font-family: 'Exo 2', sans-serif;
	text-align:left;
}
.blog-section .figure .figure a{
	text-align:center;
}
.blog-section .figure .figure-caption p{
	text-align:left;
}
.blog-section .media-txt{
    margin-top: 20px;
    min-height: 135px;
}
.blog-section .media-body{
    padding-left: 20px;
}
.blog-section .media-body a.btn{
   background:#e6c91a ;
   color:#fff;
   border-radius: 0!important;
   font-size:14px;
}
.blog-section hr{
   border: 1px solid rgba(209, 186, 30, 0.2)!important;
}

/* ---------------------------------------------------
   Pricing page start
----------------------------------------------------- */

.pricing-section{
padding-top:50px;
padding-bottom:50px;
}
.pricing-section h3{
    color: #fff;
    font-weight: 600;
    font-size:32px;
    padding-bottom:60px;
}
.pricing-section .card{
    background: #121110;
    padding: 25px;
    color: #fff;
    text-align: center;
}
.pricing-section .card h6{
    position: relative;

}
.pricing-section .card h6:after{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    background: #c4932d;
    bottom: 20;
    top: 32px;
    left: 28%;
}
/* .pricing-section .card .card-img-top.circle{
} */

.circular_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d1ba1e;
  display:inline-block;
  vertical-align:middle;
  margin: 0 auto;
}
.circular_image img{
  width:100%;
  text-align: center;
}
.pricing-section .card p.card-text{
    padding-top: 12%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.pricing-section .card p.card-text:after{
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    background: #c4932d;
    bottom: 20;
    top: 100%;
    left: 28%;
}
.pricing-section h5{
    font-size: 1rem;
    line-height: 1.6;
}
.guarantee{
    padding-top:50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.guarantee{
    padding-top:50px;
    padding-bottom: 50px;
    background: #fff;
}
.guarntee-section{
    padding: 20px;
}
.guarntee-section:after{
  content:'';
  position: absolute;
  background-color: #ddd;
  width: 3px;
  height: 90%;
  bottom: 0;
  right: 0;
}
.mnb{
    padding: 20px;
    text-align: center;
}

.ft-from{
    padding-top:100px;
    padding-bottom: 100px;
}
.ft-from input{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color:black;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ft-from textarea{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
	height:40px;
    line-height: 1.5;
    color: #495057;
    background-color:black;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.blog_top {
    text-align: center;
    width: 100%;
    padding-bottom: 50px;
    float: left;
}
.box-image img {
    width: 100%;
    height: 190px;
}
.blog_top h2 {
    color: #d1ba1e;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
}
.blog_top .more-btn a {
    background: #d1ba1e;
    padding: 10px 17px;
    color: #fff;
    margin-top: 20px;
    float: left;
}
#comments label {
    width: 90%;
    float: left;
    font-weight: 400;
}
#comments textarea {
    padding: 5px;
    width: 100%;
    height: 80px;
}
#comments input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px;
    width: 100%;
}
#comments form input[type=checkbox] {
    float: left;
    width: 30px;
    padding: 0;
    margin: 7px 0;
}
#comments form input[type=submit] {
    background: #d1ba1e;
    color: #000;
    padding: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination {
    clear: both;
    position: relative;
    font-size: 14px;
    line-height: 13px;
    /* float: right; */
    width: 100%;
    text-align: center;
    display: inline-block!important;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pagination .current {
    padding: 10px 15px;
    color: #fff;
    background: #d1ba1e;
    border: 1px solid #d1ba1e;
}
.pagination a, .pagination span {
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 10px 15px;
    text-decoration: none;
    width: auto;
    color: #ccc!important;
    border: 1px solid #ccc;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.ft-from input[type=checkbox], .ft-from input[type=radio]{
	width: auto;
    margin-right: 10px;
}
.ft-from .form-control {
    border-radius: 1px solid #ddd;
    background: none;
    color: #495057!important;
}

.contact-method {
    display: inline-block;
    color: #fff!important;
    margin-left: 10px;
}

.contact-method lebel {
    padding: 20px;
    color: #fff;
}

.ft-from .form-row>.col,
.form-row>[class*=col-] {
    text-align: left;
    padding-left: 30px;
    padding-right: 20px;
}

.ft-from .col-form-label {
    padding-right: 50px;
    color: #495057;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background: #ffc107;
        padding-top: 10px;
}

.contact-method lebel.radio-inline {
    padding-right: 20px;
}
.ft-from input[type=submit]{
    background: #d1ba1e;
    float: left;
    width: 160px;
    color: #fff;
    border: 1px solid #d1ba1e;
}

.ft-from .submit-btn {
    background: #eacc1a !important;
    color: #000;
    font-size: 16px;
   padding: 7px 50px;
}
.custom-checkbox .custom-control-label::before {
  border-radius:0;
}
.custom-control-label{
        margin-left: 10px;
        color: #696a73;
}
.checkbox{
    display: flex;
}


.wrap-section{
padding: 16px 0px 50px 0px;

}
.wrap-section{
padding: 1px 0px 50px 0px;

}
.wrap-heading{
    background: #fff;
    width: 100%;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
.wrap-heading img{
 margin-left: 10rem;
}

.wrap-text{
    background: #fff;
    color: #000;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size:14px;
}
.wrap-text p{
    color: #000;
    font-weight: 400;
}
.darksmoke-speci{
    background: #ffeb3b!important;
    padding: 10px;
}
.darksmoke-speci, .midsmoke-speci, .lightsmoke-speci {
    background: #fff;
    padding: 10px;
    margin-bottom:17px;
}
.darksmoke-speci ul, .midsmoke-speci ul, .lightsmoke-speci ul {
  margin: 0px;
  padding: 0px;
}
.darksmoke-speci ul{
    text-align:center;
    padding-bottom: 30px;
    background:#ffeb3b;
}
.darksmoke-speci ul li {
  display: inline-block;
  padding-right:20px;
  font-weight: 500;
  list-style-type: disc;
}
.darksmoke-speci h3{
    padding: 30px;
    font-weight:700!important;
}

.social-box {
    margin-top: 80px;
}
.social-box .fa {
    color: #ffc107;
}
.box-title h3 {
    color: #000;
    padding: 20px;
}
.social-box .box-text {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.social-box .box {
    background: #FFF;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px 0;
    padding: 40px 10px;
    transition: all 0.5s ease-out;
	margin-bottom: 85px;
	min-height: 423px;
}

.black-bg{
    background: #d4ac4a;
  
    background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url(images/tint-removal.jpg);

    height:35vh;
     border:5px solid #d4ac4a;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.circle-div{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: red;
}
.circle-div img{
    width: 200px;
    height: 200px;
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.16),0 10px 20px -2px rgba(0,0,0,.1)!important;
    border-radius: 50%;
   border:1px solid #ddd;
}
.lightbox-gallery{
       background-image: linear-gradient(#050505, #050505);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
    padding-bottom:30px;
}
.lightbox-gallery p{
    color:#fff
}
.lightbox-gallery h2{
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:#fff
}

    .lightbox-gallery .intro{
        font-size:16px;
        max-width:500px;
        margin:0 auto 40px
    }
    .lightbox-gallery .intro p{
        margin-bottom:0
    }
    .lightbox-gallery .photos{
        padding-bottom:20px
    }
    .lightbox-gallery .item{
        padding-bottom:30px
    }


.wrap {
  padding: 30px;
  text-align: center;
  background-color: #000;
}
.wrap h5{
    color: #fff;
    font-size: 18px;
}

.wrap a {
  color: #9f9e98!important;
}
.wrap p{
    font-size: 14px;
    padding-top: 5px;
}

.hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 80px;
  height: 80px;
  line-height: 84px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
  margin-bottom: 27px;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #fff;
  color: #00989A;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}

.counter-section{
    padding-bottom:50px;
}
.counter {
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius:5px;
  min-height: 150px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color:#000;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}


.product-page {
  background-color: #000;
  position: relative;
  padding-top:40px;
}
.product-page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #000;
}

#customers-product .item-details {
  background-color: #333333;
  color: #fff;
  padding: 25px 15px;
  text-align: left;

}

#customers-product .item-details h5 {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 18px;
}
#customers-product .item-details h5 span {
  color:#d1ba1e;
  float: right;
  padding-right: 20px;
}
#customers-product .item-details p {
  font-size: 14px;
}
#customers-product .item {
  text-align: center;
  margin-bottom: 80px;
}

#customers-product .owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

#customers-product .owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#customers-product .owl-carousel {
  position: relative;
}

 .owl-carousel .owl-next,
 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff!important;
  border: 1px solid #ffeb3b!important;
  text-align: center;

}

.owl-carousel .owl-prev {
  left: -70px;
}

 .owl-carousel .owl-next {
  right: -70px;
}
#customers-product .btn-info{
    background: none;
    font-size: 14px;
    border: 1px solid #d1ba1e;
}

.product-page h3{
    padding-bottom: 50px;
    font-size:36px;
}
/* ................................................ swiper gallery .......................................................... */

.swiper {
  width: 500px;
  min-width: 300px;
  height: auto;
  padding-bottom: 15px;
}

.swiper-slide-img {
  height: auto;
  width: 100%;
  border: 5px solid #ddd;  /* move next and prev buttons off img */ 
  min-height: 353px;
}
.swiper-slide-img:hover {
  cursor: -webkit-zoom-in;
}

.gallery-thumbs .swiper-slide img:hover, .swiper-slide img:hover  {
    cursor: -webkit-zoom-in;
 
}
.swiper-pagination {
  background-color: #d8d8d8;
  padding: 10px;
}

.swiper-button-prev {
  position: absolute;
  transform: translateX(-40%);
  color: black;
}

.swiper-button-prev:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-button-next {
  position: absolute;
  transform: translateX(40%);
  color: black;
  font-weight: 900;
}

.swiper-button-next:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-pagination {
  background: linear-gradient(to bottom right, #c2c2f0, #8585e0);
  border-radius: 10px;
}

/*active pagination*/
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

/*other pagination*/
.swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}

.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
    background-color: rgb(255, 255, 255);
    -webkit-tap-highlight-color: rgb(248, 248, 248);
}

.minimum-height { 
    min-height: 257px;

    /* @include small-screen {
        min-height: calc((0.3002 * 100vw) + 21.49px);
    } */
}

/* ................................................ thumbs .......................................................... */

.gallery-thumbs {
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    opacity: 0.8;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
  
.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 70px;
    min-height: 40px;
    object-fit: cover;
}



/* ................................................ modal .......................................................... */
.modal {
  display:none;
  position: fixed;
  z-index:1000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.modal-content {
  background-color: rgb(0, 0, 0);
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 300px;
  animation-name: "modalOpen";
  animation-duration: 1s;
}

.closeBtn {
  position: absolute;  /* removed from normal flow of doc, positioned relative to its nearest ancestor (modal content)*/
  z-index: 4;
  color:white;
  right: 30px;
  font-size: 30px;
}

 .closeBtn:hover,.closeBtn:focus {
  color: rgb(114, 114, 114);
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalOpen {
  from{opacity: 0}
  to {opacity: 1}
}

/* ............................................. modal swiper gallery ....................................................... */
/* used ids higher specificity to override gallery styles */

#swiper-container-modal {
  z-index:3;
  width:100%;
  height:100%;
  overflow:hidden;
  padding:0;
  border:0;
}

#swiper-pagination-modal {
  display:none; /* if pagination not included in modal... index.html pagination buttons dnt change (black for active slide)*/
}

#swiper-button-next-modal {
  transform:translateX(-40%);
  color: white;
}

#swiper-button-prev-modal {
  transform:translateX(40%);
  color: white;
}

.swiper-slide-modal {
  height: 100vh;
}

.swiper-lazy-modal {
  object-fit: contain;
  border:0;  
}
.gitsocial{
    font-size:20px!important;
    padding: 0 10px;
}

/* faq page */
.accordion {
  background-color: #000;
  border: 10px solid #222222;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
  margin-bottom: 2px;
  border:1px solid #ffc100 !important;
}

.ft-from span{
    color:#fff;
}

span.wpcf7-list-item-label{
    color:#6c757d;
}

#sidebar ul li a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}	


#cookieNotice.display-right {
    right: 30px;
    bottom: 30px;
    max-width: 395px;
}
#cookieNotice.light {
    background-color: #fff;
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 255;
}
#cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #bfb9b9;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
}
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    height: 40px;
    color : #000;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
#cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
}
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
#cookieNotice .btn-primary{
    color:#ffffff;
    background:#b79b00;
    border: 1px solid #115cfa;
}

.swiper {
    width: 100%!important;
}


/* ............................................. responsiveness ....................................................... */
/* ----------------992px------------------ */
    @media (max-width:992px){
#section-2.section{
    padding:50px 0px 0px!important;
}
.hero-text h1 {
    font-size: 40px;
}
#section-1.section .hero-image .hero-text{
    padding-top: 135px;
}
.hero-text h3 {
    font-size: 24px;
}
 #section-1.section .hero-text .btn {
    font-size: 22px;
}
.price-tag{
    max-width: 180px !important;
    margin: 0 auto;
}
.card-body {
    padding: 10px 0px 35px !important;
}
#section-3{
    display: flex;
    align-items: center;
    justify-content: center;
}
#section-3.section .warrenty {
    text-align: center;
    width: 80%;
margin: 0 auto;
}
.warrenty {
    width: 50%;
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 40px !important;
}
.tint-removal-text {
    padding-top: 20px;
}
#section-2.section .card-section {
    padding-top: 0px !important;
}

.tint-removal-text h4 {
    font-size: 40px;
}
#section-4.section {
padding: 0px !important; 
}
#section-4 .card-section {
    padding-top: 40px;
}
#section-4 .card-section .card .card-title {
    margin-bottom:45px !important;
    margin-top: 10px;
}
#section-4.section .card-body {
    padding: 10px 0px 10px !important;
}
#section-5 h3 {
    font-size: 28px;
    margin-top:20px !important;
}
#section-5.section .card-section {
    padding-top: 20px;
}
/* ul{
    padding-left: 15px !important;
} */
#section-6.section {
padding: 0px !important; 
}
#section-6.section h3 {
    padding-bottom: 40px;
    font-size: 28px;
}
.form-row>[class*=col-] {
    text-align: left;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#section-6.section .submit-btn {
 width: 100%;
 margin: 0 auto;
}
#section-4 h3 {
    font-size: 32px;
}
#section-7.section h3 {
    padding-bottom: 35px;
    font-size: 28px;
}
#section-7 .row .col-md-4{
   padding: 0px !important;
    display: flex !important;
    align-items: center !important;
    justify-content:  center !important;
}
#section-8 {
padding-top: 40px; 
padding-bottom: 0px !important;
}
#section-8 h3{
    font-size: 28px !important;
}
#footer-mid .cta-text{
display: flex;
margin-left: 20px!important;
}
#footer-mid .single-cta i {
    margin-top: 1px !important;
}
#footer-mid .cta-text h4{
margin-right: 5px !important;
}
.cta-text{
  margin-bottom:20px ;  
}
.single-cta i{
    font-size: 20px;
}
div#footer-mid
 {
    order: 3;
}
#section-9 h3{
    font-size: 28px !important;
}
.inner-section {
    position: absolute;
    top: 35%;
}

#section-9.section h3 {
    padding-top: 30px !important;
}

#myBtn {
    position: fixed;
    right: 20px;
}
.box-image img {
    margin-bottom: 20px;
}
.blog_top h2 {
    font-size: 21px;
    font-weight: 400;
}
.blog-section p {
    padding-top: 15px;
}

.blog_top .more-btn a {
    margin-top: 10px;
}
.inner-section h3 {
    font-size: 38px;
    padding-top: 90px !important;
    margin-bottom: 20px !important;
}
.accordian-section h5 {
    font-size: 14px;
 white-space: pre-wrap;
        padding-right: 34px; 
}
.accordion .card-header button {
    padding: 10px 8px !important;
}
.inner-section h4 {
    font-size: 34px;
}
.inner-bg img {
    width: 100%;
    height: 100%;
}
.ft-from {
    padding-top: 50px;
    padding-bottom: 50px;
}
.social-box .box {
   margin: 40px 0px 20px!important; 
}
.guarntee-section img{
    max-width: 305px;
    margin-bottom: 15px;
}
.inner-section{
    position: absolute;
    right: 0%;
    left: 0%;
    top: 90px;
}
.blog-section {
    padding-bottom: 30px;
}
.box-title h3 {
    padding: 20px 0px 0px !important;
}
#section-5 ul{
margin-left: 0px !important;
padding-left: 20px !important;
}

.counter{
    margin-top: 20px;
}
.img-fluid {
   width: 100% !important;
    height: 100% !important;
}
.vortex-pix {
    padding: 0px !important;
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

.vortex-pix img.images {
    width: 100%; 
    padding-right: 0px !important; 
}

.image-container img {
    padding: 0px !important;
    width: 100%;
    margin-bottom: 30px;
}
#pills-tab{
width: 100% !important;
}
.tab-section .tab-content ul {
    padding: 0px 10px; 
}
.data-sheet {
    padding:40px 15px;
    margin-bottom: 58px;
}
.product-page {
    padding-top: 0px !important;
}
.tab-section .tab-content {
    margin-top: 40px;
}
.wrap{
    margin-bottom: 20px;
}
.product-page h3{
    font-size: 28px;
}
.wrap-section {
    padding: 30px 0px 50px 0px;
}
.owl-nav{
   display: none;
}
.owl-carousel .owl-next {
    position: absolute;
    right: 72px;
    top: 0% !important;
}
.owl-dots{
   display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff !important;
    color: #ffffff !important;
}

.tab-section .tab-content ul li span {
    font-size: 13px;
}
.tab-section ul li a {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}





































}


@media (max-width:767px){
        .lightbox-gallery h2{
            margin-bottom:25px;padding-top:25px;font-size:24px
        }
    }
@media all and (max-width: 520px) {
  .swiper {
    width: calc(100vw - 20px);
  }

  .swiper-button-next:after {
    font-size: 20px !important;
    transform:translateX(60%);
  }
  .swiper-button-prev:after {
    font-size: 20px !important;
    transform:translateX(-60%);
  }

  #swiper-button-next-modal {
    font-size: 20px !important;
    transform:translateX(20%);
  }
  
  #swiper-button-prev-modal {
    font-size: 20px !important;
    transform:translateX(-20%);
  }

  .swiper-pagination {
    padding: 4px;
  }

  .swiper-slide-img {
    width: calc(100vw-32px);
    height: auto;
    border: 16px solid #d8d8d8;  /* move next and prev buttons off img */ 
    min-height: calc((0.5338 * 100vw) + 48.476px); 
  }

  .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }

.gallery-thumbs .swiper-slide img {
        height: 14vw;
    }

}


@media all and (max-width: 360px) {
  .swiper-slide-img {
    border: 1px solid #d8d8d8; 
  }
}

#pageSubmenu-nav-1{
	background:#f0f!important;
}




/* Responsive css  pricing page */
@media only screen and (max-width: 600px) {
	.inner-section p{
	font-size:13px;
	padding-bottom:100px;
	}
	.social-box{
		    margin-top: 155px;
	}
	.wrap-heading img{
		margin-left:0;
	}
	.data-sheet .btn{
		width:50%;
	}
	.tab-section ul li a{
		font-size: 14px;
	}
	.film-heading img{
		margin-top: 40px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
	
	.single-testimonial-item{
		width:400px !important;
	}
	.single-testimonial-item p{
		font-size:14px!important;
	}
	.blog-section .figure a.btn{
		width:100%!important;
	}
	
	
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .single-testimonial-item {
      width:100%!important;
      
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}














