@charset "utf-8";
/* CSS Document */


.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container {
	width: 1170px;
	margin: auto;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 7px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
   
}

/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 3px;
}
.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 7px;
}

.mstslider {
	width: 100%;
	float: left;
}
/* top navigations */
.top_nav {
	width: 100%;
	height: 60px;
	background: #5ca549;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.right-bar {
    padding-top: 5px;
    padding-bottom: 3px;
    height: 60px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #000;
    padding-right: calc(50% - 588px);
    width: calc(58% + 38px);
    float: left;
    position: relative;
    margin-left: -38px;
}
 .right-bar::before {
content: '';
 position: absolute;
 top: 0px;
 left: 0px;
 height: 60px;
 width: 6px;
 transform: skew(12deg);
}
.left_bar {
	width: 42%;
	/*background: #6f3864;*/
    padding-left: calc(50% - 588px);
	-webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
	float: left;padding-top: 6px;
}
.social {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
.user_box_link a i {
	font-size: 14px;
	margin-right: 3px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #6f3864;
	padding: 6px;
	top: -2px;
	position: relative;
	text-align: center;
	background: #6f3864;
	line-height: 16px;
}
.phone {
	display: inline-block;
	margin-right: 36px;
	line-height: 43px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	height: 45px
}
.phone a i {
	font-size: 18px;
	position: relative;
	top: 1px;
	padding-right: 5px;
	padding-left: 8px;
	color: #fff;
}
.social_list_item {
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child {
	margin-right: 0px;
}
.social_list_item a {
	display: block;
	width: 100%;
	padding: 5px 6px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.social_list_item:hover a i {
	color: #b70d00;
}
.social_list_item a i {
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover {
	color: #b70d00;
}
.user_box_link {
	float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	padding: 0px 12px;
	letter-spacing: 1px;
}
.user_box_link a:hover {
	color: #fff;
}
.user_box_login {
	margin-left: 52px;
}
.user_box_login::after, .user_box_register::after {
 display: block;
 position: absolute;
 top: 7px;
 right: -9px;
 background: #FFFFFF;
 width: 1px;
 height: 12px;
 content: '';
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}
.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}
.text-right {
    text-align: right;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}


.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta .call-box {
    display: flex;
    text-align: left;
}
.call-box .icon {
    display: inline-block;
}
.header-cta .call-box .icon img {
    width: 35px;    vertical-align: middle;padding-top: 3px;
}
.call-box .text {
    margin-left: 16px;
}
.call-box span {
       display: block;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}
.call-box  strong a{
   font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.slidermar {
	margin-top: 79px;
}

.whatweoffer{padding: 60px 0px 80px;}

.whatweoffer h2{
  font-size:32px;
  font-family: 'Poppins', sans-serif; 
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 50px; text-align: center;font-weight: 600;
 }

.whatweoffer h6{
  font-size:14px;
  font-family: 'Poppins', sans-serif; 
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 20px;text-align: center;
 }


.whatweoffer-box{
  width: 32%; float: left; margin-right: 2%; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 20px; background: #fff;
 }


.whatweoffer-box:last-child{
margin-right:0%;
 }

.whatweoffer-box h5{
  font-size:17px;
  font-family: 'Poppins', sans-serif; 
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 12px;text-align: left; font-weight: 600;margin-top: 8px;
 }

.whatweoffer-box p{
  font-size:14px;
  font-family: 'Poppins', sans-serif; 
  letter-spacing: 0.5px;
  color: #000;
  margin-bottom: 15px;text-align: left;
 }

.services-section{padding: 20px 0px 100px;}

.services-section-left{width: 32%; float: left; margin-right: 2%;}


.services-section-right{width: 65%; float: left; }

.services-section-box1{width: 48.5%; float: left; margin-right: 3%; margin-bottom: 12px; }

.services-section-box2{width: 48.5%; float: left; margin-right: 0%; margin-bottom: 12px  }

.about-left{width: 45%; float: left; margin-right: 5%; }

.about-right{width: 50%; float: left; margin-right: 0%; }

.about-right h2{
  font-size: 27px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-align: left;
    line-height: 40px; font-weight: 600
 }

.about-right h6{
  font-size:14px;
  font-family: 'Poppins', sans-serif; 
  color: #000;
  margin-bottom: 7px;text-align: left;
 }

 .vision{width: 46%; float: left; margin-right: 8%}

 .mission{width: 46%; float: left; margin-right: 0%}

.vision h5{
      font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 7px;
 }
.mission h5{
      font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 7px;
 }


.footer4 {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-image:url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center 55px;
  padding-bottom:35px; font-size:15px;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
  
}
.footer4 .ptb{
    padding: 100px 0px 0px 0px;}
.footer4 a {
  color: #fff;
  transition: all 0.3s ease;
}
.footer4 a:hover {
  color: #393939;
}
.footer4 .fmlinks {
  margin-bottom: 35px;
}
.footer4 .fmlinks a {
  color: #fff;
  text-transform: none;
  margin: 0px 14px;
  transition: all 0.3s ease;font-family: 'Poppins', sans-serif; font-size: 16px; letter-spacing: 0.5px;    line-height: 42px;
}
.footer4 .fmlinks a:hover {
  color: #999;
}
.footer-top {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.footer-top .row {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.footer-top [class*=col] {
  background: #2f2f2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
    padding: 22px 0;
    position: relative;
    padding-left: 54px;
}
.footer-top [class*=col] i,
.footer-top [class*=col] h3,
.footer-top [class*=col] p {
  color: #fff;
}
.footer-top [class*=col] p {
  margin-bottom: 0;
}
.footer-top [class*=col]:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #2f2f2f;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(2) {
  background: #585858;
}
.footer-top [class*=col]:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  border-style: solid;
  border-color: transparent transparent transparent #585858;
  border-width: 50px 0px 50px 50px;
  z-index: 1;
}
.footer-top [class*=col]:nth-child(3) {
  background: #838383;
}
.footer-top .footer-box i {
  font-size: 36px;
  position: relative;
  top: 3px;
}
.footer-top .footer-box-content {
  padding-left: 18px;
}
.footer-top .footer-box-content h3 {
  font-weight: 500;
  margin-bottom:6px;
  font-size:16px;font-family: 'Poppins', sans-serif;letter-spacing: 0.5px;
}
.footer-top .footer-box-content p {
 font-size:14px;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
}
.footer_social_links4 a i {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    vertical-align: middle;
    background-image: linear-gradient(to right, #838383 , #838383);
    color: #fff;
    margin: 0px 10px 0 2px;
    transition: all 0.3s ease;
    font-size: 16px; margin-top: 25px;
}
.footer_social_links4 a i:hover {
    color: #fff;
    background-color: #393939;
    font-size: 16px;
}

.footer-1{width: 24%; float: left; margin-right: 1.333%}

.footer-1 ul li{width: 100%; float: left; text-align: left; padding-bottom: 20px;margin-left: 10px;}

.footer-1 ul li i{padding-right: 7px; color: #feca10; float: left;margin-left: -18px; padding-top: 4px;}

.footer-2{width: 24%; float: left; margin-right: 1.333%}

.footer-2 ul li{width: 100%; float: left; text-align: left; padding-bottom: 20px;margin-left: 10px;}

.footer-2 ul li i{padding-right: 7px; color: #feca10; float: left;margin-left: -18px; padding-top: 4px;}

.footer-3{width: 24%; float: left; margin-right: 1.333%}

.footer-3 ul li{width: 100%; float: left; text-align: left; padding-bottom: 20px;margin-left: 10px;}

.footer-3 ul li i{padding-right: 7px; color: #feca10; float: left;margin-left: -18px; padding-top: 4px;}

.footer-4{width: 24%; float: left; margin-right:0%}

.footer-4 ul li{width: 100%; float: left; text-align: left; padding-bottom: 20px;margin-left: 10px;}

.footer-4 ul li i{padding-right: 7px; color: #feca10; float: left;margin-left: -18px; padding-top: 4px;}

.copyrights{border-top:1px solid #675710; padding-top: 45px; margin-top: 45px;}

.copyrights-left{width: 60%; float: left; text-align: left;}

.copyrights-right{width: 40%; float: left;}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 9001;
}

/*services-tab*/


.services-tab {
      width: 100%;
    float: left;
    margin-top: 80px;
    margin-bottom: 130px;
    display: inline-block;
    padding: 25px 15px;
}

.border-10px {
    border:10px solid #f1f1f1;
}
.bg-white-light {
    background-color: #fff !important;
}
.services-tab .col-md-5 {
    width: 41.66666667%;float:left;
}
.services-tab  .col-md-6 {
    width:58%;float:left;
}


.services-tab .col-md-5 img {
    /*width:100%;*/
}

.img-fullwidth { width:100%; }

.title {
    font-size:32px;
    font-weight:600;
    margin-bottom:14px;
    font-family: 'Poppins', sans-serif;
}

.service-content p {
    margin-bottom: 10px;
    line-height:30px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
}


.service-content p:last-child { margin-bottom:0px; }

.pl-15 {
    padding-left: 15px;
    margin-top: 45px;
    border-left: 2px solid #5ca549;
    display: inline-block;
    height: 34px;
    font-size: 16px;
    margin-bottom: 18px;
}

.text-theme-colored {
    color:#5ca549;
}
.mt-0 {
    margin-top: 0;
}
.font-36 {
    font-size: 2.2rem;
    margin-bottom: 0px;
}
/*
.border-theme-colored {
    border-color: #00a3c8;
  }*/

  /*======medical-supplies=========*/

#rksh_dr {
    margin-top:56px;
    margin-bottom:100px;
}

#rksh_dr .col-md-6 {
    width: 50%;float:left;
}

.Abt_comp1 {
  
}
.Abt_comp1 p{padding-bottom:15px;}

.Abt_comp1 p:last-child{padding-bottom:0px;}

.Abt_comp1 img {
    margin-bottom:0px;
}

.Abt_comp1 h2 {
    font-size: 24px;
       font-family: 'Poppins', sans-serif;
    margin-bottom: 37px;
    font-weight:600;
}

.raklis li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 7px;
    text-align: justify;      font-family: 'Poppins', sans-serif;
}
.raklis li:before {
    content: "\f0da";
    font-family: FontAwesome;
    text-decoration: inherit;
    color:#5ca549;
    font-size: 25px;
    position: absolute;
    top:0px;
    left: 0;
}
.cutdiv {
    width: 105%;
    height:150px;
    background-color:rgba(92,165,73,0.75);
    -webkit-clip-path: polygon(0 0, 100px 300px, 700px 700px, 700px 0);
    margin-top:25px;
}
.cutdiv h3 {
    color: white;
    padding: 10px 0 0 50px;
    font-family: 'Poppins', sans-serif;
}

#rksh_dr p {
    text-align:left;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-size: 14px;
}
.cutdiv p {
    color: white;
    padding: 12px 12px;
    font-size:16px;
    padding-left:60px;
}

.img_qs {
    margin-top: 50px;
}
.qs_img {
    width:100%;
}


/*contactus*/

.contact{ 
    width:100%;
    float:left;
    margin-top:80px;
    margin-bottom:80px;
    display:inline-block;
}

.empty-space.col-md-b100 {
    height: 100px;
    margin-bottom: 0;
}

.empty-space {
    position: relative;
}
.tm-section-heading {
    max-width: 1140px;
    padding: 0 15px;
    margin: auto;
}
.text-center {
    text-align:center;
}
.tm-section-heading h2 {
    font-size: 38px;
    color:#5ca549;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 34px; font-family: 'Poppins', sans-serif;
}
.tm-section-seperator {
    height: 15px;
    width: 170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.tm-section-seperator:before {
    content: '';
    height: 2px;
    background-color:#5ca549;
    width: 70px;
    position: absolute;
    left: 0;
    top: 6px;
}

.tm-section-seperator span {
    position: absolute;
    height: 2px;
    width: 14px;
    background-color:#5ca549;
    left: 50%;
    margin-left: -7px;
    top: 6px;
    -webkit-animation: tm-spin-animaiton 6s linear infinite;
    animation: tm-spin-animaiton 6s linear infinite;
}
.tm-section-seperator span:before {
    content: '';
    height: 7px;
    width: 2px;
    position: absolute;
    background-color:#5ca549;
    top: 2px;
    left: 6px;
}
.tm-section-seperator span:after {
    content: '';
    height: 5px;
    width: 2px;
    position: absolute;
    background-color: #002856;
    bottom: 3px;
    left: 6px;
}
.tm-section-seperator:after {
    content: '';
    height: 2px;
    background-color:#5ca549;
    width: 70px;
    position: absolute;
    right: 0;
    top: 6px;
}
.empty-space.col-md-b60 {
    height: 60px;
    margin-bottom: 0;
}

.tm-single-contact {
    position: relative;
    padding-left: 70px;
}
.tm-style1.tm-single-contact i {
    left: 0;
    top: 2px;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    height: 50px;
    width: 50px;
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tm-single-contact i {
    position: absolute;
    left: 36px;
    top: 50%;
    font-size: 24px;
    color:#5ca549;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    --webkit-animation: tm-info-animation 0.8s infinite alternate;
    -webkit-animation: tm-info-animation 0.8s infinite alternate;
    animation: tm-info-animation 0.8s infinite alternate;
}
.tm-single-contact h3 {
      font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.tm-single-contact p {
    margin-bottom:0; font-family: 'Poppins', sans-serif;
}
/*contact_grid*/

.contact_grid {
   width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom:150px;
}

.contact-left {
    width:48%;
    float:left;
    margin-right:4%;
}
.contact-right {
    width: 48%;
    float: left;
    margin-right:0%;
}

form {
    padding: 30px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
}

.label-name {
    color:#000;
    font-family: 'Poppins', sans-serif;    
    font-weight: 400;
}

.cntc-us {
    display:inline-block;
    background-color:#5ca549 !important;
    color: #fff;
    padding:10px 32px;
    text-align:center;
    margin-top:15px;
    border-radius:5px;
    background:white;
    border:1px solid;
    border-color:#e3e3e3;
    font-family: 'Poppins', sans-serif;
    font-size:16px;
}

.contact-right iframe {
    box-shadow: 0px 0px 4px 1px #e3e3e3;
}
.cntc-us:hover {
    background: white !important;
    color: #000 !important;
    transition: 0.3s all ease-in-out;
    border: 1px solid black;
}

.newframe{
  height:450px; 
}
/*customized compunding*/

#rksh_dr-11 {
     width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 120px;
}

.img_rd {
    padding: 0px;
    margin-top: 93px;
    border-left: 47px solid #2f9cd5;
    border-bottom: 42px solid #2f9cd5;
    border-top: 42px solid #2f9cd5;
    border-radius: 12px 12px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding:6px 0 0 6px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.features-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}

 .features-list li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}


 .features-list li:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width:100%;
  }



 .features-list li span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    border-left: 2px solid #2f9cd5;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
    font-family: 'Poppins', sans-serif;
}

 .features-list li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #F53148;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
/*========rx-prescription=========*/
.logregform.two {
  /*  float: left;
    width: 70%;
    margin-left: 15%;*/
}

.feildcont {
    width:100%;
    float: left;
   display:flex;
   justify-content:center;  
}

.logregform {
    width:70%;
    float:left;   
    margin-bottom:80px;
    margin-top:40px;
}

.one_half {
    width:48%;
    float:left;
    margin-right:4%;
}

.last {
    margin-right:0% !important;
    clear:right;
}

.logregform .title h3 {
    margin-bottom: 3px;
    font-weight:600;
    text-transform: uppercase;
    color:black;
    font-size: 18px;
    text-align:center;    
}

.margin_top2 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.logregform .feildcont {
    float: left;
    width: 100%;
    /*padding: 10px 30px 40px 30px;*/
    /*text-align: left;*/
    margin-top:80px;
    margin-bottom:80px;
}


.download_btn {
    border-radius:4px;
    background-image: linear-gradient(-145deg, #ee4037 0%, #283563 100%);
    display: inline-block;
    vertical-align: middle;
    color: #fff!important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    transition: all .4s ease;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 15%);
    letter-spacing: 1.1px;
    cursor:pointer;
}

.inner-pages {
    padding:50px 0px;
}

.prescription ul li i {
    padding-right:10px;
    margin-left:-31px;
    color:#ee4037;
    font-size:22px;
    display:inline-block;position: relative;
    top: 8px;
}

.prescription ul li {
    font-size:16px;
    padding-bottom:15px;
    padding-left:20px;
    line-height:26px;
}

.prescription ul li:last-child{ padding-bottom:0px; }

.title h3 {
    overflow: hidden;
    text-align: center;
}

.title h3:before , .title h3:after {
  background-color:#5ca549;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width:25%;
  height:3px;
}

.title h3:before {
  right: 0.5em;
  margin-left: -50%;
}


.title h3:after {
  left: 0.5em;
  margin-right: -50%;
}

/*banner*/
.banner {
    /* background: #007FF7; */
    background: url(../images/page-banner.jpeg) no-repeat center;
    background-size: cover;
    width: 100%;
}
.banner-contect {
    margin-top:90px;
    width: 100%;
    float: left;
    padding: 20px 0px 40px;
}
.banner h1 {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.banner p {
    font-size:14px;
    color: #fff;
    float: right;
    margin-bottom: 0px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.compounded {
  width:100%;
  float:left;
  background-color:#e7e7e7;
  padding-top:80px;
  padding-bottom:80px;
}

.compounded-left { width:48%;float:left;margin-right:4%; }

.compounded-left h1 {
    margin-top:100px;    
   font-size: 28px;
    font-family: 'Poppins', sans-serif;
    text-align:left;
    font-weight:400;
    line-height: 1.4;
    margin-bottom:8px;
}

.compounded-left p {
     font-size:16px;
     font-family: 'Poppins', sans-serif;
     letter-spacing: 0.5px;
}

.compounded-right { width:48%;float:left;margin-right:0%; }

.compounded-right img {width:100%;box-shadow: 0px 2px 9px #00000055; }

.pills {
  width:100%;
  float:left;
  margin-top:0px;
  margin-bottom:80px;
  background-color:#fff;
  padding-top:80px;
}

.pills-left { width:48%;float:left;margin-right:4%; }

.pills-left img { width:100%;box-shadow: 0px 2px 9px #00000055; }

.pills-right h1 { 
    font-size:28px;
    font-family: 'Poppins', sans-serif;
    text-align:left;
    font-weight:400;
    line-height: 1.4;
    margin-bottom: 9px;
}

.pills-right .padd-top {
    font-size:28px;
    font-family: 'Poppins', sans-serif;
    text-align:left;
    font-weight:400;
    line-height: 1.4;
    margin-top:13px;
    margin-bottom:8px;  
} 

.pills-right p {
   font-size:16px;
   font-family: 'Poppins', sans-serif;
   letter-spacing: 0.5px;
}

.pills-right { width:48%;float:left;margin-right:0%; }

/*treatment*/


.treatment { 
      width:100%;
      float:left;
      display:inline-block;
      background:url(../images/capsules.jpg);
      background-repeat:no-repeat;
      background-size:cover;     
}

.treatment .bg-layer {  
      background-color:rgba(92,165,73,0.8);
      padding-top: 50px;
      padding-bottom: 50px;
}

.first-h1 {
  font-size:36px;
  font-weight:500;
  text-align:center; 
  font-family: 'Poppins', sans-serif;
  padding:20px 0;
  margin-bottom:0px;  color:#fff;

} 

.first-p {
  font-size:18px;
  font-weight:400;
  text-align:center; 
  font-family: 'Poppins', sans-serif;
  padding-bottom:20px;color:#fff;
}

.last-h1 {
  font-size:36px;
  font-weight:500;
  text-align:center; 
  font-family: 'Poppins', sans-serif;
  padding:20px 0;
  margin-bottom:0px;color:#fff;  
}

.last-p {
    font-size:18px;  
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding: 0px 0 20px;
    line-height:31px;color:#fff;
}

/*shopify*/

.shopify {
    width:100%;
    float:left;
    margin-top:0px;
    margin-bottom:0px;
    background-color:#e4e4e4;
    padding-top:50px;
    padding-bottom:50px;
}

.shopify-left { width:48%;float:left;margin-right:4%; }

.shopify-left h1 {
    font-size: 36px;
    text-align: left;
    line-height:1.4;font-family: 'Poppins', sans-serif;
    margin-bottom:0px;
    margin-top:50px;
}

.shopify-left p {
  font-size:18px;font-family: 'Poppins', sans-serif;
  font-weight:400; margin-top:20px; margin-bottom:20px; 
} 

.shopify-left .fl-button-wrap a{
  padding:12px 24px;
  font-size:16px;
  border:1px solid #eee;
  display:inline-block;
  border-radius:4px;
  color:#fff;font-family: 'Poppins', sans-serif;
  background-color:#5ca549;
}


.shopify-right { width:48%;float:left;margin-right:0%; }

.shopify-right img {  box-shadow: 0px 2px 9px #00000055;}


/*direct*/

.direct {
   width: 100%;
    float: left;
    margin-top: 80px;
    margin-bottom: 80px;
}

.direct h2 {
    font-weight:400;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.direct p {
    font-size: 18px;
    text-align: center;
    font-weight:400;font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.direct p:last-child { margin-bottom:0px; }


.service {
  width:100%;
  float:left;
  margin-top:0px;
  margin-bottom:120px;
 }

.service .features-list-1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: -10px;
    margin-right: -10px;
}
.service .features-list-1 li {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width:25%;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.service  .features-list-1 li span {
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px 15px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #0b0b31;
    border-left: 2px solid #5ca549;
    font-weight: 600;
    font-size: 18px;   
box-shadow: 0px 2px 9px #00000055;
}
.service .features-list-1 li span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: #F53148;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service h2 {
   font-size: 40px;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.service .features-list li:last-child {
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
    flex: 0 0 35%;
    max-width:35%;
    display:inline-block;
}

.break { display:inline-block; }

.fill { margin-bottom: 20px;}


.footer4  .fmlinks-mobile { display:none; }

.footer4   .fmlinks { display:inline-block;  }

.pl-40{padding-left:40px !important;}



/*================================*/

.semaglutide-sec2{
background: #f3fdf0;
    padding: 30px 20px;
    width: 100%;
    float: left;
    margin-top: 25px;
}
.semaglutide-sec2 span{ color:#000; font-weight: 600; font-size: 16px;}

.semaglutide-sec2 p + p{ margin-top:15px;}

.f-weight-6{
  font-weight: 600 !important;
}


.semaglutide-sec3{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.semaglutide-uses-method{
  background: #f8fdf6 ;   
    width: 100%;
    float: left;
    margin-top: 25px;
}
 .mb-5px{
  margin-bottom: 5px;
}
.semaglutide-sec-uses{
  background: #eaf7e6;
   padding: 40px 30px;
}
.semaglutide-dosage{
  padding: 40px 20px 0px;
}
.dosage-download-pdf {
    padding: 20px 20px;
    background: #eaf7e6;
    text-align: center;
    margin-top: 15px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 20px 0px 20px 0px;
}
.dosage-download-pdf h4 {
  margin-bottom:24px;
}
.download-btn{
  background-color: #5da64a;
  border-radius: 20px;
  padding: 10px 30px;
  color: #fff;
}

.e-scribe{width: 60%; margin: 0 auto;margin-top: 55px; margin-bottom: 50px;}