

*{
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}
ol,ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
body{
	font-size: 14px;
    font-family: "Poppins", "Arial", sans-serif;
}
.container{
	max-width: 1200px!important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: .6s;
}
.header-top .sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.header-top {
    position: fixed;
    z-index: 9999;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
}

/*.navbar-dark .navbar-brand {
    width: 26%!important;
}*/
.navbar-expand-xl .navbar-collapse {
    width: 74%;
}
a.navbar-brand img {
    max-width: 150px!important;
}

.nav-part li a {
    color: #000!important;
    font-size: 16px!important;
    padding: 17px 10px 13px 10px!important;
    text-transform: capitalize!important;
    border-bottom: 1px solid transparent;
    font-family: system-ui;
}
.nav-part li a:hover {
    color: #f37022!important;
}
.nav-part li a.active {
    color: #f37022!important;
}

.nav-part li a.apply {
    color: #fff!important;
    background: #00649f;
    box-shadow: 0px 0px 25px rgb(92 145 171 / 47%);
    border-radius: 7px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    padding: 16px!important;
    margin-left: 10px!important;
    border: none;
    text-transform: uppercase;
}
.nav-part li a.apply:hover {
    background-color: #f37022;
	transition: .6s;
	color: #00649f!important;

}
.drop-menu2{
    display: none!important;
}
.dropbtn {
  background-color: #fff!important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.dropdown{
    display: none;
}
.dropdown {
  position: relative;
  display: inline-block;
  border-radius: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 227px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999;
    top: 40px;
    border-radius: 10px;
    left: 13px;
    white-space: nowrap;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff!important;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #fff!important;
  border-bottom: 1px solid #00639f!important;
  font-size: 13px!important;
 
}

.dropdown-content a:hover {
    background-color: #000!important;  
    color: #f37022!important;
    font-weight: 500!important;
    transition: .6s;
}
.dropdown-content a:last-child{
    border-bottom: 0px!important;
}


.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/

