/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2024 | 08:24:51 */
.medical-desktop,  .mr-0{
	margin:0;
	
}
.pd-0{
	padding:0;
}
.medical-desktop .nav__top {
    background-image: linear-gradient(to right, #17c2a4, #307ed3);
    text-align: right;
    padding: 8px 5px;
    top: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}
.nav__top .contact-item li {
    margin-left: 42px;
    display: inline-block;
}
.contact-item i.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 5px;
}

.contact-item i.fas.fa-envelope{
	padding-right:10px
}
.menu-main-menu-container {
    padding-left: 20%;
}
.main-nav-search {
    display: none;
}
.main-nav-icons{
	padding-right:12px;
}
.contact-pg {
    display: flex;
    justify-content: left;
    margin-right: 0;
    align-items: center;
}
.contact-pg b {
    background: #5fcdfe;
    padding: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #530003;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -16px;
}
.contact-us .fa {
    color: #132031;
}
.contact-us p {
    margin-top: -12px;
    margin-bottom: 6px;
	font-size:14px;
}
.custom-html-widget {
    margin: 0;
}
.site-footer .widget .widget-title:before{
	    content: '';
    position: absolute;
    bottom: -2px;
    width: 100px;
    border-bottom: 2px solid #3986bb;
}

.contact-pg i.fa.fa-phone {
    transform: rotate(90deg);
}
.site-footer .widget{
	margin:0;
}

.upper-footer {
    padding-top: 50px;
}
.upper-footer p{
	font-size:14px;
}
.home .breadcrumb {
	display:none;
	
}
footer .copyright-text {
    border-top: 1px solid #25374e;
    padding: 20px 0;
    text-align: center;
}

footer .copyright-text p {
    font-size: 13px;
    padding: 0;
    color: #c1c1c1;
    margin: 0;
}
footer .copyright {;
    display: none;
}
.breadcrumb {
    padding: 15px 0 40px;
    background-color: #307ed4;
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
}
.pd-top{
	padding-top:60px;
}
.custom-btn a{
	color:#fff;
}

.title {position: relative; color: #1c2045; padding-bottom: 8px; font-size: 30px;
    font-weight: 600; margin-bottom: 16px;}
.dark-bg .title, .theme-bg .title{color: #ffffff}
.section-title h6{padding: 3px 5px; position: relative; display: inline-block; font-weight: 500; background: #ff5e2c; color: #ffffff; margin-bottom: 20px;}

.title:before {position:absolute; left: 0; width:100px; margin:0 auto; bottom:0; height: 3px; animation: rotate 80s infinite linear; -webkit-animation: rotate 80s infinite linear; content: ""; border-radius: 5px;
    background: linear-gradient(to right, rgb(44 135 205) 0%, rgb(30 177 177) 25%, rgb(25 186 168) 50%, rgb(161 230 121) 75%, rgba(69, 204, 137, 1) 100%); }

.text-center .title:before{left: 50%;}
.text-right .title:before{left: inherit; right: 0;}


.frame {
}
button {
  margin: 20px 0;
}
.custom-btn {
  width: 200px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}


/* 3 */
.btn-3 {
  background: rgb(0,172,238);
background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(2,126,251,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
.back-img {
    padding: 60px 0;
}
.product-card {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin: 15px auto;
	padding-bottom:8px;
    background: #fafafa;
}

.site-main {
    -moz-box-shadow: 1px 1px 15px 5px #f0f0f0;
    -webkit-box-shadow: 1px 1px 15px 5px #f0f0f0;
    box-shadow: 1px 1px 15px 5px #ffffff;
    padding: 20px;
}
.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
	    border-radius: 20px 20px 0 0;
}
.product-tumb img {
    max-width: 100%;
    max-height: 100%;
	    border-radius: 20px 20px 0 0;
}

.product-details {
    padding: 3px;
    text-align: center;
}

.back-img .title {
    position: relative;
    color: #fff;
    padding-bottom: 8px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}
.back-img  .title:before {
    left: 44%;
}
.product-details h4, .product-details a {
    font-size: 20px;
    font-weight: 600;
	color:#000;
}

/* 5 */
.btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
	margin:0;
  border: none;
  background: rgb(255,27,0);
background: linear-gradient(0deg, rgb(48 127 210) 0%, rgb(24 192 165) 100%);
}
.btn-5:hover {
  color: #00589b;
  background: transparent;
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #00589b;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}


.quality .title {
    position: relative;
    color: #1c2045;
    padding-bottom: 8px;
    font-size: 30px;
    font-weight: 600;
	text-align:center;
    margin-bottom: 16px;
}

.quality .title:before {
    left: 0;
	right:0;
}
.service-categories{
  padding-top: 3em;
  padding-bottom: 3em;
  background-size: cover;
}

.service-categories .card{
  transition: all 0.2s;
}
.service-categories .card-title{
  padding-top: 0.5em;
}
.service-categories a:hover{
  text-decoration: none;
}
.service-card{
    background: rgb(255 255 255 / 90%);
    border: 0;
    box-shadow: 2px 0px 30px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 30px 0;
}

.card-block img {
    width: 84px;
}

.contact_page .contactInfo {
    padding: 0 10px 0 10px;
    margin-bottom: 25px;
}
.info {
    margin: 0 auto;
    text-align: center;
}
.contactInfo {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
	    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info.info-hover:hover .icon.icon-success.icon-circle {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.35);
    -moz-box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.35);
    box-shadow: 0px 15px 35px 0px rgba(24, 206, 15, 0.35);
}
.info.info-hover:hover .icon {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    -moz-transform: translate3d(0, -0.5rem, 0);
    -o-transform: translate3d(0, -0.5rem, 0);
    -ms-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
}
.icon.icon-success.icon-circle {
    -webkit-box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.3);
    -moz-box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.3);
    box-shadow: 0px 9px 30px -6px rgba(24, 206, 15, 0.3);
}
.info .icon.icon-circle {
    max-width: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 9px 35px -6px rgba(0, 0, 0, 0.3);
    font-size: 0.7142em;
    background-color: #FFFFFF;
    position: relative;
}
.icon.icon-success {
    color: #18ce0f;
}
.info .icon {
    color: #626262;
    -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    -o-transition: box-shadow .4s, -o-transform .4s;
    -moz-transition: transform .4s, box-shadow .4s, -moz-transform .4s, -moz-box-shadow .4s;
    transition: transform .4s, box-shadow .4s;
    transition: transform .4s, box-shadow .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s, -webkit-box-shadow .4s, -moz-box-shadow .4s;
}
.contactInfo .icon {
    margin: 0px !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}
