/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;.gradientlogo
}

body{
    font-family: 'Roboto Slab', serif;
    overflow-x: hidden;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    /*font-family: "Jost",sans-serif;*/
    font-family: 'Roboto Slab', serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: #091E3E;
}




h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #d92133;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #c22549;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   /* background: rgba(9, 30, 62, .85);*/
    background: rgb(9 30 62 / 36%);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url('https://i.pinimg.com/originals/69/36/b1/6936b1f4e0ccb2d7ef88fab165bf6aad.jpg') center center no-repeat;
    background-size: cover;
/*    height: 80vh;*/
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url('../img/banners/ban4.jpeg') center center no-repeat;
    background: url('https://survivingspirits.com/wp-content/uploads/2020/04/Canva-Offering-healing-energy-banner.jpg') center center no-repeat;
    /*background: url(https://www.yamseng.in/wp-content/uploads/2017/09/client-testimonials-background.jpg) center center no-repeat;*/
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(to bottom, #732b84 0%, #d1223a 100%);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: linear-gradient(to bottom, #732b84 0%, #d1223a 100%);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


/*----------------Kuldeep Design Code----------------*/
.bg-primary {
    background-color: #992969 !important;
}
.btn-primary {
    color: #fff;
   /* color: #000;*/
    background-color: #992969;
    border-color: #992969;
}
.bg-secondary {
    background-color: #c22549 !important;
}
.btn-primary {
    color: #fff;
    /* color: #000; */
    background-color: #c22549;
    border-color: #c22549;
}
.text-primary {
    color: #c22549 !important;
}
.kp-input-height{
    height: 55px;
}
.form-check-input:checked {
    background-color: #c22549;
    border-color: #c22549;
}
.form-check-input:focus {
    border-color: #83d1ed;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(194 37 73 / 18%);
}

.form-control {
  width: 100%;
}
.multiselect-container {
  box-shadow: 0 3px 12px rgba(0,0,0,.175);
  margin: 0;
}
.multiselect-container .checkbox {
  margin: 0;
}
.multiselect-container li {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.multiselect-container li a {
  line-height: 25px;
  margin: 0;
  padding:0 35px;
}
.custom-btn {
  width: 100% !important;
}
.custom-btn .btn, .custom-multi {
  text-align: left;
  width: 100% !important;
}
.dropdown-menu > .active > a:hover {
  color:inherit;
}

.kp-box{
        box-shadow: 0px 1px 16px 3px #c2254975;
    border-radius: 0px 30px 0px 30px;
    border: 1px solid #fff;
}
.kp-box:hover{
    box-shadow: 0px 6px 24px 6px #c2254975;
    border-radius: 0px 30px 0px 30px;
    border: 1px solid #fff;
}
.pricingPlanTbl{
    font-size: 28px;
    color: #fff;
    background: #091e3e;
}
.pricingPlaninner-a{
    color: #000;
}
.pricingSubscribebtn{
    color: #fff;
    font-weight: bold;
}
.kptd{
    padding:20px!important;
}

.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
    color: #c22549;
    font-size: 18px;
}
.gradientlogo{
    /*background: linear-gradient(to bottom, #732b84 0%, #d1223a 100%);*/
    /*background-image: linear-gradient(to right, #fff , #d1223a);*/
    background-color:#00000033;
}
.tiny-footer{
    background: #d02239;
}

.issue-box-title{
    position: relative;
    top: -80px;
}
.issue-box-title-a{
    padding: 7px;
    font-size: 16px;
    background: #c22549;
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #c22549;
    border-radius: 20px;
    margin-left: 10px;
}
.issue-box-title-a:hover{
    background: #c22549;
    color: #fff;
}
.issue-box-titlep{
    padding-top: 10px;
    padding-left: 15px;
    color: white;
    font-size: 15px;
}
.issue-box:hover{
    box-shadow: 3px 0px 12px 1px ;
}
.product-card {
    position: relative;
   /* box-shadow: 0 2px 7px #dfdfdf;*/
    box-shadow: 2px 2px 5px 4px;
    background: #fafafa;
    margin-bottom: 20px;
}

.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #c22549;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 50px;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details { 
    background: #c22549;
    padding: 30px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}

