@charset "utf-8";
/* CSS Document */

.inner-main-sec {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#083c1e+0,0b903f+29,0b903f+71,083c1e+100 */
background: #9a1917; /* Old browsers */
background: linear-gradient(to right, #9a1917 0%,#741413 29%,#9a1917 71%,#640f0d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083c1e', endColorstr='#083c1e',GradientType=1 ); /* IE6-9 */


    background-size: cover;
    background-attachment: fixed;
}

.des-box{
	background-color: #fff;
    padding: 10px 30px 30px;
	margin: 4% 5%;
	
}

.faq-link
{ text-decoration:underline;
}

.des-box h4
{ font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.des-box li
{ font-size: 18px;
  color: #000;
  margin-bottom:10px;
}

.contact-faq-section .product-support {
    font-family: sans-serif;
    margin: 0;
    padding: 35px 0;
    font-size: 26px;
}

.contact-faq-section .card {
    margin-bottom: 20px;
}
.contact-faq-section .card-header {
    padding: 10px 15px;
    box-shadow: 0px 0px 23px -8px rgb(51 51 51 / 34%);
}
.contact-faq-section .faq-head {
    background-color: #fff;
    margin: 0;
}

.faq-head button {
    color: #333740;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    word-wrap: break-word;
    white-space: normal;
    text-align: left;
    line-height: 157%;
}

.collapse {
    display: none;
}

.contact-faq-section .card-body {
    font-family: sans-serif;
    padding: 20px;
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.des-box p {
    font-size: 18px;
    color: #000;
}

.contact-faq-section .faq-head .btn-link:hover, .btn-link:focus {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    outline: none !important;
    text-decoration: none !important;
    color: #333 !important;
    outline-offset: 0;
}

.product-support {
    text-align: center;
	font-family: "Montserrat";
	font-weight:700;
}

.faq-accord-list li {
    font-size: 18px;
    padding-bottom: 15px;
    background-position: 5px 9px;
}
.faq-accord-list li {
    padding-right: 20px;
    background-image: url(../images/tir-arow.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    list-style-type: none !important;
    padding-left: 35px;
    font-family: sans-serif;
    padding-bottom: 7px;
    font-size: 18px;
}


.email-link a {
    color:blue;
  text-decoration:underline;
}

#disclamer{
	text-align:left;
	padding-bottom: 15px;
}

h4.terms{
	font-size:22px;
}


ul.no-list{
	font-size:19px;
}

ul.no-list li{
	margin-bottom:10px;
}

.work-brk{
	word-break:break-all;
}












.fda-disclaimer-wrapper p{
	font-weight:400;
	font-size:12px;
	font-family: 'IBM Plex Sans', sans-serif;
	margin-bottom: 0;
}


@media only screen and (max-width: 480px){

  .des-box {
    padding: 10px 20px 30px;
    margin: 0;
}
  
.faq-accord-list {
    padding-left: 0;
}
.no-list{
	padding-left: 20px;
}
h4.terms {
    line-height: 1.3;
}

.con-details h1{
	font-size:28px;
	line-height: 1.2;
}

.con-details h2{
	font-size:26px;
	line-height: 1.2;
}


}