* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1600px;
    padding: 0 20px;
}

/* header-start  */
/* top-bar-start  */
.top-bar {
    background: #DD1E2D;
}

.top-bar ul li a {
    font-size: 14px;
    color: #FFFFFF;
}

.top-bar-social-icons i {
    font-size: 20px;
    color: #FFFFFF;
    transition: 0.3s;
}

.top-bar-social-icons i:hover {
    transform: scale(1.3);
}

/* top-bar-end  */
/* nav-start  */

.navbar-nav li a {
    color: #0A0B0D !important;
    padding: 0px 20px !important;
}

.navbar-nav li.active .nav-link {
    color: #DD1E2D !important;
}

.navbar-brand img {
    height: 40px;
    max-width: 70vw;
}

.nav-button a {
    font-size: 20px;
    border: 2px solid #DD1E2D !important;
    border-radius: 5px;
    color: #DD1E2D;
    transition: 0.3s;
    width: 140px;
}

.nav-button a:nth-child(2) {
    background: #DD1E2D;
    color: white;
}

.nav-button a:nth-child(1):hover {
    background: #DD1E2D !important;
    color: white !important;
}

.nav-button a:nth-child(2):hover {
    background: white;
    color: #DD1E2D;
}

/* nav-end  */
/* header-end  */

/* next  */

/* ivermectin-banner-start  */
.ivermectin-banner {
    background: url(../images/ivermectin-banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 0px;
    z-index: 2;
}

.ivermectin-banner::after {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.42);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.ivermectin-banner::before {
    position: absolute;
    content: " ";
    background: rgba(0, 0, 0, 0.46);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
    height: 100%;
    width: 60%;
    left: 0;
    top: 0;
    z-index: -1;
}

.ivermectin-banner-info-box h1 {
    color: #FFFFFF;
    font-size: 80px;
    display: inline;
}

.ivermectin-banner-info-box h1::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: 0;
    background: #DD1E2D;
    height: 20px;
    width: 100%;
}

.ivermectin-banner-info-box p {
    font-size: 20px;
    color: #FFFFFF;
}

.ivermectin-banner-info-box a {
    background: #DD1E2D;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    transition: 0.3s;
    border: 2px solid #DD1E2D !important;
}

.ivermectin-banner-info-box a:hover {
    background: transparent;
    color: #DD1E2D;
}

/* ivermectin-banner-end  */

/* next  */





/* common*******start */
.comman-heading h3 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 500;
}

.comman-heading h3+span {
    width: 150px;
    height: 5px;
    background-color: #DD1E2D;
    display: block;
    margin: auto;
    margin-top: 25px;

}

/* common *******end */

/* invermectin-works-strat  */


.invermectin-works .row:first-child .col-md-6>.video-content {
    padding-left: 85px;
}

/* .invermectin-works .row .col-md-6 .video {
    padding-right: 144px !important;
} */

.invermectin-works {
    padding: 60px 0px;
}

.invermectin-works .row {
    margin-top: 70px;

}

.invermectin-works .row .video iframe {
    border: 10px solid #DD1E2D;

}

.video-content h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    margin: 35px 0 25px 0px;

}

.video-content h2+P {
    font-size: 28px;
    font-weight: 400;
    color: #000;
}


/*  certifacate section start */


.certifacate {
    background: url(../images/bg-certi.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;

}

.over-lay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0px;
}

.certificate-content p {
    font-weight: 500;
    font-size: 22px;
    line-height: 40px;
}

.certifacate .row:last-child {
    margin-top: 65px;
}

.certifacate .row .col-lg-5 .certificate-box.left {
    padding-right: calc(42px - 15px);
}

.certifacate .row .col-lg-5 .certificate-box.right {
    padding-left: calc(42px - 15px);
}

.certificate-box img {

    width: 100%;
    max-width: 545px;

}

.certificate-box h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin: 30px 0px;
}

.more-btn {
    background: #DD1E2D;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid transparent;
}

.more-btn:hover {
    color: #DD1E2D !important;
    border: 2px solid #DD1E2D;
}