.dropdown-item {
    padding: 0 5px;
    margin-left: 0!important;
}
.dropdown-menu {
    padding: 0;
    background-color: #1d2412;
}
.drop-menu{
    display: none;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 333px;
    left: 50%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gallery-img{
    margin-top: 93px;
    /*margin-bottom: 140px;*/
    margin-bottom: 0;
}
.section-bg {
     position: relative;
    z-index: 99;
    margin-top: 92px;
    clear: both;
}
.section-bg img{
    height: 773px;
}
.carousel-item button {
    background: #00639f;
    padding: 15px!important;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.carousel-item button:hover{
    background-color: #f37022!important;
    color: #00639f!important;
}
.carousel-indicators [data-bs-target] {
    background-color: #f37022;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    margin: 0 5px;
}
.carousel-inner h2 {
    font-size: 40px;
    font-weight: bold;
}
.section-bg .content{
	padding-top: 150px;
}
.section-bg .content h2{
	font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    text-transform: inherit;
    color: #fff;
}
.section-bg .content ul{
	margin-top: 35px;
}
.section-bg .content ul li {
    padding: 10px 0 10px 54px;
    margin: 0px;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: inherit;
    color: #762d26;
}
.section-bg .content ul li:before {
    content: "\f00c";
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 26px;
    background-color: #f37022;
    left: 0;
    border-radius: 20px;
    color: #fff;
    font-family: fontawesome;
    text-align: center;
    font-size: 16px;
}
.section-bg .content button, .Pharma-section .nurse-right-part a, .section-five a.see-all {
    margin-top: 50px!important;
    color: #fff!important;
    background: #00639e;
    box-shadow: 0px 0px 25px rgb(92 145 171 / 47%);
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    border: transparent;
    height: 55px;
    width: 180px;
    text-transform: uppercase;
}
.Pharma-section .nurse-right-part a{
    padding: 14px;
}
.section-bg .content button:hover{
	background-color: #f37022!important;
	transition: .6s;
	color: #00639f!important;
}
.Pharma-section, .section-second{
    
    padding-bottom: 50px;
    margin: 0px;
    position: relative;
    z-index: 999;
    clear: both;
}
.Pharma-section .user-icon sup.tow {
    left: -2px!important;
    top: -13px!important;
}
.pham-distribut{
	width: 100%;
    float: left;
    padding: 30px 0;
    margin: -115px 0 100px 0;
    background: #e9a881;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    overflow: hidden;
    text-align: center;
}
.pham-distribut h3{
	display: block;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: normal;
    text-transform: inherit;
    color: #000000;
    padding: 0px 0 7px 0;
}
.pham-distribut h3 sup{
    top: -12px;
    left: -10px;
    font-size: 26px;
}
.pham-distribut strong{
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
}
.Pharma-section .row {
    --bs-gutter-x: 0;
}
.Pharma-section .user-icon {
    background-color: #e9a881;
}
.Pharma-section .nurse{
	position: relative;
	float: left;
	width: 100%;
}
.Pharma-section .nurse a{
    display: block;
}
.Pharma-section .nurse::before {
   /* background: #0064a0;*/
    border-radius: 8px;
    width: 253px;
    height: 338px;
    right: 54px;
    top: -21px;
    content: '';
    position: absolute;
}
.nurse-zoom {
  position: relative;
  width: 85%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f37020;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: .5;
  border-radius: 10px;
  cursor: pointer;
}
.nurse-zoom img {
    border-radius: 10px;
    max-width: 100%;
}
.nurse-zoom:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.text {
  color: white;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Pharma-section .nurse-right-part a{
    margin-top: 0px!important;
}
.Pharma-section .nurse-right-part a:hover {
    background-color: #ff5f00;
    transition: .6s;
    color: #00649f!important;
}
.Pharma-section .nurse-right-part p {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    text-transform: inherit;
    color: #333333;
    padding: 0px;
    margin: 0px 0 10px 0;
    text-align: justify;
}
.section-six .unike-content p.line-clamp, .section-for .min-maxx p.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Pharma-section .nurse-right-part p a{  
    text-decoration: none;
}
.Pharma-section .nurse-right-part p a:hover{  
    background-color: #5C91AB;
}
.por-bg {
    /*background: #b6b5f0;*/
}
.pharma-title {
    padding: 0px;
    margin: 135px 0;
    text-align: center;
}
.section-second, .why-choose-us, .product-list, .contact, .marketing, .Latest-News, .Scientific, .Woman-Empowerment{
    margin: 92px 0 0px;
}
.pharma-title h2, .section-second h2, .why-choose-us h2, .product-list h2, .gallery-img h2, .contact h2, .marketing h2, .Latest-News h2, .Woman-Empowerment h2, .Scientific h2 {
    padding: 0px;
    margin: 50px 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    text-transform: inherit;
    color: #ff6b14;
    text-align: center;
}
.pharma-title h2 span {
    color: #00649f;
    display: inherit;
    font-weight: bold;
}
.pharma-title .network-servive {
    position: relative;
    background-color: #f37022;
    padding-left: 100px;
    text-align: left;
    width: 376px;
    height: 79%;
    margin-bottom: 30px!important;
    color: #ddd;
    padding-top: 1px;
}
.pharma-title .network-servive span {
    position: absolute;
    left: 0px;
    top: -1%;
}
.network-servive-title {
    padding: 10px;
}
.network-servive-title h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.network-servive-title h4 a {
    color: #fff;
}
.network-servive-title p{
    color: #fff;
}
/*.pharma-title .network-servive{
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.network-servive ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
.network-servive ul li {
    padding: 0px;
    margin: 0px 0 45px 0;
    width: 33.33%;
    display: flex;
     position: relative;
   
}
.network-servive ul li span {

}
.network-servive-title{
    position: absolute;
    left: 25%;
    text-align: left;
}
.network-servive-title h4{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #000000;
    padding: 0px;
    margin: 0px 0 16px 0;
}
.network-servive-title p{
     font-size: 16px;
    line-height: 28px;
    text-transform: inherit;
    color: #333333;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    max-width: 299px;
}
.network-servive-title p sup{
    top: -3px;
    left: -4px;
    font-weight: bold;
}*/

.pharma-title .user {
    max-width: 600px;
    border: 2px solid #2084ca;
    background: #f0a67a;
    border-radius: 5px;
    text-align: center!important;
    cursor: pointer;
}
.pharma-title .user h6 {
    margin-bottom: 20px!important;
}
.pharma-title .user img {
    max-width: 300px;
}
.pharma-title .user a{
    display: inline-block;
}
.pharma-title .user:hover img {
    margin-bottom: 10px;
    transition: .6s!important;
    transform: rotate(20deg);

}
.pharma-title .user p{
    padding: 0px 30px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-transform: inherit;
    color: #333333;
}
/*.section-for img{
    max-height: 455px;
}*/
.min-maxx {
    padding: 0px 30px 0 40px;
    background: #f4fbfa;
}
.min-maxx h2{
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: inherit;
    color: #000000;
    font-size: 40px;
    line-height: 55px;
}
.min-maxx p {
    line-height: 26px;
    color: #333333;
    padding: 30px 0 0 0;
    margin: 0px;
    font-size: 17px;
    text-align: justify;
}
.section-for .nurse-zoom {
    width: 100%;
    text-align: center;
}
.section-for .nurse-zoom a {
    display: inline-block;
}
.section-for .nurse-zoom img {
    border-radius: 0;
}
.section-for .overlay{
    border-radius: 0;
}
.section-five{
    background-color: #00639f;
    padding: 100px 0 122px;
}
.section-five .see-all-Products h2 {
    padding: 0px;
    margin: 0px 0 30px 0;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: inherit;
}
.section-five .see-all-Products strong {
    margin: 0px;
    color: #f16f21;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    line-height: 20px;
}
.section-five .see-all-Products p {
    padding: 5px 0px 0 0;
    margin: 0px;
    color: #d0d0d0;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}
.section-five img {
    height: 410px;
    width: 576px;
    border-radius: 5px;
    cursor: pointer;
}
.section-five .prev-next-btn img {
    height: 100%;
}
img {
  vertical-align: middle;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column {
  float: left;
  width: 25%;
  margin-top: 15px;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
.prev-next-btn{
  position: relative;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 57%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.prev {
  left: 0%;
  border-radius: 3px 0 0 3px;
}
.next {
  right: 0%;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgb(210 132 86 / 80%);
}
.section-five a.see-all {
    border-radius: 5px;
    border: 2px solid #f37022;
    background-color: #1e424b;
    color: #f37022!important;
    align-items: center;
    line-height: 39px;
}
.section-five a .see-all:hover {
    background-color: #00649f;
    color: #fff!important;
    border: 2px solid transparent;
    text-decoration: none;
}
.section-six{
    padding: 50px 0;
}
.section-six .aline-items-center{
    border-bottom: 1px solid #ccc;
    padding: 50px 0;
}
.unike-content h2{
    font-size: 28px;
    font-weight: 700;
    padding: 0px 0px 25px;
    line-height: 32px;
    margin: 0;
}
.unike-content {
    line-height: 28px;
    padding: 0px 0px 25px;
    font-size: 16px;
    text-align: justify;
}
.apart{
    padding-top: 10px!important;
}
.unike-content.apart p {
    font-size: 19px;
    text-align: justify;
    margin: 0;
}
.heart img {
    border-radius: 10px;
}
.top-fade {
  position: relative;
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
.images {
    display: block;
    width: 100%;
    height: 100%;
}
.overlays {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #f37020;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  border-radius: 10px;
  opacity: .6;
}
.top-fade:hover .overlays {
  bottom: 0;
  height: 100%;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-seven {
    background-color: #f0d1be;
    padding: 0 0 30px 0px;
}
.section-seven .first img, .second img, .third img, .for img{
    float: right;
    margin-top: 20px;
}
.section-seven img {
    max-width: 200px;
    border-radius: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 40%) !important;
    width: 200px;
    height: 200px;
}
.card-content p {
    font-size: 15px;
    margin: 70px 0 15px 0;
    text-align: justify ;
}
.card-shadow {
   margin: 50px 0;
}
.card-left-part {
    float: left;
    width: 100%;
    margin: 15px 0;
}
.card-left-part h5 {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    text-align: right;
}
.card-left-part span {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #f37022;
    text-align: right;
}

.footer-top{
    background: #000 url(../images/f-bg.png) no-repeat left top;
    background-size: 100% 100%;
    height: 720px;
    margin-top: 250px;
}
.form-page{
    height: 250px!important;
    margin-top: 0px!important;    
}

.form-control {
    padding: 15px!important;
}
.contact-form{
    margin-top: -140px;
    padding: 50px 15px;
    background: #e69a6c;
    border-radius: 10px;
    position: relative;
    z-index: 1111;
}
.contact-form h3{
    color: #00649f;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}
.contact-form button{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 40%;
    padding: 15px;
    background-color: #f37022;
    margin: 25px auto 0;
    display: table;
    background: linear-gradient(to right, #f37022 0%, #00649f 100%);
    border: none;
}
.contact-form button:hover {
    transition: .6s;
    background: #00649f;
    background: linear-gradient(to right, #00649f 0%, #f37022 100%);
}
.contact-form button {

}
::placeholder {color: green;opacity: 1; /* Firefox */}

:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: red;}

::-ms-input-placeholder { /* Microsoft Edge */ color: red;}

.footer-link-part {
    margin: 50px 0;
}
.footer-link-part h4{
    font-size: 18px;
    font-weight: bold;
    color: #f37022;
    margin-bottom: 20px;
}
.footer-link-part ul li {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.footer-link-part ul li .footer-link-icon {
    line-height: 25px;
    margin-right: 15px;
    font-size: 20px;
}
.footer-link-part ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-link-part ul li a:hover{
    color: #f37022;
    transition: .3s;
}
.quick ul li{
    line-height: 17px;
}
.pcd{
    margin-top: 96px;
}
.footer-bottom{
    text-align: center;
    background-color: #00649f;
    padding: 20px 0;
}
.footer-bottom p{
    margin-bottom: 0;
    color: #fff;
}
.footer-bottom p a {
    text-decoration: none;
    color: #fff;
    transition: .3s;
    font-weight: 600;
    font-family: system-ui;
}
.footer-bottom p a:hover{
    color: #f37022;
    transition: .3s;
}
.quick-alo-phone {
    position: fixed;
    background-color: transparent;
    width: 82px;
    height: 64px;
    right: 14px;
    top: 54%;
    cursor: pointer;
    z-index: 9995!important;
   /* -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);*/
    transition: visibility .5s;
}
.quick-alo-ph-circle {
    position: absolute;
  /*  width: 160px;
    height: 160px;*/
    top: 50px;
    left: 50px;
    border: 2px solid #00a1ff;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
   /* animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;*/
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle-fill {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 80px;
    left: 80px;
    bottom: 0;
    background-color: rgba(0, 161, 255, 0.5);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
 /*   animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;*/
    transform-origin: 50% 50%;
}
.quick-alo-ph-img-circle {
   position: absolute;
    width: 45px;
    height: 45px;
    top: 80px;
    left: 20px;
    bottom: 0;
    background: #00A1FF url(../images/call.png) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
  /*  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;*/
    transform-origin: 50% 50%;
}
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 85px;
    z-index: 9991;
    width: 64px;
    height: 64px;
    display: block;
    background: url(../images/whatsapp-icon.png) center no-repeat;
}
#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #f37022;
    color: #fff;
    cursor: pointer;
    padding-top: 6px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
}

#top:hover {
  background-color: #00639e;
  transition: .6s;
}

.modal-dialog {
    margin: 180px auto 0px;
}

/*About Page CSS-Start*/


.Latest-News h4{
    font-size: 20px;
    font-weight: bold;
    color: #07a4e1;
}
.Latest-News p{
    font-size: 17px;
}
.Latest-News img{
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 40%) !important;
}

/*.section-second h2, .why-choose-us h2{
    color: #f37022;
    text-align: center;
   margin: 50px 0;
}*/
.section-second p {
    color: #000;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
}
.section-second p span {
    color: #ff5f00;
}
.section-second img {
    margin-bottom: 15px;
}
.modal-content {
    border: none!important;
}
.modal-dialog {
    margin: 180px auto 0px!important;
}


/*About Page CSS-End*/
.why-choose-us img {
    max-width: 464px;
}
.marketing img {
    max-width: 375px;
}
.why-choose-us{
    /*argin-top: 92px;*/
    font-family: arial!important;
    background-color: #ffff;
}
{ 
   
    
    /*text-align: center;*/
  /*  font-weight: bold;
    margin: 20px 0;
    display: inline-block;
    font-family: Calibri;
    color: #ff6000;*/
}
.why-choose-us h4, .why-choose-us strong {
    font-size: 20px;
    font-weight: bold;
    /*text-align: center;*/
/*    margin: 20px 0;*/
    display: block;
    font-family: arial!important;
    color: #006499;
}
.why-choose-us ul {
    list-style: disc!important;
   font-family: arial!important;
   margin: 30px 0;
}
.why-choose-us ul li{
    display: block;
    margin: 10px 0;
    font-size: 17px;
}
.why-choose-us p {
    font-size: 17px;
    font-family: arial!important;
    margin: 20px 0;
    text-align: justify;
}
.why-choose-us span {
    font-size: 15px;
    color: #f37022;
}
.why-choose-us .Promotional{
    font-family: Calibri;
}
.why-choose-us .Promotional li{
    font-weight: normal;
}
.why-choose-us .Promotional li:last-child {
    font-weight: bold;
}

.bg-image{
      background-image: linear-gradient(orange, blue);
      background-repeat: no-repeat;
      height:700px;   
      background-size: 100% 100%;
  }

.lion2 img {
    border-radius: 10px;
}
.hello {
  display: inline-block;
  -webkit-animation: mymove 1s infinite linear alternate; /* Chrome, Safari, Opera */
  animation: mymove 1s infinite linear alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  to {-webkit-transform: rotateY(180deg);}
}
@keyframes mymove {
  to {transform: rotateY(90deg);}
}
/*.contact {
    margin-top: 150px!important;
}*/
.main-table {
    margin-bottom: 50px;
}






@media (max-width: 1440px){

}

@media (max-width: 1200px){
	
}

@media (max-width: 1166px){
.pharma-title .network-servive {
    width: 365px;
}
@media (max-width: 1100px){
.pharma-title .network-servive {
    width: 344px;
}
@media (max-width: 1066px){
  .pharma-title .network-servive {
    width: 331px;
}
.unike-content.apart p {
    font-size: 18px;
}
.nav-part li a {
    padding: 12px!important;
}



  
}

@media (max-width: 1091px){
    .nav-part li a.apply {
    font-size: 14px;
}
.why-choose-us img {
    max-width: 420px;
}

}

@media (max-width: 1024px){

.pharma-title {
    margin: 0;
}
.pharma-title .network-servive {
    padding-left: 80px;
    width: 318px;
}
.network-servive img {
    max-width: 60px;
    margin: 10px 0 0 10px;
}
.section-bg .content h2 {
    font-size: 40px;
    line-height: 50px;
}
.Pharma-section .nurse::before {
    right: 46px;
    top: -18px;
}
.carousel-inner {
    margin-bottom: -9px;
}
.carousel-inner h2 {
    font-size: 28px;
    font-weight: bold;
}
.apart {
    padding-top: 0!important;
}
.unike-content.apart p {
    font-size: 16px;
    line-height: 23px;
}
.nav-part li a {
    padding: 13px 6px!important;
}
.section-seven img {
    max-width: 250px;
}
.section-six .unike-content p.line-clamp, .section-for .min-maxx p.line-clamp {
    -webkit-line-clamp: 20;
}
.why-choose-us img {
    max-width: 392px;
}
.marketing img {
    max-width: 300px;
}
.min-maxx h2 {
    font-size: 26px;
    line-height: 40px;
}
.min-maxx p {
    line-height: 24px;
    padding: 13px 0 0 0;
}


}

@media (max-width: 991px){
span.navbar-toggler-icon {
    background-image: none!important;
}
.header-top .navbar-toggler-icon .bar-icon{
    font-size: 30px;
    color: #000!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pharma-title .network-servive {
    padding-left: 80px;
    width: 306px;
}
a.navbar-brand img {
    max-width: 150px!important;
}
.navbar-dark .navbar-toggler {
    border: 2px solid #f16f21;
}
.nav-part {
    background-color: #191a0f;
    margin: 10px;
}
.nav-part li a.apply {
    margin: 8px;
}
.nav-part li{
    border-bottom: 1px solid #6d6e72;
    border-radius: none!important;
}
.pham-distribut h3 {
    font-size: 25px;
}
.pham-distribut strong {
    font-size: 14px;
}
.pham-distribut {
    width: 96%;
}
.nav-part li a {
    color: #fff!important;
}
.dropdown-content {
    background-color: #999!important;
}
.drop-menu1{
    display: none!important;
}
.drop-menu2{
    display: block!important;
}
.drop-menu2 .btn-secondary {
    color: #fff;
    background-color: #191a0f!important;
    border-color: #191a0f!important;
    border: none;
    padding: 13px 0 13px 8px;
}
.min-maxx {
    padding: 0px 10px 0 10px;
}
.why-choose-us img {
    max-width: 388px;
}


}


@media (max-width: 768px){
 a.navbar-brand img {
    max-width: 110px!important;
}
 .nav-part li a {
    font-size: 14px!important;
}
.section-bg {
    margin-top: 75px;
}
.section-bg .content ul li {
    font-size: 19px;
}
.section-bg .content ul li:before {
    content: "\f00c";
    height: 22px;
    width: 22px;
    line-height: 23px;
    font-size: 14px;
    border: none;
}
.pham-distribut img {
    max-width: 50px;
}
.pham-distribut h3 {
    font-size: 20px;
    padding: 7px 0;
}
.pham-distribut h3 sup {
    top: -10px;
    left: -6px;
    font-size: 18px;
}
.por-bg {
    height: 1100px;
}
.pharma-title .user {
    max-width: 460px;
}
.pharma-title .network-servive {
    width: 233px;
}
.network-servive ul li span img {
    max-width: 50px;
}
.network-servive-title h4 {
    font-size: 18px;
}
.section-bg .content {
    padding-top: 100px;
}
.carousel-inner h2 {
    font-size: 21px;
}
.carousel-item button {
    font-size: 14px;
}
.Pharma-section .nurse::before {
    right: 32px;
    top: -17px;
    height: 280px;
}
/*.min-maxx {
    padding: 15px 30px 15px 40px;
}*/
.min-maxx h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}
.min-maxx p {
    line-height: 23px;
    padding: 4px 0 0 0;
    font-size: 16px;
}

.nurse-right-part h1, .pharma-title h2  {
    font-size: 30px;
}
.Pharma-section .nurse-right-part p {
    line-height: 22px;
    font-size: 16px;
}
.Pharma-section {
    padding-bottom: 30px;
}
.unike-content {
    padding-top: 0px!important;
}
.images {
    height: auto;
}
.footer-link-part ul li {
    font-size: 14px;
}
.footer-link-part ul li .footer-link-icon {
    margin-right: 8px;
    font-size: 16px;
}
.section-seven img {
    width: 150px;
    height: 150px;
}
.card-shadow {
    margin: 30px 0;
}
.card-content p {
    margin: 30px 0 15px 0;
}
.card-left-part h5 {
    font-size: 18px;
}
.section-five {
    background-color: #00639f;
    padding: 60px 0;
}
.section-five .see-all-Products strong {
    padding: 10px 0;
}
.section-five .see-all-Products h2 {
    margin: 0;
}
.section-five .see-all-Products p {
    padding: 10px 20px 0 0;
    line-height: 20px;
    font-size: 16px;
}
.prev, .next {
    top: 64%;
}
.section-six .unike-content p.line-clamp, .section-for .min-maxx p.line-clamp {
    -webkit-line-clamp: 8;
}
.pharma-title h2, .section-second h2, .why-choose-us h2 {
    margin: 25px 0;
    font-size: 30px;
    line-height: 50px;
}
.why-choose-us ul {
    margin: 10px 0 30px;
}
.why-choose-us ul li, .why-choose-us p {
    font-size: 15px;
}
.why-choose-us img, .marketing img {
    max-width: 292px;
}
.nav-part {
    margin: 0;
}
.dropdown a {
    font-size: 14px!important;
}
.section-second, .why-choose-us, .product-list, .contact, .marketing, .Latest-News, .Scientific, .Woman-Empowerment {
    margin: 75px 0 0px;
}
.form-page {
    height: 250px!important;
    margin-top: 0px;
}




}

@media (max-width: 767px){
.pham-distribut {
    width: 100%;
    margin: 10px 0;
}
.nurse-zoom {
    width: 40%;
    margin: 20px auto 20px;
}
.Pharma-section .nurse::before {
   display: none;
}
.pharma-title .user {
    max-width: 500px;
    margin-top: 25px!important;
}
.pharma-title .network-servive {
    width: 100%;
}
.pharma-title .user img {
    max-width: 225px;
}
.section-five button {
    margin-bottom: 20px;
}
.footer-link-part {
    margin: 20px 0;
}
.footer-top {
    height: 700px;
    background-size: contain;
}
.footer-link-part h4 {
    font-size: 20px;
    margin-bottom: 16px;
}
.card-left-part h5 {
    font-size: 16px;
}
.section-for .w-50 {
    width: 100%!important;
}
.section-five img {
    height: 350px;
    width: 100%;
}
.section-six .aline-items-center {
    padding: 0 0 50px 0;
}
.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    margin: 0 3px;
}
.min-maxx {
    padding: 15px;
    margin: 0 0 20px;
}
.images {
    height: 490px;
}

}

@media (max-width: 576px){
.nurse-right-part h1, .pharma-title h2 {
    font-size: 23px;
}
.section-bg .content {
    padding-top: 40px;
}
.section-bg .content h2 {
    font-size: 31px;
    line-height: 40px;
}
.section-bg .content ul li:before {
    content: "\f00c";
    height: 18px;
    width: 18px;
    line-height: 20px;
    font-size: 11px;
    margin-top: 5px;
}
.section-bg .content ul li {
    padding: 10px 0 10px 30px;
}
.section-bg img {
    height: 400px;
}
.min-maxx h2 {
    font-size: 17px;
}
.min-maxx p {
    line-height: 25px;
    padding: 8px 0 0 0;
    font-size: 14px;
}
.pharma-title h2 {
    margin-bottom: 10px;
    line-height: 40px;
}
.section-for .w-50 {
    width: 100%!important;
}
.section-five {
    padding: 30px 0 60px;
}
.section-six {
    padding: 0 0 15px;
}
.section-seven img {
    width: 100px;
    height: 100px;
}
.pharma-title .user img {
    max-width: 150px;
}
.network-servive-title h4 {
    font-size: 16px;
}
/*.quick-alo-phone {
    left: -87px;
    top: 8%;
}*/
.quick-alo-ph-img-circle {
    width: 45px;
    height: 45px;
    top: 31px;
    left: 21px;
}
.card-left-part span {
    font-size: 14px;
}
.pham-distribut {
    margin: 27px 0 -13px;
}
.nav-part li button.apply {
    font-size: 14px!important;
    padding: 10px!important;
    margin: 7px!important;
}
.prev, .next {
    top: 68%;
}
.section-six .unike-content p.line-clamp, .section-for .min-maxx p.line-clamp {
    -webkit-line-clamp: 24;
}
.por-bg {
    height: auto;
}
.pharma-title h2, .section-second h2, .why-choose-us h2 {
    margin: 15px 0;
    font-size: 25px;
    line-height: 40px;
}
.why-choose-us img {
    max-width: 100%;
}
.marketing .text-center {
    margin-top: 50px;
}
.bg-image {
    height: 400px;
}
.images {
    height: 450px;
}
.pharma-title h2, .section-second h2, .why-choose-us h2, .product-list h2, .gallery-img h2, .contact h2, .marketing h2, .Latest-News h2, .Woman-Empowerment h2, .Scientific h2 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 40px;
}








}

@media (max-width: 475px){
.section-bg .content h2 {
    font-size: 28px;
    line-height: 40px;
}
.pharma-title .user {
    max-width: 330px;
    margin-top: -6px!important;
}
.por-bg {
    height: 1225px;
    background: #00649f;
}
.pharma-title .user p {
    padding: 0px 0px;
    font-size: 13px;
    line-height: 20px;
}
.footer-bottom p {
    font-size: 12px;
}
.footer-link-part {
    margin: 15px 0;
}
.section-six .aline-items-center {
    padding: 20px 0;
}
.footer-top {
    height: auto;
}
.form-control {
    padding: 10px!important;
}
.section-seven img {
    max-width: 150px;
}
.whatsapp {
    right: 7px;
    top: 360px;
}
.footer-top {
    margin-top: 0px;
}
.images {
    height: 85vh;
}
.carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    margin: 0 3px;
}
.why-choose-us h4 {
    font-size: 17px;
}
.Pharma-section .nurse-right-part p, .section-five .see-all-Products p, .unike-content.apart p, .section-six p, .card-content p {
    font-size: 14px;
}

 {
    font-size: 14px;
}
.section-five .see-all-Products p{
    padding: 10px 0px 0 0;
}
.section-five .see-all-Products h2 {
    font-size: 28px;
}
.unike-content.apart p, .section-six p {
    line-height: 20px;
}


#top {
    bottom: 9px;
    right: 18px;
    font-size: 20px;
    padding: 5px 13px;
    display: inline-block;
}
.mini-toss{
    padding:15px!important;
}
.hello {
   
    -webkit-animation: 0s;
    animation:0s;
}


}
@media (max-width: 425px){
.header-top .navbar-toggler-icon .bar-icon {
    width: 25px;
    height: 25px;
}
.section-bg .content h2, .contact-form h3 {
    font-size: 22px;
    line-height: 20px;
}
.section-bg .content ul li {
    padding: 5px 0 5px 30px;
}
.section-bg .content ul li:before {
    content: "\f00c";
    background-color: #f37022;
}
.nurse-right-part h1, .pharma-title h2 {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 30px;
}
.por-bg {
    height: auto;
}
.section-five .see-all-Products h2 {
    margin: 0px 0 15px 0px;
    font-size: 30px;
}
.section-five .see-all-Products strong {
    padding-right: 0px;
    font-size: 14px;
}
.section-five .see-all-Products p {
    padding: 22px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.unike-content h2 {
    padding: 15px 0px;
    line-height: 30px;
}
.unike-content p, .unike-content.apart p {
    font-size: 14px;
    line-height: 22px;
}
.section-five img {
    height: auto;
    width: 100%;
}
.section-six .aline-items-center {
    padding: 0px;
}
.section-seven img {
    width: 80px;
    height: 80px;
}
.footer-bottom p {
    padding: 0 5px;
}
.next {
    right: 2%;
    top: 83%;
}
.prev {
    left: 2%;
    top: 83%;
}
.Pharma-section .nurse a {
    margin-top: 35px;
}
.why-choose-us h4, .why-choose-us strong {
    font-size: 16px;
}
.nurse-zoom {
    width: 60%;
}
.btn {
    font-size: 14px!important;
}

#top {
    display: none;
    bottom: 15px;
    right: 25px;
    font-size: 20px;
    padding: 10px;
}
.whatsapp {
    right: 15px;
    bottom: 70px;
    z-index: 9992;
    top: 370px;
}
/*.quick-alo-ph-img-circle {
    top: 260px;
    left: 102px;
    width: 50px;
    height: 50px;
}*/
.quick-alo-ph-img-circle {
    top: 50px;
    left: 23px;
}
.section-six .unike-content p.line-clamp, .section-for .min-maxx p.line-clamp {
    -webkit-line-clamp: 8;
}
.section-for{
    width: 100%;
}
.form-page {
    height: 480px!important;
}
.Contant, .map{
    height: 200px!important;
}
.mob, .mt-5 {
    margin: 15px 0!important;
}




}

@media (max-width: 375px){
.nurse-right-part h1, .pharma-title h2 {
    font-size: 16px;
}
.Pharma-section .nurse-right-part p {
    font-size: 14px;
    line-height: 21px;
}
.section-five button {
    margin: 20px 0!important;
}
.unike-content h2 {
    font-size: 25px;
}
.footer-top {
    height: auto;
}
.contact-form h3 {
    font-size: 18px;
}
.section-bg .content ul li {
    font-size: 14px;
}
.section-bg .content h2 {
    font-size: 16px;
    line-height: 5px;
}
.section-seven img {
    max-width: 100px;
}
.card-left-part {
    margin: 0;
}
.footer-link-part h4 {
    font-size: 18px;
}
.quick-alo-ph-img-circle {
    top: 64px;
    left: 15px;
}
.whatsapp {
    top: 333px;
}
.nurse-zoom img {
    margin: 15px 0;
}
.section-bg img, .bg-image {
    height: 200px;
}
.images {
    height: 60vh;
}
.pharma-title h2, .section-second h2, .why-choose-us h2, .product-list h2, .gallery-img h2, .contact h2, .marketing h2, .Latest-News h2, .Woman-Empowerment h2, .Scientific h2 {
    margin: 20px 0;
    font-size: 25px;
    line-height: 35px;
}




}
@media (max-width: 320px){
.nurse-right-part h1, .pharma-title h2 {
    font-size: 15px;
}
.form-control {
    padding: 5px!important;
    font-size: 14px!important;
}
.contact-form {
    padding: 44px 18px;
}
.contact-form button {
    font-size: 14px;
    width: 80%;
    padding: 10px;
    margin-top: 20px;
}
.nav-part li button.apply {
    font-size: 14px;
    padding: 10px!important;
}
.whatsapp {
    top: 370px;
}
.prev, .next {
    font-size: 14px;
}

.prev, .next {
    top: 100%;
}
.why-choose-us img {
    max-width: 296px;
}
.quick-alo-ph-img-circle {
    left: 25px;
}
.section-for .nurse-zoom {
    margin: 0 auto;
}
.why-choose-us p {
    margin: 19px 0 150px;
}
.contact .mob h3 {
    font-size: 23px!important;
}

}