@import url('font-awesome.css');
@import url('flaticon.css');

.flaticon_icon i {
    font-size: 45px;
    margin: 4px;
    border: 1px solid #000;
    padding: 15px;
    font-family: "Flaticon";
    display: inline-block;
}
.font_awesome1 i {
    font-size: 25px;
    margin: 5px;
    border: 1px solid #000;
    padding: 15px;
    /* font-family: 'Font Awesome 5 Brands'; */
}
:root
{
	--primary:#027ec8;
	--secondary:#86c226;
  --third:#727375;
}
.mb-70
{
  margin-bottom: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.p-50
{
  padding: 0px 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-50
{
  padding-bottom: 50px;
}
h2 {
    color: var(--primary);
    font-size: 40px;
    font-weight: 700;
    position: relative;
    margin: 0;
}
a,
a:hover {
    text-decoration: none;
    outline: none;
}
nav, ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.ml-0
{
    margin-left: 0px !important;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
section
{
	padding-top: 70px;
	padding-bottom: 70px;
	float: left;
	width: 100%;
}
ul,
p
{
	padding: 0;
	margin: 0;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}

}
/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider02
{
    background: url(assets/images/slider/psm1.webp);
    background-size: cover;
    background-position: center;
    height: 95vh;
    padding-top: 80px;
}
.slider01 {
    background: url(assets/images/slider/psm.webp);
    background-size: cover;
    background-position: center;
    height: 95vh;
    padding-top: 55px;
}
.slider-content {
    width: 100%;
    position: relative;
    z-index: 99;
    background: #ffffffd6;
    padding: 40px;
    border-radius: 0px 80px 0px 80px;
}
.slider-content1 {
  width: 100%;
  position: relative;
  z-index: 99;
  background: #ffffff80;
  padding: 40px;
  border-radius: 0px 80px 0px 80px;
}
.slide-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    /* text-align: left; */
}
.slide-sub-title {
    font-style: normal;
    margin: 0;
    font-size: 36px;
    color: var(--primary);
    font-weight: 700;
    padding: 25px 0px;
    text-transform: uppercase;
}
.slider-description {
    color: #000;
    margin: 0px 0 20px;
    margin-bottom: 30px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}

/************top header***************/
.header-top {
    position: relative;
    padding: 7px 0px;
    background-color: #027ec8;
    float: left;
    width: 100%;
}
.header-top .top-left {
    position: relative;
    float: left;
}
.header-top .info-list {
    position: relative;
}
.header-top .info-list li {
    position: relative;
    color: #ffffff;
    margin-right: 15px;
    display: inline-block;
}
.header-top .info-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .top-right {
    position: relative;
    float: right;
}

.menu_header {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 1px 1px #e5e5e5;
}

.header-top .info-list li .icon {
    /* font-size: 14px; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: var(--primary);
    margin-right: 10px;
    float: left;
    line-height: 30px;
    text-align: center;
}
.apply_job a {
    background: var(--primary);
    color: #fff;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 13px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo {
    width: 160px;
    height: auto;
}
.navbar
{
	padding: 0 !important;
}
.menutop ul li a {
    color: #000;
    padding: 5px 15px; 
    position: relative;
    font-weight: 500;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    text-transform: uppercase;
    line-height: 60px;
}
ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {
    border-color: var(--primary);
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
ul.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-bottom: 3px solid transparent;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
    transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
    transition: transform 0.45s ease, opacity 0.55s ease;
}
.navbar-nav > .nav-item:hover > .nav-link {
    color: var(--primary);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background: var(--secondary);
}
.dropdown-menu {
    text-align: left;
    background: var(--primary);
    z-index: 100;
    min-width: 220px;
    border-radius: 0;
    padding: 0;
    border: 0;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu li a {
	color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
	text-transform: capitalize !important;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
	line-height: normal !important;
}
.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    flex-direction: row;
    justify-content: center;
}
/*******************btn*********************/

.btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .35s;
    background-color: var(--secondary);
    padding: 6px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}

.btn a:before
{
    background: #000 !important;
}
  .btn a:before,
  .btn a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: var(--primary);
    z-index: 9;
    transition: all .35s;
  }
  
.btn a:before{
    opacity: .5;
  }
  
.btn a:after{
    transition-delay: .2s;
  }
  
.btn a:hover{
    color: #fff;
  }
  
.btn a:hover:before,
.btn a:hover:after{
    top: 0;
  }
  .btn:hover span {
    color: #fff;
    z-index: 99;
    position: relative;
}

button.btn.btnone a {
    padding: 14px 45px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid;
}
/* Footer */
.main-footer.style-two {
    position: relative;
    background: var(--primary) url(assets/images/resources/funfact.png);
    padding-bottom: 0px;
    background-size: cover;
    background-position: center;
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}
.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.links-widget .widget-content {
    position: relative;
}
.links-widget ul li {
    position: relative;
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.links-widget ul li a:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary);
}
.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px;
}

.contact-widget .social-links {
    position: relative;
}
.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500;
    align-items: flex-start;
}
.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-widget .social-links li a span {
    position: relative;
}
.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block;
}
.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient( 0deg, rgb(17 101 110) 16%, rgb(74 172 179) 100%);
}
footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
}
.copyright-text {
    position: relative;
    font-weight: 500;
    color: #fff;
    margin-top: 9px;
}
.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    /* margin-left: 15px; */
    line-height: 24px;
}
.widgets-section li {
    margin-bottom: 10px;
}
.contact-widget ul.list i {
    margin-right: 10px;
    margin-top: 5px;
    font-size: 25px;
}
.contact-widget ul.list {
    margin-bottom: 20px;
}
.copyright-text.text-right {
    text-align: right;
}
.copyright-text a
{
    text-decoration: none;
}
section.bottom_footer {
    padding: 0px;
    background: var(--secondary);
    padding-bottom: 6px;
}
ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px;
}
.footer-widget.links-widget.pl-5 {
    padding-left: 50px;
}
.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px;
}
.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px;
}
.website-tag-part {
    float: left;
    width: 100%;
}
.website-tag-part li {
    float: left;
    box-shadow: 0px 0px 2px 0px var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px;
}
.hover-content-heading a:hover {
    background: var(--secondary);
}
h2.portfolio_name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0px;
}

/* Testimonial Section */

.testimonial-section{
	position:relative;
	background: var(--primary);
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	margin-top:20px;
	padding-right:15px;
}

.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	margin-bottom:10px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
    opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:var(--primary);
}



.testimonial-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 47px 35px;
    background: #ffffff url(./assets/images/shape/pattern-4.png);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.07);
    background-repeat: no-repeat;
    /* margin-left: 20px; */
    background-position: right;
}

.testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:-20px;
	top:-20px;
	right:20px;
	bottom:20px;
	z-index:-1;
	border:2px solid var(--secondary);
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:9px;
	padding-left:115px;
	margin: auto;
	width: 300px;
}

.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	font-weight:600;
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-bottom: 35px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}

/* Client */
@media (max-width: 767px) {
    .client .carousel-inner .carousel-item > div {
        display: none;
    }
    .client .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.client .carousel-inner .carousel-item.active,
.client .carousel-inner .carousel-item-next,
.client .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .client .carousel-inner .carousel-item-end.active,
    .client .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .client .carousel-inner .carousel-item-start.active, 
    .client .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.client .carousel-inner .carousel-item-end,
.client .carousel-inner .carousel-item-start { 
    transform: translateX(0);
}
a.carousel-control-next.client_btn2 {
    width: auto;
}
a.carousel-control-next.client_btn2 i,
a.carousel-control-prev.client_btn1 i {
    background: var(--primary);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
}
a.carousel-control-prev.client_btn1 {
    width: auto;
}
.client .carousel-control-prev
{
    left: -15px;
}
.client .carousel-control-next
{
    right: -15px;
}
.carousel-control-next, 
.carousel-control-prev
{
    text-decoration: none;
} 

.container-fluid.text-center.p-25 {
    padding: 0px 35px;
}

/* Fun fact */
.counter-area {
    /* background: var(--primary); */
    /* color: #fff; */
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}

/*-- Emergency --*/
.emergency-area {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  
  .emergency-bg {
    /* background-image: url(./assets/images/resources/Emergency.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 70px;
    background: var(--primary);
}
  .emergency-item {
    background-image: url(./assets/images/shape/pattern-7.png);
    /* margin-bottom: 30px; */
    position: relative;
    background-repeat: no-repeat;
  }
  .emergency-item i {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #000;
    font-size: 28px;
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.6117647059);
    background-color: #ffffff;
  }
  .emergency-item .emergency-inner {
    padding-left: 75px;
  }
  .emergency-item .emergency-inner h4 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
  }
  .emergency-item .emergency-inner p {
    color: #ffffff;
    margin-bottom: 0;
    /* font-size: 14px; */
  }
  .emergency-item .emergency-inner a {
    display: block;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  /*-- End Emergency --*/

  /*About us*/
  .about-item {
    margin-bottom: 30px;
}
.about-left {
    position: relative;
}
.about-left:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    animation: a-one 5s infinite linear;
    background-color: var(--primary);
}
.about-left img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    animation: a-seven 10s infinite linear;
}
.about-left:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 375px;
    border-radius: 10px;
    z-index: -1;
    animation: a-two 5s infinite linear;
    background-color: var(--secondary);
}