.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #fff;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #fbb72c;
}
.img-hover-zoom {
  max-height: 271px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
/*.img-hover-zoom img {
    min-height: 243px;
    transition: transform .5s ease;
}*/

.img-hover-zoom img {
    min-height: 271px;
    transition: transform .5s ease;
    object-fit: cover;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.mybackImg{
       background-size: cover;
    width: 100%;
    min-height: 515px;
    /* background: url(img/banners/appp.jpeg); */
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    }
    
.brows-morebtn{
    border: 2px solid #c22549;
    padding: 10px;border-radius: 23px;
    color: #c22549;
    }
.addTocart{
    color: #c22549 !important;
    background: #ffffff !important;
    border: 1px solid #f58444 !important;
    padding: 5px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 11px !important;
}
    .testimonial-carousel .owl-nav {
    /* position: absolute; */
    width: calc(100% + 0px);
    height: 46px;
    top: calc(50% - 23px);
    left: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(9 30 62);
    border-radius: 2px;
}
.fa-plus{
    float: right; 
    padding-top: 4px;
}
.main-login-section{
    display: flex;
    justify-content: center;
   
}
.kp-main-login-section{
    width: 900px;
     border: 2px solid #c22549;
    padding: 35px;
    border-radius: 0px 15px 15px 0px;
}
.addImages{
   /* background-image: url('https://vedikaayurvedic.com/uploads/frontend/blog_images/1585986524_blog_4.jpg');*/
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.choices__list--multiple .choices__item {
    background-color: #c22549;
    border: 1px solid #c22549;

}
    
    .y-us-section {
    padding: 82px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 46px;
}
.y-us-title h2 {
    color: #c22549;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 14px 0 12px;
    text-transform: uppercase;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
.kp-JoinH2{
    color: #fff;
    background: #c22549;
    padding: 10px;
    text-align: center;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}

.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{   
    width: 120px;
    background: #c22549;
    border-color: #c22549;
    height: 46.5px;
    border-radius: 50px;
    height:46.5px;
}
.JoinNowBoxKp{
    border: 5px solid #fff;
    padding: 5%;
}
.therapy-Detail-page_row{
    border: 2px solid #c22549;
    border-radius: 0px 20px 20px 0px;
}

.kp_iviteSection{
    background: #000;
    padding: 65px;
}
.kp_login2_section{
    /*background: #c22549;*/
    background-image: url('https://media.istockphoto.com/photos/man-and-soul-yoga-lotus-pose-meditation-on-nebula-galaxy-background-picture-id1313456479?b=1&k=20&m=1313456479&s=612x612&w=0&h=rFaEUvoRhzxvw84XzK_n4xJE4hrNczJD0JNbtlXGRWE=');
    background-attachment: fixed;
    width: 100%;    
}
/*.kp_login2_sectionInnerSection{
    box-shadow: 1px 1px 18px 3px #c22549;
}*/

.kp_login2_sectionInnerSection{
    background: #000;
    box-shadow: 1px 1px 18px 3px #c22549;
}
.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #c22549;
}
.input-group {
    color: #c22549;
    position: relative;
}
.counter {
    margin: 1px;
  background-color: #f5f5f5;
  padding: 20px 0;
  border-radius: 5px;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.wrapper {
  padding: 100px;
}

.image--cover {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 20px;

  object-fit: cover;
  object-position: center right;
}
.kp-circle-images{
    width: 13%;
    border-radius: 50%;
    border: 3px solid #c22549;
}
.kp-circle-images:hover {
    width: 171px;
    box-shadow: 5px 8px 22px 3px #a3a0a0;
    border: 0px;
}
.w-100{
    object-fit: cover;
}