
html,
body {
    font-family: 'Poppins', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
    background: #fff;
}

body a,
.btn-medicle {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.medic3l_header h1
{
    font-size: 1.2em;
    margin:0;
    padding: 0;
}
p {
    line-height: 1.8;
    font-size: 15px;
    color: #777;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    font-size: 0.95em;
}

a {
    font-size: 0.95em;
}

body a:hover {
    text-decoration: none;
}

input[type="submit"] {
    cursor: pointer
}

.tagline
{
    background-color: #ec8523;border-bottom-left-radius: 25px;border-bottom-right-radius: 25px;
}
.logoimg
{
    max-width: 320px;
}

/* banner */
.dropdown-menu a {
    display: block;
    margin: 10px 0;
    color: #000 !important;
}

.dropdown-menu {
    /*padding: 0.5rem 1rem 1rem;*/
    width: 300px;
}







/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 79px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 35px;
    height: 35px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/
/* header */
a.navbar-brand {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
}
a.navbar-brand span {
    font-size: 43px;
    color: #ec8523;
    font-weight: 600;
    line-height: 30px;
}

a.navbar-brand span:last-child {
    display: inline-block;
    left: 60px;
    top: 21px;
    position: absolute;
}

i.w3-spacing {
    margin-right: 16px;
    margin-left: 6px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #6887ff;
    background: #fff;
    border-radius: 5px;
}

ul.d-flex.header-medicle li span {
    margin-right: 1em;
    color: #ec8523;
}

ul.d-flex.header-medicle li:first-child {
    margin-right: 1em;
}


.header-top {
    background: #000;
    height: 10px;
}
.hover-fill {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    transition: all .3s;
    margin-left: 23px;
}

.hover-fill:hover {
    color: orange;
}

.hover-fill:hover:after {
    max-width: 100%;
}

.hover-fill:after {
    content: attr(data-txthover);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 0;
    color: #ec8523;
    white-space: nowrap;
    overflow: hidden;
    transition: max-width .3s ease-out;
}

li.nav-item.active a {
    color: #ec8523;
}

.header-bottom {
    padding: 45px 0 25px;
    background: #fff;
    border-bottom: 3px solid #000;
}

/*-- //header --*/




/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}



/* banner */

.layer {
    background: rgba(25, 98, 106, 0.23);
    background: rgba(0, 0, 0, 0.39);
    padding: 12vw 0;
}