.why_choose {
    position: absolute;
    bottom: -34px;
    right: 0;
    z-index: -1;
    width: 187px;
    animation: a-three 5s infinite linear;
}

.welcome-item ul {
    margin: 0;
    padding: 0;
    /* max-width: 430px; */
  }
  .welcome-item ul li {
    list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 40px;
  }
  .welcome-item ul li:hover i {
    box-shadow: 0px 0px 0px 10px var(--secondary);
  }
  .welcome-item ul li:last-child {
    margin-bottom: 0;
  }
  .welcome-item ul li i {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    text-align: center;
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    color: #000;
    box-shadow: 0px 0px 0px 10px var(--primary);
    background-color: #f1f1f1;
    transition: 0.5s all ease;
  }
  .welcome-item ul li .welcome-inner {
    padding-left: 110px;
  }
  .welcome-item ul li .welcome-inner h3 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
  }
  .welcome-item ul li .welcome-inner p {
    margin-bottom: 0;
  }
/*-- Speciality --*/
.speciality-area .section-title-two {
  padding-top: 50px;
  padding-left: 15px;
}

.speciality-item .speciality-inner {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6509803922);
  padding: 35px;
  margin-bottom: 30px;
}
.speciality-item .speciality-inner:hover i {
  color: #ffffff;
  background-color: #6096fd;
}
.speciality-item .speciality-inner i {
  display: block;
  color: #6096fd;
  background-color: #e9eef5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  margin-bottom: 18px;
  transition: 0.5s all ease;
}
.speciality-item .speciality-inner h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 12px;
}
.speciality-item .speciality-inner p {
  margin-bottom: 0;
}

.speciality-right {
  background-image: url("../img/home-two/4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 100%;
  height: 100%;
}
.speciality-right img {
  display: none;
}
.speciality-right .speciality-emergency {
  position: absolute;
  bottom: 20px;
  left: -70px;
  background-color: #0046c0;
  padding: 30px 295px 25px 40px;
  border-radius: 10px;
}
.speciality-right .speciality-emergency .speciality-icon {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
}
.speciality-right .speciality-emergency .speciality-icon i {
  display: inline-block;
  line-height: 45px;
  color: #0046c0;
  text-align: center;
  font-size: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  left: 12px;
}
.speciality-right .speciality-emergency h3 {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 8px;
  position: absolute;
  top: 23px;
  right: 70px;
}
.speciality-right .speciality-emergency a {
  margin-bottom: 0;
  color: #ffffff;
  position: absolute;
  right: 142px;
  top: 56px;
  display: block;
}

.speciality-left {
  padding-left: 55px;
  padding-right: 120px;
}

/*-- Services --*/
.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}


.service-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 7px 1px var(--primary);
  text-align: center;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  background: #fff;
}
.service-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-color: var(--primary);
  opacity: 0;
  transition: 0.5s all ease;
}
.service-item:hover {
  box-shadow: none;
}
.service-item:hover:before {
  opacity: 1;
}
.service-item:hover .service-front {
  display: none;
  transform: scale(0.5);
}
.service-item:hover .service-end {
  display: block;
  transform: scale(1);
}
.service-item:hover .service-end p {
  margin-bottom: 24px;
}
.service-item .service-front {
  transition: 0.5s all ease;
  display: block;
}
.service-item .service-front i {
  display: block;
  color: #4d93e9;
  font-size: 65px;
  margin-bottom: 20px;
}
.service-item .service-front h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 14px;
}
.service-item .service-front p {
  margin-bottom: 0;
}
.service-item .service-end {
  position: relative;
  display: none;
  transform: scale(0.5);
  padding-top: 4px;
  padding-bottom: 5px;
}
.service-item .service-end i {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  font-size: 170px;
  color: #fff;
  opacity: 0.1;
  z-index: -1;
}
.service-item .service-end h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.service-item .service-end p {
  margin-bottom: 0;
  color: #ffffff;
}
.service-item .service-end a {
  display: inline-block;
  color: #0046c0;
  background-color: #ffffff;
  padding: 9px 15px;
}
.service-item .service-end a:hover {
  color: #ffffff;
  background-color: #111111;
}
  
/*-- Doctors --*/
.doctor-item {
  }
  .doctor-item:hover .doctor-top:before {
    opacity: 0.6;
    transform: scale(1);
  }
  .doctor-item:hover .doctor-top a {
  }
  .doctor-item .doctor-top {
    position: relative;
    border-radius: 10px;
  }
  .doctor-item .doctor-top a {
  }
  .doctor-item .doctor-top a:hover {
  }
  .doctor-item .doctor-top img {
    width: 100%;
    border-radius: 10px;
  }
  .doctor-item .doctor-bottom {
  }
  .doctor-item .doctor-bottom h3 a {
    /* display: block; */
    /* font-weight: 600; */
    /* font-size: 22px; */
    /* color: #232323; */
  }
  .doctor-item .doctor-bottom h3 a:hover {
  }
  .doctor-item .doctor-bottom span {
  }
  
  .doctor-btn {
    text-align: center;
  }
  .doctor-btn a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 600;
    color: #232323;
    font-size: 18px;
    border: 2px solid #386ae6;
    padding: 18px 55px;
    border-radius: 10px;
  }
  .doctor-btn a:hover {
    color: #ffffff;
    background-color: #386ae6;
  }


  
/*Doctor*/
.doctor-item {
    margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 5px 0px var(--primary);
    border-radius: 10px;
    margin: 11px;
}
.doctor-item:hover .doctor-top:before {
    opacity: 0.6;
    transform: scale(1);
}
.doctor-item:hover .doctor-top a {
    opacity: 1;
    bottom: 11px;
}
.doctor-item .doctor-top {
    position: relative;
    border-radius: 10px;
}
.doctor-item .doctor-top a {
    width: 80%;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 0;
    position: absolute;
    border-radius: 5px;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    background-color: var(--secondary);
    margin: auto;
    text-transform: uppercase;
}
.doctor-item .doctor-top a:hover {
    color: #fff;
    background-color: var(--primary);
}
.doctor-item .doctor-top img {
    width: 100%;
    border-radius: 10px;
}
.doctor-item .doctor-bottom {
    padding-top: 20px;
    padding-bottom: 17px;
}
.doctor-item .doctor-bottom h3 a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
.doctor-item .doctor-bottom h3 a:hover {
    /* color: var(--primary); */
}
.doctor-item .doctor-bottom span {
    display: block;
    color: #000;
    font-weight: 600;
}
.doctor-btn {
    text-align: center;
}
.doctor-btn a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 600;
    color: #232323;
    font-size: 18px;
    border: 2px solid #386ae6;
    padding: 18px 55px;
    border-radius: 10px;
}
.doctor-btn a:hover {
    color: #fff;
    background-color: #386ae6;
}
/*-- Counter --*/
.counter-area {
  background: var(--primary) url(assets/images/banner/funfact.png);
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: flex-start; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    /* justify-content: space-evenly; */
    background: #027ec8d1;
}
.counter-item i {
    display: block;
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
}
.counter-item h3 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
}
.counter-item p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.appointment-item.bor_item {
  box-shadow: 0px 0px 15px 1px #000;
}
.appointment-area {
    background-image: url("assets/images/resources/hospital-book.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.appointment-item {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 10px;
    background-image: url("assets/images/shape/shape3.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.appointment-item h2 {
    /* color: var(--primary); */
    /* font-weight: 600; */
    /* font-size: 24px; */
    /* margin-bottom: 15px; */
}
.appointment-item span {
    display: block;
    /* color: #4a6f8a; */
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 50px; */
}
.appointment-form .form-group {
    padding-left: 70px;
    position: relative;
    margin-bottom: 40px;
}
.appointment-form .form-group i {
    display: inline-block;
    color: var(--primary);
    position: absolute;
    top: 11px;
    left: 0;
    font-size: 50px;
}
.appointment-form .form-group label {
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.appointment-form .form-group .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0,70,192,.6196078431);
    font-size: 15px;
    padding-left: 0;
    padding-bottom: 8px;
    height: 40px;
    background-color: transparent;
}
.appointment-form .form-group .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,70,192,.6196078431);
}
.appointment-form .form-group ::-moz-placeholder {
    color: #000;
}
.appointment-form .form-group ::placeholder {
    color: #000;
}
input::placeholder
{
  color: #000;
}
.appointment-form .appointment-btn {
    color: #fff;
    background-color: var(--primary);
    font-weight: 600;
    border-radius: 5px;
    padding: 14px 45px;
    transition: 0.5s all ease;
    text-transform: uppercase;
}
.appointment-form .appointment-btn:hover {
    color: #fff;
    background-color: #111;
}