/* shiping section start */
.shiping .col-md-5>.shiping-box.left {
    padding-right: calc(50px - 15px)
}

.shiping .col-md-5>.shiping-box.right {
    padding-left: calc(50px - 15px)
}

.shiping {
    padding: 60px 0px 65px;
}

.shiping .row {
    padding-top: 60px;
}

.shiping {
    background-color: #F5F5F5;
}

.shiping-inner-box {
    background-color: #DD1E2D;
    height: 100%;
}

.shiping-box-main-heading span {
    width: 88px;
    aspect-ratio: 1;
}

.shipjing-box-content {
    padding: 35px;
}

.shipjing-box-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;

}

.shiping-box-main-heading h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

/* Ivermectin section start */
.Ivermectin {
    background-color: #DD1E2D;
    padding-top: 60px;
}

.invermectin-content-box h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px;
}

.invermectin-content-box h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 28px;
}

.invermectin-content-box {
    padding-bottom: 50px;
}

.Ivermectin .row .col-lg-6 .invermectin-content-box {
    padding-right: calc(70px - 15px);
}

.Ivermectin .row .col-lg-6 .invermectin-img-box {
    padding-left: calc(70px - 15px);
}

.invermectin-content-box a {
    background: white;
    color: #DD1E2D;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    border: solid 2px #DD1E2D;
}

/* next  */

/* click-away-info-strat  */
.click-away-info div {
    background: #FFFFFF;
    box-shadow: 0px 0px 111px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 48.2%;
    position: relative;
}

.click-away {
    padding: 60px 0px 65px;
}

.click-away-info div::before {
    position: absolute;
    content: " ";
    background: #DD1E2D;
    border-radius: 10px 0px 0px 10px;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
}

.click-away-info div p {
    color: #000000;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    height: 100%;
}

/* click-away-info-end  */

/* next  */

/* user-review-start */
.user-review .comman-heading h3 {
    color: #FFFFFF;
}

