
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gayathri:wght@100;400;700&display=swap');



*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
      font-family: "Google Sans Flex", sans-serif;
}

::selection{
    background-color: #FCCD10FC;
    color: #060608;

}

html{
  scroll-behavior: smooth;
}

.book_btn{
    width: 100%;
    padding-block: 20px;
    text-align: left;
    padding-left: 20px;
    color: #000;
    background-color: #FCCD10FC;
    border: none;
    font-size: 1.3rem;
    font-weight: 500;
}
.bull_box1 {
    margin-top: 100px;
}

.bull_box1 h1{
font-weight: 700;
font-size: 4rem;
line-height: 1;
padding-bottom: 10px;
color: #1D1D1D;
text-transform: uppercase;
letter-spacing: -0.01em;
}

.bull_box1 p{
font-size: 1.1rem;
font-weight: 400;
letter-spacing: -0.03em;
color: #1D1D1D;
line-height: 1.2;
}

.bull_box3 h2{
font-size: 2rem;
line-height:1;
color: #F5F5F5;
}
.bull_box3{
    margin-top: -260px;
}

.bull_box3 p{
font-weight: 400;
font-size: 1.1rem;
line-height: 1.2;
letter-spacing: -0.03em;
color: #888888;
padding-top: 25px;
margin-bottom: 4px;
}


.bull_box2{
 margin-top: 150px;
}


.bull_box2_sub{
background-color: #060608;
}



.bull_box2_sub2{
border-top: 1px solid #FCCD10FC;
}

.bull_box2_sub p{
font-weight: 500;
font-size: 1.1rem;
line-height: 1.2;
color: #FFFFFF;
padding-left: 20px;
/* padding-bottom: 30px; */
}

.bull_box4 h5{
font-size: 2rem;
font-weight: 500;
color: #1D1D1D;
line-height: 1;
}


.bull_box_sub{
border-left: 1px solid #FCCD10FC;
}

.bull_box3_sub{
border-left: 1px solid #FCCD10FC;
}


.bull_box5{
    margin-top: 30px;
}


.bull_box5_sub{
    border-top: 1px solid #000;
}
.bull_box4{
 padding-top: 100px;
 padding-bottom: 20px;
}

/* .yellow_line{
    height: 70px;
    background-color: #FCCD10FC;
    position: relative;
} */

 .badge-strip-section {
    /* text-align: center; */
    position: relative;
}

.badge-icon {
   width: 130px;
    object-fit: contain;
    
}
/* .badge-icon:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
} */


.yellow-strip {
    width: 100%;
    height: 50px;
    background: #f4c400;
    margin-top: 20px;
    position: absolute;
    top: 25%;
    z-index: -1;
}


.bull_box4 p{
font-weight: 400;
font-size: 1.1rem;
line-height: 1.2;
letter-spacing: -0.03em;
color: #1D1D1D;
}


.bull_box5 h3{
font-weight: 400;
font-size: 1.3rem;
line-height:1;
letter-spacing: -0.03em;
color: #000000;
}


.bull_box5 p{
font-weight: 400;
font-size: 1.1rem;
line-height: 1.2;
color: #000000;
width: 40%;
}


.bull_box6{
    margin-block: 50px;
}


.bull_box6 h3{
    font-size: 5rem;
font-weight: 500;
line-height: 1;
color: #1D1D1D;
margin-bottom: 40px;
}

.bull_box6_sub {
 border-left: 1px solid #FCCD10;
}


.bull_box6_sub h4{
font-weight: 400;
font-size: 1.5;
line-height: 1;
color: #060608;
background-color: #FCCD10;
line-height: 2;
padding-left: 20px;
}

.bull_box6_sub p{
font-weight: 400;
font-size: 1.1rem;
line-height: 1.2;
color: #3E3E3E;
padding: 20px 20px 0px 20px;
}


.bull_box7{
    height: 700px;
    background-image: url("../img/Gloss_bg.webp");
    background-position:  100% 100%;
    background-size: cover;
    display: flex;
    align-items: end;
}

