/********** Homeopathy CSS **********/




.bg-dblue{
    background-color: #0E69A0!important;
}





/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}








.text-primary {
  color: #0e69a0!important;
}




/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

/*.navbar {
    padding: 11px 0 !important;
    height: 85px;
}
*/
.navbar .navbar-nav .nav-link {
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 7%;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url('/wp-content/themes/medhealth_physiotherapy/css/../img/bg.png') center center no-repeat;
    background-size: cover;
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}





#carousel .carousel-item{
  background-size: 100%;
  background-repeat: no-repeat;
}
#carousel .carousel-item {
  height: 100%;
  width: 100%;
  background: no-repeat center center scroll;
  background-size: cover;
}
#carousel .carousel-item img{
  width: 100%;
}
#carousel .carousel-inner{
	height: 60vh;
}
#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.caption{
  z-index: 454;
  position: relative;
  top: 120px;
}
#carousel .carousel-item::after{
  content: "";	
  width: 100%;
  height: 100%;	
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.021428639815301076) 100%); 
  position: absolute;
  top: 0px;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
  color: #fff;
  font-size: 40px;	
  font-family: 'Poppins', sans-serif;
}
#carousel .caption h3{
  animation-duration: 1s;
  animation-delay: 2s;
  color: #fff;
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
	padding-bottom: 3%;
  font-weight: bold;
}
#carousel .caption p {
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .learnbtn{
  padding: 10px 20px;
  line-height: 50px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  background-color: #144b5f!important;	
  color: #fff;
}
#carousel .learnbtn:hover{
  transition: .5s;
  background-color: #fff!important;	
  color: #144b5f;
}








/*** Start homeopathic ***/



.homeopathic-cont{
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.homeopathic-cont h1{
  color: #0e69a0;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
	text-align:left;
}
.homeopathic-cont h2{
  color: #0e69a0;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
}
.homeopathic-cont h3{
  color: #e9a915;
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
}
.homeopathic-cont p{
  color: #404040;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.homeoabtpic{
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 50px 5px 50px;
}








/***  End homeopathic ***/



#bookappointment .bg-dblue{
	padding-bottom: 5%;
}
#bookappointment h3{
	width: 100%;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin: auto;
	padding-top: 8%;
}
#bookappointment h4{
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin: auto;
	width: 80%;
	padding-top: 2%;
}
#bookappointment p{
	width: 80%;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin: auto;
}
.bookapppic{
	width: 100%;
	height: 100%;
}
.bookapppic img{
	width: 100%;
	height: 500px;
}






/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}
.feature-item .border.py-5.px-3 i{
	color: #fff!important;
}
.homeomedipic{
	width: 100%;
	height: 400px;
	object-fit: contain;
}








.whychoose{
	padding-top: 5%;
	padding-bottom: 5%;
	background-color: aliceblue;
}
.whychoose h2{
  color: #0e69a0;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
}
.whychoose p{
  color: #404040;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.feature-item h5{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 20px;
}
.feature-item p{
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	min-height: 100px;
}






.benefits{
	padding-top: 4%;
	padding-bottom: 4%;
}
.benefits h2{
  color: #0e69a0;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
}
.benefits h5{
  color: #0e69a0;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}
.benefits p{
  color: #404040;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.benefits .ps-3{
  margin-left: 30px;
  margin-bottom: 20px;
  line-height: 20px;
  width: 80%;
}
.benefits .ps-3 span{
    font-size: 15px!important;
}
.benefits .w-25.bg-primary.my-2 {
  position: relative;
  left: 0px;
}
.benefits i{
	color: #0e69a0!important;
    font-size: 20px;
	
}
.benefits .border {
  border: 1px solid #0e69a0!important;
}
.btn-square.rounded-circle.border.flex-shrink-0 {
  width: 70px;
  height: 70px;
}



.accordionsec{
	background-color: aliceblue;
	padding-top: 5%;
	padding-bottom: 5%;
}
.accordionsec h2{
  color: #0e69a0;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 0%;
  font-weight: bold;
}
.accordionse p{
  color: #404040;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.accordion h2 .accordion-title {
  color: #0e69a0;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-align: center;
}









/*** Deal ***/
.deal {
    position: relative;
    background: url('/wp-content/themes/medhealth_physiotherapy/css/../img/bg.png') center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url('/wp-content/themes/medhealth_physiotherapy/css/../img/bg.png') center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url('/wp-content/themes/medhealth_physiotherapy/css/../img/bg.png') center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url('/wp-content/themes/medhealth_physiotherapy/css/../img/bg.png') center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}