html {
	scroll-behavior: smooth;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#body {
	/*font-family: PT Sans,Helvetica,Arial,sans-serif;*/
    letter-spacing: normal;
    word-spacing: normal;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
    /*color: #282828;*/
	color:#000000b3;
}

.navbar-nav .nav-link {
	margin-right:35px;
	position:relative;
	font-family:inherit;
	font-size:16px;
}

#logo {
    width: 50%;
}

.carousel .carousel-item {
	height:450px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 450px;
}

.tems:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  opacity: 0.5;
  /*background-image: linear-gradient(260deg, #000102 40%, #000102 100%);*/
  background-image: linear-gradient(260deg, #340e70 40%, #000102 100%);
  /*background-image: linear-gradient(260deg, #1D082F 40%, #FFD700 100%);*/
}

#carocaro {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: white;
    z-index: 12;
    width: 50%;
	bottom: 170px;
}

#slide_mission {
    font-size: 15px;
    font-weight: normal;
    color: #98ce2e;
}

.logoarea {
    padding: 10px;
}

#socialslisttop li {
	display:inline-block;
	padding-right:30px;
}

#socialslisttop {
	float: right;
    color: white;
    position: relative;
    top: 7px;
    font-size: 13px;
}

#maintop {
	background-color: #340e70;
	padding: 10px;
}

#pad {
	padding-bottom:50px;
	padding-top:50px;
}

#search_field {
    height: 50px;
    border: 3px solid #ca3417;
}

#gobtn {
    background-color: #ca3417;
    border-radius: 0;
    color: white;
    height: 50px;
	border: 3px solid #ca3417;
}

#searc_form {
    width: 40%;
    margin: auto;
}

#prdt_img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

a#viewbtn {
    background-color: #340e70;
    font-size: 12px;
    color: white;
    border-radius: 0;
    text-decoration: none;
}

#prdt_name a {
    text-decoration: none;
    font-size: 14px;
}

.bord_right {
    border-right: 1px solid #0000001f;
}

#cat_name {
    color: #ca3417;
    font-size: 12px;
	text-transform: capitalize;
}

#cat_list li {
    display: inline-block;
    border: 1px solid #340e70;
    padding: 5px;
	margin: 3px;
	text-transform:capitalize;
}

#cat_list li a {
	text-decoration:none;
	color:#340e70;
}

#bgcolor {
	background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/pages_bg.jpg);
    padding: 20px;
    background-position: center;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}

#bgtext {
    width: 50%;
    margin: auto;
}

a#cnt_index {
    text-decoration: none;
    background-color: white;
    color: black;
}

#whatsapp {
    position: fixed;
    bottom: 70px;
    font-size: 40px;
    right: 40px;
    color: green;
    z-index: 20;
}

a#morebtn {
    background-color: #ca3417;
    text-decoration: none;
    color: white;
    padding: 5px;
}

#sociall {
    background-color: #20558a;
    color: white;
    padding: 15px;
    border-radius: 30px;
}

footer {
    background-color: #340e70;
    color: white;
    font-size: 15px;
}

#footer_head {
    font-family: inherit;
    font-size: 22px;
}

#undline {
    background-color: white;
    width: 46px;
    height: 5px;
    margin-bottom: 30px;
}

#footer_list li {
	padding-bottom:5px;
	text-transform:capitalize;
}

#footer_list li a {
	text-decoration:none;
}

#tm {
    color: #ffffff85;
    font-size: 13px;
}

#allpagesbg {
    background-image: linear-gradient(rgb(52 14 112 / 68%), rgb(35 31 32 / 85%)), url(../images/Medical-Supplies.png);
    padding: 100px;
    background-position: center;
    background-size: cover;
    color: white;
}

#allpagesbghead {
    font-family: inherit;
    margin-bottom: 0;
}

#subsub {
    font-size: 12px;
}

#forsearch {
    border-top: 2px solid #340e70;
}

#hh {
	font-family:inherit; 
	margin-bottom:0;
}

#serv_listt li {
	padding-bottom:10px;
}

i.fa.fa-check-circle {
    color: #340e70;
}

.fashare2 {
    width: 70px;
    text-align: center;
    padding: 7px;
    color: white;
    border-radius: 3px;
    font-size: 12px;
}

#contact_cnt {
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    padding: 30px;
    font-size: 14px;
    height: 165px;
    filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    transition-duration: 0.15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.facontact {
    font-size: 70px;
    height: 97px;
    /* margin-right: 20px; */
}

#erimg {
    width: 50%;
}

#mainimagedtl {
    position: sticky;
    top: 20px;
}


	

@media screen and (max-width: 990px) {
.carousel .carousel-item {
	height:280px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 280px;
}

#carocaro {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: white;
    z-index: 12;
    width: 50%;
    bottom: 80px;
}

.navbar-nav .nav-link {
        color: white !important;
        margin-right: 0;
        position: relative;
        top: 70px;
        z-index: 123;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: #340e70;
        padding: 10px;
        margin: 1px;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: 7px;
   background-color: white;
   color: #0b153f;
}

#logo {
    width: 100%;
}
}

@media screen and (max-width: 768px) {
.col-xs-6 {
	width:50%;
}

#bgcolor {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(35 31 32 / 85%)), url(../images/pages_bg.jpg);
    padding: 20px;
    background-position: center;
    background-size: cover;
    color: white;
    background-attachment: fixed;
}

#bgtext {
    width: 100%;
    margin: auto;
}

.carousel .carousel-item {
	height:300px;
	width:100%;
}

.carousel-item img {
	position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 300px;
}

#carocaro {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: white;
    z-index: 12;
    width: 70%;
    bottom: 80px;
}

#bgtext {
    width: 100%;
    margin: auto;
}

#searc_form {
    width: 100%;
    margin: auto;
}

.navbar-nav .nav-link {
   		color: white !important;
        margin-right: 0;
        position: relative;
        top: 25px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: bold;
        font-size: 14px;
        background-color: #340e70;
        padding: 10px;
        margin: 1px;
}

button.navbar-toggler {
   position: absolute;
   right: 0;
   top: -25px;
   background-color: white;
   color: #0b153f;
}

#logo {
        width: 50%;
        position: relative;
        top: 8px;
    }
	
#allpagesbg {
    background-image: linear-gradient(rgb(52 14 112 / 68%), rgb(35 31 32 / 85%)), url(../images/Medical-Supplies.png);
    padding: 0;
    padding-bottom: 60px;
    padding-top: 60px;
    background-position: center;
    background-size: cover;
    color: white;
}

#hh {
    font-family: inherit;
    margin-bottom: 0;
    font-size: 22px;
}

#allpagesbghead {
    font-family: inherit;
    margin-bottom: 0;
    font-size: 23px;
}

#whatsapp {
    position: fixed;
    bottom: 70px;
    font-size: 40px;
    right: 20px;
    color: green;
    z-index: 20;
}

#cat_list li {
    display: inline-block;
    border: 1px solid #340e70;
    padding: 5px;
	margin: 3px;
	text-transform:capitalize;
	font-size:12px;
}

#erimg {
    width: 100%;
}

#mainimagedtl {
    position: relative;
    top: 0;
}
}