.topPad {
    padding-top: 50px;
}

.wpcf7 input[type="submit"], .wpcf7 input[type="button"]{
	float:left;
}
.info.info-hover .info-title {
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    -moz-transition: color .4s;
    transition: color .4s;
}
.info .info-title {
    color: #000;
    font-size: 18px;
}
.info .info-title {
    margin-left: 40px !important;
}
.info .icon.icon-circle i.fa.fa-phone {
    transform: rotate(90deg);
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 10px;
    padding: 10px 40px;
}
.info .icon.icon-circle i {
    line-height: 2.7;
}
.info .icon > i {
    font-size: 30px;
	color: #2d86cd;
}

.about-text h3{
	font-size:20px;
	font-weight:800;
}
.card-01{
	border: 1px solid;
    text-align: center;
    padding-top: 20px;
    border-radius: 26px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.8% 0em 0;
    padding: 0;
    position: relative;
    border: 1px solid;
    width: 22.05%;
    text-align: center;
    margin-left: 0;
    border-radius: 18px;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px 18px 0 0;
    margin: 0;
    box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 10px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0;
    background: #1c9734;
    color: #fff;
    margin-bottom: 10px;
}


/* 7 */
.btn-7 {
    background: linear-gradient(0deg, rgb(44 138 202) 0%, rgb(29 180 174) 100%);
    line-height: 56px;
    padding: 0;
    border: none;
}
.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
	font-weight:700;
  height: 100%;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7:before{
   height: 0%;
   width: 2px;
}
.btn-7:after {
  width: 0%;
  height: 2px;
}
.btn-7:hover{
  color: #fff;
  background: transparent;
}
.btn-7:hover:before {
  height: 100%;
}
.btn-7:hover:after {
  width: 100%;
}
.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fff;
  box-shadow:
   -7px -7px 20px 0px rgba(255,255,255,.9),
   -4px -4px 5px 0px rgba(255,255,255,.9),
   7px 7px 20px 0px rgba(0,0,0,.2),
   4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-7 span:before {
  width: 2px;
  height: 0%;
}
.btn-7 span:after {
  height: 2px;
  width: 0%;
}
.btn-7 span:hover:before {
  height: 100%;
}
.btn-7 span:hover:after {
  width: 100%;
}




.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #a7e775; vertical-align: middle; }
/*.box > .icon:hover > .image { background: #333; }*/
.box > .icon > .image > img { font-size: 36px !important; color: #fff !important; width: 45px;
    height: 45px;
    margin-top: -12px;}
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info {
    margin-top: -24px;
    background: rgb(255 255 255 / 4%);
    border: 1px solid #ebebeb;
    /* padding: 15px 0 10px 0; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 215px;
    border-radius: 10px;
}
.info h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
	margin-top: 30px;
}
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p {
    /* font-family: "Roboto", sans-serif !important; */
    font-size: 16px;
    /* color: #666; */
    /* line-height: 1.5em; */
    margin: 0 10px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }