* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}


/* banner images */

.banner-section img {

  width: 100%;

}

.banner-section .phone {
  display: none;
}

@media(max-width:500px) {
  .banner-section .phone {
    display: block;
  }

  .banner-section .desktop {
    display: none;
  }
}


/* banner images close */

/* logo section */

.logo-section {

  padding: 40px 10px;
    background: white;
}



.windshield-logo {

  text-align: center;

}



.windshield-logo h1 {

  font-weight: 700;

  font-size: 35px;

  font-style: italic;

  color: black;

}



.windshield-logo h1 span {

  color: red;

}



.windshield-logo img {

  width: 40%;

}



.windshield-logo p {

  font-size: 15px;

  text-align: justify;

}



@media(max-width: 998px) {

  .windshield-logo h1 {

    font-size: 30px;

  }

}



@media(max-width:768px) {

  .windshield-logo img {

    width: 60%;

  }

}



@media(max-width:500px) {

  .windshield-logo img {

    width: 80%;

  }



  .windshield-logo h1 {

    font-size: 25px;

  }

}



/* logo section close */



 .upto-heading h2{
         font-weight: 700;
         font-size: 35px;
         font-style: italic;
         color: black;
         text-align: center;
         margin-bottom: 20px;
         }
         .upto-heading h2 span{
         color:red;
         }
         .upto-heading h3{
         font-weight: 700;
         font-size: 25px;
         font-style: italic;
         color: #ffffff;
         text-align: center;
         margin-bottom: 20px;
         background: red;
         padding: 10px;
         }
         .tpu-based-heading h2 {
         font-style: normal;
         }
         .tpu-based-heading h3 {
         font-weight: 600;
         font-size: 22px;
         font-style: normal;
         color: black;
         margin-bottom: 13px;
         }
         .tpu-based-heading h3 span{
         color:red;
         }
         .tpu-based-heading h4 {
         font-weight: 600;
         font-size: 18px;
         font-style: normal;
         color: red;
         }
         .tpu-based-heading h4 span{
         color:black;
         }
         @media (max-width: 500px) {
         .windshield-logo h1 {
         font-size: 21px;
         }
         .upto-heading h2 {
         font-weight: 700;
         font-size:25px;
         padding: 0px 10px;
         }
         .upto-heading h3 {
         font-weight: 700;
         font-size:20px;
         }
         .tpu-based-heading h3 {
         font-size: 18px;
         }
         .tpu-based-heading h3 {
         font-size: 16px;
         }
         }
         .spec2-wrap{
         max-width: 100%;
         margin: 0 auto;
         padding: 8px;
         background:#fff;
         }
         table.spec2{
         width:100%;
         border-collapse:collapse;
         table-layout:fixed;
         font-family: Arial, Helvetica, sans-serif;
         border:2px solid #2b2b2b;
         }
         table.spec2 thead th {
    font-size: 10px !important;
        padding: 15px 7px !important;
    font-weight: 600 !important;
         }
         table.spec2 td{
         border:2px solid #2b2b2b;
         padding:10px 8px;
         font-size:12px;
         color:#111;
         text-align:center;
         vertical-align:middle;
         line-height:1.15;
         }
         .table-2 table thead tr th {
    padding: 15px 11px !important;
}
         table.spec2 thead th{
         background:#e30613; /* same red */
         color:#fff;
         font-weight:800;
         text-transform:uppercase;
         font-size:12px;
         letter-spacing:.2px;
         }
         table.spec2 thead th small{
         display:block;
         font-size:9px;
         font-weight:700;
         opacity:.95;
         text-transform:none;
         margin-top:3px;
         line-height:1.1;
         }
         table.spec2 td small{
         display:block;
         font-size:10px;
         color:#222;
         opacity:.9;
         margin-top:2px;
         line-height:1.15;
         }
         /* nice alignment for first few columns like image */
         table.spec2 td.col-left{
         font-weight:700;
         }
         /* Responsive scroll on mobile */
         @media (max-width: 900px){
         .spec2-wrap{overflow:auto;}
         table.spec2{min-width: 1024px;}
         }
         .warranty{
         display: block;
         color:red;
         }
         .special-colum{
         width:20%;
         }
         .special-row .special-colum .feature-row .feature2 h3 {
         font-size: 17px;
         margin-bottom: 0px;
         }
         .special-row .special-colum .feature-row .feature1 img {
         width: 100%;
         }
         .special-row .special-colum .feature-row .feature2 {
         align-content: center;
         }
         @media(max-width:600px){
         .special-row .special-colum .feature-row .feature1 img {
         width: 60%;
         }
         }
         .lubrizol-section{
         padding: 60px 10px 0px 10px;
         }
         .lubrizol-heading h2{
         font-weight: 700;
         color: red;
         text-align: center;
         }
         .lubrizol-heading h3{
         font-weight: 700;
         color: black;
         text-align: center;
         }
         .lubrizol-heading p{
         text-align: justify;
         }
         .lubrizol-heading .pp span{
         color: red;
         }
         
         
         
         /* banner images */

