

body{
    font-size: 16px;
    line-height: 1.4;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    line-height: 1.4;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-family: 'Nunito', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #414042;
}
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-color:after,
.is-wrapper .is-sloped-top-color:before {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 1;
    right: 0;
    border-right-color: #fff;
    border-right-width: 100vw;
    pointer-events: none;
    background-repeat: no-repeat;
}
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-bottom-color:after{
    right: 0;
    bottom: -5rem;
    border-bottom-width: 5rem;
}
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-top-color:before{
    right: 0;
    top: -5rem;
    border-top-width: 5rem;
}
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-gray:after {
    border-right-color: #eeeff0 !important;
}
.is-wrapper .is-sloped-top-color:before,
.is-wrapper .is-sloped-top-color:after {
    border-right-color: #f3728a !important;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2 {
    font-size: 0.75em;
    letter-spacing: 0.100em;
    line-height: 1.5;    
    font-family: 'Montserrat', sans-serif;
    padding: 0.800em 3.200em;
}
.is-wrapper a.is-btn-ghost1.btn-lg, .is-wrapper a.is-btn-ghost2.btn-lg, 
.is-wrapper button.is-btn-ghost1.btn-lg, .is-wrapper button.is-btn-ghost2.btn-lg {
    padding: 0.700em 2.500em;
    font-size: 1.25em;
}
.is-wrapper a.is-btn-ghost1.btn-sm, .is-wrapper a.is-btn-ghost2.btn-sm, 
.is-wrapper button.is-btn-ghost1.btn-sm, .is-wrapper button.is-btn-ghost2.btn-sm {
    padding: 0.300em 1.500em;
    font-size: .75em;
}
@media(min-width:769px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-left: 0.5em; 
}
}
@media(max-width:768px){
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-top: 0.5em; 
}
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color:rgb(24 40 54);
    border: 2px solid rgb(24 40 54);
    background: transparent;
}
.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
    color: #fff;
    background-color: rgb(24 40 54);
    border: 2px solid rgb(24 40 54);
}
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: rgb(157, 50, 139);
    background-color: #f2aec7;
    border: 2px solid #f2aec7;
}
.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
    color: #f2aec7;
    border: 2px solid #f2aec7;
    background-color: rgb(157, 50, 139);
}
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #fff;
    border: 2px solid rgb(157, 50, 139);
    background-color: rgb(157, 50, 139);
}
.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
    color:rgb(157, 50, 139);
    border: 2px solid rgb(157, 50, 139);
    background: transparent;
}
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: #fff;
    border: 2px solid #f2aec7;
    background-color: #f2aec7;
}
.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
    color: #f2aec7;
    background-color: #fff;
    border: 2px solid #f2aec7;
}

.banner-slidetext-01{
    margin-top: 15%;
}
.banner-slidetext-01 h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    text-shadow: 1px 1px 5px #0a0a0c;
}
.banner-slidetext-01 .banner-slidetext-p{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.7;
    text-shadow: 1px 1px 5px #0a0a0c;
}
.banner-cards-01{
    padding: 0;
    outline: none!important;
}
.banner-cards-01 .card{   
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 0%);
    background: rgb(242, 174, 199)!important;
}
.banner-cards-01 .card:nth-child(even) {
    background: rgb(242, 174, 199)!important;
}
.second-sec-cards .card .card-title{
    font-size: 1.1em;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
}
.second-sec-cards .card .card-body p{
    font-size: 0.8em;
    line-height: 1.7;
    margin-bottom: 0;
}
.second-sec-cards .card .card-subtitle{
    font-size: 1.200em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 8px; 
}
.second-sec-cards .card .card-foot{
    padding: 0 1.500em 1.000em 1.500em;
}
.testimonial-sec .testimonial-text {
    text-align: left;
    position: relative;
}
.testimonial-sec .testimonial-text:before {
    content: "\00201c";
    font-family: "Ionicons";
    color: rgba(243,114,139,0.1);
    font-size: 15em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.testimonial-sec .list-unstyled a:last-child i{
    margin-right: 0;
}
.is-wrapper .form-group label {
    display: none;
}
.is-wrapper .form-control {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 0;
    border-bottom-color:  #f3728a;
}
@media(max-width:768px){
.is-wrapper .reverse{
    flex-flow: column-reverse;
}
.slider-on-box .slider-content{
    padding: 65px 0 0 !important;
}
.is-wrapper .is-btn-group .is-btn + .is-btn{
    margin-top: 0.5em; 
}
.banner-slidetext-01 h1{
    font-size: 32px;
    line-height: 1.2;
}
.banner-slidetext-01 .banner-slidetext-p{
    font-size: 16px;
    line-height: 1.4;
}
.banner-cards-01{
    margin-top: inherit;
    padding: 15px;
}
.testimonial-sec .testimonial-text {
    text-align: center;
}
}
.indexcontactform{
    position: relative;
    margin: 1.2em 0;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
}
.indexcontactform:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url("//knorish-cdn.azureedge.net/public/48917216-8a88-4b3c-8850-2bfff56a66e4/builder/10082020/1evw0.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(25px);
    -webkit-filter: blur(25px);  */
}

.is-wrapper .row .btn-readmore,
.is-wrapper .row .btn-collapse {
    border: 1px solid #666;
    border-radius: 3px;
    background: unset;
    cursor: pointer;
    color: inherit;
    font-size: 14px;
    opacity:1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.is-wrapper .row.btnhide > div > .btn-readmore {
    opacity: 0;
    cursor: unset !important;
    user-select: none;
}
.is-wrapper .row.btnhide .box-appointment {
    display: none;
}

.cta-gyane{
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: #a1378d;
    padding: 10px;
}
.cta-gyane-calender .cta-gyane-whatsapp{
    margin: 0px 10px 0px 10px;
    }
.cta-spacing{
    margin: 10px;
    padding: 0px 2px 0px 1px;
    background: #fff;
    }

.kno-btntop{
    bottom: 50px;
}
.cta-gyane a{
    color: white;
    text-decoration: none;
}    