.bull_box8{
    background-image: url("../img/matte_bg.webp");
}


.bull_box9{
    background-image: url("../img/color_bg.webp");
}


.bull_box7row{
background-color: #FCCD10FC; 
padding: 0px 0px 0px 50px;
}


.bull_box7 h2{
font-weight: 800;
font-size: 5rem;
line-height: 1;
color: #000000;
text-transform: uppercase;
}


.bull_box7_subhead span{
display: inline-block;
font-size: 1.5rem;
font-weight: 400;
line-height: 1;
color: #060608;
}


.waranty_box {
padding-top: 50px;
/* margin-bottom: 20px; */
}




.top{
font-size: 1rem;
font-weight: 400;
line-height: 1;
color: #060608;
}


.bottom{
font-size: 1.2rem;
font-weight: 500;
line-height: 1;
color: #060608;
}

.bull_box7 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFF80 !important  ;
    background-color: transparent !important;
    border-color: transparent !important;
}



.bull_box7 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active svg path{
    fill: #FFFFFF80;
}

.bull_box7 .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #FFFFFF !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.bull_box7 .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    isolation: isolate;
}


.bull_box7 .nav-tabs{
    border: none !important;
}

.sbox7img{
    margin-right: -1px;
}


.bull_box2_sub img {
  transition: transform 2s ease;
}


.bull_box2_sub:hover .bullbox2_sub2 img {
  transform: scale(1.08);
}


.bullbox2_sub2{
    overflow: hidden;
}


.bull_box10 h3{
font-weight: 800;
font-size: 4rem;
line-height: 1;
letter-spacing: -0.03em;
color: rgba(252, 205, 16, 0.988235);
}

.bull_box10 span{
font-weight: 400;
font-size: 1.2rem;
letter-spacing: -0.03em;
color: #FFFFFF;
padding-bottom: 5px;
border-bottom: 1px solid #FCCD10FC;
display: inline-block;
margin-bottom: 20px;
}

.bull_box10 p{
font-weight: 400;
font-size: 1.1rem;
letter-spacing: -0.03em;
color: #E2E2E2;
}

.software_text{
    margin-top: 100px;
}

.software_text p{
font-weight: 500;
font-size: 1.1rem;
line-height: 1.;
text-align: right;
letter-spacing: -0.04em;
color: #0D0D0F;
}

   .bull_box11 {
    background-color: #060608;
    padding: 150px 20px 50px 20px;
    margin-top: 0px;
   }


   .bull_box11  .form-control-custom {
      background: #1a1a1a;
      border: 1px solid #FFFFFF;
      color: #ffffff;
      border-radius: 10px;
      padding: 15px;
      font-size: 16px;
    }


.form_box{
    width: 50%;
}

.bull_box11 .form-control-custom::placeholder {
      color: #cfcfcf;
}

.bull_box11  .btn-send {
      background: #FFD100;
      color: #000;
      font-size: 20px;
      padding: 12px 20px;
      width: 100%;
      border-radius: 35px;
      border: none;
      font-weight: 500;
      transition: all 0.5s;
}

 .bull_box11  .btn-send:hover{
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
}

.bull_box11 input{
  width: 100%;
}

.bull_box11  .btn-send i {
      margin-left: 8px;
      transition: 0.3s;
}

.bull_box11 .btn-send:hover i {
 transform: translateX(5px);
}

.bull_box_subb h3{
font-weight: 500;
font-size: 4rem;
line-height: 1;
letter-spacing: -0.04em;
color: #FFFFFF;
padding-bottom: 70px;
}

.bull_box_subb p{
font-weight: 400;
font-size: 1.1rem;
line-height: 1.4;
letter-spacing: -0.04em;
color: #888888;
}


.coverage-tabs .nav-link {
padding: 0px !important;
color: #D9D9D9;
text-decoration: none;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
cursor: pointer;
transition: 0.3s;
color: #D9D9D9 !important;
font-weight: 400;
font-size: 1.8rem;
line-height: 1.3;
letter-spacing: -0.03em;
list-style: none;
margin-top: 12px;
}


