
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+CU:wght@100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('font-awesome.css');

*{

    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body{

    margin: 0px;
    padding: 0px;
    font-family: "Roboto", sans-serif;

}
 

.mt-8{

    margin-top: 8rem !important;
}

.mt-30{

    margin-top: 30px !important;
}

.mt-60{

    margin-top: 60px !important;
}

.mt-90{

    margin-top: 90px;
}


.mt-120{

    margin-top: 120px;
}

.form1{
    color: #fff;
    padding: 14px 0px;
}

/*** Navbar ***/

.ms-auto {
    margin-left: auto !important;
} 

.sticky-top {
    top: -100px;
    transition: .5s;
}

.dropdown {
    position: relative;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #00923F;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover{
       color: #fff;
       background-color:#004433
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
        float: left !important; 
    }
}

@media (min-width: 992px) {
    /* .sticky-top {
        margin-top: -34px;  
    } */

    .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;
    }
}

/*headertop*/

.headertopbg{

    margin: 0px;
    padding: 6px 0px;
    display: flex;
    align-items: center;
    background-color: #00923F;
}

.headertopbgleft{

    margin: 0px;
    padding: 0px;
}

.headertopbgleft ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 10px;
}

.headertopbgleft ul li{

    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

.headertopbglefticon{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}

.headertopbglefticon i{

    color: rgb(214, 214, 214);
    line-height: 25px;
}

.headertopbglefticon p , .headertopbglefticon p a{

    color: white;
    text-decoration: none;
}

.headertopright{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: right;
    border-radius: 15px;
    margin-top: 5px;
}

/* .headertopright ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    margin-top: 10px;
}

.headertopright ul li{

    margin: 0px;
    padding: 0px 14px;
    list-style: none;
}

.headertopright ul li i{

    color: rgb(214, 214, 214);
} */

/*----logo&nav----*/

.navigationbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
}

.haederlogo{

    margin: 0px;
    padding: 0px;
    padding: 12px 0px;
   text-align: left;
}



.pt-5 {
    padding-top: 10px;
}