.user-review {
    background: url(../images/user-review.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 60px 0px 150px;
}

.review-box .Click-here {
    cursor: pointer;
    width: 190px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
    background: white;
    color: #DD1E2D;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    border: solid 2px #DD1E2D;
    border-radius: 5px;
}

.Click-here:hover {
    transition: background-image 3s ease-in-out;
    background: transparent;
    color: #fff;
    border: solid 2px #fff;
}

.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 95%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    margin: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    z-index: 99;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -48px;
    cursor: pointer;
    z-index: 99;
    font-size: 40px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.user-review::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.review-box {
    background: #DD1E2D;
    box-shadow: 0px 0px 111px rgba(0, 0, 0, 0.25);
    padding: 35px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}

.review-box p {
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 60px;
}

.review-top-star {
    top: -55px;
    transform: translateX(-50%);
    border: 7px solid #fff;
    border-radius: 50%;
}

.review-box span {
    width: 100%;
    text-align: center;
}

.review-box i {
    font-size: 25px;
    color: #FFD600;
}

.review-box h3 {
    font-size: 32px;
    color: #FFFFFF;
}

.review-all-slider .slick-prev {
    left: -36px;
}

.review-all-slider .slick-next {
    right: -20px;
}

.review-all-slider .slick-prev::before {
    content: " ";
    background: url(../images/slider-arrow-left.png) no-repeat;
    background-size: cover;
    padding: 17px;
    opacity: 100;
}

.review-all-slider .slick-next::before {
    content: " ";
    background: url(../images/slider-arrow-right.png) no-repeat;
    background-size: cover;
    padding: 17px;
    opacity: 100;
}

.review-all-slider .slick-dots li {
    width: 25px;
    height: 25px;
    background: #D9D9D9;
    border-radius: 50%;

}

.review-all-slider .slick-dots {
    margin-bottom: -60px;
}

.review-all-slider .slick-dots li button::before {
    display: none;
}

.review-all-slider .slick-dots li.slick-active {
    background: #DD1E2D;
}

.review-all-slider .slick-list {
    padding-top: 60px;
}

/* user-review-end */

/* next  */

/* article-start */
.articles {
    padding: 20px 0px 50px;
}

.articles .article-gap:first-child {
    padding-left: 35px !important;
}

.articles-main-box {
    align-items: end;
    box-shadow: 0 0 20px #00000036;
    margin-bottom: 30px;
    transition: 0.4s;
    border-radius: 50px 0px 30px 0px;

}

.articles-main-box:hover .articles-img-box {
    background: #FFFFFF;
    color: #DD1E2D;
    transform: scale(1.1);
    box-shadow: 0 0 20px #00000036;

}

.articles-main-box:hover {
    background: #DD1E2D;
}

.articles-main-box:hover a {
    color: #FFFFFF;
}

.articles-img-box {
    transition: 0.4s;
    color: #FFFFFF;
    width: 70px;
    aspect-ratio: 1;
    margin-left: -35px !important;
    border-radius: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DD1E2D;
}

.articles-img-box i {
    font-size: 20px;
}

.articles-box {
    padding: 20px;
}

.articles-box a {
    color: black;
    transition: 0.4s;
}

.articles-box h3 {
    font-size: 20px;
}

.articles-box h3 span i {
    color: #f7dd00;
}

.articles-box h3 span {
    margin-left: 10px;
}

/* article-end */
/* next  */

/* footer-start  */
.footer-top {
    background: #DD1E2D;
}

.footer-top h3 {
    font-size: 26px;
    color: #FFFFFF;
}

.footer-top ul li a:hover {
    color: #FFFFFF !important;
}

.footer-logo img {
    height: 50px;
    margin-top: -10px;
    background: #fff;
    padding: 10px;
}

.footer-logo p {
    color: #FFFFFF;
    line-height: 28px;
}

.footer-social-icons i {
    color: white;
    font-size: 26px;
    transition: 0.3s;
}

.footer-social-icons i:hover {
    transform: scale(1.3);
}

.footer-social-icons h3 {
    font-size: 28px;
}

.footer-menu ul {
    column-count: 2;
}

.footer-top ul li a {
    color: #E3E3E3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    transition: 0.3s;
}

.footer-info li a i {
    font-size: 22px;
}

.footer-info li a {
    display: flex !important;
}

.footer-info li a address {
    line-height: 25px;
}

/* copyright-strat  */
.copyright {
    background: #AE0512;
}

.copyright p {
    color: #FFFFFF;
    font-size: 18px;
}

.copyright a {
    color: #FFFFFF;
    text-decoration: underline !important;
    transition: 0.3s;
}

.copyright a {
    color: #E3E3E3;
}

/* copyright-end  */

/* footer-end  */

.review-box .Click-here {
    cursor: pointer;
    text-align: center;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    padding: 0 !important;
    text-decoration: underline !important;
    border-radius: 0 !important;
    border: none !important;

}

.Click-here:hover {
    background: transparent;
    color: #fff;
    border: unset !important;
}

.review-box {
    height: 400px !important;
}

ul.review-stars {
    display: flex;
    justify-content: center;
    padding: 0;
}

ul.review-stars li {
    margin: 0px 5px;
}

.review-box p {
    text-overflow: ellipsis;
    height: 100%;
    max-height: 110px;
    overflow: hidden;
}

.review-box h3 {
    padding-bottom: 20px;
}

.bigPlayUIInner.ctp {
    background-color: #db1b30 !important;
    border-radius: 100% !important;
    width: 30px !important;
    text-align: center;
    padding: 15px !important;
}

.certificate-view {
    background: #DD1E2D;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 20px;
    transition: 0.3s;
    border: 2px solid #DD1E2D !important;
    cursor: pointer;
    color: #fff;
    width: 180px;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}

.certificate-view:hover {
    background: transparent;
    color: #DD1E2D;
}

.certificate-model-box {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.certificate-model-open .certificate-model-box {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.certificate-model {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.certificate-model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.certificate-model-box {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-box-cerificate .certificate-model-box {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-box-cerificate {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

.certificate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}



@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

.custom-model-main{
    overflow-y: scroll;
}
img[alt="Certificate"], img[src*="cerificate.png"] {
  display: none;
}