/*Bannner*/
.banner-area {

    position: relative;
}
.banner-area .heart-shape img {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
}
.banner-item {
    position: relative;
}
.banner-item h1 {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 25px;
    max-width: 575px;
    margin-left: 0;
}
.banner-item p {
    color: #000;
    margin-bottom: 35px;
    /* max-width: 575px; */
    /* margin-left: 0; */
    text-transform: lowercase;
}
.common-btn-two a {
    display: inline-block;
    color: #fff;
    background-color: var(--primary);
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 5px;
    border: 2px solid transparent;
    text-transform: uppercase;
}
.common-btn-two a:hover {
    background-color: #86c226;
}
.banner-item .common-btn-two a:last-child {
    margin-right: 0;
}
.banner-item .common-btn-two .cmn-btn-right-two {
    background-color: transparent;
    color: #0046c0;
    border: 2px solid #0046c0;
    padding-left: 25px;
    padding-right: 25px;
}
.banner-item .common-btn-two .cmn-btn-right-two:hover {
    color: #fff;
    background-color: #0046c0;
}
.banner-item .banner-right img {
    position: absolute;
}
.banner-item .banner-right img:nth-child(1) {
    
right: 10px;
    
max-width: 450px;
    
z-index: 1;
    
margin-left: auto;
    
margin-right: auto;
}
.banner-item .banner-right img:nth-child(2) {
    
right: 20px;
    
max-width: 450px;
    
animation: a-four 5s infinite linear;
    
margin-left: auto;
    
margin-right: auto;
}
.banner-item .banner-right img:nth-child(3) {
    
right: 0;
    
width: 450px;
    
animation: a-five 5s infinite linear;
    
margin-left: auto;
    
margin-right: auto;
}
.banner-item .banner-right img:nth-child(4) {
    bottom: 215px;
    left: 50px;
    max-width: 360px;
    z-index: -1;
    animation: a-eight 20s infinite linear;
}
@keyframes a-eight {
    0% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(75px,0);
    }
    100% {
        transform: translate(0,0);
    }
}
@keyframes a-four {
    0% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(-10px,-10px);
    }
    100% {
        transform: translate(0,0);
    }
}
@keyframes a-five {
    0% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(10px,10px);
    }
    100% {
        transform: translate(0,0);
    }
}
.hospital-area {
    position: relative;
}
.hospital-area .hospital-shape img {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 290px;
    animation: a-six 5s infinite linear;
}
@keyframes a-six {
    0% {
        transform: translate(0,0);
    }
    50% {
        transform: translate(0,40px);
    }
    100% {
        transform: translate(0,0);
    }
}
.heart-shape1 img {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: -1;
}


/** processing-section **/
.processing-section {
    /* background: #000; */
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.processing-section{
    position: relative;
  }
  
  .processing-section .sec-title .sub-title{
    color: #fff;
  }
  
  .processing-section .sec-title .sub-title:before,
  .processing-section .sec-title .sub-title:after{
    background: #fff;
  }
  
  .processing-block-one .inner-box{
    position: relative;
    display: block;
    padding: 0px 50px;
  }
  
  .processing-block-one .inner-box .icon-box{
    position: relative;
    display: inline-block;
  }
  
  .processing-block-one .inner-box .icon-box .icon{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 130px;
    line-height: 140px;
    font-size: 56px;
    color: #fff;
    z-index: 1;
    text-align: center;
  }
  
  .processing-block-one .inner-box .icon-box .icon:before{
    position: absolute;
    content: '';
    width: 140px;
    height: 130px;
    left: 0px;
    top: 0px;
    background: var(--primary);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
  }
  
  .processing-block-one .inner-box .icon-box .count-text{
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    top: 0px;
    right: -20px;
    text-align: center;
  }
  
  .processing-block-one .inner-box .icon-box .count-text:before{
    position: absolute;
    content: '';
    width: 44px;
    height: 40px;
    left: 0px;
    top: 0px;
    background: var(--secondary);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
  }
  
  .processing-block-one .inner-box .icon-box .count-text:after{
    position: absolute;
    content: '';
    width: 38px;
    height: 32px;
    left: 6px;
    top: 4px;
    background: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transform: rotate(90deg);
    z-index: -1;
  }
  
  .processing-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding-top: 29px;
  }
  
  .processing-block-one .inner-box .lower-content h3{
    display: block;
    font-size: 23px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 9px;
  }
  
  .processing-block-one .inner-box .lower-content p{
    /* color: #fff; */
  }
  
  .processing-block-one .inner-box .shape{
    position: absolute;
    top: 57px;
    right: -51%;
    transform: translateX(-50%);
    width: 216px;
    height: 16px;
    background-repeat: no-repeat;
  }
  
  .processing-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  @media only screen and (max-width: 1200px) {
    .processing-block-one .inner-box {
        padding: 0px;
    }
}
@media only screen and (max-width: 991px) {
    .processing-block-one .inner-box {
        margin-bottom: 30px;
    }
}


/** news-section **/

.news-section{
    position: relative;
  }
  
  .news-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
  }
  
  .news-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-one .inner-box .image-box .image{
    position: relative;
    /* display: block; */
    /* overflow: hidden; */
    /* background: transparent; */
    margin: 0px;
  }
  
  .news-block-one .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box:hover .image-box .image img{
    transform: scale(1.05);
    /* opacity: 0.1; */
  }
  
  .news-block-one .inner-box .image-box .link-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .news-block-one .inner-box .image-box .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    transform: scale(0,0);
  }
  
  .news-block-one .inner-box:hover .image-box .link-btn a{
    transform: scale(1,1);
  }
  
  .news-block-one .inner-box .image-box .link-btn a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    padding: 29px 25px 16px 25px;
  }
  
  .news-block-one .inner-box .lower-content .category{
    position: absolute;
    left: 0px;
    top: -15px;
  }
  
  .news-block-one .inner-box .lower-content .category a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 0px 20px 0px 25px;
    color: #fff;
    background: #16436f;
    z-index: 1;
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .category a:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 100%;
    top: 0px;
    right: -17px;
    background: #16436f;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
  }
  
  .news-block-one .inner-box .lower-content .category a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content .category a:hover:before{
    
  }
  
  .news-block-one .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 30px;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child{
    margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a{
    color: #7c8083;
  }
  
  .news-block-one .inner-box .lower-content .post-info li a:hover{
  
  }
  
  .news-block-one .inner-box .lower-content .post-info li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    top: 8px;
    right: -20px;
    border-radius: 50%;
  }
  
  .news-block-one .inner-box .lower-content .post-info li:last-child:before{
    display: none;
  }
  
  .news-block-one .inner-box .lower-content .post-info{
    margin-bottom: 7px;
  }
  
  .news-block-one .inner-box .lower-content h3{
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 14px;
    border-bottom: 1px dashed var(--primary);
  }
  
  .news-block-one .inner-box .lower-content h3 a{
    display: inline-block;
    color: var(--primary);
  }
  
  .news-block-one .inner-box .lower-content h3 a:hover{
  
  }
  
  .news-block-one .inner-box .lower-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .news-block-one .inner-box .lower-box .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #16436f;
  }
  
  .news-block-one .inner-box .lower-box .link a:hover{
  
  }
  
  .news-block-one .inner-box .lower-box .social-links li{
    position: relative;
    display: inline-block;
    margin-right: 15px;
  }
  
  .news-block-one .inner-box .lower-box .social-links li:last-child{
    margin: 0px !important;
  }
  
  .news-block-one .inner-box .lower-box .social-links li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #b8bdc1;
  }
  
  .news-block-one .inner-box .lower-box .social-links li a:hover{
  
  }
  
  .news-block-one .inner-box .lower-box .right-info{
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .news-block-one .inner-box .lower-box .social-links{
    position: relative;
    margin-right: 30px;
  }
  
  .news-block-one .inner-box .lower-box .social-links:before{
    position: absolute;
    content: '';
    background: #dfe4e6;
    width: 1px;
    height: 17px;
    top: 4px;
    right: -15px;
  }
  
  .news-block-one .inner-box .lower-box .comments-box a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    color: #7c8083;
    padding-left: 26px;
  }
  
  .news-block-one .inner-box .lower-content .category a:hover {
    background: #10b1b4;
}
  
  .news-block-one .inner-box .lower-box .comments-box a i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: #b8bdc1;
  }
  .news-block-one .inner-box .lower-content h3 a:hover {
    color: #86c226;
}