.headernavigation{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.headernavigation ul{

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.headernavigation ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}


.headernavigation ul li ul.submenu{

    position: absolute;
    top: 100%;
    left: 0;
    width: 140%;
    background-color: #b40002;
    margin: 0px;
    padding: 0px;
    display: block;
    z-index: 2;
}

.headernavigation ul li ul.submenu li{

    margin: 0px;
    padding: 14px;
    display: none;
    list-style:none ;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li:hover ul.submenu li{

    display: block;
}


.headernavigation ul li ul.submenu li:hover{

    background-color: #880305;
}

.headernavigation ul li ul.submenu li a{

    font-size: 16px;
    color: white;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
}

.headernavigation ul li a{

    margin: 0px;
    padding: 0px 24px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.headernavigation ul li a:hover{

    color: #00923F;
    text-decoration: underline;
}

 .active{

    color:#08613e !important;
}


/*---------banner---------*/

.bannertextbg {
    background-color: #00000096;
    border-radius: 10px;
    padding: 25px;
}

.bannertextcontainer {
    padding-right: 3rem !important;
}

.bannerbox{

    width: 100%;
    margin: 0px;
    padding: 0px;
}

.bannerbox1{

    margin: 0px;
    padding: 60px 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/banner/2.webp);
    position: relative;
    z-index: 1;
 
}

.bannerbox1::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.banner-icon {
    border: 1px solid #fff;
    border-radius: 500px;
    padding: 10px;
    height: 40px;
    width:  40px;
    /* line-height: 22px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.banner-icon:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #00923F !important;
    box-shadow: none;
}

.callout {
    width: 100% !important;
    border: 1px dashed #fff !important;
    background-color: #2f6751 !important;
    padding: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    font-size: 1.5rem !important;
    text-align: center !important;
}

.aboutlist {
    color: #000;
    font-size: 15px;
}

.aboutlist{
	position:relative;
}

.aboutlist li{
	position:relative;
	color:#000;
	font-size:15px;
	padding-left:20px;
	margin-bottom:10px;
    list-style: none;
}

.aboutlist li:before{
    position: absolute;
    content: '\f560';
    left: 0px;
    top: 0px;
    font-weight: 800;
    color: #2f6751;
    font-family: 'Font Awesome 6 Free';
}

.bannerbox1text{
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.bannerbox1text h2{

    color: white;
    font-size: clamp(24px,5vw,48px);
    font-family: "Playwrite CU", cursive;
}


.bannerbox1text h4{

    color: white;
    font-size: clamp(20px,5vw,36px);
    margin: 8px 0px;
}

.bannerbox1text p{

    font-size: 15px;
}

.bannerbox1textrating{

    display: flex;
    gap: 10px;
   
}

.bannerbox1textrating i{

    font-size: 14px;
    line-height: 20px;
}

.mt-10{

    margin: 40px 0px;
}

.bannerbox1text  button{

    background-color: #F89F73;
color: white;

}

.bannerbox1text  button:hover{

    background-color: #F89F73;
color: white;

}

.banerform{

    margin: 0px;
    padding: 15px 30px;
    border: solid 1px #f5f5f5 !important;
    border-radius: 5px;
    width: 100% !important;
    max-width: 600px;
    text-align: left !important;
}

.banerform h3{

    margin: 14px 0px;
    padding: 0px;
}

.form1 i{

    font-size: 8px !important;
    margin-top: -55px;
}

ul.Introduction{

    margin: 0px;
    padding: 15px 20px;
    display: block;
    background-color: white;
    border: solid 1px #d1d1d1;
    margin-top: 20px;
}


ul.Introduction li{

    list-style: none;
    margin: 0px;
    padding: 0px;
    
}
.text_center{

    text-align: center;
}

ul.Introduction li p{

    border-bottom: dotted 1px #a7a7a7;
    font-size: 15px;
    margin: 0px;
    padding-bottom: 15px;
    color: #313131;

}

ul.Introduction li:last-child p{

    border-bottom: none;
}

.Introductionboder{

    width: 2px;
   min-height: 350px;
    background-color: rgba(180, 180, 180, 0.493);
}


/*---- COUNSELLING---*/

.councellingtext{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.councellingtext h2{

    color: #b40002;
    font-family: "Playwrite CU", cursive;
    font-size: 20px;

}

.councellingtext h4{

    color: black;
    margin-top: 0px;
    font-size: 23px;
}

.councellingtext h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1rem !important;
}

.small-head {
    font-size: 1.3rem !important;
}

.text-muted {
    color: #8a8a8a !important;
}

.councellingbox{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    border-radius: 15px;
    background-color: #fff;
    border: 2px solid #025e41;
    transition: all 0.5s ease-in-out;
}

.councellingbox:hover {

    box-shadow: 1px 2px 10px 0px #025e41;
}

.councellingboxicon{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.councellingbox-text h5 {
    color: #025e41 !important;
}

.b-right {
    border-right: dotted 1px #025e41;
}

.b-left {
    border-left: dotted 1px #025e41;
}

.councellingbox-text{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.councellingbox-text h4{

    color: white;

}
.h-100 {
    /* height: 78% !important; */
}
.councellingbox-text p a{

    color: white;
    text-decoration: none;
}

/*-----aboutus-------*/

.aboutusleft{

    margin: 0px;
    padding: 0px;
}

.aboutusright{

    margin: 0px;
    padding: 0px;
}

.aboutusrightservicecall1 h4{

    color: #b40002;
    font-family: "Playwrite CU", cursive;
}

.aboutusright h2{

    color: black;
}

.aboutusright h5{
    font-size: 2rem;
    color: #00923F;
    font-family: "Playwrite CU", cursive;
    font-weight: 600;
}

.aboutusright p{

    color: #000;
    font-size: 15px;
    margin-top: 25px;
}

.aboutusrightservice{

margin: 15px 0px;
padding: 0px;

}

.aboutusrightservice1{

    display: flex;
    gap: 15px;
    margin: 14px 0px;
    padding: 0px;
}

.aboutusrightservice1icon{

    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00923F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutusrightservice1icon i{

    color: white;
}

.aboutusrightservice1 p{


    color: #00923F;
    font-size: 18px;
}

.aboutusrightservicecall{

    margin: 15px 0px;
    padding: 0px;
}

.aboutusrightservicecall1{

    margin: 0px;
    padding: 0px;
}

.aboutusrightservicecall1 h4{

    color: black;
    margin-bottom: 30px;
}

.aboutusrightservicecall1 p a{

    background-color: #fff;
    padding: 10px 20px; 
    border-radius: 0px;
    border: 1px dashed #b40002;
    text-decoration: none;
    color: #b40002;
    font-size: 2rem;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.aboutusrightservicecall1 p a:hover{

    background-color: #4f0002;
    color: #fff;
    border-color: #fff;
}

.aboutgallery {
    display: block;
    text-align: center;
}

.aboutgallery img {
    width: 100%;
    height: 40% !important;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: all ease-out 0.5s;
    cursor: pointer;
    overflow: hidden;
}

.about-2 {
    height: 690px;
}
 

.aboutusrightservicebutton{

    margin: 0px;
    padding: 0px;
}


/*--------service-----------*/

.servicebox{

    margin: 0px;
    padding: 0px;
}

.servicebox1{

    background-color: #eeeeee;
    margin: 0px;
    padding: 20px;
    border-radius: 14px;
}

.serviceboximg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.serviceboximg img{

    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}


.serviceboxtext{

    margin: 20px 0px;
    padding: 0px;
}

.serviceboxtext h4{

    color: #00923F;
}

.serviceboxtext p{

    color: black;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serviceboxtext h6 a{

    color: #b40002;

}


/*--------DoYouNeed---------*/

.doyouneedleft{

    margin: 0px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #f3f3f3;
}

.doyouneedleft1{

    margin: 0px;
    padding: 0px;
}

.doyouneedleft1 h4{

    color: #00923F;
    font-size: 32px;
}

.doyouneedleft1 p{

    color: black;
    font-size: 16px;
}

.doyouneedleft2{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.doyouneedleft2box{

    margin: 0px;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00923F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.doyouneedleft2box a i{

    color: white;
}

.doyouneedright{

    margin: 0px;
    padding: 20px;
    background-color: #00923F;
    width: 100%;
    display: block;
}

.doyouneedright h4{

    color: white;
    font-family: "Playwrite CU", cursive;
}

.doyouneedright h2{

    color: white;
}

.doyouneedright p{

    color: white;
}

/*----needSolution---*/

.needsolutionbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: #eeeeee;
}

.needsolutionboximg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.needsolutionboximg img{

    width: 100%;
    display: block;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

.needsolutionboxtext{

    margin: 14px 0px;
    padding:0px 20px;
}

.needsolutionboxtext h4{

    color: #00923F;
}

.needsolutionboxtext p{

    color: black;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*----gallery------*/

.gallerybox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.galleryboxmain{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.galleryboxmain img{

    width: 100%;
    display: block;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}

/*-------familytips----------*/

.testimonialleft{

    margin: 0px;
    padding: 0px;
}

.testimonialleftimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.testimonialleftimg img{

    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 14px;
}

.testimonialleftfamily{

    margin: 0px;
    padding: 20px;
    background-color: #00923F;
    border-radius: 15px;
}

.testimonialleftfamily h4{

    color: white;
    font-family: "Playwrite CU", cursive;
}

.testimonialleftfamily h2{

    color: white;
}

.testimonialleftfamily p{

    color: white;
}

.testimonialright{

    margin: 0px;
    padding: 0px;
}

/*----testimonial-----*/

.testimonial-box{

    margin: 0px;
    padding: 0px;
}


.testimonial-box1{

    margin: 0px;
    padding: 0px;
    width: 50%;
    display: block;
    text-align: center;
    margin: 0px auto;

}

.testimonial-box1 i{

    color: #00923F;
    font-size: 5rem;
}

.testimonial-box1 p{

    color: rgb(92, 92, 92);
    font-size: 16px;
    text-align: start;
}

.testimonial-box1 h4{
    font-size:14px;
    text-align: end;
}


.testimonial-boxcol{
    position: relative;
    margin: 0px;
    padding: 20px; 
    padding-top:40px;
    display: block;
    text-align: center;
    margin: 0px auto;
    border: 2px solid #005e52;
    background-color: #d6f3e6;
    border-radius: 20px;
    box-shadow: 0px 5px 13px 2px #000000a1;
}
.testimonial-boxcol i{
    color: #00923F;
    text-align: center;
    position: absolute;
    font-size:  20px;
    border-radius: 50%;
    top: -25px;
    /* left: 109px; */
    border: 2px solid #025e41;
    background-color: #fff;
    padding: 10px;

}

.testimonial-boxcol p{
    color: #333;
    font-size: 14px;
    text-align: center;
}
.testimonial-boxcol h4{
    text-align: center;
    font-size: 15px;
    padding: 10px;
    color: #025e41;
}


/* blog */

.news-block_two {
    position: relative;
    margin-bottom: 30px;
}
.news-block_two-inner {
    position: relative;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.10);
}
.news-block_two-image {
    position: relative;
}
.news-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
}
.news-block_two-date {
    position: relative;
    top: -12px;
    font-weight: 700;
    padding: 7px 17px;
    margin-top: -7px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #004433;
}
.news-block_two-search:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    line-height : 1em;
    font-size: 40px;
    color: #222c22;
    transform: translateX(-50%) translateY(-50%);
}
.news-block_two-content {
    position: relative;
    padding: 0px 24px 50px;
    background-color: #fff;
}
.news-block_two-content h5{
    font-size: 18px;
    line-height: 1.4;
}
.news-block_two-content p{
    font-size: 14px;
    text-align: left;
}
.news-block_two-meta {
    position: relative;
    margin-top: 10px;
}
.news-block_two-meta li {
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-right: 15px;
}
.news-block_two-meta li span {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 12px;
    color: #004433;
}
.sidebar-widget.style-two .widget-content {
    background-color: #e8edecfc;
}
.servicetext h1{
    font-size: 22px;
    font-family: "Playwrite CU", cursive;
    color: #025e41;
    font-weight: 600;
    line-height: 2;
}
 

.sidebar-widget h4 {
    color: #004433;
    margin-bottom: 30px;
    font-family: "Playwrite CU", cursive;
}
.widget-content .post {
    position: relative;
    min-height: 70px;
    padding-left: 95px;
    margin-bottom: 20px;
}
.widget-content .post .post-date {
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}
.widget-content .post h6 a {
    line-height: 24px;
    margin-top: 3px;
    text-decoration: none;
    color: #000;
}
.widget-content .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 80px;
    overflow: hidden;
}
.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: 60px;
    object-fit: cover;
}
.post-widget .widget-content {
    position: relative;
    padding: 40px;
}
.popular-tags a {
    position: relative;
    padding: 7px 18px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    color: #004433;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
.popular-tags a:hover { 
    color: #fff; 
    background-color: #004433; 
    text-decoration: none;
}
.widget-content-tags{
    padding: 40px;
    background-color: #e6edea;
}
.fa-folder-open::before {
    content: "\f007" !important;
}
.news-block_two-meta li:last-child {
    margin-right: 0px;
}
.fa-comments::before {
    content: "\f086";
}
.news-block_two-heading a {
    position: relative;
    color: #004433;
    text-decoration: none;
}
.blog-center {
    position: relative;
    padding: 10px 24px;
    display: inline-block;
    letter-spacing: 1px; 
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    background-color: #004433;
    text-decoration: none;
    transition: .3s ;
    
}
.blog-center:hover{
    color:#004433;
    background-color: #f3f3f3;
    border: 2px solid #004433;
    transition: .3s;
}
.news-block_two-more {
    position: relative;
    padding: 5px 24px;
    letter-spacing: 1px; 
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0px;
    background-color: #004433;
    text-decoration: none;
    float: right;
}
.news-block_two-more:hover{
        color:#004433;
        background-color: #f3f3f3;
        border: 2px solid #004433;
        transition:.3s;
}
.appointmentboxleftinpit {
    margin: 15px 0px;
    padding: 0px;
}
.blog-detail_three-image img {
    position: relative;
    width: 100%;
    display: block;
}
.blog-detail_lower-content {
    position: relative;
    padding: 30px 30px 30px;
}

.blog-detail_date {
    position: relative;
    font-weight: 700;
    padding: 7px 17px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #00925a;
    margin-right:15px;
}
.blog-detail_heading {
    position: relative;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blogbg{

    background-color: #F3F2EE;
    padding: 60px 0px;
}


.blogbox {

    margin: 0px;
    padding: 0px;
}

.blogboximg {

    width: 100%;
    height: 300px;
    margin: 0px;
    padding: 0px;
}

.blogboximg img {

    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.blogboxtext {

    margin: 20px 0px;
    padding: 0px;
}

.blogboxtexticon {

    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.blogboxtexticon1 {

    display: flex;
    gap: 14px;
}

.blogboxtexticon1 i {

    color: #00923F;
    font-size: 20px;
}

.blogboxtexticon1 p {

    color: #192c33;
    font-size: 18px;
}

.blogboxtext h2,
.blogboxtext h2 a {

    color: #00923F;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.blogboxtext h2,
.blogboxtext h2 a:hover {

    color: #d5aa6d;
}

.blogboxtext p {

    color: black;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogboxtext h6 a {

    color: #192c33;
    text-decoration: none;
}

/*---faq----*/

.feqleft {

    margin: 0px;
    padding: 0px;
    margin-top: 30px;
    justify-content: center;
    display: flex;
}


.accordion {
    font-family: Arial, Helvetica, sans-serif;
    width: 70%;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    color: #00923F;
    background-color: #fff;
    border: 1px solid #00923F;
    cursor: pointer;
    box-sizing: border-box;
    /* border-radius: 9px; */
    /* border-bottom: groove 5px; */
    padding: 7px;
    transition: all .3s ease;
}

.accordion-title:hover {
    background-color: #00923F;
    color: #fff;
}

.accordion-content {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: none;
    box-shadow: 2px 3px 7px 0px #e1e1e1;
    color: #6d6d6d;
    transition: all .3s ease;
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgb(49 49 48);
}


.accordion-item.active .accordion-content {
    display: block;

}




/*----------callback-------*/

.callbackleft{

    margin: 0px;
    padding: 0px;
}

.callbackleftform{

    margin: 15px 0px;
    padding: 0px;
}

.callbackleftform input{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 10px;
    border: solid 1px #00923F;
    border-radius: 14px;
    font-size: 16px;
    color: black;
}

.callbackleftform input:focus{

    outline: none;
}

.callbackleftform textarea{

    width: 100%;
    display: block;
    margin: 10px 0px;
    padding: 10px;
    border: solid 1px #00923F;
    border-radius: 14px;
    font-size: 16px;
    color: black;
    height: 100px;
}

.callbackleftform textarea:focus{

    outline: none;
}

.callbackright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.callbackright1{

    margin: 15px 0px;
    padding: 0px;
}

.callbackright2{

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.callbackright2 i{

    font-size: 18px;
    color: #00923F;
    line-height: 20px;
}

.callbackright2 p ,.callbackright2 p a {

    color: black;
    font-size: 16px;
    text-decoration: none;
}

/*---------wearebest--------*/

.wearebestleft{

    margin: 0px;
    padding: 20px;
    background-color: #00923F;
    width: 100%;
    display: block;
}

.wearebestleft h4{

    color: white;
    font-family: "Playwrite CU", cursive;
}

.wearebestleft h2{

    color: white;
}

.wearebestright{

    margin: 0px;
    padding: 20px;
    background-color: #eeeeee;
    width: 100%;
    display: block;
}

.wearebestright h4{

    color: black;
    font-family: "Playwrite CU", cursive;

}

/*-----footer------*/

.footerbody{

    background-color: rgb(40, 97, 74);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerleft{

    margin: 0px;
    padding: 0px;

}

.footerleft p{

    color: white;
    font-size: 14px;
    margin-top: 20px;
}


.footermiddlequicklink{
    margin: 0px;
    padding: 0px;
}

.footermiddlequicklink h2{

    color: white;
    font-size: 32px;
}

.footermiddlequicklinknavigation{

    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.footermiddlequicklinknavigation ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.footermiddlequicklinknavigation ul li{

    margin: 14px 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

.footermiddlequicklinknavigation ul li a{

    color: white;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    transition: all 0.5s ease-in-out;
}

.footermiddlequicklinknavigation ul li a:hover{

    color: #b40002;
}
.footerCounsellingServices{

    margin: 0px;
    padding: 0px;
}

.footerCounsellingServices h2{

    color: white;
    font-size: 32px;  
}

.footerend{

    margin: 0px;
    padding: 0px;
}


.footerendsize{

    margin-left: 80px;
}

.footerendh{

    color: white;
    font-size: 18px; 
    margin-bottom:15px;
}

.footerendicon{

    margin: 10px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.footerendicon i{

    color: white;
    font-size: 18px;
    line-height: 20px;
}

.footerendicon p ,.footerendicon p a {

    font-size: 14px;
    color: white;
    text-decoration: none;
}

.footercopyright{

    margin: 0px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    background-color: #1a4735;
}



.footercopyrighttext1{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.footercopyrighttext1 p , .footercopyrighttext1 p a{

    color: white;
    font-size: 16px;
    text-decoration: none;
    margin-top: 8px;
}

.sticky {

    width: 100%;
    display: block;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #00923F;
}


.resbtn{

    margin: 0px;
    padding: 0px;
    display: none;
    float: right;
    margin-top: -40px;
}


/*===================aboutuspage===============*/

.aboutusbanner{

    background-color: #00923F;
    width: 100%;
    height: 150px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aboutusbanner h2{

    color: white;
    
}

.aboutusbanner h4 ,.aboutusbanner h4 a {

color: white;
text-decoration: none;

}


.aboutuspageleft{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.aboutuspageright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.aboutuspageright h4{

    color: #b40002;
    font-family: "Playwrite CU", cursive;
}

.aboutuspageright h2{

    color: black;
}

.aboutuspageright p{

    color: black;
    font-size: 16px;
}


.aboutuspagerightcall{

    margin: 15px 0px;
    padding: 0px; 
}

.aboutuspagerightcallicon
{

    margin: 0px;
    padding: 0px;
}

.aboutuspagerightcallicon h5{
    font-size: clamp(24px,5vw,32px);
    color: black;
    font-family: "Playwrite CU", cursive;
}

.aboutuspagerightcallicon h2 a{

    color: #00923F;
    text-decoration: none;
}

.aboutuspagerightcallbutton{

    margin: 0px;
    padding: 0px;
}

.aboutuspagerightcallbutton button{

    background-color: transparent !important;
    color: #000;
    border: solid 1px #00925a;
}

.aboutuspagerightcallbutton button:hover{

    background-color: #00925a !important;
    color: white;
}

/*===========aboutuspagecontactme===========*/


.contactmeleft{

    margin: 0px;
    padding: 0px;
}

.contactmeright{

    margin: 0px;
    padding: 0px;
}

.contactmeright h4{

color: #b40002;
font-family: "Playwrite CU", cursive;
}

.contactmeright h2{

    color: black;
}


.contactmerighticon{

    margin: 15px 0px;
    padding: 0px;
}


.contactmerighticon1{

    margin: 20px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.contactmerighticon1 i{

    color: #00923F;
    font-size: 24px;
}

.contactmerighticon1 p ,.contactmerighticon1 p a {

    color: black;
    font-size: 16px;
    text-decoration: none;
}



/*===============ourteampage================*/

.ourteamtext{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.ourteamtext h4{

    color: #b40002;
    font-family: "Playwrite CU", cursive;
}

.ourteambox{

    margin: 0px;
    padding: 0px;
}

.ourteamboximg{

    background-color: #00923F;
    height: 350px;
    margin: 0px;
    padding: 20px;
    border-radius: 20px;
}

.ourteamboximg img{

    width: 100%;
    display: block;
    height: 310px;
    border-radius: 20px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.ourteamboximg img:hover{

    border-radius: 50%;
}

.ourteamboxtext{

    margin: 0px;
    padding: 20px;
    background-color: #F3F2EE;
    border-radius: 20px;
}

.ourteamboxtext h4{

    color: #b40002;
}

.ourteamboxtext i{

    font-size: 24px;
}


/*-----r&d-----*/

.rdleft{

    margin: 0px;
    padding: 0px;
}

.rdleft img{

    width: 100%;
    height: 500px;
    object-fit: cover;  
}

.rdright{

    margin: 0px;
    padding: 0px;
}

.rdright h4{

    color: #b40002;
    font-family: "Playwrite CU", cursive;
}

.rdright h2{

    color: black;
}

.rdright p{

    color: black;
    font-size: 16px;
}

.rdrightbookappointment{

    margin: 15px 0px;
    padding: 0px;
}


.rdrightbookappointmenttext{

    margin: 0px;
    padding: 0px;
}

.rdrightbookappointmenttext h4{

    color: black;
    margin-bottom: 20px;
}

.rdrightbookappointmenttext h5 a{

    color: #00923F;
    text-decoration: none;
    margin-top: 25px;
}


.rdrightbookappointbutton{

    margin: 0px;
    padding: 0px;
}


/*PublishedPapers*/

.PublishedPaperstext{

    margin: 15px 0px;
    padding: 0px;
}

.PublishedPaperstext h2{

    color: black;
    font-weight: bold;
}

.Psychotherapytools{

margin: 0px;
padding: 0px;
text-align: center;

}

.Psychotherapytoolsleft{

margin: 0px;
padding: 0px;

}

.Psychotherapytoolsleft h4{

    color: black;
}


/*===========contactuspage===============*/

.contactusleft{

    margin: 0px;
    padding: 20px;
    background-color: #F3F2EE;
}

.contactusleft h4{

    color:#b40002 ;
    font-family: "Playwrite CU", cursive;
}


.contactusleft h2{

    color: black;
}

.contactusleftbox{

    margin: 20px 0px;
    padding: 0px;
} 

.contactusleftbox1{

    margin: 10px 0px;
    padding: 0px;
}

.contactusleftbox1icon{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.contactusleftbox1icon i{

    color: #00923F;
    line-height: 25px;
}

.contactusleftbox1icon h5{

   color: black;

}

.contactusleftbox1 p{

    color: #7a7a7a;
}

.contactusleftphone{

    margin: 12px 0px;
    padding: 0px;
    display: flex;
    gap: 15px;
}

.contactusleftphone i{

    color: #00923F;
    line-height: 25px;
}

.contactusleftphone p a{

    color: black;
    text-decoration: none;
}


.contactusright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.card-body-form{
    padding:40px;
}

.contactusright h4{
   color: #b40002;
    font-family: "Playwrite CU", cursive;
    padding: 10px;
    font-size:16px;
}

.contactusright h2{

    color: black;
}

.contactusright-form{

    margin: 15px 0px;
    padding: 0px;
    margin-top: 50px;
}


.contactusright-form input{

    width: 100%;
    display: block;
    margin: 14px 0px;
    padding: 15px;
    border-radius: 14xpx;
    border: solid 1px #00923F;
}

.contactusright-form textarea{

    width: 100%;
    display: block;
    margin: 14px 0px;
    padding: 15px;
    border-radius: 14xpx;
    border: solid 1px #00923F;
    height: 150px;
}

.contactusright-form button{

    background-color: #b40002;
    color: white;
}


/*----------mapbox---------*/

.mapbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


/*---blog----*/


.blogleft {

    margin: 0px;
    padding: 0px;
}

.blogleftbox {

    margin: 10px 0px;
    padding: 0px;
}

.blogleftboximg {

    width: 100%;
    display: block;
    height: 250px;
    overflow: hidden;
}

.blogleftboximg img {

    width: 100%;
    display: block;
    height: 250px;
    border-radius: 15px;
    transition: all 0.9s ease-in-out;
    object-fit: cover;

}

.blogleftboximg img:hover {

    transform: scale(1.3);
}

.blogleftboxtext {

    margin: 20px 0px;
    padding: 0px;
}

.blogleftboxtextadmin {

    margin-top: 20px 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}


.blogleftboxtextadminicon {

    display: flex;
    gap: 15px;
}

.blogleftboxtextadminicon i {

    color: #00923F;
    font-size: 22px;
}

.blogleftboxtextadminicon h4 {

    color: #00923F;
    font-size: 18px;
}

.blogleftboxtext h2 {

    color: #b40002;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 20px;
}

.blogleftboxtext p {

    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    
}


.blogleftboxtext h6 a {

    color: #00923F;
    text-decoration: none;
}

.blogleftboxtext h6 a:hover {

    text-decoration: underline;
}

.blogleftpagination {

    margin: 0px auto;
    display: table;
    padding: 0px;
    text-align: center;

}

.page-link {

    color: var(--textcolor);
}

.blogright {

    margin: 0px;
    padding: 0px;
}

.blogright1 {

    background-color: #f7f7f7;
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px var(--themecolor1);
}

.blogright1 h2 {

    color:#b40002;
}

.blogright1box {

    margin: 15px 0px;
    padding: 0px;
}

.blogright1boximg {

    width: 100%;
    display: block;
}


.blogright1boximg img {

    width: 100%;
    display: block;
    height: 150px;
    border-radius: 15px;
    object-fit: cover;
}

.blogright1boxtext {

    margin: 0px;
    padding: 0px;
}

.blogright1boxtext h4 a {

    color: var(--textcolor);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.blogright1boxtext p {

    color: black;
    font-size: 16px;
}


/*--------tags--------*/

.tagbox {

    background-color: #f7f7f7;
    margin: 15px 0px;
    padding: 20px;
    border-radius: 15px;
    border: solid 1px var(--themecolor1);

}

.tagbox h4 {

    color: #00923F;
}

.tagbox ul {

    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.tagbox ul li {

    margin: 8px 0px;
    padding: 10px 15px;
    border: solid 1px #00923F;
    display: inline-block;
    list-style: none;
    border-radius: 14px;
}

.tagbox ul li a {

    margin: 0px;
    padding: 0px 10px;
    color: #b40002;
    text-decoration: none;
    cursor: pointer;
}



/*----blogdetails-----*/


.blogdetailsbox {

    margin: 0;
    padding: 0px;
}


.blogdetailsboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.blogdetailsboximg img {

    width: 100%;
    display: block;

    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}


.blogdetailsboxpageText {


    margin: 20px 0px;
    padding: 0px;
}

.blogdetailsboxpageText h2 {

    color: var(--textcolor);
}

.blogdetailsboxpageText p {

    color: black;
    font-size: 16px;
}


.blogdetailsboxpageimg {

    width: 100%;
    display: block;
    margin: 0px;
    padding: 0px;
}

.blogdetailsboxpageimg img {

    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.blogdetailsboxpagesocial {

    margin: 15px 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}

.blogdetailsboxpagesocial h4 {

    color: var(--textcolor);
}


.blogdetailsboxpagesocial i {

    color: #00923F;
    line-height: 30px;
}


/*=========councelling===========*/


.councellingtext{

    margin: 0px;
    padding: 0px;
    text-align: center;
}

.councellingtext h4{

    color: #00925a;
    font-family: "Playwrite CU", cursive;
    font-weight: 800;
}

.councellingtext h2{

    color: black;
}

.councelling-box{


    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.councellingboximg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: white;
}

.councellingboximg img{

    width: 100%;
    height: 250px;
    border-radius: 15px;
    object-fit: cover;
}


.councellingboxtext{

    margin: 10px 0px;
    padding: 20px;
    background-color: #eeeeee;
    border-radius: 0px 0px 20px 20px;
    border-top: solid 5px #00923F;
    border-bottom: solid 15px #00923F;
}

.councellingboxtext h4{

    color: #00923F;
 padding: 15px 0px;
}

.councellingboxtext p{


    color: black;
    margin-top: -8px;
    padding: 0px;
    min-height: 216px;
}


.councellingboxtext1{

    display: flex;
    justify-content:space-between;
    margin: 10px 0px;
    padding: 0px;
}



/*-------tissuemsaage------*/

.tissuemsaagebox {

    margin: 0px;
    padding: 0px;
}

.tissuemsaageboximg {

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.tissuemsaageboximg img {

    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}

.tissuemsaageboxtext {

    margin: 15px 0px;
    padding: 0px;
    margin-top: 25px;
}


.tissuemsaageboxtexth {
    font-size: 22px;
    font-family: "Playwrite CU", cursive;
    color: #025e41;
    font-weight: 600;
}

.tissuemsaageboxtext p {
    text-align: justify;
    color: black;
    font-size: 16px;
}

.tissuemsaageboxtexticon {

    margin: 0px;
    padding: 0px;
}

.tissuemsaageboxtexticon ul {

    margin: 0px;
    padding: 0px;
    display: block;
}

.tissuemsaageboxtexticon ul li {

    margin: 0px;
    padding: 0px;
    list-style: none;
}

.tissuemsaageboxtexticon ul li .tissuemsaageboxtexticon1 {

    display: flex;
    gap: 15px;
}

.tissuemsaageboxtexticon1box {

    width: 30px;
    height: 30px;
    background-color: var(--themecolor1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.tissuemsaageboxtexticon1box i {

    width: 30px;
    height: 30px;
    background-color: var(--themecolor1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tissuemsaageboxtexticon1boximg {

    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.tissuemsaageboxtexticon1boximg img {

    width: 100%;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
}

.appointmentboxleft{

    margin: 0px;
    padding: 0px;
}


.appointmentboxleft h4{
    color: #025e41;
    font-family: "Playwrite CU", cursive;
    font-size: 18px;

}

.appointmentboxleft h2{
    color: black;
    font-size: 20px;
}

.shadow-bg{
    padding: 30px;
    box-shadow: 0px 8px 15px 2px #0b615485;
}

.btn-light{
      color:#fff !important;
      background-color:#004433;
      border: 2px solid #fff;
}

.btn-light:hover{
    color:#004433 !important;
    background-color:#fff;
    border: 2px solid #004433;
}


.appointmentboxleftinpit {

    margin: 15px 0px;
    padding: 0px;
}

.appointmentboxleftinpit input {

    width: 100%;
    display: block;
    margin: 8px 0px;
    padding: 6px;
    border:  1px solid #192c33;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}

.appointmentboxleftinpit input:focus {

    outline: none;
}

.appointmentboxleftinpit textarea {

    width: 100%;
    display: block;
    margin: 14px 0px;
    padding: 6px;
    border: solid 1px #192c33;
    font-size: 16px;
    color: var(--textcolor);
    height: 80px;
}

.appointmentboxleftinpit textarea:focus {

    outline: none;
}

.appointmentboxleftinpit button {

    background-color: #b40002;
    color: white;
    border-radius: 15px;
}


.appointmentboxleftinpit button:hover {

    background-color: #b40002;
    color: white;
    border-radius: 15px;
}
.appoitmentboxright1{

    display: flex;
    gap: 10px;
}

.appoitmentboxright1 p,
.appoitmentboxright1 p a {

    text-decoration: none;
    color: var(--themecolor1);
    font-size: 14px;
}

.appoitmentboxright1 a i ,.appoitmentboxright1  i {

    color: #00923F;
    font-size: 14px;
}


/*admissionmam*/

.admissionbox{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}


.admissionboxleft{

    margin: 0px;
    padding: 0px;
}

.admissionboxleft ul{

    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter;
}

.admissionboxleft li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.admissionboxleft li h4{

    color: #00923F;
}

.admissionboxleft li p::before{

      /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
}




.admissionboxleft1{

    margin: 0px;
    padding: 0px;
}

.admissionboxleft1 ul{

    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter;
}

.admissionboxleft1 li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.admissionboxleft1 li h4{

    color: #00923F;
}

.admissionboxleft1 li p::before{

      /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
}

.admissonboxright{

    margin: 0px;
    padding: 0px;
}

.admissonboxright ul{

    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter; 
}

.admissonboxright ul li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.admissonboxright ul li h4{

    color: #00923F;
}


.admissonboxright ul li h5{

    color: black;
}

.admissonboxright ul li p::before{

        /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
}



.admissonboxright1{

    margin: 0px;
    padding: 0px;
}

.admissonboxright1 ul{

    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter; 
}

.admissonboxright1 ul li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.admissonboxright1 ul li h4{

    color: #00923F;
}


.admissonboxright1 ul li h5{

    color: black;
}

.admissonboxright1 ul li p::before{

        /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
}



.admissonboxright2{

    margin: 0px;
    padding: 0px;
}

.admissonboxright2 ul{

    margin: 0px;
    padding: 0px;
    counter-reset: my-sec-counter; 
}

.admissonboxright2 ul li{

    margin: 0px;
    padding: 10px 0px;
    display: block;
    list-style: none;
}

.admissonboxright2 ul li h4{

    color: #00923F;
}


.admissonboxright2 ul li h5{

    color: black;
}

.admissonboxright2 ul li p::before{

        /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: " " counter(my-sec-counter) ". ";
}

.admissonboxright2contact{

    margin: 10px 0px;
    padding: 0px;
}

.admissonboxright2contact h4{

    color: #00923F;
}

.admissonboxright2contact p a{

    color: black;
    text-decoration: none;
    font-size: 24px;
}








/*----Graphology------*/

.graphologybedcramps{

margin: 0px;
padding: 0px;
width: 100%;
display: block;

}

.graphologybedcramps ul{

    margin: 0px;
    padding: 0px;
    display: flex;
}


.graphologybedcramps ul li{

    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
    color: #192c33;
}

.graphologybedcramps ul li a{

    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #192c33;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.graphologybedcramps ul li a:hover{

    color: #00923F;
}


.graphologyboxright{

    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: block;
}


.graphologyboxrightmainimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    background-image: url(../img/graphologyimg/graphologyimg.webp);
    position: relative;
    z-index: 1;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.graphologyboxrightmainimg h2{

    color: white;
    font-size: 16px;
    margin-top: 15px;
}

.graphologyboxrightmainimg::before{

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.459);
    z-index: -1;
}

.graphologyboxrightmainimgtext{

    margin: 20px 0px;
    padding: 40px;
    background-color: #880305;
    margin-top: 60%;
}

.graphologyboxrightmainimg img{

  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;   
}

.graphologyboxrightmaintext{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.graphologyboxrightmaintextheader{

    margin: 0px;
    padding: 20px;
    border-radius: 20px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: -6px -6px 38px 10px rgba(199, 199, 199, 0.459);
    position: relative;
    top: -50px;
    z-index: 1;
    width: 100%;
    display: block;
}

.graphologyboxrightmaintextheader h1{

    color: #00923F;
    font-size: 20px;
}

.graphologyboxrightmaintextbody{

    margin-top: -20px;
    padding: 0px;
}

.graphologyboxrightmaintextbodyannounce{

    margin: 0px;
    padding: 20px;
    border: dotted 2px #880305;
    display: flex;
    gap: 10px;
    background-color: #e4e4e4;
}

.graphologyboxrightmaintextbodyannounce i{

    color: #192c33;
    line-height: 25px;
}

.graphologyboxrightmaintextbodyannounce p{

    color: #313131;
    font-size: 14px;
}

.graphologyboxrightmaintextbody p{

    color: #313131;
    font-size:clamp(14px,5vw ,16px);
    margin: 0;
    padding: 2px 0px;
}

.graphologyboxrightmaintextbody p i{

    color: black;
    font-size: 14px;
}

.graphologyboxrightmaintextbody h6{

    color: #00923F;
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 15px;
}

.graphologyboxrightmaintextbody h4{

    color: #880305;
    font-size: 18px;
    margin: 10px 0px;
    margin-bottom: 20px;
}


.graphologybannerbody{

    margin: 0px;
    padding: 30px;
    width: 100%;
    display: block;
}

.graphologybannerbodyleft{

    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.graphologybannerbodylefttext{

    margin-top: 33%;
    margin-left: 30px;
    background: linear-gradient(to right,rgb(0, 0, 0,0.7), rgba(255,0,0,0) );
    padding: 30px;
}

.graphologybannerbodylefttext h1{

    color: white;
    font-size: clamp(32px ,5vw ,60px);
}

.graphologybannerbodylefttext p{

    color: white;
}

.graphologybannerbodyright{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.514);
    margin-top: 29%;
}

.graphologyphonenumber{

    margin: 0px;
    padding: 15px;
    background-color: #e0e0e0;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(65, 65, 65, 0.7);
}

.graphologyphonenumber1{

    margin: 0px;
    padding: 15px;
    background-color: #e0e0e0;
    border-radius: 5px;
}

.graphologyphonenumber1{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
  
}

.graphologyphonenumber1icon{

    margin: 0px;
    padding: 0px;
}

.graphologyphonenumber1icon i{

    color: #880305;
    line-height: 20px;

}

.graphologyphonenumber1text{

    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 5px;
    
}

.graphologyphonenumber1text h6{

    color: #2F3030;
}
.graphologyphonenumber1text p ,.graphologyphonenumber1text p a {

    color: black;
    font-size: 14px;
    text-decoration: none;
   
}
.mt-15{

    margin-top: -15px;
    margin-left: -8px;
}

.graphologyphonenumber button{

    background-color: #880305 !important;
    color: white !important;
}

.graphologyphonenumber button i{

    color: white;
}

.pt-20{

    padding-top: 30px !important;
}


/*-------------module------------*/

.modulebody{

    margin: 0px;
    padding: 20px;
    border: dotted 2px #880305;
}

.modulebody h4{

    color: #880305;
    font-size: 20px;
    text-align: center;
}

.modulebody1{

    margin: 15px 0px;
    padding: 0px;
}

.modulebody1 p{

    font-size: 14px;
    color: black;
}

.mttop-20{

    margin-top: -28px;
}

.mttop-20down{

    margin-top: 30px !important;
}


/*-----------------internshippage=======================*/


.internshipheadertext{

    margin: 15px 0px;
    padding: 0px;
    text-align: center;
}

.internshipheadertext h5{

    color: #880305;
    font-size: 24px;
    text-transform: capitalize;
}


.internshipimg{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.internshipimg img{

    width: 100%;
    height: 450px;
    object-fit: cover;
}


.internshipbox{


    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.internshipbox h4{

    color: #880305;
   text-align: center;
   font-size: 26px;
   margin-bottom: 20px;
}


.internshipbox h4 span{

    color: #313131;
    font-family: Arial, Helvetica, sans-serif;
   
}

.internshipbox h5{

    color: #880305;
    font-size: 20px;
}


.internshipboxtext {

 margin: 20px 0px;
 padding: 15px;
 border: solid 1px #d6d6d6;
 border-radius: 14px;
}

.internshipboxtext p , .internshipboxtext p a {

    color: #313131;
    font-size: 15px;
    text-decoration: none;
}

.internshipboxtext  h5{

    color: #880305;
    font-size: 17px;
    filter: hue-rotate(360deg);
    animation: mytext 8s linear infinite;
}

.internshipprocess{

    margin: 0px;
    text-align: center;
    width: 100%;
    padding: 15px;
    border: solid 1px #d6d6d6;
    border-radius: 14px;
}


.internshipprocess > h5{

    color: #313131;
    font-size: 16px;
}


.paymentscheme{
margin: 20px 0px;
padding: 0px;
}


.paymentscheme h5{

    color: #880305;
    font-size: 20px;

}


@keyframes mytext{

0%,100%{

    filter: hue-rotate(0deg);
}

50%{

    filter: hue-rotate(360deg);
}

}


/*---------------theraputic------------*/


.theraputicboxmain{

    margin: 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

.theraputicbox{

    margin: 20px auto;
    padding: 0px;
    width: 100%;
    display: block;
    max-width: 800px;
}

.theraputicboxleft{

    margin: 0px;
    padding:0px 20px;
    border: solid 1px #d6d6d6;


}


.theraputicboxleft p{

    color: #7a7a7a;
    font-size: 15px;
    text-align: center;
}

.theraputicboxright{

    margin: 0px;
    padding:0px;
    border: solid 1px #d6d6d6;
   
}

.theraputicboxright1{

    margin: 0px;
    padding:8px 0px;
    border-right: solid 1px #d6d6d6;
}

.theraputicboxright1offline{

    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d6d6d6;
}


.theraputicboxright1offline p{
    text-align: center;
    font-size: 15px;
}


.theraputicboxright1offlinetext{

    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #d6d6d6;
}

.theraputicboxright1offlinetext p{

    font-size: 15px;
    text-align:center ;
    margin-top: 8px;
}

.pt-20{

    padding-top: 65px !important;
}


/*accordain*/


.accordion{
    font-family: Arial, Helvetica, sans-serif;
     width: 100%;  
  }
  
  .accordion-item {
    margin-bottom: 10px;
  }
  
  /* .accordion-title {
    color: #fff;
    background-color: #00923F;
    cursor: pointer;
    padding: 10px;
    transition: background-color 1s;
  }
  
  .accordion-title:hover {
    background-color: #025e41;
  } */
  
  .accordion-content {
    background: rgb(255, 255, 255);
    display: none;
    padding: 10px;
  }
  
      .accordion-item.active .accordion-content{
        display: block;
      }


.accordainmain{

    margin: 0px;
    padding: 0px;
}

.accordainmain ul{

    margin: 0px;
    padding: 0px;
    display: block;
}

.accordainmain ul li{

    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

.accordainmain ul li p{

    color: #004433;
    font-size: 14px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 8px;
    
}
.accordainmain ul li:last-child p{

    border-bottom: none;
}



.page-header {
    /* background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/about.webp) center center no-repeat; */
    background-size: cover;
    background-color:#025e41;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
    font-family: "Playwrite CU", cursive;
    text-decoration:none;
}

.appointboxright {
    margin: 0;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--bgcolor);
} 
.contactusright {
    margin: 0;
    padding: 45px;
    background-color: #ededed;
    border-radius: 15px;
}
.openinghoursboxtime {
    margin: 10px 0;
    padding: 0;
    display: flex
;
    justify-content: space-between;
    border-bottom: 1px dotted #949494;
}
.addressicon, .blogboxtexticon1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px; 
}
.addressicon i {
     color:#004433;
}
.addressicon p, .addressicon p a {
    color: var(--bgcolor);
    font-size: 18px;
    text-decoration: none;
}
.service-btn a{
    font-size: 21px;
    padding: 8px;
    /* float: right !important; */
    color: #fff;
    text-align: right !important;
    font-family: 'Tangerine';
    margin-top: 22px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 6px;
} 

.service-btn a i {
      font-size: 14px;
      font-weight:400;
}

  
  .service-btn a:hover{
          color:#81e9ae;
          transition:.3s;
          border: 1px solid #81e9ae;
  }
/*=======responsive======*/

@media(max-width:991px){

    .resbtn{

        display: block;
    }
    .dis-none{

        display: none;
    }

    .headernavigation{

        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        background-color: white;
        height: 100%;
        margin: 0px;
        padding: 0px;
        z-index: 999;
        transition: all 0.5s ease-in-out;
    }

    .headernavigation ul{

        margin: 0px;
        padding: 0px;
        display: block;
    }

    .headernavigation ul li{

        margin: 0px;
        padding: 10px 0px;
        display: block;
    }

    .headernavigation.main{

        left: 0;
    }

    .headernavigation ul li ul.submenu{

        position: relative;
        width: 100%;
    }

    .councellingboxicon{

        border-right: none;
        border-bottom: solid 1px #f1f1f1;
        padding: 8px 0px;
        padding-bottom: 15px;
    }

    .graphologybannerbodylefttext{

        background: transparent;
    }

    .graphologybannerbodyright{

        margin-top: 4%;
    }

    .internshipimg img{

        height: 124px;
    }
    

    .mb-2 {
        margin-bottom: 2.5rem !important;
      }


      .Introductionboder{

        min-height: 2px;
        width: 100%;

      }

      .bannerbox1{

        padding-bottom: 500px;
      }

      .footerendsize{

        margin-left: 0;
      }
}



/* Contact slider Form animations */

@keyframes turnOffLights {
    0% {
        background: white;
    }
    100% {
        background: black;
        width: 3000px;
        height: 3000px;
    }
}
@keyframes upsideDown {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.variante {
    position:fixed;
    left:0;
    right:0;
    top:0;
    margin:0 auto;
    z-index:1;
    background: rgba(150, 0, 0, 1);
    width: 55%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.variante a {
    text-decoration: none;
    color: white;
}
.variante a:hover {
    color: red;
}
#var1 {
    margin-right: 2rem;
}

#var3 {
    margin-left:2rem;
    background:red;
    color:white;

}
#tema {
    background: orange;
    text-align: left;
    padding: 3px 5px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 5px;
    font-size: 15px;
    border-radius: .5%;
    z-index: 1;
}
#facebook-logo img {
    width: 60px;
}
#facebook-logo {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 2;
}

#intrerupator {
    background: url("https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678078-light-bulb-256.png") center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    cursor: pointer;
}
#text {
    color: red;
    position: fixed;
    right: 3.4%;
    top: 1.5%;
    z-index: -2;
}
#intrerupator:focus {
    animation-name: turnOffLights;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
header img {
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-name: upsideDown;
    animation-delay: .5s;
}
img:hover {
    animation-duration: .3s;
    animation-name: upsidDown;
}
#white { 
  width: 100%;
  height:1.5rem;
}
header img {
    /* margin-top: 20px; */
    /* height: 100px; */
    
    width: 100px;
}
#container {
    position:relative;
    left:0;
    right:0;
    z-index:-1; 
    background-size: cover;
    width: 55%;
    margin: 65px auto;
    border: 1px solid;
    border-radius: 4.5%;
    color: white;
}
header { 
     padding: 0; 
     margin:0; 
}
/* form {
    margin: 6% 8%;
    display: table;
} */
#part-1  {
    display: table-cell;
    width: auto;
}
fieldset {
    border: 0px;
}
h3 {
    font-size: 22px;
    /* text-align: center; */
}
h3 span {
    color: red;
}
.fa-address-book {
    font-size: 40px;
    color: #f47142;
}  
textarea {
    border: 1px solid #463a36;
    display: block;
    margin: 10px auto;
    padding: 2%;
    width: 100%;
} 
#submitButton {
    background: #c1beba;
    padding: 15px 10px;
    cursor: pointer;
    width: 90%;
    height: 70px;
    display: block;
    margin: 15% auto;
    margin-bottom: 5%;
}
#submitButton:hover {
    filter: brightness(115%);
}
#resetButton {
    background: #e24f2b;
    padding: 15px 10px;
    color: white;
    cursor: pointer;
    width: 90%;
    height: 70px;
    display: block;
    margin: 0 auto;
}
#resetButton:hover {
    filter: brightness(115%);
}
#part-1 label:after {
    content: " *";
    color: red;
} 
textarea {
    resize: none;
}
/*Media Query */

@media all and (min-width: 0px) and (max-width: 320px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    #container {
        width: 70%;
        margin-top: 20%;
    }
    #tema {
        width: 100%;
        left: .5px;
        top: 0;
    }
    #submitButton,
    #resetButton {
        width: 100%;
    }
}
@media all and (min-width: 321px) and (max-width: 480px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    #container {
        width: 70%;
        margin-top: 13%;
    }
    #tema {
        width: 100%;
        left: .5px;
        top: 0;
    }
    #submitButton,
    #resetButton {
        width: 100%;
    }
}
@media all and (min-width: 481px) and (max-width: 568px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    #container {
        width: 60%;
        margin-top: 10%;
    }
    #tema {
        width: 100%;
        left: .5px;
        top: 0;
    }
    #submitButton,
    #resetButton {
        width: 100%;
    }
}
@media all and (max-width: 1045px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    #container {
        width: 90%;
        margin-top: 7%;
    }
    #tema {
        width: 100%;
        left: .5px;
        top: 0;
    }
    form {
        margin: 5% 2%;
    }
    #part-1{
        width: 100%;
        display:table-row;

    }

    .variante {
        display: none;
    }
}


.hover-effects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* padding: 20px; */
    max-width: 100%;
}

.effect-card {
    display: flex;
    justify-content: center;
    align-items: center;

}

.service-button {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    border: 2px solid #fff;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    background-color: #025e41;
    transition: all 0.3s ease;
    margin: 25px 0px !important;
}

.bg-theme {
    background-color: #025e41 !important;
}


.service-button:hover {
    color: #025e41 !important;
    background-color: #fff;
}
 
.service-button.grow {
    background-color: #33B5E5; /* Light blue */
}




.form-control1 { 
    width: 100%;
    height: 45px;
    padding: 8px 21px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1:focus {
    outline: none !important;
    border-color: #71e69e;
}
.form-control1::-webkit-input-placeholder {
    color: #d4d4d4;
}
.form-group {
    margin-bottom: 15px;
}

.black{
    color: #000 !important;
}

.white{
    color: #fff !important;
}


.star-rating {
    display: inline-block;
    font-size: 24px;
    color: #ccc;
  }
  
  .star {
    color: #ffd700;
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url('star-empty.png') no-repeat center center;
    background-size: cover;
  }
  
  .star.filled {
    background: url('star-filled.png') no-repeat center center;
    background-size: cover;
  }
  
  .star.half-filled {
    background: url('star-half.png') no-repeat center center;
    background-size: cover;
  }


  .frame {
    width: 90%;
    margin: 40px auto;
    text-align: center;
  }
  button {
    margin: 20px;
  }
  .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
   
  @-webkit-keyframes shiny-btn1 {
      0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
      80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
      81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
      100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  

  /* 3 */
.btn-3 {
    /* background: rgb(0 145 91); */
    /* background: linear-gradient(0deg, rgb(0 145 91) 0%, rgb(40, 97, 74) 100%); */
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: solid 1px rgb(0 145 91) ;
    color: #000;
    
  }
  .btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-3:before,
  .btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: rgb(40, 97, 74);
    transition: all 0.3s ease;
  }
  .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  }
  .btn-3:hover{
  background: rgb(0 145 91); 
     background: linear-gradient(0deg, rgb(0 145 91) 0%, rgb(40, 97, 74) 100%); 
    box-shadow: none;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color:white;
  }
  .btn-3 span:before,
  .btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: rgb(40, 97, 74);
    transition: all 0.3s ease;
  }
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }
  
  
  /* 12 */
  .btn-12{
    position: relative;
    right: 70px;
    bottom: 20px;
    border:none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
  }
  .grn{
    color: rgb(37,91,69);
  }
  .btn-12 span {
    background: rgb(0 145 91);
    background: linear-gradient(0deg, rgb(0 145 91) 0%, rgb(37,91,69) 100%);
    display: block;
    position: absolute;
    width: 225px;
    height: 40px;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    border-radius: 5px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12:hover span:nth-child(1) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }

  .bg-gray{
    background-color: #249d8d24;
} 

  .bg-blue{
    background-color: #E6F0F2;
    /* padding: 30px 0px; */
}

.accordion-button:not(.collapsed){

    background-color: #00923F !important;
    color: white !important;
}


.bg-blue h5{

    color: black;
    font-size: 20px;
    margin: 15px 0px;
}

.whatsapp i {
    position: relative;
    z-index: 20;
    top: 11px;
    font-size: 30px;
  }
  .whatsapp {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 52px !important;
    height: 52px;
    bottom: 56px;
    right: 27px;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
  }
  
  .whatsapp:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
  }
  
  .my-float {
    margin-top: 15px;
  }
  
  @-webkit-keyframes pulse-btn {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }
    70% {
      -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
  }
  
  .whatsapp a {
    color: #fff;
  }
  


  .call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 30px;
	bottom: 8rem;
	background: #ec8b00;
	width: 50px;
    height: 50px;
    padding: 11px;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}  
.faq-fa{
        align-items: right;
    }

@media only screen and (max-width:900px){.faq-fa{
    align-items: left;
}
}

.councellingtext1 h5 {
    color: #00925a;
    font-family: "Playwrite CU", cursive;
    font-weight: 800;
}

.blink {
    animation: blinker 1.6s step-end infinite;
    font-size: 18px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.bg-service{
     background-color:#f7f7e4;
}
.cart {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 2rem #0002;
    border: 1px solid #fff2;
    backdrop-filter: blur(15px);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    padding: .8rem 1rem;
    color: white;
    background: linear-gradient(8deg, #fff0, #00000022, #fff3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.servicecart1{
    background: linear-gradient(8deg, rgb(0 145 91), #000, rgb(2 30 20)) !important;
}

.cart:hover {
    transform: scale(1.05);
    box-shadow: 0 0 2rem #0004;
    /* background: linear-gradient(8deg, #fff0, #fff2, #fff3); */
}


.service-container{
    background: linear-gradient(45deg, #025e41, #00923f);
}

.cart-text{
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: 'Tangerine', sans-serif;
}

.cart-text h4 {
    line-height: 2.5rem;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 2px;
}

.firstcharacter {
    color: #025e41;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}


ol.style_1 {
  counter-reset: li;
  padding-left: 2.5rem;
  padding: 0.25rem 0 0.25rem 2.75rem;
}
ol.style_1 small {
  opacity: 0.3;
}
ol.style_1 ol, ol.style_1 ul {
  padding: 0.75rem 0 0 1.5rem;
} 
ol.style_1 > li {
  position: relative;
  counter-increment: li;
  min-height: 2rem;
  padding-top: 0.5rem;
  list-style: none;
}
ol.style_1 > li::before, ol.style_1 > li::after {
  position: absolute;
  display: flex;
  opacity: 1;
}
ol.style_1 > li::before {
  content: counter(li);
  left: -2.75rem;
  top: 0;
  height: calc(2rem - 1px);
  width: calc(2rem - 1px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #025e41;
  background-color: #025e41;
  color: #fff;
}
ol.style_1 > li::after {
  content: "";
  left: -1.75rem;
  top: calc(2rem + 1px);
  height: calc(100% - 2.5rem);
  border-left: 1px solid #025e41;
}
.modules {
    font-size: 1.5rem;
    font-weight: 500;
    color: #025e41;
    line-height: 0rem;
}

.moduleList li{
	position: relative;
    color: #192c33;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    list-style: none;
    /* background: #025e41; */
    color: #025e41;
    border: 2px solid #025e41;
    border-radius: 10px;
    font-family: lato;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.moduleList li:hover{
    background: #025e41;
    color: #fff;
    border: 2px solid #025e41;
    border-radius: 10px;
    transition: all 0.3s;
}

.moduleList li:before{
    position: absolute;
    content: '_______';
    left: -50px;
    top: 0px;
    font-weight: 800;
    color: #2f6751;
    /* font-family: 'Font Awesome 6 Free'; */
}

.bookimg {
    width: 60%;
    padding: 1rem;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 1px 2px 40px 10px #e1e1e1;
}
.testimonialleft h3{
    font-size: 18px;
    float: left;
    margin-top: 15px;
}

.testimonialleft a {
    text-decoration: none;
}
.counter-bg{
    position: relative;
    padding:0px;
    background-size: cover;
    background-position: bottom;
}
.counter-bg::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.90;
    background-color: #000000d5;
}
.counter-section { 
    display: flex; 
    justify-content: space-between; 
    padding: 20px; 
}
    .counter-card { 
      position: relative;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      width: 30%;
    }
      
    .counter-card h3 {
      font-size: 3rem;
      color: #fff;
    }
    .counter-card p {
      font-size: 22px;
      color: #fff;
      font-family: "Playwrite CU", cursive;
    }
    
    .counter-card h3::after {
      content: "+";
      margin-right: 5px;
    }

/*-----formcontainer---*/

.formcontainer{

    background-color: #00925a;
    padding: 40px 20px;
}


/* Counter Css Ends */

@media only screen and (max-width:678px){
    .faq-fa{
      align-items: left;
    }

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
        color: #00923F;
        /* background-color: #fdfdfd;
        border: 1px solid #00923f; */
    }

    .navbar{
        padding: 0px 12px;
        width:100% !important;
    }

    .bannertextcontainer {
        padding-right: 0rem !important;
    }
    .about-2{
        height: 1300px;
    }
    .p-1, .p-2, .p-3, .p-4, .p-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .facilities-container{
        height: 0% !important;
    }

    #course{
        height: 4500px !important;
    }

    #course .container-fluid center {
        display: none;
    }

    .booktext{
        margin-top: 30px !important;
    }

    .testimonial-box1{
        width: 80% !important;
    }

    .accordion{
        width: 100% !important;
    }

    .text-end {
        text-align: center !important;
    }

    .bannertextcontainer {
        text-align: center;
    }

    .bannerbox1text {
        padding-top: 20px;
    }

    .bannerbox1text h2 {
        font-size: 2rem;
    }

    .bannerbox1text h4 {
        font-size: 1.5rem;
    }

    .bannerbox1text p {
        font-size: 1rem;
    }

    .bannerbox{
        height: 100vh !important;
        overflow: hidden !important;
    }

    .bannerbox1 {
        padding-top: 0px !important;
    }

    .bannertextbg {
        border-radius: 0px !important;
    }

    .hide-mobile {
        display: none; /* Hide unnecessary elements on smaller screens */
    }

    .d-flex.justify-content-end {
        justify-content: center !important;
    }
    
    .bannertextbg{

        height: 100vh !important;
    }

    .hide-mobile{
        display: none;
    }
    .offset-1 {
        margin-left: 0px !important;
    }
    .councellingtext h4 {
        color: #004433;
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.5rem;
    }
    .aboutusright h5  {
    font-size: 24px;
    color: #00923F;
    font-family: "Playwrite CU", cursive;
    line-height: 2;
    font-weight: 600;
}
.counter-section { flex-direction: column; align-items: center; }
.counter-card { width: 100%; margin-bottom: 0px; }

.tissuemsaageboxtext h2 {
    font-size: 16px !important;
    font-family: "Playwrite CU", cursive;
    color: #025e41; 
}
.servicetext h1 {
    font-size: 17px;
}
.councellingtext1 h5 {
    color: #00925a;
    font-family: "Playwrite CU", cursive;
    font-weight: 800;
    text-align: center;
}
.slide{
    height: 100% !important;
  }
.slide img {
    width: 100%;
    height: 300px !important;
    object-fit: cover !important;
}

}