@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Raleway';
  }

  .navbar{
    background-color: #348DA9;
    padding: 0px;
  }
  .navbar-brand-content img{
    width: 39px;
    text-align: center;
    padding: 0 0 15px;
  }
  .navbar-brand-content{
    color: #fff;
    font-size: 44px ;
    font-weight: bold;
    font-family: 'raleway';
    justify-content: center;
    text-decoration: none;
    position: relative;
    top:5px;
  }
  .nav-button{
    background-color: transparent;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    line-height: 30px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    height: 50px;
  }
  .nav-button a{
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px;
    font-size: 19px;
    text-transform: uppercase;
  }
  /* MAIN */
  .sec-red{
    text-align: center;
    padding: 30px 0 0;
  }
  .sec-red p{
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 2.5px;
    padding: 10px;
    margin-bottom: 0;
  }
  .rectangle-red{
    width: 120px;
    background-color: #C9332F;
    color: #fff;
    border-radius: 10px;
  }


  /* section-1 */
  .section-1,
  .section-2,
  .section-3 {
    padding: 10px 0;
  }
.section-1 h1,
.section-2 h1,
.section-5 h1
{
    font-size: 35px;
    font-weight: 700;
    line-height: 33px;
}

.section-1 .sub-text-1 p{
    color: #c2c2c2;
}

.sec-content-text p span{
  font-size: 21px;

}

/* section-2 */
.section-2 .sub-text-2 p{
    color: #c2c2c2;
}
.sec-content-text-2 h1,
.section-4 h1{
font-size: 25px;
}
.sec-title-2{
    margin-bottom: 0px;
}
/* section-3 */
.section-3{
    padding: 5px 0 ;
}
.section-3 .sec-3-box{
 background-color: #f2f2f2;
 border-radius: 10px;
}
.section-3 h1{
justify-content: center;
 font-size: 22px;
 font-weight: 700;
 padding: 25px 40px 0px;

}
.claim-offer-btn{
    background-color: #04BBC2;
    border-radius: 10px;
    font-size: 25px;
    line-height: 3px;
    font-family: "Raleway", serif;
    font-weight: 700;
    color: #fff;
    padding: 23px;
    width: 60%;
    border: none;
    text-transform: uppercase;
    margin: 10px 0 22px ;
}
.check-blue{
    width: 14px;
    padding-bottom: 3px;
}
.sec-list-mob{
    list-style: none;
    position: relative;
}
.sec-list li {
    list-style: none;
    position: relative;
}
.sec-list li ::after{
    position: absolute;
    left: -24px;
    top: 6px;
    content: '';
    background: url(../presell/assets/images/check-blue.webp) no-repeat center;
    background-position: center;
    background-size: contain;
    height: 17px;
    width: 21px;
}
/* section-5 */
.section-5 .product-section-5 h1{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 18px 25px;
}
.section-5-box{
    border: 5px dashed #04BBC2;
    background-color: #f2f2f2;
    border-radius: 10px;
}

/* side-bar */

.product_box {
    background-color: #f2f2f2;
    border: 2px solid #000;
    border-radius: 15px;
}
.product_box .pb_head{
    border-bottom: 2px solid #000;
    margin: 0 10px;
}
.product_box .pb_head h6{
    font-size: 25px;
    line-height: 10px;
    font-weight: bolder;
    margin-top: 30px;
    margin-bottom: 0px;
}
.product_box .pb_head h5{
    font-size: 15px;
}
.product_box .pb_title h3{
    font-size: 35px;
    line-height: 50px;
    color: #348DA9;
    font-weight:bolder;
    margin: 25px 0;
}
.product_box .pb_content{
    padding: 10px 10px 40px;
}
.product_box .pb_product-2{
    width: 100px ;
}

.product_box .pb_content h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    padding: 30px 15px;
}

.adt_crt_btn{
    background-color: #04D1AC;
    border-radius: 50px;
    font-size: 18px;
    line-height: 3px;
    font-family: "Raleway", serif;
    font-weight: 700;
    color: #fff;
    padding: 14px;
    width: 50%;
    border: none;
    text-transform: uppercase;
    margin: 0px 0 22px;
    text-decoration: none;
}
.sb-star{
    width: 100px;
}
/* footer */
footer {
    background-color: #348DA9;
    padding: 25px 0px 0px 0px;
}
footer .small-text,.copy-right{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.imp-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* footer */
footer .small-text, .copy-right {
    font-size: 10px;
    line-height: 14px;
}

footer {
    padding: 17px 0px 0px 0px;
}

footer-1 ul {
    list-style: none;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}


footer-1 ul.imp-link li a {
    margin-right: 24px;
}

footer-1 ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}