.section-title-two {
  margin-bottom: 30px;
}
span.target {
  /* float: left; */
}
ul.soclai_main li a {
  color: #0162af;
  border: 1px solid #fff;
  margin: 0px 2px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
ul.soclai_main li {
  float: left;
  margin: 0px 3px;
}
.emergency-item .emergency-inner {
  padding-left: 75px;
}
.emergency-inner h3 {
  font-size: 16px;
  color: #fff;
}
section.services-area.pb-70 {
  padding-bottom: 50px;
  background: url(assets/images/shape/figure16.png);
}

/*specialist*/

.specialist-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px #babdb6;
  transition: all 0.4s ease;
}
.specialist-item:before {
  /* background-color: var(--secondary); */
  /* transform: scaleX(0); */
}

.specialist-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background-color: var(--primary);
  transition: all 0.4s linear;
  transform: scaleX(0);
}

.specialist-item:hover:before {
  transform: scaleX(1);
}
.specialist-item:hover .specialist__img img {
  transform: scale(1.1) rotate(1deg);
}
.specialist-item:before {
  /* background-color: var(--secondary); */
  /* transform: scaleX(0); */
}
.specialist-item:hover:before {
  background-color: var(--secondary);
}
.specialist__img {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.specialist__img img {
  transition: all 0.9s ease;
  width: 100%;
  height: auto;
}
.specialist__content {
  padding: 25px;
}
.specialist__title {
  font-size: 23px;
  margin-bottom: 16px;
  color: var(--primary);
  font-weight: 600;
}
.specialist__desc {
  font-size: 15px;
  margin-bottom: 20px;
  transition: all 0.3s linear;
}
.specialist-item:hover {
  z-index: 5;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
span.sub-title {
  font-weight: 600;
  text-transform: uppercase;
}
.shastri, .shastri img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.swamiji
{
  background-image: url(assets/images/resources/bg1.webp);
  background-size: contain;
}
.container-fluid.area_psm1 {
  width: 94%;
  padding: 24px;
  background: #ffffff7a;
  -webkit-box-shadow: 0 0 7px 0 rgba(41, 61, 88, .18);
  -moz-box-shadow: 0 0 7px 0 rgba(41, 61, 88, .18);
  box-shadow: 0 0 7px 0 rgba(41, 61, 88, .18);
  border-radius: 50px;
}


.services-area {
  background-image: url(assets/images/banner/hero-image.jpg);
  background-color: #31363F;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.services-area2 {
  /* background-image: url(assets/images/banner/hero-image.jpg); */
  background-color: #fffefe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.services-area .section-title{
margin-bottom: 42px;}
.section-title .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #3a7ec3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.white-color {
  color: white !important;
}
.services-area .section-title h2 {
  max-width: 500px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  font-weight: 800;
}

.services-card {
  padding: 30px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  min-height: 270px;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: -webkit-linear-gradient(top,var(--primary), var(--primary));
  border-radius: 272px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}

.services-area .section-title:after {
  border-bottom: 2px solid #ffffff;
}
.services-card i {
    color: var(--primary);
    font-size: 60px;
    line-height: 1;
    -webkit-transition: .7s;
    transition: .7s;
}
.services-card h3 {
  margin-top: 20px;
  -webkit-transition: .7s;
  transition: .7s;
}


.services-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: #0071dc;
  border-radius: 170px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}
.services-card:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 1;
}
.services-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  background-color: var(--primary);
  border-radius: 170px 0 0 0;
  opacity: .1;
  -webkit-transition: .7s;
  transition: .7s;
}
.services-card:hover h3 a {
  color: #fff;
  /* font-weight: 600; */
  /* font-size: 22px; */
  /* margin-bottom: 20px; */
}
.services-card:hover p {
  color: #fff;
}
.services-card:hover i {
  color: #fff;
}
.services-card h3 a {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}