.coverage-tabs {

    border-bottom: 0px !important;
    display: flex !important;
    flex-direction: column !important;

}

.coverage-tabs  .nav-item .nav-link.active{
     color: #000 !important;
    background-color: #fff;
    border-color:transparent !important;
    font-weight: 500;
}
.package-content {
  display: none;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.package-content.active {
  display: block;
  opacity: 1;
}

/* .coverage-tabs {
  list-style: none;
  padding: 0;
  margin-top: 70px;
}

.coverage-tabs li {
margin-bottom: 12px;
cursor: pointer;
transition: 0.3s;
color: #D9D9D9;
font-weight: 400;
font-size: 1.8rem;
line-height: 1.3;
letter-spacing: -0.03em;
}



.coverage-tabs li.active {
color: #060608;
}



.coverage-section h3{
font-weight: 800;
font-size: 4rem;
line-height: 1;
letter-spacing: -0.03em;
color: #060608;
}

.coverage-images {
  position: relative;
  min-height: 450px;  
}

.cov-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 4px;
  opacity: 0;
  display: none;
}


.cov-img.show {
  display: block;
  opacity: 1;
  transform: translateY(0px);
} */

.covrage_box{
    background-color: #f2f2f2;
}


.ia-heading {
    font-size: 3.5rem;
    font-weight: 800;
}

.ia-arrow {
    font-weight: 200;
    font-size: 5rem;
    margin-left: 8px;

}

.ia-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 70px;
}

.ia-list li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
font-weight: 400;
font-size: 1.3rem;
line-height:1.2;
letter-spacing: -0.03em;
color:#696969;
transition: all 0.5s;
}

.ia-list li:hover{
    color: #060608;
}

.ia-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #000;
}


.box {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.glass {
    background-image: url('../img/glass.webp');
}

.leather {
    background-image: url('../img/lether.webp');
}

.alloy {
    background-image: url('../img/alloy.webp');
}

.content {
    /* text-align: center; */
    color: white;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s ease;
}


/* Hover effect -> Show text */
.box:hover .content {
    opacity: 1;
    transform: translateY(0);
}

.addtext{
    display: none;
}


.more-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  padding-top: 0px !important;

}
.readmore-btn {
  background: none;
  border: none;
  color: rgb(136, 136, 136);
  /* color: #060608; */
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0px;
}


.faq{
background-color: #060608;

}

.accod-had{
    font-size: 4rem;
    color: #fff;
}

.accodian-box .accordion-header{
    font-weight: 600;
    color: var(--dark);
    border-bottom: 1px solid #888888;
    padding-bottom: 10px;
  }

.accodian-box .accordion-button {
    background: #000;
    font-size: 20px;
    color: #888888 ;
}

.accodian-box .accordion-item{
    background-color: #000;
}

.accodian-box  .accordion-button:focus{
  box-shadow: none;
}

.accodian-box .accordion-item{
    background-color: #000;
    padding-block: 20px;
}
.accodian-box .accordion-button:hover{
    background-color: #000;
}
.accodian-box .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: black;
    box-shadow:none;
}


.accodian-box .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/down.webp");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}


.accodian-box .accordion-body{
  color: #888888;
}
/* .accordion-item:first-of-type .accordion-button{
    background-color: #000;
} */

.accodian-box .accordion-button:not(.collapsed)::after {
    background-image: url("../img/down.webp");
    transform: rotate(-180deg);
}

.btn-whatsapp-pulse {
  background:#ffcc00;
  color: white;
  position: fixed;
  bottom: 55px;
  right: 28px;
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  z-index: 10;
  padding: 25px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}


.btn-whatsapp-pulse:hover{
  color: black;
}


.btn-check:checked+.btn-primary:focus, .btn-check:active+.btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(252, 205, 22, 0.5); /* Updated to #FCCD16 */
  }
  80% {
      box-shadow: 0 0 0 14px rgba(252, 205, 22, 0); /* Updated to #FCCD16 */
  }
}

