* {
	padding: 0;
	margin: 0;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #051138;
}

::selection {
  color: #fff;
  background: #051138;
}
.treat1:hover {
    cursor: pointer;
}
.treat1:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.treat1 img {
    width: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.treat1:hover p {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.treat1 p {
    font-size: 15px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	font-weight: 600;
}
.testimonial img {
    width: 65px;
    margin-top: 15px;
}
.testimonial .title {
    font-size: 18px;
    font-weight: 600;
}
.testimonial .post {
    font-size: 16px;
}
.testimonial .description {
    font-size: 16px;
}
.g-recaptcha {
	margin-bottom: 5px;
}
.about-section .patients-section {
    top: -14em;
}
.banner-txt {
	position: absolute;
    top: 35%;
    left: 10%;
}
.banner-txt h2 {
	color: #fff;
    font-size: 7rem;
    font-weight: 600;
}
.banner-txt h6 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
    font-size: 4rem;
    font-weight: 600;
	margin-bottom: 0;
	line-height: 1.4;
}
.product-section .product-block1 img {
    width: 80%;
    margin-right: 0;
	float: none;
}
.product-section .product-block1 p {
    font-size: 16px;
    padding-top: 4rem;
	text-align: justify;
}
.contact-section .contact-left {
    border-right: none;
}
.contact-right {
	border-left: 2px solid #fff;
    padding-left: 30px;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3);
  }

  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 2s;
}

.about-section .about-block h4 {
    font-size: 22px;
}
.treat-txt h4 {
    font-size: 22px;
}
.blog-section .blog-left p {
    font-size: 16px;
	min-height: 150px;
}
.contact-section .contact-left h4 {
    font-size: 18px;
}
.contact-section .contact-left address {
    font-size: 16px;
}
.contact-right p {
    font-size: 17px;
}
.bg_img {
    margin-top: 35px;
}
.contact-right .contact-form input {
    font-size: 16px;
}
.contact-right .contact-form textarea {
    font-size: 16px;
}
#myBtn {
  right: 20px;
    background-color: transparent;
    color: #051138;
    padding: 0;
    font-size: 2.5rem;
}

#myBtn:hover {
  background-color: transparent;
  opacity: .8;
}
.product-block1 {
	text-align: center;
}
.near-pharma {
	padding: 15px 0;
    background-color: #f24657ad !important;
}
.pharma-txt p {
    margin-bottom: 0px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
}


.post-slide{
    margin: 0 15px;
    transition: all 0.4s ease-in-out 0s;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #ff9412;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.post-slide:hover .category{
    left: 0;
}
.post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
}
.post-slide .post-title{
    margin: 0;
}
.post-slide .post-title a{
    display: inline-block;
    font-size: 16px;
    color: #ff9412;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.post-slide .post-description{
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
.post-review .post-bar{
    margin-top: 20px;
}
.post-bar span{
    display: inline-block;
    font-size: 14px;
}
.post-bar span i{
    margin-right: 5px;
    color: #999;
}
.post-bar span a{
    color: #999;
    text-transform: uppercase;
}
.post-bar span a:hover{
    text-decoration: none;
    color: #ff9412;
}
.post-bar span.comments{
    float: right;
}
@media only screen and (max-width: 359px) {
    .post-slide .category{ font-size: 13px; }
}
.owl-buttons {
    position: absolute;
    top: -2.5rem;
    right: 15px;
}

.owl-buttons .owl-prev {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    border-radius: 5px !important;
    width: 35px;
    text-align: center;
}

.owl-buttons .owl-next {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff;
    border-radius: 5px !important;
    width: 35px;
    text-align: center;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
  .banner-txt {
    top: auto;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 34%;
  }
  .banner-txt h2 {
    font-size: 4.7rem;
    margin-bottom: 0;
	font-weight: inherit;
  }
  .banner-txt h6 {
    font-size: 2.2rem;
  }
  .packshot-section {
    right: 0;
    bottom: 1em;
    left: 0;
    text-align: center;
  }
  .packshot-section .packshot-img {
    width: 60%;
  }
  .product-section .product-block1 img {
    width: 50%;
    margin-top: 25px;
  }
  .product-section .product-block1 p {
    padding-top: 1rem;
    text-align: justify;
  }
  .bg_img img {
    width: 35%;
  }
  .cizumab-menus li a {
    text-align: center;
    padding: 10px;
  }
  .contact-right {
    border-left: none;
    padding-left: 15px;
  }
  .faq .hdng a {
    font-size: 16px;
    line-height: 1.5;
  }
}

.ml-5em {
    margin-left: 10em;
}

.shape {
	position: fixed;
    top: -3.5em;
    right: 5px;
    z-index: 9999;
}
.bg-shape {
	position: relative;
}
.ribben-shape {
	width: 180px;
}
.bg-sub-shape {
    position: absolute;
    text-align: center;
    top: 50px;
}
.bg-sub-shape img {
    width: 125px;
	margin-top: 15px;
}
.bg-sub-shape p {
    color: #e30016;
    padding: 10px;
    margin-top: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}




.reg_label {
    display: flex;
    justify-content: space-around;
    align-items: center;
    direction: rtl;
    background-color: #fff;
    top: 0;
    position: fixed;
    flex-direction: column;
    z-index: 100;
    right: 8rem;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 1px 2px 14px 5px rgb(0 0 0 / 18%);
    padding: 0;
    width: 200px;
    text-align: center;
    /* display: none; */
    border: 5px solid #051138;
}
.reg_label label { 
	margin-bottom: 0.1rem;
}
.reg_label label a { 
	color: #051138 !important;
}
	
@media (max-width: 767px) {

	.reg_label {
		top: 90px;
		position: fixed;
		flex-direction: row;
		right: -68%;
		border-bottom-right-radius: 0%;
		border-bottom-left-radius: 0%;
		width: 85%;
		transition: all .3s;
	}
	.reg_label.ryt0 {
		right: 0;
	}
	.hhcl_logo {
		width: 160px;
	}
}

.side-effects-section{
    background: #000538 !important;
    padding-bottom: 50px;
    color: #ffffff;
}

.side-effects-section h4{
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 1.4;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
}

#effects {
    background: #777777;
    min-height: 400px;
    padding-top: 75px;
}
.btn-learn-more{
    background: #051138;
    color: #fff; 
}

.articles img{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    text-align: center;
}
.articles div{
    margin: 10px 0;
}