.services-card:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.overlay-box .icon {
  position: relative;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  background-color: var(--secondary);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-card .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease,-webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.services-card .overlay-inner {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.welcome-right {
  padding-left: 50px;
  position: relative;
}
.about-area.about-area-two {
  position: relative;
}
.doctor-item:hover {
  background: var(--primary);
  color: #fff;
}
.doctor-item:hover h3 a,
.doctor-item:hover span{
  color: #fff;
}
.blog-grid {
  /* background: url(assets/images/banner/blogbg.png) #ebf5f5; */
  /* background-size: cover; */
  /* background-position: center; */
  background: #f1f1f1;
}
.footer-copyright-sction {
  background-color: var(--secondary);
  padding: 8px 0;
  margin-top: 25px;
}
.copy-text.ct-left {
  text-align: left;
  color: #fff;
}
.copy-text.ct-right {
  text-align: right;
  color: #fff;
}
.copy-text.ct-right a {
  color: #fff;
}
.about_area001 {
  padding-left: 15px;
}


/* services about beadcrumb */
.page-header {
	width: 100%;
  }
  .page-header-content .sub-title {
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #bfbbbb;
	padding: 8px 27px;
	float: left;
	}
  .page-header-content .sub-title a {
	font-weight: 600;
	}
  .page-header-content .sub-title a:hover {
	color: var(--secondary);
	}
  .page-header-content .sub-title span {
	color: var(--primary);
	}
  .breadcum_service-detail {
    background-image: url(assets/images/specialist/services-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .breadcum_60 {
    padding-top: 108px;
    padding-bottom: 60px;
  } 
  .breadcum_service-detail2{
    background-image: url(assets/images/specialist/super-sb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .breadcum_service-detail3{
    background-image: url(assets/images/specialist/super-s-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .breadcum_service-detaidoctor{
    background-image: url(assets/images/specialist/doctor-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .breadcum_service-detaiblog{
    background-image: url(assets/images/blog/blog-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .title{
    color: #ffffff;
  }
  .title1{
    color: var(--primary);
  }
  .sub-title1{
    color: var(--primary);
  }
  .page-header-content .sub-title1 a:hover {
    color: rgb(255, 119, 0);
  }

 

.policy-sction {
  padding: 70px 0 50px
}

.policy-texts p {
  margin-bottom: 20px
}

.policy-texts a {
  font-weight: 700;
  color: var(--blacktheme)
}

.policy-texts a:hover {
  color: var(--kisroli-bg)
}

.policy-texts ul {
  margin-bottom: 20px
}

.policy-texts ul li {
  list-style-type: disc;
  list-style-position: inside
}
.wwd-pattern {
  top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  opacity: .3;
  width: 100%;
  height: auto;
}

@media (max-width: 1260px) {
  .menutop ul li a {
      padding:13px 20px
  }
}

@media (max-width: 1150px) {
  .search_phone {
      width:33%
  }

    .menutop ul li a {
        padding: 13px 4px;
        font-size: 14px;
    }
}
a {
  word-wrap: break-word;       /* Legacy support */
  overflow-wrap: break-word;   /* Standard way */
  white-space: normal;         /* Allows wrapping */
  display: inline-block;       /* Ensures width can be controlled if needed */
  max-width: 100%;             /* Prevents overflow in parent containers */
}


@media(max-width: 1024px) {
  .contact-box {
      padding:15px
  }

  span.tinvwl_add_to_wishlist-text,span.tinvwl_remove_from_wishlist-text {
      display: none
  }

  .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
      margin-top: 5px
  }
}

@media(min-width: 992px) {
  #m-title,#mob-img {
      display:none
  }
}

.section-head.style-1 .sub-title {
  /* padding: 0 50px; */
}
.section-head.style-1 .sub-title {
  font-weight: 500;
  position: relative;
  display: inline-block;
  /* padding-right: 50px; */
}
.section-head .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.section-head.style-1 .sub-title:before {
  left: 0;
  display: block;
}
.section-head.style-1 .sub-title:after, .section-head.style-1 .sub-title:before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: var(--blacktheme);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.simpl-btn{
  border: 1px solid #fff;
  transition: all 0.1s ease-in-out;
  padding: 8px;
  border-radius: 12px;
  width: 150px;
  margin: auto;
  background-color: transparent;
  color: #fff;
}
.simpl-btn:hover{
  background-color: white;
  color: #000;
}
header.section-header {
  float: left;
  width: 100%;
}
.banner1
{
  background-image: url(assets/images/banner/banner1.jpg);
}
.banner2
{
  background-image: url(assets/images/banner/banner2.webp);
}
.banner3
{
  background-image: url(assets/images/banner/banner3.webp);
}
.banner4
{
  background-image: url(assets/images/banner/banner4.webp);
}
.banner5
{
  background-image: url(assets/images/banner/banner5.webp);
}

.banner6
{
  background-image: url(assets/images/banner/banner6.webp);
}
.banner7
{
  background-image: url(assets/images/banner/banner7.webp);
}
.banner8
{
  background-image: url(assets/images/banner/banner8.webp);
}
.banner9
{
  background-image: url(assets/images/banner/banner9.webp);
}
.banner10
{
  background-image: url(assets/images/banner/banner10.webp);
}
.banner11
{
  background-image: url(assets/images/banner/banner11.webp);
}
.banner12
{
  background-image: url(assets/images/banner/banner12.webp);
}
.banner_swami{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 57px;
  padding-bottom: 45px;
}
.banner{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 0;
}
/* about us  */
.aboutus{
  background-color: #ffffff;

}
.breadcum_service-detailabout{
  background-image: url(assets/images/about/about-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.h-1 {
    font-size: 35px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    margin-top: 25px;
}
.h-2{
  font-size: 22px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  
}
.blue-color{
  color: #027dc8;
}
.p-1{
  font-size: 17px;
}
.about-img img{
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.mvsection {
	padding: 100px 0;
	padding-bottom: 0;
	background-image: url(./assets/images/about/vision.webp);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
  .mvsection .mvboxes {
	border: 1px solid white;
	padding: 8px 25px;
	padding-bottom: 20px;
	background-color: #027ec899;
	border-radius: 50px 50px 0px 0px;
	transition: all 0.3s ease-in-out;
	}
  .mvsection .mvboxes h4 {
	color: var(--FH-White);
	text-align: center;
  }
  .mvsection .mvboxes p {
	}
  .mvsection .mvboxes:hover {
	transform: translateY(-10px);
	box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.60), 0 5px 22px 4px rgba(0, 0, 0, 0.30), 0 7px 8px -4px rgba(0, 0, 0, 0.30);
	transition: all 0.3s ease-in-out;
  }
  .mvsection .mvboxes h4 {
    color: white;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
  }
  .mvsection .mvboxes p {
    color: white;
    text-align: left;
  }
  .vision{
    padding-bottom: 0px;
    border-bottom: 2px solid white;
  }

  .team-area {
    position: relative;
    overflow: hidden
  }
  .team-areabg{
    background-color: var(--GT-Black);
    z-index: 10;
  }
  .csindex{
    position: relative;
    z-index: 10;
    margin-top: -60px;
  }
  .team-areabg .site-title-tagline,
  .team-areabg .site-title{
    color: white;
  }

  .team-content {
    padding: 10px 0 5px;
  }
  .team-bio h5 {
    font-size: 23px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
  }
  .team-bio span {
    font-size: 16px;
    font-weight: 500;
    color: var(--GT-Black);
    text-transform: capitalize
  }
  .team-bio h5 a:hover {
    color: var(--GT-White)
  }
  .team-social {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    transition: var(--transition)
  }
  .team-social a {
    color: var(--color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 4px;
    background: var(--theme-color);
    box-shadow: var(--box-shadow)
  }
  .team-social a:hover {
    background: var(--color-dark);
    color: var(--color-white)
  }
  .team-social h6 {
    margin-top: 28px;
    color: var(--color-white);
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-90deg)
  }
  .team-social h6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: var(--color-white);
    left: -50px;
    top: 7px
  }
  .team-single-img img {
    border-radius: 20px
  }
  .team-single-content {
    padding-left: 15px
  }
  .team-single-name {
    margin-bottom: 10px
  }
  .team-single-name p {
    font-weight: 500;
    color: var(--theme-color)
  }
  .team-single-info {
    margin-top: 20px
  }
  .team-single-info li {
    margin: 10px 0
  }
  .team-single-info-left {
    font-weight: 500
  }
  .team-single-info-right {
    margin-left: 10px
  }
  .team-single-info-left i {
    color: var(--theme-color);
    margin-right: 5px
  }
  .team-single-social a {
    height: 35px;
    width: 35px;
    line-height: 32px;
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
    text-align: center;
    border-radius: 50px;
    margin-right: 5px
  }
  .team-single-social a:hover {
    background: var(--theme-color);
    color: var(--color-dark)
  }
  .team-single-overview {
    margin-top: 70px
  }
  .team-single-overview-img img {
    border-radius: 20px
  }
  .doctors-about{
    padding-top: 40px;
  }
@keyframes slideInLeft {
  from {
      opacity: 0;
      transform: translateX(-100px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.aboutus .container {
  overflow: hidden;
}

.aboutus .col-lg-5, .aboutus .col-lg-7 {
  opacity: 0; 
  animation: slideInLeft 1s ease-out forwards;
}
.aboutus .col-lg-7 {
  animation-delay: 0.5s;
}

/* health checkup */

.team-img2 img {
  border-radius: 30px;
  padding: 6px;
  border: 2px solid #fff;
  box-shadow: var(--box-shadow)
}
.team-img2 img{
  width: 100%;
  height: auto;
}
.team-bio a{
  padding: 10px 15px;
  border-radius: 5px;
}
@keyframes buttonHover {
  from {
      background-color: #007bff;
      transform: translateX(0);
  }
  to {
      background-color: #1abb25;
      transform: translateX(8px);
  }
}

.btn-primary {
  background-color: #007bff; 
  color: #fff; 
  transition: all 0.3s ease-out; 
}

.btn-primary:hover {
  animation: buttonHover 0.3s forwards;
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.team-item1 {
  padding: 0 20px 20px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  transition: var(--transition);
  z-index: 1
}
.team-item1::before {
  content: "";
  position: absolute;
  background: var(--primary);
  border-radius: 30px;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: -1
}
.team-item1:hover {
  transform: translateY(-10px)
}
.breadcum_service-detailhealth{
  background-image: url(assets/images/health/health-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.health-checkup{
  background-color: #fcfeff;
}
.team-item1 {
  transition: transform 0.4s ease-out; 
}
.team-item1:hover {
  transform: translateY(-10px);
}
.value-box{
  background-image: url(assets/images/about/about-v-bg.webp);
}
.heading{
  font-size: 40px;
  font-weight: 700;
  color: #ffffff
}
.box {
  padding: 70px;
  margin: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 20px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.box:hover {
  transform: scale(1.05);
  background-color: #839ae8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* health check up end */

/* gurukul section */
.g-img img{
     padding-left: 30px;
}
.he-1{
  font-size: 40px;
  font-weight: 600;
  color: #027dc8;;
}
.gurukul{
  color: #e1dfdf;
}
.g-img {
  overflow: hidden; 
}

.g-img img {
  width: 100%;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.g-img img:hover {
  transform: scale(1.1) translate(10px, 10px);
  filter: brightness(0.9);
}

/* ket management  */
.single-shop {
	text-align: center;
	background-color: #f4faff;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0 0 5px 1px #ccc
}

.single-shop .shop-img .shop-img-1 {
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.single-shop .shop-img .shop-img-1 .shop-img-2 {
	/* width: 100%; */
	/* height: 100%; */
	opacity: 0;
	-webkit-transform: scale(3);
	transform: scale(3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.single-shop .shop-content {
	padding: 25px 30px 15px 30px;
	background: var(--primary);
	color: #fff
}

.single-shop .shop-content .title {
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px
}

.single-shop .shop-content h3 {
	font-size: 17px;
	/* text-transform: uppercase; */
	color: #fff
}

.single-shop .shop-content .price {
	color: var(--primary);
	font-size: 20px
}

.single-shop .purchase-bar {
	background-color: #f3f6f9;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 20px 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -175px;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-shop .purchase-bar ul {
	line-height: 1;
	margin-bottom: 20px
}

.single-shop .purchase-bar ul li {
	display: inline-block;
	padding: 0 5px
}

.single-shop .purchase-bar ul li a i {
	font-size: 20px;
	color: var(--primary);
	background-color: #def5ee;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s
}

.single-shop .purchase-bar ul li a:hover i {
	background-color: var(--primary);
	color: #fff
}

.single-shop:hover .purchase-bar {
	bottom: 0
}

.single-shop:hover .shop-img .shop-img-2 {
	opacity: 0
}

.single-shop:hover .shop-img .shop-img-2 {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product-slider .single-shop {
	margin-bottom: 0
}

.product-list .single-shop {
	margin-bottom: 30px;
	margin-left: 12px;
	margin-right: 12px
}

.product-list .single-shop .shop-content {
	padding: 60px 0 20px;
	text-align: left
}

.product-list .single-shop .purchase-bar {
	position: relative;
	padding: 0;
	bottom: 0;
	text-align: left;
	box-shadow: none
}

.product-list .single-shop .purchase-bar ul li {
	text-align: center
}
.default-btn{
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}
.breadcum_service-detailkey{
  background-image: url(assets/images/about/key-b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.single-shop{
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
}

.icon_vsn {
  width: 100%;
  float: left;
  margin-top: -62px;
  margin-bottom: 25px;
}
.icon_vsn i {
  background: var(--primary);
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  border-radius: 50%;
  color: #fff;
}
.bg_area2 {
  background: rgb(255 255 255 / 72%);
  padding: 30px;
  border-radius: 50px;
  float: left;
  width: 100%;
}
.gurukul
{
  background-image: url(assets/images/about/about-gurukul.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.ttm-play-icon-btn .ttm-play-icon-animation:before {
  width: calc(100% * 1.6);
  height: calc(100% * 1.6);
  opacity: .5;
  background-color: #fff;
}

.section-title h3 {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  margin-top: 30px;
}
.btn_sub a {
  background: var(--primary);
  padding: 9px 20px;
  border-radius: 7px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  color: #fff;
}
.play_you {
  background: var(--primary);
  color: #fff;
  width: 70px;
  height: 70px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  line-height: 70px;
}
h3.title_sub {
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
.ft_you_pic {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: var(--primary);
}
.ft_you_pic img {
  width: 20px;
}

.subscribe-btn img {
  max-width: 230px;
  height: auto;
}
.ft_you_pic span {
  background: var(--primary);
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
.ft_you_pic i {
  color: var(--secondary);
  margin-left: 5px;
}
button.read_test,a.health_btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  text-transform: capitalize;
}
.team-bio {
  color: #fff;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
button.read_test:hover, .team-item1:hover a.health_btn
{
  background: var(--secondary);
}
a#mybtn
{
  
border: 1px solid #fff;
  
padding: 8px 20px;
  
color: #fff;
  
text-transform: uppercase;
  
border-radius: 7px;
}
a#mybtn:hover
{
  
background: #fff;
  
color: #000;
}


/*Cotnact Page*/
.promo-item {
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 20px #a5c3d5f0);
  background-color: #fff;
  padding: 30px 17px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.promo-item:hover:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--primary);
}
.promo-item:before {
  content: '';
  position: absolute;
  right: -65px;
  width: 95px;
  height: 95px;
  top: -55px;
  border-radius: 50px;
  background-color: var(--primary);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}
.promo-item:hover .promo-img
{
  background-color: var(--secondary);
}
.promo-item:hover h5,
.promo-item:hover p
{
  color: #fff;
}
.promo-img {
  margin-bottom: 25px;
  background: var(--primary);
  float: left;
  border-radius: 50%;
  margin-right: 15px;
}
.promo-bottom-shape {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.promo-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary);
}

.promo-bottom-shape {
  /* position: absolute; */
  /* right: 11px; */
  /* bottom: -9px; */
  /* width: 100%; */
  /* z-index: -1; */
}
section.contact_page {
}
.promo-img i {
  font-size: 35px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: block;
}
.promo-item p {
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  color: #000;
}
p.get_in {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}

.contact-sction {
  padding: 70px 0;
  background-image: url(assets/images/contactus/contact-img-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}

.form-group textarea {
  height: 100px!important
}

.contact-sction .form-group input,.contact-sction .form-group textarea {
  height: 40px;
  width: 100%;
  margin-bottom: 9px;
  padding-left: 11px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #000;
  background: #fff;
}

.contact-sction .form-group input::placeholder,.contact-sction .form-group textarea::placeholder {
  color: #fff
}

.career-sction .carer-box-contnt {
  min-height: 605px;
  background-color: var(--kisroli-bg);
  padding: 30px;
  border-radius: 0 0 5px 5px
}

.contact-sction .cntc-box-contents{
  background-color: var(--primary);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 10px
}

.contact-sction form button:hover {
  box-shadow: 0 0 5px 0 #000
}

.cntc-box-details {
  gap: 60px 0
}

.cntc-addr-title,.cntc-email-title,.cntc-phone-title {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px
}

.cntc-addr-title h3,.cntc-email-title h3,.cntc-phone-title h3 {
  margin-bottom: 0
}

.cntc-addr-title i,.cntc-email-title i,.cntc-phone-title i {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px
}

.cntc-box-details .cnct-email-content a:hover,.cntc-box-details .cnct-phone-content a:hover {
  color: unset;
  padding-left: 10px;
  transition: all .5s
}

.carer-box-contnt,.cntc-box-contents {
  position: relative
}

.carer-box-contnt .bg-pattern,.cntc-box-contents .bg-pattern {
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.carer-box-contnt .img_dots,.cntc-box-contents .img_dots {
  background-image: url(assets/images/shape/cntcpattern.webp)
}

.map {
  padding: 0
}

.map iframe {
  width: 100%;
  height: 450px
}
.promo-item a {
  color: #000;
}

.doctor-item.m-0 {
  padding: 0;
  margin: 0;
}
.promo-item:hover a, .promo-item:hover p,
.promo-item:hover .working_time b,
.promo-item:hover .working_time ul li {
  color: #fff;
}
.working_time {
  float: left;
  width: 100%;
  padding-left: 4%;
}
.add_bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.add_bar .promo-img {
  margin-bottom: 0;
}
.appointment-item.contact_form {
  padding: 20px 25px 25px 25px;
}
.page-header-content {
  /* position: absolute; */
  /* bottom: 0; */
}

/*
	Team Section Two
*/

.team-section-two{
	position:relative;
	padding-bottom: 40px;
}

.team-section-two .sec-title .text{
	margin-top:40px;
}

.team-block-two{
	position:relative;
	margin-bottom:30px;
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color: var(--primary);
	border-radius:0px 0px 150px 150px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block-two .inner-box:hover .image{
	border-radius:150px 150px 0px 0px;
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block-two .inner-box:hover .image img{
	opacity:0.80;
	transform:scale(1.04,1.04);
}

.team-block-two .inner-box .lower-box{
	position:relative;
	margin-top:-30px;
	padding:20px 20px 25px;
	text-align:center;
	border-radius:50px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block-two .inner-box .lower-box .content{
	position:relative;
}

.team-block-two .inner-box .lower-box h5{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	font-size: 20px;
}

.team-block-two .inner-box .lower-box h5 a{
	position:relative;
	color: var(--primary);
}

.team-block-two .inner-box .lower-box .designation{
	position:relative;
	color: #000;
	font-size: 18px;
	margin-top:5px;
	font-weight: 600;
}

.team-block-two .inner-box .lower-box .social-box{
	position:absolute;
	left:50%;
	opacity:0;
	bottom:-17px;
	padding:5px 16px;
	border-radius:50px;
	display:inline-block;
	background-color: var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transform:translateX(-50%);
}

.team-block-two .inner-box .lower-box .social-box li{
	position:relative;
	padding:0px 6px;
	text-align:center;
	display:inline-block;
}

.team-block-two .inner-box .lower-box .social-box li a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block-two .inner-box .lower-box .social-box li a:hover{
	color:#141d38;
}

.team-block-two .inner-box:hover .lower-box .social-box{
	opacity:1;
}

.team-block-two .inner-box .lower-box .social-box a {
    color: #fff;
    font-size: 14px;
}
h2.title.breadcum_heading {
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px #000;
}

.cta-section .cta-wrap {
  background-image: url(assets/images/resources/cta.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: revert;
  border-radius: 5px;
  padding: 50px 80px 50px 80px;
  margin-bottom: -110px;
  position: relative;
  z-index: 5;
}
.cta-left h2 {
  color: white;
  line-height: 43px;
}
.cta-left h2 {
  color: white;
  line-height: 43px;
  font-size: 30px;
}
.cta-right h3 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 20px; */
}
.cta-right {
  text-align: right;
}
h3.slide-sub-title1.wow.fadeInLeft {
  font-size: 40px;
  font-weight: 700;
  text-shadow: 4px 2px 5px #000000;
  color: #ffffff;
  margin: 25px 0px;
}
h2.slide-title1.title-light.wow.fadeInLeft {
  font-size: 23px;
  color: #000;
  text-shadow: 1px 1px 1px #ffffff;
}
.slider_psm img {
  width: 100%;
  height: auto;
}
.slider_psm {
  width: 100%;
  margin-top: -24px;
}
.about_right1
{
  width: 100%;
  height: auto;
}
.about_right1 img
{
  width: 100%;
  height: auto;
  border-radius: 50px 50px 0px 0px;
}
/*Specialist Detail page*/
.all__sidebar-help-image-content {
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: 0 40px;
  background: #ffffffc2;
  position: absolute;
  text-align: center;
  bottom: 0;
}
.all__sidebar-help-image-content h4 {
}

.all__sidebar-item {
  padding: 25px;
  border: 1px solid rgb(19 19 19 / 6%);
  margin-bottom: 30px;
  background: #fcfcfc;
  box-shadow: 0px 0px 6px 2px #ccc;
  border-radius: 15px 15px 0px 0px;
}
.all__sidebar-item-solution ul {
  padding: 0;
  margin: 0;
}
.all__sidebar-item-solution ul li {
  list-style: none;
}
.all__sidebar-item-solution ul li a {
  color: #fff;
  display: block;
  transition: all 0.4s ease-out 0s;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  padding: 12px 20px;
  border-bottom: 1px solid rgb(19 19 19 / 10%);
  border-radius: 6px;
  background: var(--primary);
  margin-bottom: 4px;
}
.all__sidebar-item-solution ul li a i {
  font-size: 14px;
  margin-right: 10px;
  opacity: 0;
  margin-left: -20px;
  transition: all 0.4s ease-out 0s;
}
.all__sidebar-item-solution ul li a:hover {
  color: #fff;
  background: var(--secondary);
  border-color: var(--secondary);
  padding-left: 20px;
}

.all__sidebar-item-solution ul li a:hover i {
  opacity: 1;
  margin-left: 0;
}
.all__sidebar-help-image-content h4 {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.all__sidebar {
  position: relative;
}
img.img__full {
  width: 100%;
  height: auto;
}
.service-content h2 {
  font-size: 30px;
  margin-bottom: 16px;
  padding-right: 15px;
}
.service-content {
  background: #fcfcfc;
  box-shadow: 0px 0px 6px 2px #ccc;
  border-radius: 15px;
  padding-top: 15px;
  float: left;
}
.service_content1 {
  box-shadow: 0px 0px 2px 1px #97a0a5;
  padding: 30px;
  width: 99.8%;
  margin-left: 1px;
}

.contact-info-two .left-column .single-info-box {
  padding: 25px 0px 25px 76px;
  background: linear-gradient(90deg, #ebebeb 0%, #fff 100%);
  z-index: 99;
}


.single-info-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--primary);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transform: rotateY(90deg);
}

.content-title {
  font-size: 44px;
  margin-top: 0;
  border-left: 5px solid var(--primary);
  padding-left: 15px;
  margin-bottom: 40px;
  line-height: 53px;
}
.sidebar .widget-title {
  font-size: 30px;
  position: relative;
  margin: 0 0 22px;
  padding-left: 15px;
  border-left: 3px solid var(--primary);
  color: var(--primary);
  font-weight: 700;
}
.service_content1 li i {
  color: var(--primary);
  margin-right: 10px;
  margin-top: 8px;
}
.service_content1 ul li {
  display: flex;
  /* align-items: center; */
}
a.appoint {
  padding: 5px 12px;
  font-size: 15px;
}
.service_content1 h3 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}
.all__sidebar-item.sidebar.service_area {
  padding: 0;
  box-shadow: none;
  border: none;
  background: #fff;
  /* padding-right: 25px; */
}

.service-content.ser_area_con {
  box-shadow: none;
  background: #fff;
  padding: 0;
}
.all__sidebar-item-solution.service_opd ul li a {
  padding: 12px 16px;
  border-radius: 0px;
}
.all__sidebar.main_side1 {
  padding-right: 25px;
}

/*Service details*/
.default-sidebar {
  position: relative;
  display: block;
}
.default-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 20px;
}
.default-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  background-color: #ebedeb;
  padding: 16px 32px;
  z-index: 1;
  color: var(--primary);
}
.service-sidebar .category-widget .widget-content {
  position: relative;
  display: block;
  padding: 30px 23px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}
.default-sidebar .sidebar-widget .widget-title h5 {
  display: block;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.color-green {
  color: var(--primary);
  font-size: 22px;
}
.service-sidebar .category-widget .widget-content li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.service-sidebar .category-widget .widget-content li a:hover, 
.service-sidebar .category-widget .widget-content li a.current {
  color: #fff;
  background-color: var(--primary);
  padding-left: 80px;
}
.service-sidebar .category-widget .widget-content li a {
  position: relative;
  display: block;
  font-weight: 600;
  color: var(--primary);
  background-color: #fff;
  padding: 12px 20px 12px 50px;
  box-shadow: 0px 0px 1px 1px #027ec8;
}
.service-sidebar .category-widget .widget-content li a:hover i, 
.service-sidebar .category-widget .widget-content li a.current i {
  width: 60px;
  color: #fff;
}
.service-sidebar .category-widget .widget-content li a:hover i, 
.service-sidebar .category-widget .widget-content li a.current i {
  background-color: #56b13d;
}
.service-sidebar .category-widget .widget-content li a i {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  background-color: var(--primary);
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: all 500ms ease;
}
.default-sidebar .sidebar-content .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 366px;
  /* background: #f1f1f1; */
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
.default-sidebar .sidebar-content .shape-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 270px;
  height: 67px;
  background-repeat: no-repeat;
  z-index: 1;
}
.sidebar-content .image-layer {
  position: absolute;
  right: 0px;
  top: 0px;
}
.default-sidebar .sidebar-content .upper-box {
  position: relative;
  display: block;
  max-width: 184px;
  margin-top: 6%;
}
.default-sidebar .sidebar-content .upper-box .icon-box {
  position: relative;
  margin-bottom: 23px;
}
.default-sidebar .sidebar-content .upper-box h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.default-sidebar .sidebar-content .upper-box .theme-btn {
  background-color: #000;
  color: #fff !important;
  padding: 12px 38px;
}
.default-sidebar .sidebar-content .support-box {
  position: absolute;
  display: block;
  padding-left: 56px;
  z-index: 2;
  bottom: 0;
}
.default-sidebar .sidebar-content .support-box .icon-box {
  position: absolute;
  left: 0px;
  top: 3px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
}
.default-sidebar .sidebar-content .support-box h6 {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.default-sidebar .sidebar-content .support-box h5 {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
}
.default-sidebar .sidebar-content .support-box h5 a {
  display: inline-block;
  color: #fff;
}
.sidebar-content {
  position: relative;
  float: left;
  width: 100%;
  height: 368px;
}
.default-sidebar .sidebar-widget .widget-title .icon-box {
  position: absolute;
  top: 16px;
  right: 30px;
}
.fw-single-image img {
  width: 100%;
  height: auto;
}
.fw-single-image {
  width: 100%;
  height: auto;
}

/*Contact Details*/
.doctor-details-item {
  margin-bottom: 30px;
}
.doctor-details-left {
  box-shadow: 0 0 10px 0 #ddd;
  position: relative;
  text-align: center;
  border-radius: 20px;
  margin-top: -175px;
}
.doctor-details-item img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.doctor-details-item .doctor-details-contact a {color: #fff;}
.doctor-details-item .doctor-details-contact h3 {
  font-weight: 600;
  font-size: 22px;
  color: #4a6f8a;
  margin-bottom: 30px;
}
.doctor-details-item .doctor-details-contact ul {
  margin: 0;
  padding: 0;
}
.doctor-details-item .doctor-details-contact ul li {
  list-style-type: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  background: var(--primary);
  color: #fff;
  padding: 14px 0px;
  border-radius: 0px 0px 20px 20px;
}
.doctor-details-item .doctor-details-contact ul li i {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  font-size: 23px;
  position: relative;
  top: 2px;
}
.doctor-details-item .doctor-details-work {
  padding-left: 65px;
  padding-bottom: 60px;
}
.doctor-details-item .doctor-details-biography h3 {
  font-weight: 600;
  font-size: 25px;
  color: var(--primary);
  margin-bottom: 25px;
}
.page-title-area:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  background-color: var(--primary);
}
.page-title-item-two {
  position: relative;
  text-align: left;
  padding-top: 70px;
}
.page-title-item-two h2 {
}
.page-title-item-two h2 {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  margin-bottom: 14px;
}
.page-title-item-two p {
  margin-bottom: 0;
  font-size: 20px;
  color: #fefefe;
  padding-bottom: 55px;
}
.details-list > li .details__title {
  flex: 0 0 40%;
  margin-bottom: 0;
}
.details-list > li {
  border-bottom: 1px solid #7f7c7c;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
  border-radius: 13px;
  background: #f1f1f1;
  margin-bottom: 5px;
}
.details-list > li .details__content {
  flex: 0 0 60%;
  max-width: 60%;
  font-weight: 600;
  font-size: 17px;
}


.widget1 {
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  background-image: url(assets/images/resources/5.jpg);
  background-size: cover;
  background-position: center;
}

.widget__icon1, 
.widget__title1,
.widget__desc1 {
  color: #ffffff;
}
p.widget__desc1 {
  margin-bottom: 25px;
}
.doctor-details-right {
  padding-left: 50px;
}
.list-items-layout2 li:before {
  color: #ffffff;
  border-color: #21cdc0;
  background-color: #21cdc0;
}

.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 9px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #21cdc0;
}
.page-header-content.doctor_detail1 {
  position: relative;
  padding-left: 50px;
}
h5.details__title {
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
}
.swami_pic
{
  width: 100%;
  height: auto;
}
.swami_pic img {
  width: 100%;
  border-radius: 20px;
}
h3.key_des {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
  font-weight: 700;
  margin-top: 10px;
}
.read-more-container {
  display: inline-block;
  cursor: pointer;
  color: #000;
  text-align: left;
}

.read-more-container .extra-content {
  border-radius: 25px;
  display: block;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  padding: 0 10px;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  top: 0;
  left: 0;
}

.read-more-container:hover .extra-content {
  max-height: max-content;
  padding: 10px;
  height: 88vh;
}
.title_test {
  background: var(--primary);
  padding: 10px 22px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 15px;
}

.title_test h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
span.extra-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
span.extra-content ul li {
  border-bottom: 1px solid #000;
  padding: 1px 3px;
}
button.read_test {
  padding: 4px 12px;
  font-weight: 600;
  color: #fff;
  background: transparent;
}
span.extra-content ul {
  padding: 0px 10px;
}
span.extra-content i {
  color: var(--primary);
  font-size: 19px;
  margin-right: 8px;
}

/*Blogs*/
.blog-details-item {
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 16px;
  color: var(--primary);
}

.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-img p {
  margin-bottom: 20px;
}
.blog-details-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 4px 1px #7f8589;
  padding: 10px;
  border-radius: 10px;
}
.blog-details-item .blog-details-recent h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: var(--primary);
}
.blog-details-item .blog-details-recent ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-recent ul {
  margin: 0;
  padding: 0;
}
.blog-details-item .blog-details-recent ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: auto;
}
.blog-details-item .blog-details-recent ul li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-bottom: 6px;
  line-height: 23px;
}
.blog-details-item .blog-details-recent ul li ul li {
  display: inline-block;
  padding-left: 0;
  color: var(--primary);
  font-size: 12px;
  margin-right: 25px;
  padding-bottom: 0;
}
.blog-details-item .blog-details-recent ul li ul li a {
  font-weight: 400;
  color: var(--primary);
  display: inline-block;
  font-size: 14px;
}
.blog-details-item .blog-details-recent ul li ul li i {
  font-size: 20px;
  margin-right: 2px;
  display: inline-block;
}
.blog-details-form .blog-details-form-wrap h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 21px;
}
.blog-details-form .blog-details-form-wrap .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  border-radius: 6px;
  border: 0;
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(221, 221, 221, .7215686275);
}

.blog-details-form .blog-details-form-wrap .form-group textarea {
  height: auto !important;
  padding: 20px;
  z-index: 1;
  position: relative;
}
.blog-details-form .blog-details-form-wrap .form-group {
  margin-bottom: 30px;
}
.blog-details-form .blog-details-form-wrap .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  border-radius: 6px;
  border: 0;
  background-color: #fafafa;
  box-shadow: 0 2px 5px 0 #027ec8;
}
.blog-details-form .blog-details-shape {
  position: absolute;
  top: 130px;
  right: 0;
  width: 360px;
  animation: a-six 5s infinite linear;
}
.blog-details-form.pb-100 {
  position: relative;
}
.blog-details-form .blog-details-shape img {
  width: 100%;
  height: auto;
}
.blog-details-item .blog-details-previous h3 {
  color: #232323;
  font-weight: 700;
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 25px;
}
.blog-details-item .blog-details-previous ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.blog-details-item .blog-details-previous ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 6px;
}
.blog-details-item .blog-details-recent ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 120px;
}

.appointment-item-two .appointment-shape {
  position: absolute;
  bottom: -65px;
  left: -74px;
  width: 310px;
  animation: a-six 5s infinite linear;
}
.appointment-item-two {
  background-image: none;
  /* margin-bottom: 30px; */
  box-shadow: 0 0 20px 0 #ddd;
  /* padding: 80px 65px; */
  position: relative;
}
.appointment-wrap-two{
  background-image: url(assets/images/resources/appointement.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  z-index: 1;
  position: relative;
  background-attachment: fixed;
}
.appointment-item-two-right .appointment-item-content h2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 17px;
}

.appointment-item-content {
  background: #fffffff0;
  padding: 28px;
  width: 81%;
  float: left;
  margin-left: 7%;
  display: block;
}
.appointment-item-content p {
  border-bottom: 1px solid #7a7373;
  padding: 9px 0px;
}
p.line_break {
  border-bottom: 1px solid #878080;
  border-top: 1px solid #878080;
  padding: 2px 0px;
  margin: 4px 0px;
}
b.mor {
  width: 112px;
  float: left;
}
li.line_break {
  border-bottom: 1px solid #938888;
  border-top: 1px solid #938888;
  margin: 8px 0px;
  padding: 6px 0px;
}
.gallery-item {
  margin-bottom: 15px;
}
.filter-button {
  margin: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
button.btngallery {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  border-radius: 2px;
}
button.btngallery:focus, button.btngallery:hover {
  background: var(--secondary);
  box-shadow: none;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.desktop992{
  display: block;
}
.mobile992{
  display: none;
}
@media (max-width: 992px) {
  .heart-shape1 img {
      display: none;
  }
  .header-top {
    display: none;
}
h2 {
    font-size: 35px;
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.emergency-bg {
    margin-top: 50px;
}
.mar-b992{
  margin-bottom: 20px;
}
.banner-item p {
    margin-bottom: 15px;
}
.about_area001 {
    padding-left: 0;
}
.counter-item h3 {
    font-size: 25px;
}
.counter-item p {
    font-size: 14px;
}
.counter-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.counter-item {
    margin-bottom: 0 !important;
}
.cta-left h2 {
    line-height: 30px;
    font-size: 25px;
}
.cta-section .cta-wrap {
    padding: 20px;
}
.cta-right {
    text-align: left;
    margin-top: 20px;
}
.main-footer.style-two {
    padding-top: 100px;
}
.main-footer .widget-title {
    margin-bottom: 15px;
}
.slide-sub-title {
    font-size: 30px;
}
.desktop992{
  display: none;
}
.mobile992{
  display: block;
}
.h-1 {
    font-size: 30px;
    margin-top: 0px;
}
.vi-mar-top{
  margin-top: 80px;
  margin-bottom: 50px;
}
.icon_vsn i {
    width: 70px;
    height: 70px;
    line-height: 74px;
    font-size: 40px;
}
.doctor-details-left {
    margin-top: 0px;
}
.doctor-details-right {
    padding-left: 0;
}
.offset-4 {
    margin-left: 0;
}
.page-header-content.doctor_detail1 {
    padding-left: 0;
}
.page-header-content .sub-title {
    padding: 8px 10px;
}
.appointment-item-content {
    background: #fffffff0;
    padding: 20px;
    width: 90%;
    margin-left: 5%;
}
}
@media (max-width: 776px) {
  .mar-b{
    margin-bottom: 25px;
  }
  .logo {
      width: 100px;
      height: auto;
  }
  h2 {
    font-size: 30px;
}
.about-left:before {
  left: 13px;
  width: 281px;
  height: 200px;
}
.about-left:after {
  right: 20px;
  width: 180px;
  height: 200px;
}
.specialist__content {
  padding: 15px;
}
.specialist__desc {
  margin-bottom: 10px;
}
.specialist__title {
  margin-bottom: 5px;
}
.services-card {
    padding: 15px 10px 15px;
}
.services-card h3 a {
    font-size: 18px;
}
.services-card {
  min-height: 243px;
}
.welcome-right {
    padding-left: 5px;
}
.appointment-item {
  padding: 15px;
}
.news-block-one .inner-box .lower-content h3 a {
    font-size: 16px;
}
.news-block-one .inner-box .lower-content {
    padding: 15px;
}
.news-block-one .inner-box .lower-content .post-info li {
    text-align: end;
}
.cta-section .cta-wrap {
    padding: 15px;
}
.copy-text.ct-left {
    text-align: center;
}
.copy-text.ct-right {
    text-align: center;
}
.desktop{
  display: none;
}
.mobile{
  display: block;
}
.slider-content {
    padding: 20px;
    border-radius: 0px 40px 0px 40px;
}

}


@media (max-width: 576px) {
  h2 {
    font-size: 25px;
}
section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.emergency-bg {
    margin-top: 50px;
}
.counter-area {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mar-b567{
  margin-bottom: 25px;
}
.welcome-item ul li .welcome-inner {
    padding-left: 92px;
}
.testimonial-block .inner-box {
    padding: 15px 15px 29px 15px;
}
.cta-left h2 {
    line-height: 20px;
    font-size: 20px;
}
.wi-50{
  width: 50%;
}
.slide-sub-title {
    font-size: 25px;
}
.banner {
    padding-top: 70px;
}
.service-content h2 {
    font-size: 25px;
}
.content-title {
    line-height: 30px;
}
.service_content1 {
  padding: 15px;
}
.all__sidebar-item {
    padding: 15px;
}
.footer-copyright-sction {
    margin-top: 0;
}
.section-title h2 {
    font-size: 25px;
}
.h-1 {
  font-size: 25px;
}
.bg_area2 {
  padding: 15px;
}
.pb-50 {
    padding-bottom: 20px;
}
}
@media (max-width: 576px) {
}