.btn-whatsapp-pulse-border {
    
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;

}

.btn-whatsapp-pulse-border::before {

  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;

}

.colorrow{
    padding: 20px 40px 10px 0px;
    justify-content: space-between;
    /* border: 1px solid #000; */
    height: 100%;
}

@keyframes pulse-border {
  0% {
      padding: 25px;
      opacity: 0.75;
  }
  75% {
      padding: 50px;
      opacity: 0;
  }
  100% {
      opacity: 0;
  }
}


.navbar-toggler:focus {
 text-decoration: none;
 outline: 0;
 box-shadow:none !important;
}

/* ---------------------------------------------------------------aerosol_box1--------------------------------------- */
.aerosol_box1{
padding-top: 140px;
}
.aerosol_box1 h1{
font-weight: 700;
font-size: 10rem;
line-height: 1;
letter-spacing: -0.04em;
color: #000000;
}
.aerosol_box1 p{
font-weight: 400;
font-size: 2.5rem;
line-height: 1;
color: #000000;
margin-bottom: -30px;
 font-family: "Gayathri", sans-serif;
}
.aerosol_box1 h2{
font-weight: 400;
font-size: 2.5rem;
line-height: 1;
color: #000000;
 font-family: "Gayathri", sans-serif;
}
.aerosol_box1 button{
    padding: 10px 30px;
    background-color: #060608;
font-weight: 400;
font-size: 1.5rem;
line-height: 1;
letter-spacing: -0.04em;
color: #FFFFFF;
border:  none;
border-radius: 50px;
margin-top: 60px;
}
.aerosol_box2{
    padding-top: 100px;
}

.aerosol_box2 h3{
font-weight: 500;
font-size: 2.5rem;
line-height: 1;
text-align: center;
color: #000000;
margin-bottom: 30px;
}
.aerosol_box2_inner h5{
font-weight: 400;
font-size: 1.4rem;
line-height: 1.2;
color: #000000; 
width: 400px; 
padding-top: 30px;
}
.aerosol_box2_inner .maincolor{
    color: #51BFD5;

}
.aerosol_box2_inner .maincolor2{
    color: #D5DE6D;

}
.aerosol_box2_inner .maincolor3{
    color: #BDBCBB;

}
.aerosol_box2_inner .maincolor4{
    color: #ED792B;

}
.aerosol_box2_inner h3{
font-weight: 400;
font-size: 2.6rem;
line-height: 1;
color: #000000;
margin-top: 50px;
margin-bottom: 50px;
}
.aerosol_box2_inner .subtext{
font-weight: 400;
font-size: 1.4rem;
line-height: 1;
width: 700px;
color: #000000;
}
.aerosol_box2_inner .dicroption{
font-weight: 400;
font-size: 1.1rem;
line-height: 1;
color: #656565;
width: 600px;
padding-top: 50px;
}
.aerosol_box2_inner ul{
    padding-left: 0px;
}
.aerosol_box2_inner ul li{
list-style: none;
font-weight: 400;
font-size: 1.5rem;
line-height: 2;
color: #000000;
}
.aerosol_box2_inner ul li span{
    color: #888888;
}


.bottom_box h3{
font-weight: 400;
font-size: 2.5rem;
line-height: 1;
letter-spacing: -0.03em;
color: #000000;
margin-top: 100px;
}
.bottom_box h3 span{
    font-weight: 700;
}
.bottom_box .bottom_text{
font-weight: 400;
font-size: 1.3rem;
line-height: 1;
color: #727272;
width: 700px;
margin-block:30px;
}
.bottom_box .line{
    width: 100%;
    height: 2px;
    background-color:#888888;
}
.bottom_box  .bottomsubtext{
font-weight: 400;
font-size: 1.3rem;
line-height: 1;
color: #000000;
margin-top: 30px;
}

.bottom_box .bootom_btn{
    border: none;
    background-color: #FCCD10FC;
    padding: 10px 30px;
font-weight: 500;
font-size: 1.1rem;
line-height: 1;
letter-spacing: -0.04em;
color: #000000;
border-radius: 50px;
margin-top: 40px;
margin-bottom: 100px;
}