.Exp_banner.bg {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.Exp_banner.bg1 {
    background: url(../images/bg1.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.Exp_banner.bg2 {
    background: url(../images/bg2.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.Exp_banner.bg3 {
    background: url(../images/bg3.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.Exp_banner.bg4 {
    background: url(../images/bg4.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}

.banner_text_Expt
{

background: rgba(0, 0, 0, .3);
padding: 3em;

}
.ovl
{

background: rgba(200, 200, 200, .99);
padding: 3em;

}

.banner_text_Expt span {
    text-transform: uppercase;
    color: #fff;
    word-spacing: 3px;
    letter-spacing: 3px;
    font-size: 1.5em;
    font-weight: 400;
}

ul.list-inline.bnr_list_corp li a,
a.btn-slide {
    letter-spacing: 1px;
    /*background-color: #ec8523;background: rgba(236, 133, 35, 0.99);*/
    padding: 0.5em 2em;
    border: 1px solid transparent;
}

/* banner text effect */

.banner_text_Expt h2 {
    position: relative;
    color: rgba(255, 255, 255, .99);
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 4px;
    text-shadow: 1px 1px 1px #000;
    -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.bbanner_text_Expt h2:before {
    content: attr(data-text);
    position: absolute;
    overflow: hidden;
    max-width: 18em;
    max-height: 300px;
    white-space:  nowrap;
    color: #fff;
    animation: loading 3s linear ;
    
    text-shadow: 1px 1px 1px #000;
}

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-4-20 13:27:49
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


/* //banner text effect */

/* //banner vertical carousel slider */

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 1px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
}

.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    width: 10px;
    height: 0;
    background: #fff;
    cursor: pointer;
    padding: 0;
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    width: 50px;
    background: #ec8523;
    padding: 0;
}

/* //banner vertical carousel slider */

/* //banner */





.login-medthree a {
    letter-spacing: 1px;
}
/* banner */
.screenview_bg {
    background: url(../images/bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	min-height: 700px;
}
.banner-text {
    padding: 15vw 0 14vw;
    box-sizing: border-box;
}
.slider-info h3 {
    font-size: 2.5em;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}
.medicle-link-bnr {
    padding: 12px 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px;
    background: #ec8523;
    border: none;
}
.screen-view-img span {
    background: rgba(0, 0, 0, 0.51);
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    width: 70px;
    height: 70px;
	line-height: 70px;
	border: 1.5px solid #fff;
}
.screen-view-img {
    padding: 4.5em 0px;
}
.slider-info {
    text-align: right;
}
/* //banner */
.medic3l_header h3 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
.medic3l_header span{
    color: #000;
    font-size: 1em;
    letter-spacing: 5px;
}
.medic3l_header h3:before {
    display: inline-block;
    margin: 0 20px 8px 20px;
    height: 6px;
    content: " ";
    text-shadow: none;
    background-color: #ec8523;
    width: 70px;
}
.medic3l_header h3:after {
    display: inline-block;
    margin: 0 20px 8px 20px;
    height: 6px;
    content: " ";
    text-shadow: none;
    background-color: #ec8523;
    width: 70px;
}
/*.medic3l_header h3:after, .medic3l_header h3:before {
    content: '';
    background: #ec8523;
    height: 4px;
    width: 4%;
    position: absolute;
    top: 42%;
}
.medic3l_header h3:before {
    right: 30%;
}
.medic3l_header h3:after {
    left: 30%;
}*/
/* inner banner */
.inner-banner-medic3ls {
    background: url(../images/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 300px;
}
/* //inner banner */
/* what we do */

.medthree_features_grid.text-center.p-3.border.rounded {
    background: #ec8523;
}

.medthree_features_grid span {
    font-size: 28px;
    color: #fff;
}

.medicle-why-text h4 {
    font-size: 27px;
    letter-spacing: 1px;
}

.medicle-why-text p {
    color: #c5c5c5;
}

a.service-button {
    color: #ec8523;
}

a.service-button:hover {
    color: #000;
}

/* //what we do */


.medthree_medicle_us
{
    padding-bottom: 60px;
}


span.process-circle {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #000;
	margin: 0 auto;
}
.icon_top {
	position:relative
}
.icon_middle {
    padding: 10em 0;
	position:relative
}
.process-direction {
    position: absolute;
    border-top: 3px dotted #000;
    transform: rotate(90deg);
    left: 0%;
    width: 99%;
    top: 104px;
}
.process-direction1 {
    position: absolute;
    border-top: 3px dotted #000;
    transform: rotate(90deg);
    left: 0%;
    width: 99%;
    top: 265px;
}
/*-- /services--*/

h3.tittle span {
    display: block;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #ff4081;
    letter-spacing: 4px;
    font-weight: 600;
}

h3.tittle {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
    font-size: 3em;
    color: #333338;
    text-transform: uppercase;
    font-weight: 700;
}
section.banner-bottom-medthree {
    background: #29aae3;
    background: url(../images/laser.jpg) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.prod
{
    border-radius: 0 50px 0 50px;
    border: 10px solid #ec8523;
}
.prodp
{
    border-radius: 0 50px 0 50px;
    border: 2px solid #CCC;
}
.prodinner
{
    border-radius: 0 50px 0 50px;
    border: 0px solid #CCC;
}
.conts img
{
    border-radius: 0 50px 0 50px;
    border: 0px solid #CCC;
    max-width: 36%;
    height: auto;
    padding-right: 30px;
    padding-bottom: 20px;
}
.overlay {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.78);
  z-index: 2;
  cursor: pointer;
}
.about-in-medic3ls
{
    padding-bottom: 5em;
}
.about-in-medic3ls.middle-grid-info .card {
    border: 1px solid transparent;
    background: none !important;
}
.card-body span {
    font-size: 50px;
    color: #ec8523;
}
.about-in-medic3ls.middle-grid-info .card-body {
    padding: 0;
}

.about-in-medic3ls.middle-grid-info h5.card-title {
    font-size: 0.9em;
    line-height: 1.4em;
    letter-spacing: 1px;
}
/*-- //services--*/
.feedback-top {
    padding: 2em 1em;
}

.feedback-top:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border-top: 15px solid rgb(224, 225, 226);
    border-right: 4px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(0deg);
}

.feedback-top p {
    margin: 0;
}

.feedback-img {
	width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%; 
}

.feedback-img img {
    width: 100%;
}
.feedback-img-info h5 {
    color:#f1cf69;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 600;
}

.feedback-img-info p {
    color: #6f6b6b;
    margin-top: .5em;
}

.feedback-img-info p span {
    color: #b1b2b3;
    font-size: 0.85em;
}

.icon-test i {
    font-size: 2em;
    color: #fcd000;
    margin-left: .4em;
    position: relative;
}

.icon-test {
    position: relative;
}

.icon-test:before {
    content: " ";
    position: absolute;
    background: #d5d8da;
    width: 77%;
    height: 2%;
    top: 54%;
    right: 5%;
}

/*-- //feedback --*/


.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.thumbc{
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 250px; 
}


/*-- subscribe --*/
.subscribe-info-medic3l form {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

.subscribe-info-medic3l input[type="email"] {
    padding: 14px 15px;
    font-size: 16px;
    color: #fff;
    outline: none;
    letter-spacing: 1px;
    border: none;
    border: 1px solid #b3b0b0;
    flex-basis: 50%;
    box-shadow: 4px 5px 8px -2px rgba(0, 0, 0, 0.15);
    border-radius: 40px 0 0 40px;
}

.subscribe-info-medic3l input[type="submit"] {
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0;
    border: 1px solid #ec8523;
    background: #ec8523;
    flex-basis: 18%;
    border-radius: 40px;
    margin-left: -2em;
    box-shadow: 1px 5px 7px -1px rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
	cursor:pointer;
}

.subscribe-info-medic3l input[type="submit"]:hover {
    background: #111;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-info-medic3l{
	background: #29aae3;
}
p.subc {
    width: 70%;
}
/*-- //subscribe --*/
h3.stat-title {
    color: #000;
    text-transform: capitalize;
    font-size: 2.5em;
    font-weight: 500;
    text-shadow: 0px 1px 1px #000000;
}
ul.list-group span{
    color: #ec8523;
}
/*--footer--*/
h3.footer-title {
    font-size: 24px;
    color: #ec8523;
    border-color: rgba(255, 255, 255, 0.26) !important;
    text-transform: capitalize;
	letter-spacing: 1px;
}
.footer-text p,
ul.links li a,
.contact-info ul li p,
.contact-info ul li a {
    color: #bfbfbf;
    font-size: 15px;
    letter-spacing: 1px;
}

ul.links {
    float: left;
    width: 50%;
}

ul.links li a:hover,
.contact-info ul li a:hover {
    color: #fff;
}

.contact-info ul li i {
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}

.contact-info ul li p span {
    display: block;
}
section.footer-emp {
    background: #212121;
}
/* footer variant4 */
ul.bottom-links-medicle {
	border-top: 1px solid #1a1d1d;
	border-bottom: 1px solid #1a1d1d;
	padding: 1.5em 0;
	margin: 3em 0;
}

ul.bottom-links-medicle li {
	display: inline-block;
	margin: 0 2em;
}

ul.bottom-links-medicle li:last-child {
	float: right;
}

ul.bottom-links-medicle li a.active,
ul.bottom-links-medicle li a:hover {
	color: #34c663;
}

ul.bottom-links-medicle li a {
	font-size: 14px;
	color: #606161;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footerv4-top {
	padding: 5em 0;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.footerv4-top:before {
	content: '';
	background: rgba(0, 0, 0, 0.67);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.footerv4-top h2,.footerv4-top h3 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	font-weight: 600;
}

ul.v4-rel li a {
	color: #fff;
	font-size: 0.9em;
	display: block;
}

.footv4-left h2 a {
	font-size: 0.9em;
	letter-spacing: 0.5px;
	color: #fff !important;
	padding: 14px 0 0;
	display: block;
	position: relative;
	margin-bottom: 1em;
	font-weight: 800;
	text-transform: uppercase;
}

.footer {
	background: #283645;
	padding: 1em 0;
	text-align: center;
}

.footer p {
	color: #fff;
	font-size: 1em;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	color: #ED4F2E;
}

.footv4-left ul.v4-rel li {
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
}

ul.v4-content li {
	display: block;
	line-height: 2;
}

ul.v4-content li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 1em;
}

.footv4-left input[type="text"],
.footv4-left input[type="email"] {
	width: 100%;
	color: #000;
	background: #FFF;
	padding: 8px 10px;
	outline: none;
	border: none;
	font-size: 0.9em;
	margin-bottom: 1em;
}

.footv4-left textarea {
	width: 100%;
	color: #fff;
	background: #fff;
	padding: 10px 10px;
	outline: none;
	resize: none;
	height: 10em;
	border: none;
	font-size: 13px;
	margin-bottom: 1em;
}

.footv4-left form input[type=submit] {
	color: #fff;
	padding: 7px 25px;
	font-size: 14px;
	cursor: pointer;
	background: #0093d0;
	margin: 4px 0 0 0px;
	outline: none;
	text-transform: uppercase;
	border-radius: 8px;
	border: none;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	letter-spacing: 1px;
}

.footv4-left form input[type=submit]:hover {
	background: #000;
	color: #fff;
}

.footerv4-social ul li {
	display: inline-block;
}

span.icon_twitter {
	background: #1da1f2;
}

span.icon_facebook {
	background: #3b5998;
}

span.icon_youtube {
	background: #ea4c89;
}

span.icon_instagram {
	background: #dd4b39;
}

.footerv4-social ul li a {
	color: #212121;
}

.footerv4-social ul li span {
	margin-right: 10px;
	color: #fff;
	padding: 10px;
	width: 35px;
	height: 35px;
	font-size: 15px;
	text-align: center;
}

.footerv4-social ul {
	margin: 1.5em 0 0;
}

.footerv4-social ul li a {
	color: #212121;
}

.footerv4-social ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.cpy-right {
	padding: 1em 0;
	background: #000;
	text-align: center;
}
.cpy-right p a {
    color: #ec8523;
}
/* login */

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border: 10px solid rgba(0, 0, 0, 0.19);
	border-radius: 0.3rem;
	outline: 0;
	color: #fff;
	
	background: #fff;
}

.right-medic3l input[type="submit"] {
	background: #ff9108;
	border: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	
	cursor: pointer;
}
button.form-control.submit.mb-4 {
    background: #ff9108;
	border: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	
	cursor: pointer;
}
.col-form-label {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
}

.modal-header {
	background: #fff;
	color: #000;
	border: none;
	text-transform: uppercase;
	margin: 0 auto;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

/* //modal */
li.breadcrumb-item {
    font-size: 1em;
    letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active {
    color: #fff;
}

ol.breadcrumb {
    margin: 0;
    padding: 1em 2em;
    background: #ec8523;
	border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
       color: #000;
    }

/* typography */
.typo-medthree h4 {
	color:#000000;
	font-size: 1.5em;
	text-transform: capitalize;
}
.bg-flex {
    background-color: #29aae3;
    border: 1px solid rgb(0, 157, 226);
}
.bg-flex-item {
	background-color: #fff;
	border: 1px solid #d7d8d8;
}

.typo-medthree h5 {
	color: #333;
}

/* //typography */
/* about */

h5.tittle-w3 {
    font-size: 70px;
}

h3.subheading-medthree {
    color: #EC8523;
    font-size: 25px;
    letter-spacing: 3px;
}

.conts h3 {
   font-size: 1.3em;
}
.conts ul { padding-left:20px; list-style:none; margin:0;}
.conts li { margin-bottom:10px; list-style: none;}


/*.about-medic3ls-right ul li {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
}

.about-medic3ls-right ul li i {
    color: #000;
}*/

/* //about */

/* middle section */

.section-middle {
    position: relative;
}

.left-gids-medicle {
    background: #ffe5e5;
    padding: 8em 24em 6em 10em;
    min-height: 750px
}

h4.bottom-title-medic3ls {
    line-height: 1.6;
    font-size: 28px;
    border-bottom: 2px solid #deb8b8;
}

.left-gids-medicle i {
    font-size: 60px;
}

img.img-fluid.img-posi {
    position: absolute;
    right: 33%;
    top: 14%;
}

/* team */

.medic3layouts_banner_bottom_grid {
    position: relative;
    overflow: hidden;
}

.medic3layouts_banner_bottom_grid_pos {
    position: absolute;
    bottom: 8%;
    right: 0;
    text-align: right;
}

.medic3layouts_banner_bottom_grid_pos p {
    background: rgba(0, 0, 0, 0.66);
    font-size: 16px;
}

.medic3layouts_banner_bottom_grid_pos p:last-child {
    margin: 0;
}

.social-bnr-medicleits {
    background:rgba(255, 165, 25, 0.67);
    display: inline-block;
}

.social-bnr-medicleits ul li {
    display: inline-block;
}

.social-bnr-medicleits ul li a {
    color: #fff;
    font-size: 14px;
}

.social-bnr-medicleits ul li a:hover {
    color: #000;
}

/* //team */
h5.card-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #ec8523;
}
/*--/contact--*/
.address-left {
	width: 80px;
    height: 80px;
    text-align: center;
    background:#ec8523;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.address-grid-medthree-medicleits {
	text-align: center;
    margin: 0 auto;
}
.address-grid-medthree-medicleits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}

.address-right {
	margin-top:1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact_grid_right {
    width: 100%;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right input[type="file"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea, .contact_grid_right .custom-file{
    
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
	background: #0e0f10;
	width: 22%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:600;
	cursor: pointer;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #ec8523;
}

.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}

.contact-text a {
    color: #888;
}

.contact-text a:hover {
    color: #fb383b;
}

.contact_grid_right h6, .contact-left h6 {
    font-size: 1.2em;
    color: #2e1f54;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height:300px;
}
.address.row {
    width: 100%;
}
.address-right a {
    color: #777;
}
.address-right p {
    color: #777;
}
/*-- //contact--*/
/* gallery */
ul.portfolio-area li figure {
    margin: 0;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
    font-size: 1em;
    text-transform: capitalize;
}

li.cat-item-1:before,
li.cat-item-2:before,
li.cat-item-3:before,
li.cat-item-4:before {
    display: inline-block;
    padding-right: 1rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

.portfolio-categ li a {
    color: #333;
    font-weight: 600;
}

.image-block {
    display: block;
    position: relative;
}

ul.portfolio-area {
    text-align: center;
    width: 100%;
    margin:auto;
}
.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    width: 338px;
    margin: 1em;
    border: 0px solid #eaeaea;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active a {
    color: #ec8523;
}

/* //gallery */
/* -- Responsive code -- */
@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
    .portfolio-area li {
        width: 279px;
    }
	.inner-banner-medic3ls {
    min-height: 250px;
}
h3.stat-title {
    font-size: 2em;
}
.screenview_bg {
    min-height: 600px;
}
}

@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 991px) {
    .services-medicle-2
    {
        display: none;
    }
    .rtl
    {
        direction: rtl;
    }
    #whychoose 
    {

    }
    ul.dropdown-menu
{
    margin:auto; 
    text-align: center;
}
    .inner-banner-medic3ls {
        min-height: 200px;
    }
	.portfolio-area li {
        width: 199px;
    }
	.medic3l_header h3 {
    font-size: 30px;
}
.medic3l_header span {
    font-size: 0.9em;
    letter-spacing: 1px;
}
.about-in-medic3ls.middle-grid-info:nth-child(3),.about-in-medic3ls.middle-grid-info:nth-child(4) {
    margin-top: 2em;
}
.medic3layouts_banner_bottom_grid_pos {
    right: 30px;
}
.process-direction1 {
    left: 39%;
    width: 22%;
    top: 264px;
}
.process-direction {
    left: 38%;
    width: 24%;
}
p.subc {
    width: 100%;
}
.banner-text {
    padding: 13vw 0 7vw;
}
}

@media screen and (max-width: 991px) {
    #whychoose .text-right
    {
        text-align: left;
    }
    .services-medicle-2
    {
        display: none;
    }

    
}

@media screen and (max-width: 800px) {
.screenview_bg {
    min-height: 540px;
}


}

@media screen and (max-width: 768px) {
    li.breadcrumb-item {
    font-size: 0.7em;
    letter-spacing: 2px;
}
  .icon_middle {
    padding: 7em 0;
}
.process-direction1 {
    left: 39%;
    width: 22%;
    top: 177px;
}
}

@media screen and (max-width: 736px) {
	/*.medic3l_header h3:before {
    left: 14%;
	width: 10%;
}
.medic3l_header h3:after {
    right: 14%;
	width: 10%;
}*/
.process-direction1 {
    left: 39%;
    width: 22%;
    top: 197px;
}
.process-direction {
    left: 38%;
    width: 24%;
    top: 87px;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.subscribe-info-medic3l input[type="email"] {
    flex-basis: 67%;
}
.subscribe-info-medic3l input[type="submit"] {
    flex-basis: 32%;
}
.banner-text {
    padding: 11vw 0 5vw;
}
.screenview_bg {
    min-height: 500px;
}
}
@media screen and (max-width: 667px) {
    h5.footer-top-title {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 640px) {
    .inner-banner-medic3ls {
        min-height: 195px;
    }
    .prod
{
    border-radius: 0 50px 0 50px;
    border: 10px solid #ec8523;
    max-width: 70%;
}
}

@media screen and (max-width: 600px) {
    .medic3l_header h3 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 25px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
 
}

@media screen and (max-width: 568px) {
    .medic3l_header h1
{
    font-size: 0.8em;
    margin:0;
    padding: 0;
}
    .about-page-medic3ls
    {
        padding: 0 20px;
    }
.portfolio-area li {
        width: 250px;
        margin: 5px;
    }
	.inner-banner-medic3ls {
    min-height: 180px;
}
.about-in-medic3ls.middle-grid-info:nth-child(2){
    margin-top: 2em;
}
.medic3layouts_banner_bottom_grid {
    text-align: center;
}
.medic3layouts_banner_bottom_grid_pos {
    right: 125px;
}
.banner-text {
    padding: 10vw 0 2vw;
}
.screenview_bg {
    min-height: 454px;
}
}

@media screen and (max-width: 480px) {
    .medic3l_header h1
{
    font-size: 0.7em;
    margin:0;
    padding: 0;
}
    .banner_text_Expt h2 {
    position: relative;
    color: rgba(255, 255, 255, .99);
    font-size: 1.8em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    word-spacing: 4px;
    text-shadow: 1px 1px 1px #000;
    -webkit-animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: focus-in-contract 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

    a.navbar-brand span {
        font-size: 36px;
    }
	 .portfolio-area li {
        width: 206px;
    }
	.inner-banner-medic3ls {
    min-height: 150px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    padding: 14px 0;
    width: 34%;
}
.medic3layouts_banner_bottom_grid_pos {
    right: 81px;
}
.screen-view-img {
    padding: 3.5em 0px;
}
}
@media screen and (max-width: 440px) {
.medic3layouts_banner_bottom_grid_pos {
    right: 61px;
}
h3.stat-title {
    font-size: 1.7em;
}
}
@media screen and (max-width: 414px) {
.portfolio-categ li {
        padding: 0 3px;
        font-size: 0.9em;
    }

    .portfolio-area li {
        width: 173px;
    }
.medic3layouts_banner_bottom_grid_pos {
    right: 48px;
}
.icon_middle {
    padding: 6em 0;
}
.process-direction {
    left: 38%;
    width: 24%;
    top: 71px;
}
.process-direction1 {
    left: 39%;
    width: 22%;
    top: 164px;
}
}

@media screen and (max-width: 384px) {
    .medic3l_header h3:before {
    display: inline-block;
    margin: 0 0px 0px 0px;
    height: 6px;
    content: " ";
    text-shadow: none;
    background-color: #ec8523;
    width: 0px;
}
.medic3l_header h3:after {
    display: inline-block;
    margin: 0 0px 0px 0px;
    height: 6px;
    content: " ";
    text-shadow: none;
    background-color: #ec8523;
    width: 0px;
}
    ul.list-medicleits li {
        border-right: none;
        padding: 10px 0;
    }

    ul.list-medicleits {
        display: block !important;
    }

    a.nav-link.py-0.pl-0 {
        padding-left: 1rem !important;
    }

    ul.list-medicleits {
        margin: 1em 0 0;
    }

    .inner-banner-medic3ls {
        min-height: 160px;
    }
	 .portfolio-categ li {
        padding: 0 3px;
        font-size: 0.85em;
    }

    .portfolio-area li {
        width: 158px;
    }
	.inner-banner-medic3ls {
    min-height: 120px;
}
ol.breadcrumb {
    padding: 0.7em 1em;
}
.medic3l_header h3:before {
    left: 6%;
}
.medic3l_header h3:after {
    right: 6%;
}
.footerv4-top {
    padding: 2em 0;
}
.medic3layouts_banner_bottom_grid_pos {
    right: 33px;
}
h3.subheading-medthree {
    font-size: 20px;
    letter-spacing: 2px;
}
.slider-info h3 {
    font-size: 2em;
}
.banner-text {
    padding: 15vw 0 0vw;
}
.screen-view-img {
    padding: 3.5em 0px 2em;
}
.screenview_bg {
    min-height: 414px;
}
}

@media screen and (max-width: 375px) {
    .social-icons.d-flex.my-auto.justify-content-lg-start.justify-content-center {
        display: block !important;
        text-align: center;
    }

    ul.social-iconsv2.medicleinfo {
        margin-top: 1em;
    }
	.medic3layouts_banner_bottom_grid_pos {
    right: 29px;
    }
    .medic3l_header h3 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
}

@media screen and (max-width: 320px) {
    .hearder-right-medicle {
        padding-left: 1em;
    }
 .portfolio-categ li {
        padding: 0;
    }

    .portfolio-area li {
        width: 96%;
    }
	.inner-banner-medic3ls {
    min-height: 100px;
}
.hearder-right li {
    font-size: 0.875em;
}
.hearder-right p {
    font-size:13px;
}
ul.d-flex.header-medicle li span {
    margin-right: 0.3em;
}
.medic3l_header h3 {
    font-size: 15px;
}
.contact_grid_right h6, .contact-left h6 {
    font-size: 1em;
}
.medic3layouts_banner_bottom_grid_pos {
    right: 1px;
}
.medthree_features_grid span {
    font-size: 18px;
}
.icon_middle {
    padding: 5em 0;
}
.process-direction1 {
    left: 39%;
    width: 23%;
    top: 144px;
}
.process-direction {
    left: 38%;
    width: 25%;
    top: 64px;
}
h3.stat-title {
    font-size: 1.4em;
}
.slider-info h3 {
    font-size: 1.8em;
}
.screen-view-img {
    padding: 2.5em 0px 2em;
}
}

/* -- //Responsive code -- */

.org
{
    background-color: #ec8523;
    color: #000
}
.org:hover
{
    background-color: #CCC;
    color: #000;
}
.trans
{
    background: rgba(0, 0, 0, 0.2);
    border-bottom: solid 5px #FFF;
    color: #FFF;
}
.trans:hover
{
    background-color: #ec8523;
    color: #000;
}