 * {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'roboto', sans-serif;
  color: #666;
  font-size: 16px;
  background: #f9f9f9;
  line-height: 1.6em;
}

  .line{
    width: 69%;
    margin: 0 auto;
    height: 1.7px;
  }



/*Header*/

.nav-item a:hover{
    color: #fce38a !important;
    border-bottom: 1px solid #fce38a;

}

.logoSpan{
  font-size: 1.5em;
}

.nav-item a{
  font-size: 1em;
}



/* End of header */






/*faq*/

.accordion-header button{
        position: relative;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
    padding: 30px 20px;
    border-radius: 10px 10px 0 0;
    color: #141774;
}

.accordion-body span{
     color: #62637D;
     line-height: 1.9;
}

@media (max-width: 767px){
.accordion-header button {
   font-size: 16px;
    padding: 20px 15px;
}

.accordion-body span{
     font-size: 14px;
    padding: 20px 15px;
}

}

/*end of faq*/



/*box*/
ul, li { list-style: none; }

.box{
    margin-top: 15px;

    background-color: #e8f6ff;
    padding: 70px 40px;
    border-radius: 10px;
}

.boxIcon a{
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
}

.boxContent p{
    padding: 0px 25px;
    padding-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: -0.02em;
    color: #62637D;
}

.boxContent a{
    width: 100%;
    display: inline-block;
    padding: 30px 30px;
    background-color: #45ccfe;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.boxContent a:hover{
    background-color: #017efa;
}

.boxTitle{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.02em;
    padding-bottom: 15px;
    color: #141774;
}
/*end of box*/


/*warranty section*/

.WarrantySec p{

    font-size: 30px;

}


@media (max-width: 767px){

    .WarrantySec p{

    font-size: 20px;

}

}




/*end of warranty section*/