/* ---------------------------------------------------------------aerosol_box1--------------------------------------- */
@media (max-width:769px) {
/* --aerosol_box1---- */
.aerosol_box1 h1 {
    font-size: 6rem;
}
.aerosol_box1 h2 {
    font-size: 2rem;
}
.aerosol_box1 p {
    font-size: 1.6rem;
    margin-bottom: -18px;
    text-align: end !important;
    padding-right: 30px;
}
.aerosol_box2_inner h3 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.aerosol_box2_inner .subtext {
    font-size: 1.1rem;
    width: unset;
}
.aerosol_box2_inner .dicroption {
    font-size: 1rem;
    width: unset;
    padding-top: 30px;
}
.aerosol_box2_inner ul li {
    font-size: 1.2rem;
}
}
@media (max-width:900px) {
.no-wrap {
  white-space: nowrap;
}
.bull_box7 h2{
    font-size: 3.5rem;
}

.bull_box7 {
        height: 784px;
        background-image: url("../img/gloss_sm.webp");
        background-position: 67% 14%;
        background-repeat: no-repeat;
}

.bull_box8{
    background-image: url("../img/matte_sm.webp");
}
.bull_box9{
    background-image: url("../img/color_sm.webp");
}
}

@media (max-width:500px) {
    .bull_box1 h1 {
    font-size: 2rem;
    padding-bottom: 10px;
}

/* .colorbig{
  flex-direction: column-reverse;
} */
 .colorrow {
    padding: 20px 20px 10px 0px;
}
.bull_box1 {
    margin-top: 50px;
}
.bull_box_sub {
    border-left: 1px solid #FCCD10FC;
    margin-left: 30px;
}
    .bull_box1 p {
    font-size: 0.9rem;
    padding-right: 50px;
}
.book_btn {
    width: 60%;
    padding-block: 15px;
    padding-left: 20px;
    font-size: 1rem;
}
.bannering{
    height: 348px;
    object-fit: cover;
    object-position: 82%;
}

.bull_box3 {
    margin-top: -50px;
}
.bull_box3 h2 {
    font-size: 1.1rem;
    line-height: 1;
    /* color:#060608; */
    text-align: center;
}
.bull_box3 p {
    font-size: 0.9rem;
    color: #888888;
    padding-top: 50px;
}
.bull_box2 {
    margin-top: 40px;
}
.bull_box2_sub p {
    font-size: 0.9rem;
    padding-left: 20px;
    padding-bottom: 30px;
}
.bull_box4 {
    padding-top: 30px;
    padding-bottom: 0px;
}
.bull_box4 h5 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 1;
}
.bull_box4 p {
    font-size: 0.9rem;
}
.badge-icon {
    width: 70px;
}
.bull_box6{
    margin-block: 20px;
}
.no-wrap {
  white-space: nowrap;
}

.yellow-strip {
    height: 30px;
    margin-top: 20px;
    top: 8%;
}

.bull_box5 h3 {
    font-size: 1rem;
}
.bull_box5 p {
    font-size: 0.9rem;
    width: 50%;
}
.bull_box7row {
    padding: 0px 0px 0px 20px;
}
.bull_box7 h2 {
    font-size: 2rem;
}
.bull_box7_subhead span {
    font-size: 0.8rem;
}
.waranty_box {
    padding-top: 20px;
}

