.dmtop {
    background-color: #3C3D41 ;
    z-index: 5;
    width: 50px;
    line-height: 47px;
    position: fixed;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 100px;
}   
.headerimg {
    border-bottom-right-radius: 60%;
    overflow: hidden;
}

.headerimg img {
    width: 100%;
    height: 84vh;
}

.techimg {
    position: absolute;
    z-index: 1;
    right: 1%;
    top: 58%;
    border-radius: 100%;
    width: 20%;
}

.whygel, .howToUse, .wheretobuy, .indic {
    font-family: 'Ubuntu', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 120px;
    text-align: center;
}
.why {
    margin: 5% 10% 7% 10%;
}

.abouttech1, .abouttech2 {
    padding: 2% 4%;
    background-color: #F6F6F6;
    border-radius: 30px;
    width: 44%;
    margin: 2%;
    justify-content: space-between;
}

.text {
    font-size: 1.5rem;
    line-height: 3rem;
 }

 .text h3 {
     margin-bottom: 7%;
     font-size: 1.8rem;
     font-weight: 600;
     text-align: left;
 }

 .indications {
    background-image: url('../img/medicalbanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 6% 12%;
 }

.indications h2 {
    margin-top: 0;
} 
.indications h3{
    font-family: 'Ubuntu', sans-serif;
    padding: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 2rem;
    padding-top: 0;
    text-align: center;
}
.indicationList li {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    list-style-type: none;
    padding: 15px;
    border-bottom: solid 1px #F6F6F6;
    text-align: left;
    padding-left: 0;
}

.howToUse {
    margin-bottom: 25px;
    margin-top: 30px;
}

.application, .buy {
    padding: 7% 14%;
}
.application p {
    font-size: 1.5rem;
    margin-bottom: 60px;
}

.buy {
    background-image: url('../img/buy\ bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.wheretobuy {
    margin-bottom: 2%;
    margin-top: 0;
    color: white;
}


.wheretobuyh4 {
    margin-bottom: 6%;
    text-align: center;
    color: #ecececee;
}

.owl-carousel {
    margin-left: 73px;
}
.owl-carousel .item {
    width: 200px;
}
 
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 115%;
    left: 46%;
}
.owl-carousel .owl-nav button.owl-prev{
   position: absolute;
    top: 115%;
    left: 40%;
} 

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: white;
    color: #f36f25;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 2rem;
} 


/* Responsive */
.whygel-mobile {
    display: none;
}

.indic-mobile {
    display: none;
}

.howToUse-mobile {
    display: none;
}

.howToUse-mobile {
    display: none;
}

.wheretobuy-mobile {
    display: none;
  }

  @media (max-width:780px) {
    h2 {
        font-size: 2rem !important;
    }
    h3 {
        font-size: 1.2rem !important;
    }
    p, li {
        font-size: 1rem !important;
    }
    .dmtop, footer, .vr{
        display: none;
    }
    .headerimg img {
        width: 100% !important;
        height: 40vh;
    }
    .NavLogo {
        width: 40px;
        height: 40px;
    }
    .navbar-toggler {
        font-size: 1rem;
    }
    .whygel {
        display: none;
        margin-top: 20px;
    }

    .whygel-mobile {
        display: block;
    }

    .indic {
        display: none;
    }

    .indic-mobile {
        display: block;
    }

    .wheretobuy {
        display: none;
    }

    .wheretobuy-mobile {
        display: block;
        font-size: 2rem;
    }

    .howToUse {
        display: none;
    }
    .howToUse-mobile {
        display: block;
        font-size: 2rem;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }
    .owl-carousel .item {
        width: 70px;
    }
    .owl-carousel {
        margin-left: 0;
    }
  }

  /*  */
  @media (max-width:1360px) {
    .techimg {
        display: none;
    }
    .abouttech1, .abouttech2 {
        width: 100%;
    }

    .headerimg {
        border-radius: 0%;
    }
    .headerimg img {
        width: 130%;
    }
  }
  @media (max-width:1440px) {
    .techimg {
        width: 20%;
    }
}

  
    /* Responsive low lab res. */
@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px) {
    .techimg {
        width: 300px;
    }
    .whygel, .howToUse, .wheretobuy, .indic {
        font-size: 2.5rem;
    }
    .indications h3 {
        font-size: 1.5rem;
    }
    .owl-carousel {
        margin-left: 0;
    }
    .buy {
        padding: 7% 14% 10% 14%;
    }
    .owl-carousel .owl-nav button.owl-prev{
         left: 42%;
     } 
     .owl-carousel .owl-nav button.owl-next{
        left: 50%;
    }
    .owl-carousel .item {
        width: 160px;
    } 
}


