body {
    font-family: 'Inter', sans-serif;
}
h3 {
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 42px;
}
h5, h5 a {
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 26px;
}
p {
    color: #4a4a4a;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
img {
    max-width: 100%;
}
.bg-transparent {
    background-color: transparent!important;
}
.bg-blue {
    background-color: #009ba6;
}
.btn-purple {
    color: #fff!important;
    font-size: 13px;
    font-weight: 600;
    background-color: #b0208b;
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid #b0208b;
}
.btn-purple:hover {
    color: #b0208b!important;
    background-color: transparent;
    border: 2px solid #b0208b;
}
.btn-lg {
    font-size: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    min-width: 407px;
}
.navbar-brand {
    width: 250px;
}
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #b0208b;
    font-size: 13px;
    font-weight: normal;
    border-bottom: 3px solid #b0208b;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #b0208b;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #b0208b;
}
.home-dl {
    background-image: url('/assets/img/home-dl-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
}
.home-dl .dl-text {
    margin-top: 175px;
    margin-bottom: 105px;
}
.home-dl .dl-text h2 {
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
}
.home-dl .dl-text h2 span {
    color: #b0208b;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 58px;
}
.home-dl .dl-text p {
    color: #4a4a4a;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.doc {
    position: absolute;
    bottom: 0px;
    right: 1%;
    width: 410px;
}
.info h2, .info h2 a {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    font-size: 46px;
    margin-bottom: 1rem;
}
.info h4 {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.info-left {
    padding-right: 40px;
    border-right: 1px solid #fff;
}
.info-right {
    padding-left: 40px;
}
.toxixology h3 {
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 42px;
}
.toxixology p {
    color: #4a4a4a;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.why {
    background-image: url('/assets/img/why-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.purple-box {
    background-color: #b0208b;
    border-radius: 30px;
    padding: 40px 10px 50px 10px;
}
.purple-box h2 {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 46px;
}
.subscription {
    border-radius: 15px;
    height: 65px;
    width: 60%;
    padding: 5px 30px;
}
.about-dl {
    background-image: url('/assets/img/about-dl.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-dl .dl-text {
    padding: 75px 0;
}
.about-dl .dl-text h2 {
    color: #333333;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 58px;
    line-height: 1;
}
.about-dl .dl-text h2 span {
    color: #b0208b;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    font-size: 58px;
}
#contact_form .form-control {
    color: #adadad;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    font-size: 22px;
    background-color: #eeeeee;
    border-radius: 0;
}
#contact_form .form-control::placeholder {
    color: #adadad;
    font-family: 'Manrope', sans-serif;
    font-weight: normal;
    font-size: 22px;
}
#contact_form .form-control:not(textarea) {
    height: calc(1.5em + 1.75rem + 2px);
}
footer {
    background-color: #333333;
}
footer p {
    color: #f5f5f5;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 13px;
}
footer h6 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
footer ul {
    padding-left: 0px;
    list-style: none;
}
footer ul li a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
footer .address p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.copyright hr {
    border-top: 1px solid #fff;
}
.copyright p {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

@media (min-width: 1450px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1350px;
    }
}

@media (max-width: 1200px) {
    h3, .toxixology h3 {
        font-size: 38px;
    }
}

@media (max-width: 992px) {
    .btn-lg {
        font-size: 24px;
    }
    .why {
        background-position: left;
    }
    .purple-box h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .purple-box h2 {
        font-size: 24px;
    }
    .info h2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .home-dl .dl-text h2, .home-dl .dl-text h2 span, .about-dl .dl-text h2, .about-dl .dl-text h2 span {
        font-size: 40px;
    }
    .btn-lg {
        font-size: 20px;
        min-width: 285px;
    }
    h3, .toxixology h3 {
        font-size: 30px;
    }
    .info h2 {
        font-size: 24px;
    }
    .info h4 {
        font-size: 9px;
    }
    .home-dl .dl-text p,
    .toxixology p, p {
        font-size: 16px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 14px;
    }
    .purple-box h2 {
        font-size: 20px;
    }
    .navbar-brand {
        width: 140px;
    }
}