.top {
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.bottom {
    font-size: 0.8rem;
}
.bull_box7 .nav-link {
    display: block;
    padding:5px 5px;
    font-size: 0.9rem;
}
.bull_box7 {
    height: 550px;
    background-image: url("../img/gloss_sm.webp");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.bull_box8{
    background-image: url("../img/matte_sm.webp");

}
.bull_box9{
    background-image: url("../img/color_sm.webp");
}
.ia-heading {
    font-size: 2rem;
    font-weight: 800;
}

.ia-arrow {
    font-size: 3rem;
    margin-left: 8px;
}

.coverage-tabs{
    padding-left: 20px !important;
}

.coverage-tabs .nav-link    {
    font-size: 1.2rem;
    margin-top: 6px;
    
}
.ia-list li {
    margin-bottom: 6px;
    padding-left: 14px;
    font-size: 0.8rem;
    color: #060608;
}


.ia-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
.carcover{
    height: 300px !important;
    object-fit: cover !important;
    margin-top: -75px;
}
.addtext{
font-size: 1.5rem;
padding-left: 30px;
    /* margin-top: -40px; */
font-weight: 500;
letter-spacing: -0.03em;
background-color: #fff;
padding-top: 10px;
padding-bottom: 25px;
color: #060608;
display: block;
}
.box:hover .content {
    opacity: 1;
    transform: translateY(0);
}
.content {
    /* text-align: center; */
    color: white;
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s ease;
}
.bull_box10 h3 {
    font-size: 2rem;
}
.bull_box6 h3{
    font-size: 2rem;
    margin-bottom: 20px;
}
.box {
    height: 150px;
    justify-content: start;
    padding-left: 40px !important;
}
.bull_box10 span {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.bull_box10 p {
    font-size: 0.9rem;
}
.content svg{
    margin-left: 100px !important;
    height: 10px !important;
}
.software_text {
    margin-top: 0px;
}
.software_text p {
    font-size: 0.8rem;
}

.bull_box_subb h3 {
    font-size: 2.5rem;
    padding-bottom: 50px;
}
.form_box {
    width: 80%;
}
.bull_box11 {
    background-color: #060608;
    padding: 50px 20px 0px 20px;
    margin-top:0px;
}
.bull_box_subb p {
    font-size: 0.9rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: transparent !important;
}
.bull_box11  .form-control-custom {
    border-radius: 7px;
    padding: 12px;
    font-size: 12px;
}
.bull_box11  .btn-send {
    font-size: 15px;
    padding: 7px 20px;
}
  .accod-had{
    font-size: 2.5rem;
    padding-left: 20px;
}
.accodian-box .accordion-button {
  font-size: 13px;
}
.accodian-box .accordion-body {
  font-size: 13px;
  padding: 1rem 1rem;
}
.accodian-box .accordion-item {
  padding-block: 4px;
}
/* -------------------------------------aerosol_box1---------------------------------------------------------------- */
    .aerosol_box1 h2 {
        font-size: 1rem;
        padding-left: 10px;
    }
        .aerosol_box1 h1 {
        font-size: 3rem;
    }
        .aerosol_box1 p {
        font-size: 0.9rem;
        margin-bottom: -7px;
        padding-right: 16px;
    }
    .aerosol_box1 {
    padding-top: 80px;
}
.aerosol_box1 button {
    padding: 10px 30px;
    font-size: 0.8rem;
    margin-top: 40px;
}
.aerosol_box2 {
    padding-top: 70px;
}

.aerosol_box2 h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.aerosol_box2_inner h5 {
    font-size: 1rem;
    width: unset;
}
    .aerosol_box2_inner h3 {
        font-size: 1.5rem;
    }
        .aerosol_box2_inner .subtext {
        font-size:0.8rem;
        width: unset;
    }
        .aerosol_box2_inner .dicroption {
        font-size: 0.7rem;
        width: unset;
        padding-top: 10px;
        padding-right: 40px;
    }
    .aerosol_box2_inner ul li {
        font-size: 1rem;
    }
    .bottom_box .bottom_text{
    width: unset;
    font-size: 0.9rem;
}
    .bottom_box h3 {
    font-size: 1.7rem;
    margin-top: 30px;
}
.bottom_box .bottomsubtext {
    font-size: 0.8rem;
    margin-top: 20px;
}

.bottom_box .line {
    height: 1px;
}
.bottom_box .bootom_btn {
    padding: 10px 30px;
    font-size:0.8rem;
    margin-top: 20px;
    margin-bottom: 100px;
}
    .aerosol_box2 {
        padding-top: 50px;
    }
}