.banner-section img {

  width: 100%;

}

.banner-section .phone {
  display: none;
}

@media(max-width:500px) {
  .banner-section .phone {
    display: block;
  }

  .banner-section .desktop {
    display: none;
  }
}


/* banner images close */


/* tpu-based-section */

.tpu-based-section {

  background-image: url(https://www.ultrashieldx.com/assets/images/product/windsheld/windshield-ppf.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  padding: 70px 10px;

}



.tpu-based-heading {

  text-align: center;

}



.tpu-based-heading h2 {

  font-weight: 800;

  font-size: 35px;

  font-style: italic;

  color: black;

}



.tpu-based-heading h2 span {

  color: red;

}



.tpu-based-heading .pointt {

  font-size: 14px;

  font-weight: 700;

  margin-top: -20px;

}



.tpu-based-heading .pointt span {

  font-size: 40px;

  color: #00a1ff;

  position: relative;

  top: -3px;

}
.tpu-based-heading p{
  margin-bottom: 0rem;
}


.tpu-based-heading img {

  width: 100%;

}



/* table start */



table {

  margin: auto;

  border-collapse: collapse;

  overflow-x: auto;

  display: block;

  width: fit-content;

  max-width: 100%;

  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);

  margin-top: 2rem;

}



.table {

  padding: 0px 20px;

}



td,

th {

  border: 1px solid #353535 !important;

  padding: 9px;

  color: white;

  font-size: 14px;

  text-align: center;

}



table thead tr th {

  text-align: center;

  padding: 4px 14px;

  font-size: 11px;

}



th {

  text-align: left;

  background-color: #FF0000;

  text-transform: uppercase;

  padding-top: 1rem;

  padding-bottom: 1rem;

  border-bottom: rgb(50, 50, 100) solid 2px;

  border-top: none;

}



td {

  white-space: nowrap;

  border-bottom: none;

  color: rgb(0 0 0);

  font-weight: 600;

}



td:first-of-type,

th:first-of-type {

  border-left: none;

}



td:last-of-type,

th:last-of-type {

  border-right: none;

}



.table .Maintenance {

  color: #ff0000;

  text-align: center;

  margin-top: 10px;

  font-size: 15px;

}



.table .Conditions {

  color: #464646;

  text-align: center;

  margin-top: 10px;

  font-size: 14px;

}





.table-2 table thead tr th {

  padding: 15px 20px !important;

}



.paint-product-th {

  font-size: 7px;

}



table tbody tr .td-small1 {

  font-size: 10px;

}



table tbody tr .td-samll2 {

  font-size: 10px;

}



table thead tr .top-th {

  font-size: 10px;

}



table tbody tr .td-small1 {

  font-size: 10px;

}



table tbody tr td .span {

  color: red;

  padding: 0px 20px;

}





@media (max-width:1200px) {

  .table-2 table thead tr th {

    padding: 15px 50px 15px 15px !important;

  }

}





@media (max-width:1024px) {

  .table-2 table thead tr th {

    padding: 15px 30px 15px 15px !important;

  }

}



@media (max-width:768px) {



  td,

  th {

    font-size: 12px;

  }



  .table-2 table thead tr th {

    padding: 10px 20px 10px 10px !important;

  }



  .tpu-based-heading .pointt span {

    font-size: 26px;

  }



  .tpu-based-heading .pointt {

    font-weight: 700;

    margin: 18px 0px;

  }



  .tpu-based-heading h2 {

    font-size: 25px;

  }

}



@media (max-width:500px) {

  .tpu-based-heading .pointt {

    font-size: 12px;

  }



  table thead tr th {

    padding: 10px 10px 10px 10px;

  }



  table {

    padding: 0px 0px;

    margin-top: 1rem;

  }



  ul {

    padding-left: 0rem !important;

  }



  .table-2 table thead tr th {

    padding: 10px 7px 10px 7px !important;

  }



  .table {

    padding: 0px 0px;

  }

}



/* table close */






/* dropdown */

.dropdown-car-cost {

  width: 74%;

  margin: auto;

}



.accordion-item .accordion-header button {

  font-size: 13px;

  border-radius: 0px !important;

  border: 1px solid #00000059;

}



.accordion-button:focus {

  box-shadow: none !important;

}



.accordion-button:not(.collapsed) {

  background-color: #ff00000d !important;

}



.accordion-body ul {

  text-align: start;

  padding: 15px;

}

.accordion-body ul li{
  margin: 10px 0px;
}

.accordion-body ul li p {

  font-size: 15px;

  font-weight: 400;

  margin-top: 0px;

}



@media(max-width:1400px) {

  .dropdown-car-cost {

    width: 86%;

  }

}



@media(max-width:1200px) {

  .dropdown-car-cost {

    width: 96%;

  }

}



@media(max-width:998px) {

  .accordion-item .accordion-header button strong {

    margin-right: 10px;

  }

}



@media(max-width:768px) {

  .dropdown-car-cost {

    width: 100%;

  }

}



@media(max-width:500px) {

  .accordion-button {

    font-size: 15px !important;

    padding: 20px 10px;

    text-align: justify;

  }



  .accordion-item .accordion-header button strong {

    font-weight: 800;

  }



  .accordion-body ul {

    padding-left: 1rem !important;

  }

}



/* dropdown close */


/* tpu-based-section close */


/* special-features-section */

.special-features-section {

  background-image: url(	https://www.ultrashieldx.com/assets/images/product/windsheld/windshieldx.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 10px;

}



.special-features-heading {

  text-align: center;

}



.special-features-heading h2 {

  font-weight: 800;

  font-size: 35px;

  font-style: italic;

  color: white;

}



.special-features-heading h2 span {

  color: red;

}



.special-features-heading p {

  font-size: 15px;

  color: white;

}



.special-row {

  margin-top: 40px;

}



.special-row .special-colum {

  margin-top: 2rem;

}



.special-row .special-colum .feature-row .feature1 {

  padding: 7px;

}



.special-row .special-colum .feature-row .feature2 {

  padding: 7px;

}



.special-row .special-colum .feature-row .feature1 img {

  width: 80%;

  border-radius: 100%;

  transition: .4s ease-in-out;

  box-shadow: 0 0 0 12px #ffffff1e;

}



.special-row .special-colum .feature-row:hover .feature1 img {

  transform: rotateY(180deg);

  transition: .4s ease-in-out;

  filter: brightness(1) invert(0);

  box-shadow: 0 0 0 12px #fffffffc;

}



.special-row .special-colum .feature-row .feature2 h3 {

  color: white;

  font-weight: 500;

  font-size: 18px;

}



.special-row .special-colum .feature-row .feature2 p {

  color: #ffffffc7;

  font-size: 15px;

  transition: .4s ease-in-out;

}

.special-row .special-colum .feature-row:hover .feature2 p{

  color: white;

  transition: .4s ease-in-out;

}



@media(max-width:998px) {

  .special-row .special-colum .feature-row .feature1 {

    width: 100%;

  }



  .special-row .special-colum .feature-row {

    text-align: center;

  }



  .special-row .special-colum .feature-row .feature2 {

    width: 100%;

  }



  .special-row .special-colum .feature-row .feature1 img {

    width: 35%;

  }

}



@media(max-width:768px) {

  .special-row .special-colum {

    width: 33.33%;

  }

}



@media(max-width:600px) {

  .special-row .special-colum {

    width: 50%;

  }



  .special-features-heading h2 {

    font-size: 25px;

  }



  .special-row .special-colum .feature-row .feature1 img {

    width: 40%;

  }



  .special-row .special-colum .feature-row .feature2 h3 {

    font-size: 20px;

  }



  .special-row .special-colum .feature-row .feature2 p {

    color: #ffffffc7;

    font-size: 13px;

  }

}



/* special-features-section CLOSE */



/* faq section */
/* Default styling */
/* Detail styling */
.details {
  --padding: 10px;
  border: 1px solid #ffffff3b;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  margin: 8px 0px;
}

.details+.details {
  margin-top: 15px;
}

.details__title {
  --width: 15px;
  --height: 2px;
  --radius: 1px;
  --color: currentColor;
  margin: 0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
  color: white;
}

.details__title:before,
.details__title:after {
  content: '';
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after {
  rotate: 90deg;
}

.details__container[open] .details__title:before {
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container[open] .details__title {
  background-color: #f3f3f3;
}

.details__summary::marker {
  content: '';
}

.details__desc {
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container[open]+.details__desc {
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner {
  min-height: 0;
}

.section-faq {
  padding: 70px 0px 70px 0px;
}

.details__title {
  font-size: 18px;
  padding: 20px 15px;
}

.heading-faq h3 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  color: white;
}

.heading-faq h3 span {
  color: #f4001a;
}

.heading-faq {
  margin-bottom: 1rem;
}

.container-faq {
  background: url(https://www.ultrashieldx.com/assets/images/product/clear-ppf/benefits.jpg);
  padding: 70px !important;
  border-radius: 10px;
  background-position: center;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}

.details__desc-inner {
  color: #d3d3d3;
}

.details__container[open] .details__title {
  background-color: #f3f3f300;
}

@media(max-width:997px) {
  .heading-faq h2 {
    font-size: 29px;
  }

  .details__title {
    font-size: 15px;
    padding: 20px 15px;
  }
}

@media(max-width:500px) {
  .heading-faq h2 {
    font-size: 24px;
  }

  .container-faq {
    padding: 60px 20px !important;
  }

  .details__title {
    font-size: 16px;
  }

  .heading-faq h3 {
    font-size: 30px;
  }
}

/* faq section CLOSE */
























