/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100;300;400;500;700&display=swap");*/
@import "typography.css";

:root {
    --font-family: "Roboto Condensed", sans-serif;
    --white: #fff;
    --black: #000;
    --signupboxcolor: #efefef;
    --background-colorskin: #fdd6b9;
    --Button-background-color: #FDD6B9;
    --cardbgcolor: #ffece3;
    --button-colorgreen: #486f69;
    --primaryBlue: #273b91;
    --inputShadow: #4d4d4d;

    --inputBorder: #e1e1e1;
    --inputPlaceholder: #9D9D9D;
    --carouselBackground: #405854;
    --buttonTextColor: #818181;

    /* New Color set */
    --background-color1: #FAF6EE;
    --background-color2: #D9EECC;
    --background-color3: #E9F0EE;
    --background-color4: #486f69;

    --blacktextcolor: #333133;
    --whitetextcolor: #ffffff;
    --bluetextcolor: #88ABDA;
    --graytextcolor: #BCBCBC;

    --socialIconsBG: #AF1DFD;
    --socialIconsTXT: #FFFFFF;

    --buttonBackground: #FFB857;
    --buttonText: #FFFFFF;

    --inputBackground: #FFFFFF;
    --inputText: #333133;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: var(--font-family) !important;
    /* background-image: url(../media/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    background-color:var(--background-color1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
}
main {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
body #SignNav.navbar .container-fluid #navbarSupportedContent.navbar-collapse {
    flex-grow: 0 !important;
    width: 100%;
}
/* .navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    background-color: transparent;
} */
.navbar .bg-light {
    background-color: transparent !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--blacktextcolor);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-size: larger;
    font-weight: 400;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-brand {
    padding-top: 1rem;
}
.nav-appointment-btn {
    font-size: 13px;
    color: var(--blacktextcolor);
    background-color: var(--button-colorgreen);
    text-align: center;
    padding: 6px 25px;
    border-radius: 40px;
    text-transform: uppercase;
}
.nav-logo {
    /* width: 90px; */
    width: 153px;
    height:auto;
}
/* .navbar-nav {
    display:none;
} */

.navbar-collapse .navbar-nav {
    margin: 9px auto !important;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--blacktextcolor);
    font-size: larger;
    font-weight: 400;
}
.navbar .navbar-nav li a.active {
    color: var(--white);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--graytextcolor);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: var(--graytextcolor);
}

.navbar-nav .nav-link {
    position: relative;
    text-decoration: none; /* Remove default underline */
    color: var(--blacktextcolor); /* Set the text color */
}
.nav-link:focus,
.nav-link:hover {
    color: var(--graytextcolor);
}

.navbar-nav .nav-link span {
    position: relative;
}

.navbar-nav .nav-link span::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px; /* Adjust the thickness of the line as needed */
    background-color: var(--blacktextcolor); /* Set the color of the line */
    border-radius: 5px; /* Set the border radius to make the ends rounded */
    transition: width 0.3s ease; /* Add a smooth transition effect */
}

.box {
    /* width: 25%; */
    padding: 2rem 2rem;
    box-sizing: border-box;
    color: var(--white);
    height: 100%;
}

.indicator1 {
    border-radius: 20px 0 0 20px;
}
.indicator3 {
    border-radius: 0 20px 20px 0;
}
img {
    width: 100%;
    height: auto;
}

.box-heading {
    display: flex;
    align-items: center;
}

.box-heading img {
    width: 45px;
    margin-right: 10px;
}
.box-heading h4 {
    margin-bottom: 0;
}
.box p {
    line-height: 23px;

    margin: 1rem 0rem;
    text-align: start;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 23px !important;
}
#hero {
    /* background-image: url(../media/images/banner.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #486f69;
}

.hero-div {
    margin: 13rem 0rem;
}
.banner_text_inner h5 {
    font-weight: 400;

    color: var(--blacktextcolor);
}
.hero-text {
    color: var(--graytextcolor);
    font-weight: 700;
    font-size: 62px;
    line-height: 78px;
}

#hero .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100% !important;
    height: 86% !important;
    padding: 0 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    text-indent: 0px !important;
    cursor: pointer;
    background: rgb(159 161 165 / 23%) !important;
    background-clip: padding-box;
    border: none !important;
    opacity: 10 !important;
    transition: opacity 0.6s ease;
}

#hero .carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 3rem;
    margin-left: 15%;
    list-style: none;
    align-items: center;
}

#hero .carousel {
    z-index: 4 !important;
}
#hero #bannercarousel .carousel-indicators .active {
    opacity: 10 !important;
    background-color: var(--carouselBackground) !important;
}

#hero .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px 0% 0 10%;
    top: 23%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--white);
    text-align: justify;
}

.counselling-text {
    color: var(--blacktextcolor);
}

.no-padding {
    padding: 0;
}

.appointment-btn {
    font-size: 16px;
    color: var(--white);
    background-color: var(--button-colorgreen);
    text-align: center;
    padding: 8px 20px;
    border-radius: 40px;
    text-transform: uppercase;
}
#Experts {
    /* background-image: url(../media/images/expertsbg.png); */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* background-position: center center; */
    padding: 11rem 0rem 7rem 0rem;
    margin-top: -6rem;
    /* z-index: 1; */
    position: relative;
}
#Experts .card {
    margin-bottom: 2.5rem;
    border-radius: 50px;
    border-top-left-radius: calc(5.25rem - 1px);
    border-top-right-radius: calc(5.25rem - 1px);
}
#Experts .heading-section h1 {
    font-weight: 700;
    color: var(--blacktextcolor);
}

#Experts .card-body {
    padding: 1rem 2rem;
    max-height: 200px;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: var(--cardbgcolor);
}
#Experts .card-body {
    color: var(--blacktextcolor);
}

#Experts .card-body:hover {
    background-color: var(--background-color4);
    color: var(--white);
}
#Experts .card-body h3:hover {
    color: var(--white);
}
#Experts .card-body:hover p.card-text img {
    /* Change the image src on hover */
    content: url(../media/images/whitearrow.png);
}

#Experts .card-body:hover .card-title {
    color: var(--cardbgcolor);
}

#Experts .card-body:hover p.card-text {
    color: var(--white);
}
.Experts-section-heading {
    padding-top: 3rem;
}
.Experts-section-heading h3 {
    /* font-size: 36px; */
    font-weight: 300;
    /* line-height: 43px; */

    padding: 3rem 4rem 3rem 0rem;
}
#Experts .expert_btn {
    font-size: 19px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--background-color4);
    text-align: center;
    padding: 10px 40px;

    text-decoration: none;
    border: none;
    border-radius: 30px;
}
.btnarrow {
    width: 30px;
}
#Experts .expert_btn .btnarrow {
    width: 30px;
    margin-left: 2rem;
}
.card-text img {
    width: 27px;

    margin-left: 2rem;
}

.therapyHeading {
    display: flex;
    justify-content: center;
}
.therapyHeading h1 {
    color: var(--buttonBackground);
    font-weight: 700;
}
.headingbg {
    background-image: url(../media/images/paper2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 25px 0px 10px;
}
.headingbgAbout {
    background-image: url(../media/images/paper2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 20px 10px 15px;
}
#CounsellingProcess .card {
    border: none;

    align-items: center;
}
.image-box {
    width: 95px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid var(--background-color4);
    border-radius: 15px;
}
.image-box:hover {
    background-color: var(--background-colorskin);
    border: none;
    box-shadow: 8px 8px 29px 0px #00000026;
}
.image-box .card-img-top {
    width: 60px;
}
#CounsellingProcess .card-body {
    text-align: center;
}
#CounsellingProcess .card-title {
    margin-bottom: 0.5rem;

    font-size: 24px;
    font-weight: 700;
    line-height: 43px;

    color: var(--blacktextcolor);
}
#CounsellingProcess .card-text {
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;

    color: var(--graytextcolor);
}

.about_img img {
    max-width: 100%;
}
#CounsellingProcess .about_taital {
    width: 60%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: var(--blacktextcolor);
    padding-top: 30px;
}

#CounsellingProcess .about_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: var(--blacktextcolor);
    margin: 0px;
}
.read_bt {
    width: 150px;
    float: left;
    margin-top: 30px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--white);
    background-color: var(--primaryBlue);
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
}
.testimonials {
    /* background-image: url(../media/images/testimonialsbg.png); */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    padding: 7rem 0;
    position: relative;
    overflow: hidden; /* This will hide the curved part outside the section */
}

.testimonials .right-quote {
    width: 65px;
}
.testimonials .Polygon {
    width: 40px;
    position: absolute;
    bottom: -21px;
    left: 40px;
}
.testimonials .card {
    padding: 2rem 1.5rem;
    height: 100%;
    border-radius: 10px;
}
.testimonials .card-body {
    padding: 2rem 0;
}
.testimonials .user-container {
    display: flex;
    position: absolute;
    bottom: -115px;
    justify-content: space-between;
    align-items: center;
}
.testimonials .user-img img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}
.user-detail {
    margin-left: 13px;
}
.user-detail .user-name {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    line-height: 0.9;
    color: var(--blacktextcolor);
    margin-top: 10px;
}
.user-detail .user-desig {
    font-size: 14px;
    font-weight: 300;
    /* line-height: 0; */

    color: var(--white);
}
.pre-png img,
.next-png img {
    width: 21px;
}
.testimonials .carousel-inner,
.testimonials .heading-section {
    padding: 5rem 0rem 7.5rem 0;
}
.testimonials .heading-section h5 {
    /* font-size: 22px; */
    font-weight: 400;
    color: var(--blacktextcolor);
}
.testimonials .heading-section h1 {
    /* font-size: 46px; */
    font-weight: 700;
    line-height: 50px;
    color: var(--white);
}
.testimonials .heading-section .profession {
    color: var(--white);
}
.testimonials .heading-section h4 {
    /* font-size: 46px; */
    font-weight: 500;
    /* line-height: 50px; */
    color: var(--white);
}
.testimonials .testimonialscarousel .card-body p {
    color: #5b5b5a;
    font-weight: 300;
    font-size: 18px;
}

#appointment {
    padding-top: 7rem;
    padding-bottom: 9rem;
}

#appointment form {
    max-width: 600px;
    margin: 0 auto;
}

#appointment .form-row {
    margin-bottom: 15px;
}

#appointment .heading-section {
    display: flex;
}
#appointment .banner-text h5 {
    font-weight: 300 !important;
}
#appointment .heading-section img {
    width: 66px;
}
#appointment .heading-section h1 {
    font-weight: 700;
    color: var(--blacktextcolor);
    margin-left: 15px;
    line-height: 0.9;
}
.banner-text {
    font-weight: 300;
    line-height: 33px;
}
#appointment input,
#appointment textarea,
#appointment select {
    width: 100%;
    padding: 12px 0px 12px 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    border-radius: 25px;
    /* color: var(--background-color1); */
    color: var(--inputText);
    background: var(--inputBackground);
    border: 3px solid var(--inputBackground);
}

#appointment form button {
    color: var(--white);
    padding: 10px 25px;
    border: none;
    cursor: pointer;

    font-size: 19px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--background-color4);
    text-align: center;
    padding: 11px 40px;
    /* width: 50%; */
    float: right;
    border-radius: 40px;
}

/************************************************* Style for Form start **************************************************************************/

label {
    display: block;
    margin-bottom: 5px;
}

input,
textarea,
select {
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 10px;
    /* background: transparent; */
    border-radius: 25px;
    color: var(--inputText);
    background: var(--inputBackground);
    border: 1px solid var(--inputBackground);
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--inputText) !important;
}
#appointment select {
    appearance: none;
    background-color: transparent; /* match the background color */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="grey" width="23px" height="23px"><path d="M7 10l5 5 5-5z" /></svg>'); /* custom down arrow */

    background-repeat: no-repeat;
    background-position: calc(100% - 18px);
}
select {
    appearance: none;
    background-color: transparent; /* match the background color */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white" width="23px" height="23px"><path d="M7 10l5 5 5-5z" /></svg>'); /* custom down arrow */

    background-repeat: no-repeat;
    background-position: calc(100% - 18px);

    width: 100%;

    padding: 12px 0px 12px 20px;

    border: 1px solid white;
}
select option {
    background-color: transparent;
}
select option {
    margin: 40px;
    background-color: var(--white);
    color: var(--black);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

textarea {
    resize: vertical;
}

.password-container {
    position: relative;
}

#Password {
    padding-right: 30px; /* Adjust the padding to leave space for the eye icon */
}

#togglePassword {
    position: absolute;
    top: 39%;

    right: 20px; /* Adjust the right spacing */
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--background-color4);
}
#toggleSignupPassword , #toggleConfirmPassword {
    position: absolute;
    top: 39%;

    right: 20px; /* Adjust the right spacing */
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--background-color4);
}
#togglePassword2 {
    position: absolute;
    top: 39%;

    right: 20px; /* Adjust the right spacing */
    transform: translateY(-50%);
    cursor: pointer;
    color: var(--background-color4);
}

::placeholder {
    color: var(--inputPlaceholder);
    font-family: var(--font-family);
    font-size: 18px;

    font-weight: 400;
}
.forget-pass {
    padding: 0rem 2rem;
}
/***************************************** Css for Form end ************************************************/

/*CSS FOR Login Page start */

/* #LoginForm{
    background-image: url(../media/images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */
.loginform ,.forgetPasswordform   {
    margin: 10px auto;
    font-size: 18px;
    padding: 0rem 2rem;
    height: 100%;
}
.loginform .form-row ,
.forgetPasswordform  .form-row {
    display: flex;

    flex-direction: column;
    align-items: center;
}
.form-heading h4 {
    font-weight: 400;
    font-size: 2.5rem;
}
.Login-btn {
    border: none;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    color: var(--buttonText);
    background-color: var(--buttonBackground);
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    border-radius: 40px;
  }

#LoginForm p,
#LoginForm a {
    color: var(--background-color4);
    font-weight: 600;
}
#LoginForm input {
    width: 100%;
    padding: 15px 30px;
    color: var(--inputText);
    background: var(--inputBackground);
    border-color: var(--inputBackground);
    margin-bottom: 25px;
    border-radius: 30px;

    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  }
#LoginForm .form-actions {

 margin-bottom: 40px;
  }
#LoginForm #rememberMe {

    width: auto;
    margin: 0px 9px;
    border: 1px solid #DBDCDB;
    width: 18px;
    height: 18px;
  }
#LoginForm .checkbox label{

    color: #46515A;
    margin: 0;

    font-size: 15px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
  }


/* CSS for Login page End */

/* CSS FOR ABOUT PAGE START */

/* banner-section */
#banner-section {
    /* background-image: url(../media/aboutpage/bg1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#banner-section .banner_text_inner h1 {
    color: var(--blacktextcolor);
    font-weight: 600;
}
#banner-section .banner_text_inner h3 {
    font-weight: 400;
}
/* banner-section  */
/* infoSection  */
#infoSection {
    /* background-image: url(../media/aboutpage/bg2.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 6rem 0rem;
}
#infoSection .rs-col .card-container {
    margin-top: 5rem;
}
#infoSection .card {
    position: relative;
    display: flex;

    background-color: var(--cardbgcolor);

    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 11px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0rem;
    margin-bottom: 2rem;
}

.cardIcon {
    background-color: var(--inputPlaceholder);
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cardIcon img {
    width: 66px;

    height: 58px;
}
.cardIcon .avatar {
    width: 44px;
    height: 55px;
}
#infoSection .card .card-title {
    color: var(--blacktextcolor);
}
#infoSection .infoSectionImg {
    max-width: 450px;
}
/* #infoSection .card:hover {
    background-color: var(--background-color4);
    color: var(--white);
} */

/* #infoSection .card:hover .card-title {
    color: var(--white);
} */

.telephonebtn {
    background-color: var(--cardbgcolor);
    color: var(--blacktextcolor);
    font-size: 19px;
    font-weight: 500;

    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}
.telephonebtn:hover {
    color: var(--blacktextcolor);
}
.telephone-png {
    width: 20px;
    margin-right: 5px;
}
/* infoSection  */
/* About page expertSection start*/

#expertSection {
    padding-bottom: 10rem;
}
#expertSection .heading-section {
    margin: 7rem 0;
}
#expertSection .heading-section h1 {
    color: var(--blacktextcolor);
}

#expertSectioncarousel .card,
#expertSectioncarouselmobile .card {
    border-radius: 26px;
    min-height: 400px;
}
#expertcarouselmobile {
    display: none;
    /* Hide the carousel by default */
}

#expert1 {
    /* background-image: url(../media/aboutpage/team1.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#expert2 {
    /* background-image: url(../media/aboutpage/team2.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

#expert3 {
    /* background-image: url(../media/aboutpage/team3.png); */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}
.expert-container {
    /* background-color: hsl(0deg 0% 1% / 27%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */

    background-color: white;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

#expertSectioncarousel .card-footer,
#expertSectioncarouselmobile .card-footer {
    display: flex;
    padding: 0.5rem 1rem;
    background-color: transparent !important;
    border: none !important;
    align-items: center;
    justify-content: space-between;
    color: #ffd6b9;
}

#expertSectioncarousel .pre-png,
#expertSectioncarousel .next-png {
    background-color: var(--buttonBackground);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#expertSectioncarouselmobile .pre-png,
#expertSectioncarouselmobile .next-png {
    background-color: var(--buttonBackground);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#expertSectioncarousel .pre-png img,
#expertSectioncarousel .next-png img {
    width: 30px;
    height: 30px;
}
#expertSectioncarouselmobile .pre-png img,
#expertSectioncarouselmobile .next-png img {
    width: 30px;
    height: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 9 !important;
}

.card-RM-text {
    color: #486f69;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
}
.card-RM-text:hover {
    color: #486f69;
}
.card-RM-text img {
    width: 27px;

    margin-left: 4px;
}
#expertSectioncarousel .carousel-indicators {
    bottom: -78px;
}
#expertSectioncarouselmobile .carousel-indicators {
    bottom: -78px;
}

#expertSectioncarousel .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;

    border-radius: 20px !important;

    background-color: white;
    background-clip: inherit;
    border: 2px solid var(--buttonBackground);
}
#expertSectioncarouselmobile .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;

    border-radius: 20px !important;

    background-color: white;
    background-clip: inherit;
    border: 2px solid var(--buttonBackground);
}

#expertSectioncarousel .carousel-indicators .active,
#expertSectioncarouselmobile .carousel-indicators .active {
    opacity: 1;
    background-color: var(--buttonBackground);
}

#expertSectioncarousel .card-footer p img,
#expertSectioncarouselmobile .card-footer p img {
    width: 27px;
    /* float: right; */
    margin-left: 5px;
}

#expertSectioncarousel .card-footer-icon,
#expertSectioncarouselmobile .card-footer-icon {
    display: flex;
    gap: 5px;
}

#expertSectioncarousel .card-footer-icon a,
#expertSectioncarouselmobile.card-footer-icon a {
    display: flex;
    width: 27px;
    height: 27px;
    /* line-height: 40px; */
    text-align: center;
    /* background-color: var(--socialIconsBG); */
    color: #12203c;
    /* margin-right: 11px; */
    text-decoration: none !important;
    border: 2px solid #486f69;
    border-radius: 50%;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
    align-items: center;
    justify-content: center;
}

#expertSectioncarousel .card-footer-icon a i,
#expertSectioncarouselmobile .card-footer-icon a i {
    color: #486f69;
}

.expert-detail {
    padding: 0.5rem 1rem;
}
.card-border-bottom {
    border-top: 1px solid #486f69;
    margin: 2px 1rem;
}

.expert-desig {
    font-size: 14px;
    font-weight: 300;
    line-height: 0;
    color: var(--blacktextcolor);
}

.expert-name {
    font-weight: 400;
    margin: 0;
    line-height: 0.9;
    color: var(--blacktextcolor);
    margin-top: 10px;
}

.opening-hours {
    list-style: none;
    padding: 0;
}

.opening-hours p {
    margin-bottom: 0;
}

.opening-hours li {
    display: flex;
    justify-content: center;
    gap: 11px;
    text-decoration: none !important;
}
.opening-hours li span {
    text-decoration: none !important;
}
.opening-hours li div {
    text-decoration: none !important;
}
/* About page  expertSection  End*/

/* talk Section */
#talkSection {
    background-image: url(../media/aboutpage/bg4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8rem 0rem;
}

#talkSection .talkSectionBannner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4.5rem;
}
#talkSection .talkSectionBannner h1 {
    color: white;
    margin-bottom: 0;
}
#talkSection .talkSectionBannner a {
    font-size: 18px;
    color: var(--background-color4);
    background-color: var(--blacktextcolor);
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    z-index: 10;
}
#talkSection .talkSectionBannner a button {
    border: none;
    outline: none;
    color: var(--background-color4);
    background-color: var(--blacktextcolor);
    font-weight: 500;
    margin-right: 11px;
}
#talkSection .talkSectionBannner a image {
    width: 22px;
}
/* talk Section */

/* faqSection */
#faqSection {
    /* background-image: url(../media/aboutpage/bg3.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10rem 0rem;
}
#faqSection .container {
    margin-bottom: 4rem;
}
#faqSection .heading-section h5 {
    color: var(--blacktextcolor);
}

#faqSection .heading-section h1 {
    color: var(--blacktextcolor);
    font-weight: 600;
}

.accordion-button {
    background-color: transparent !important;
}

.accordion-item {
    /* border: 1px solid rgba(0,0,0,.125); */
    border: none;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background-color: transparent !important;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    font-weight: 400;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.accordion-button:focus {
    z-index: 3;
    border: none !important;
    /* border-color: #86b7fe; */
    outline: none;
    box-shadow: none !important;
}

/* Plus Icon */
.accordion-button::after {
    background-image: url(../media/svg/plus-solid.svg) !important;
    background-repeat: no-repeat;
}

/* Minus Icon */
.accordion-button:not(.collapsed)::after {
    background-image: url(../media/svg/minus-solid.svg) !important;
}
.build_btn {
    font-size: 25px;
    font-weight: 400;
    color: var(--white);
    background-color: var(--background-color4);
    text-align: center;
    padding: 6px 22px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}
.build_btn:hover {
    color: white;
}
.build_btn .btnlogo {
    width: 75px;
    margin: 0 3px 0px 0px;
}
/* faqSection */

/* CSS FOR ABOUT PAGE END */

/* Css for footer start */
footer {
    /* background-image: url("../media/images/Footer-bg.png"); */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 0;
    margin-top: -121px;
}

.footer-icons i {
    color: var(--socialIconsTXT);
}

.footer-logo {
    width: 153px;
    height: auto;
}

.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ffd6b9;
    background-color: transparent;
    margin-right: 5px;
}

.footer_Information .fa-envelope,
.footer_Information .fa-map-marker,
.footer_Information .fa-phone {
    color: var(--blacktextcolor);
}

.footer_Information i {
    font-size: 25px;
    text-align: center;
    line-height: 42px;
    margin: 0px 10px 10px 0px;
}
.footer_Information img {
    width: 28px;

    margin: 0px 10px 0px 0px;
}
.footer_Information .marker {
    width: 24px;
}
.footer-text-heading {
    color: var(--blacktextcolor);
    cursor: pointer;
}

.footer_Information p {
    /* display: inline-block; */
    color: var(--blacktextcolor) !important;
    text-decoration: none !important;
    font-weight: 300;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none !important;
}
.footer_Information ul li span .footer-no {
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #ffffff !important;
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none !important;
}
.footer_Information span {
    display: inline-block;
    color: var(--white) !important;
    text-decoration: none !important;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
}
.footer_Information span H5 {
    font-size: 1rem;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 0;
}
.footer_Information p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-inner {
    display: flex !important;
    /* align-items: center; */
    justify-content: space-between;
    padding-top: 3rem !important;
}

footer .navbar-nav .nav-item .nav-link {
    color: var(--blacktextcolor);
    font-size: 1rem;
    font-weight: 300;
    padding: 0rem 0.5rem 0.6rem 0rem;
}
footer .border-top {
    border-color: var(--blacktextcolor) !important;
}
.footer-navbrand-col p {
    font-weight: 300;
}
footer h5,
footer p,
footer .copyright-text {
    color: var(--blacktextcolor);
}
.copyright-text {
    font-size: 15px;
    font-weight: 300;
}
.social-icons {
    display: flex;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--socialIconsBG);
    color: #12203c;
    margin-right: 11px;
    border-radius: 50%;
    font-size: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
    background-color: var(--blacktextcolor);
    color: var(--white);
}
/* Style for signup page start*/
/* nav */

#SignupHeader {
    background-image: url(../media/images/navbarBG.png);
    /* background-color:var(--background-color4); */
    /* position: relative; */
    /* z-index: -2; */
    padding: 4.5rem;
    /* height: 130px; */
    background-size: cover;

    background-position: bottom;
}

/* nav */

/* Main */
#signupform {
    margin: 3rem 0rem;
}
.signupbox {
    margin: 10px auto;
/*
    background-color: var(--signupboxcolor); */
    color: var(--white);
    text-align: center;

    font-size: 18px;
    padding: 2rem 4rem;
    box-sizing: border-box;

    height: 100%;

    /* margin: 10px auto;
    background-color: var(--signupboxcolor);
    font-size: 18px;
    padding: 0rem 2rem;
    height: 100%; */
}

.upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload p {
    font-size: 1.1rem;
    font-weight: 600;
}

.upload label {
    cursor: pointer;
}

.upload input {
    display: none;
}

.upload span {
    position: relative;
    width: 130px;
    height: 130px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;

    margin-bottom: 19px;
}

.upload span i {
    position: absolute;
    font-size: 25px;
    color: #bcbcbc;
}

.uploadbtn {
    background-color: #486f69;
    font-size: 16px;
    font-weight: 400;
    color: white;

    text-align: center;
    padding: 13px 75px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}

.signupbox h5 {
    color: #5b5b5a;
    font-size: 18px;
    font-weight: 600;
}

.signupHeading , .registerHeading {
    text-align: center;

    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color:#f7ae77 !important;
    margin-bottom: 1rem;
}
.signup2ndHeading , .register2ndHeading{
    text-align: center;
    color: var(  --blacktextcolor);
    margin: 0;
font-weight: 600;
line-height: 22.4px;
}
.Terms-conditions{
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: #f7ae77 !important;
    margin-bottom: 1rem;
}

.signupbox form {
    width: 100%;
}

.RegbtnContainer {
    text-align: center;
    margin-top: 3rem;
}

#signupform .Registerbtn ,.forgetPasswordform-btn {
    border: none;
    cursor: pointer;
    font-size: 19px;
    font-weight: 500;
    color: var(--black);
    background-color: var(--Button-background-color);
    text-align: center;
    padding: 15px 30px;
    width: 100%;
    border-radius: 40px;
    margin-top: 40px;
}
.forgetPasswordform-btn{

}

.signupbox .inner-box {
    display: flex;
    justify-content: center;
    gap: 4rem;
    padding-top: 2rem;
}
.signupbox .inner-box div {
    width: 200px;
    height: 160px;
    background-color: #f8f8f8;
    box-shadow: 4px 4px 10px 5px #d9d9d9;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.signupbox .inner-box div .Client {
    width: 56px;
    height: 66px;
}

.signupbox .inner-box div .Counsellor {
    width: 58px;
    height: 66px;
}

.signupbox .inner-box div h5 {
    color: #5b5b5a;
    font-weight: 700 !important;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* ... Your existing CSS ... */

/* .signupbox .form-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
} */


#signupform .Signupform .form-row {
    display: flex;
    flex-direction: column;
    align-content: center !important;
    align-items: center !important;
}

.signupbox input {
    caret-color: #486f69;
    /* You can change 'red' to any color you want */
}

.signupbox input::selection {
    color: #ffffff;
    /* Change the text color */
    background-color: #3498db;
    /* Change the background color */
}

.signupbox .form-group input,
.signupbox .form-group select {
    width: 100%;
    padding: 15px 30px;

    border-radius: 5px;
    background-color: white;
    color: var(--blacktextcolor);
    margin-bottom: 25px;
    border-radius: 30px;
}

.signupbox .form-group input:focus,
.signupbox .form-group select:focus {
    border: 2px solid #486f69;
}

.signupbox select {
    appearance: none;
    background-color: transparent;
    background-image: url("../media/signup/caretdown.svg");
    background-repeat: no-repeat;

    background-position: calc(100% - 18px);
    width: 100%;
    padding: 12px 0px 12px 20px;
    border: 1px solid white;
    color: black;
}

.signupbox select option {
    background-color: white;
    color: black;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    margin: 40px;
}

select option:hover {
    background-color: lightgray;

    color: black;
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882a8 inset;
}

.custom-radio-button__container:hover {
    cursor: pointer;
}

.custom-radio-button__container input[type="radio"] {
    position: relative;
    top: 157px;
    left: 13px;
    opacity: 0;
}

/* Signup form counsellorOption clientOption */
.custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button {
    /* border: 2px solid #e94174; */
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
    background-color: #486f69;

    cursor: pointer;
}

.custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button
    h5 {
    color: white;
    cursor: pointer;
}

.custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button
    .Client {
    content: url("../media/signup/clientWhite.png");
}

.custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button
    .Counsellor {
    content: url("../media/signup/CounsellorWhite.png");
}
/* Signup form counsellorOption clientOption */

/* Custom Dropdown */
.select-menu .select-btn {
    display: flex;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 8px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 15px 30px;
    border-radius: 5px;
    background-color: white;
    color: var(--graytextcolor);
    margin-bottom: 25px;

    border-radius: 30px;
}

.select-btn i {
    font-size: 25px;
    /* transition: 0.3s; */
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .select-btn {
    border: 2px solid #486f69;
}

.bt-none {
    border: none !important;
}

#cliensignupstep3 .select-menu .options {
    z-index: 1;
}
.select-menu .options {
    position: absolute;
    z-index: 1;
    width: 100%;
    /* margin-bottom: 45px !important; */
    /* left: 24px; */
    margin-top: -58px;
    border-radius: 10px;
    background: #fff;
    display: none;
    border-top: none !important;
    padding: 37px 0px 11px 1px;
}

.select-menu.active .options {
    display: block;
    border: 2px solid #486f69;
}

/* Scroll bar style */

.options {
    max-height: 172px;
    overflow-y: auto;
}

.options::-webkit-scrollbar {
    margin-top: 1rem;
    width: 5px;
    height: 5px !important;
}

.options::-webkit-scrollbar-thumb {
    background-color: var(--background-color4);
    border-radius: 30px !important;
}

.options::-webkit-scrollbar-track {
    overflow: hidden;
    background-color: #f8f5f5;
    border-radius: 30px;
    height: 4px !important;
}

/* Scroll bar style end*/
.options .option {
    display: flex;
    height: 45px;
    cursor: pointer;
    align-items: center;
    background: #fff;

    border-bottom: 2px solid #cbcaca !important;
    padding: 0rem 1rem;
}

.options .option:hover {
    background: #f2f2f2;
}

.option i {
    font-size: 25px;
    margin-right: 12px;
}

.option .option-text {
    font-size: 18px;
    color: var(--graytextcolor);
}

.selectmenustyle {
    position: relative;
    z-index: 0;
}
.custom-s {
    position: relative;
    z-index: 1;
}

.selectBtnstyle {
    position: relative;
    z-index: 28;
}

.select-caret {
    /* Keep the styles for the caret without position: relative */
    background-color: transparent;
    background-image: url(../media/signup/caretdown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 3px);
    padding: 12px 0px 12px 20px;
    border: 1px solid white;
    color: black;
}

/* Custom Dropdown */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    background-color: white;
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.signupbox ::placeholder {
    color: #bcbcbc;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 400;
}
#termsCheckbox {
    width: auto !important;
}
#termsCheckbox[type="checkbox"]:checked {
    filter: hue-rotate(230deg);
    color: #ffffff !important;
}
/* Main */

/* Footer */
#signupFooter {
    background-color: #486f69;
    margin: 0 !important;
}
#signupFooter p {
    margin-bottom: 0;
}
/* Footer */

#signupProfile .Qualification .form-group {
    flex: unset;
}

#signupProfile .Experience .headingtop,
#signupProfile .Qualification .headingtop {
    display: flex;
    align-items: center;

    margin-bottom: 3rem;
}

#signupProfile .Experience .headingtop img,
#signupProfile .Qualification .headingtop img {
    width: 33px;
    height: 30px;
    margin-right: 13px;
}

#signupProfile .Experience .headingtop h4,
#signupProfile .Qualification .headingtop h4 {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    color: #5b5b5a;
    font-weight: 600;
}

.formbox .Addbtn {
    background-color: #486f69;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 14px 32px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}

.formbox .Addbtn i {
    border: 2px solid;
    border-radius: 30px;
    padding: 2px;
    margin-right: 8px;
    font-size: 16px;
}

.formbox .datebox {
    display: flex;

    gap: 10px;
}

.AddDetailSelectbox {
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
}

.AddDetailSelectbox h2 {
    font-weight: 700;
    color: #486f69;
}

.AddDetailSelectbox .select-btn {
    border-width: 2px;
    border-style: solid;
    border-color: #486f69;
}

.RegSavebtn {
    text-align: center;
}

.RegSavebtn .Savebtn {
    background-color: #486f69;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 14px 0px;
    margin-top: 5px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}

.QualificationUploadBtn input {
    display: none;
}

.QualificationUploadBtn .upload-area span {
    height: 57px;

    border-radius: 30px;
    display: flex;
    color: #486f69;
    font-weight: 500;
    font-size: 20px;
    background-color: white;
    margin-bottom: 19px;
    box-shadow: 0px 4px 4px 0px #00000040;
    justify-content: center;
    align-items: center;
}

.QualificationUploadBtn span i {
    font-size: 20px;
    color: #486f69;
    margin-right: 10px;
}

.removebtnstyle {
    /* border-radius: 30px;
  padding: 0px 22px;
  height: 59px; */

    height: -webkit-fill-available;
    background: transparent;
    border: none;
    padding: 0 !important;
}
.removebtnstyle:hover {
    background: transparent !important;
    border: none !important;
    outline: none;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.fa-circle-xmark {
    font-size: 52px;
    background-color: #da3939;
    border-radius: 30px;
    color: white;
    margin-left: 10px;
}

/* thankyou page style */
/* Center the content in the section */
#CongSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* height: 86vh; */
}

#signupFooter {
    margin-top: auto;
}

.CongBox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.CongBox img {
    width: 140px;
    height: 140px;
    margin: 3rem 0rem;
}

.CongBox .firsth2 {
    font-weight: 700;
    color: #486f69;
}

.CongBox .sech2 {
    color: #486f69;
    font-weight: 400;
    margin-bottom: 2rem;
}

.CongBox h5 {
    color: #8a8a8a;

    text-align: center;

    color: #8a8a8a;

    font-weight: 400;
    line-height: 32px;
}
/* thankyou page style */

/* client signup pages */

.pagenavigators {
    display: flex;
    justify-content: space-around;
}

.pagenavigators div {
    display: flex;
    justify-content: space-between;
}

.pagenavigators a,
.pagenavigators button {
    background-color: var(--buttonBackground);
    border-radius: 50px;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Counsellingbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6rem;
}

.Counsellingbox div {
    width: 247px;
    height: 160px;
    background-color: #f8f8f8;

    border-radius: 25px;

    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 4px 2px #d9d9d9 !important;
}

.Counsellingbox div .individualimg {
    width: 50px;
    margin-top: 1rem;
}

.Counsellingbox div .groupimg {
    width: 92px;
    height: 64px;
    margin-top: 1rem;
}

.Counsellingbox div label h5 {
    font-weight: 700;
    margin-top: 1rem;
}

.Counsellingbox div label {
    /* margin-bottom: 30px !important; */
    margin-top: -26px !important;
}

.Counsellingbox
    .custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button
    .individualimg {
    content: url("../media/svg/individualwhite.svg");
}

.Counsellingbox
    .custom-radio-button__container
    input[type="radio"]:checked
    + .custom-radio-button
    .groupimg {
    content: url("../media/svg/groupwhite.svg");
}

/* client signuo step 3 */
.search-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-bar input {
    padding: 12px 25px;
    border: 1px solid #ccc;
    background-color: white !important;
    border-radius: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #486f69;
    border-radius: 30px;
    color: #000;
}

.search-bar button {
    background-color: transparent;
    color: black;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0px 33px;
    margin-bottom: 4px;
    cursor: pointer;
    position: absolute;
    z-index: -1;
}

.search-bar button i {
    font-size: 18px;
}

.counsellor-label {
    display: flex !important;
    flex-direction: column !important;
    /*height: 100% !important;*/
}

.counsellor-card {
        display: flex;
        flex-direction: column;
        height: 100% !important;

        /* background: #f8f8f8; */
        background-color: #FFFFFF;
        border-radius: 10px;
        box-shadow: 2px 3px 4px 2px #d9d9d9;
        padding: 1.5rem 2rem;

        box-shadow: 0px 100px 80px 0px #00000005;
        border: 1px solid #9D9EA61A;
}

.counsellor-card .counsellor-info {
    display: flex;
    flex-grow: 1;
    margin-bottom: 1rem;
}
.counsellor-card .counsellor-info .counsellor-tag{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.7rem;
}

.counsellor-card .counsellor-info .counsellor-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20%;
    /* margin-right: 23px; */
    width: 100px;
    height: 78px;
}

.counsellor-card .counsellor-info .counsellor-img-container img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20%;
}

.counsellor-card .counsellor-info .counsellor-rating-detail i {
    color: #F2994A;
    font-size: 15px;
}

.counsellor-card .counsellor-info .counsellor-rating-detail h4 {
    margin-bottom: 0;
    /* font-family: Roboto Condensed; */
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 20px;
}

.counsellor-card .counsellor-info .counsellor-rating-detail .counsellor-title {
    color: black;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
}
.counsellor-card .counsellor-info .counsellor-rating-detail .counsellor-package {
    color: #7D7D7D;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
}

.counsellor-card p {
    color: #8a8a8a !important;
    font-size: 12px;
}

.counsellor-card .counsellorprofilebtns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
}

.counsellor-card .counsellorprofilebtns button {
    width: 42%;
    height: 38px;

    text-align: center;
    padding: 8px 0px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}

.counsellor-card .counsellorprofilebtns .Booknow {
    /* background-color: #486f69; */
    background-color: #ff7f50;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.counsellor-card .counsellorprofilebtns .Booknow.joinNowButton {
    background-color: #e33725;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: white;
}

.counsellor-card .counsellorprofilebtns .Booknow.joinNowButton:disabled {
    /* background-color: #486f69; */
    background-color: #fd9d7a;
}

.counsellor-card .counsellorprofilebtns .viewprofile {
    background-color: #9D9EA61A;
    color: #0B0C15;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
}

.counsellor-label input[type="radio"] {
    position: relative;
    top: 157px;
    left: 13px;
    opacity: 0;
}

.counsellor-label input[type="radio"]:checked + .counsellor-card {
    box-shadow: 0px 2px 5px 3px #486f69;
}
.loadmorebtn {
    text-align: center;
}
.loadmorebtn button {
    background-color: #486f69;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    padding: 10px 44px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}


/* client signuo step 3 */
.pricingrow {
    justify-content: center;

    /* gap: 0px 25px; */
}

.pricingCard .card-header {
    padding: 2.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    background: linear-gradient(96.46deg, #528a82 9.16%, #006656 83.08%);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    box-shadow: 0px 3px 4px 4px #d9d9d9;
}

.pricingCard .card-header h4 {
    color: #ffffff;
    font-weight: 300;
}

.pricingCard .card-header h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.4rem;
}

.pricingCard .card-body .pricingbookbtn {
    text-align: center;
}

.pricingCard .card-body .pricingbookbtn a {
    color: #486f69;
    background-color: white;
    /* border-color: #0d6efd; */
    border: 2px solid #486f69;
    border-radius: 30px;
    font-size: 20px;
    padding: 0.4rem 2.5rem;
    /* border: 5px solid #486F69; */
    font-weight: 500;
}
.pricingCard .card-body .pricingbookbtn a:focus {
    box-shadow: none;
}

.pricingCard .card-body ul li i {
    color: #006454;
    margin-right: 10px;
}

.list-group-item {
    background-color: transparent;
    border: none;
    color: #8a8a8a;
}
.list-group-item .day {
    margin-left: 1.7rem;
}
.list-group-item .time {
    float: right;
}
.pagination {
    align-items: center;
    justify-content: center;
}
.pagination .page-link {
    text-decoration: none;
    color: #486f69;
    border: none;
    font-size: larger;
}
.pricing-label input[type="radio"] {
    position: relative;
    top: 157px;
    left: 13px;
    opacity: 0;
}

.groupPricing .pricing-label input[type="radio"]:checked + .pricingCard {
    box-shadow: 0px 2px 5px 3px #486f69 !important;
}

.individualPricing .pricing-label input[type="radio"]:checked + .pricingCard {
    box-shadow: 0px 2px 5px 3px #486f69 !important;
}

.pricing-label {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 20px;
}

.pricingCard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pricingCard .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* client signup pages */
/* client signup page 3 */
.pagination {
    align-items: center;
    justify-content: center;
}

.pagination .page-link {
    text-decoration: none;
    color: #486f69;
    border: none;
    font-size: larger;
}
#counsellorModal .modal-content,
#updateStatusModal .modal-content,
#doxyLinkModal .modal-content,
#addNoteModal .modal-content,
#callModal .modal-content {
    border: none;

    box-shadow: 0px 3px 3px 2px #d9d9d9;
    background-color: #efefef;
    border-radius: 2.3rem;
}
#counsellorModal .modal-body,
#updateStatusModal .modal-body,
#doxyLinkModal .modal-body,
#addNoteModal .modal-body,
#callModal .modal-body {
    padding: 1rem 2rem;
}
#counsellorModal .modal-header,
#updateStatusModal .modal-header,
#doxyLinkModal .modal-header,
#callModal .modal-header {
    padding: 2rem 2rem 0rem 1rem;
}
#counsellorModal .counsellor-info {
    display: flex;
    align-items: flex-end;
}
#counsellorModal .btn-close,
#updateStatusModal .btn-close,
#doxyLinkModal .btn-close,
#callModal .btn-close {
    background: transparent url(../media/svg/xmark.svg) center/1em auto
        no-repeat;

    border-radius: 1.25rem;
    opacity: 1;
    background-color: #ff0000;
    box-shadow: 1px 1px 2px 1px #00000040;
}
.counsellor-rating-detail {
    width: 100%;
    padding: 0px 0px 0px 22px;
}
.counsellor-modalrating div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.counsellor-exp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 7px;
}
.counsellor-desc {
    margin-top: 1rem;
}
.counsellor-exp div h5 {
    font-weight: 300;
    color: #8a8a8a;
    margin-bottom: 0;
}
.counsellor-exp div p {
    font-weight: 500;
    color: #8a8a8a;
    font-size: inherit;
    margin-bottom: 0;
}
.topics ul {
    list-style: none;
    /* margin: 0; */
    padding: 0;
    color: #8a8a8a;
    font-weight: 300;
}
.topics ul li {
    padding-bottom: 3px;
    color: #5b5b5a;
}
.topics h4 {
    color: #5b5b5a;
    font-weight: 600;
}

.reviewbox .viewMore {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.reviewbox h4 {
    color: #5b5b5a;
    font-weight: 600;
}
.reviewcard {
    box-shadow: 0px 2px 4px 2px #d9d9d9;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 1rem 1rem;
    display: flex;
}
.reviewcard .clientimg {
    width: 115px;
    margin-right: 15px;
}
.clientReview {
    width: 100%;
}
.clientReview .clientdet {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clientReview .clientdet .ratingbyclient i {
    color: #ffc700;
}
.viewMore a {
    color: #486f69;
    font-weight: 400;
}
.viewMore h4 {
    color: #5b5b5a;
    font-weight: 600;
}
/* client signup pages 3 */
/* client signup pages 4 */

.paperbg {
    background-image: url(../media/signup/paper.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 20px 10px 15px;
}

.pricingrow {
    justify-content: center;
}

.pricingCard .card-header {
    padding: 2.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    background: linear-gradient(96.46deg, #528a82 9.16%, #006656 83.08%);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    box-shadow: 0px 3px 4px 4px #d9d9d9;
}

.pricingCard .card-header h4 {
    color: #ffffff;
    font-weight: 300;
}

.pricingCard .card-header h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.4rem;
}

.pricingCard .card-body .pricingbookbtn {
    text-align: center;
}

.pricingCard .card-body .pricingbookbtn a {
    color: #486f69;
    background-color: white;
    /* border-color: #0d6efd; */
    border: 2px solid #486f69;
    border-radius: 30px;
    font-size: 20px;
    padding: 0.4rem 2.5rem;
    /* border: 5px solid #486F69; */
    font-weight: 500;
}

.pricingCard .card-body ul li i {
    color: #006454;
    margin-right: 10px;
}

.list-group-item {
    background-color: transparent;
    border: none;
}
.pagination {
    align-items: center;
    justify-content: center;
}
.pagination .page-link {
    text-decoration: none;
    color: #486f69;
    border: none;
    font-size: larger;
}
/* client signup pages 4 */

/* client signup indiviual pricing */
.freeSeeion {
    /* background: linear-gradient(96.46deg, #528A82 9.16%, #006656 83.08%);
box-shadow: 0px 2px 5px 6px #D9D9D9;
border-radius: 25px; */
    background-image: url(../media/signup/bgRectangle.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 508px;
}

.content {
    padding: 4rem 0rem 0rem 0rem;
    text-align: center;
}

.content h1 {
    color: white;
    font-weight: 700;
}

.content h1 span {
    color: #486f69;
}

.content h4 {
    font-weight: 300;
    color: white;
    line-height: 1.5;
    padding: 1rem 0rem 2rem 0rem;
}

.content h4 b {
    font-weight: 500;
    color: white;
}

.content button {
    background-color: white;
    font-size: 20px;
    font-weight: 500;
    color: #486f69;
    text-align: center;
    padding: 9px 45px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}

.pricingrow {
    justify-content: center;
    /* position: relative;
  z-index: -1; */
}

#clientSignUpstep4 .card {
    border: none;

    border-radius: 25px;
    box-shadow: 1px 1px 2px 2px #d9d9d9;
    background: #f8f8f8;
    z-index: -1;
    position: relative;
}
#clientSignUpstep4 .individual_pricing,
.pricingCard {
    border: none;
    border-radius: 25px;
    box-shadow: 1px 1px 2px 2px #d9d9d9;
    background: #f8f8f8;

    /* position: relative;
  z-index: -1; pricing package  24/04/23 */
}

.pricingCard .card-header {
    padding: 2.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: none;
    background: linear-gradient(96.46deg, #528a82 9.16%, #006656 83.08%);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    box-shadow: 0px 3px 4px 4px #d9d9d9;
}

.pricingCard .card-header h4 {
    color: #ffffff;
    font-weight: 300;
}

.pricingCard .card-header h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 3.4rem;
}

.pricingCard .card-body .pricingbookbtn {
    text-align: center;
}

.pricingCard .card-body .pricingbookbtn a {
    color: var(--blacktextcolor);
    background-color: white;
    /* border-color: #0d6efd; */
    border: 2px solid #486f69;
    border-radius: 30px;
    font-size: 20px;
    padding: 0.4rem 2.5rem;
    /* border: 5px solid #486F69; */
    font-weight: 500;
}

.pricingCard .card-body ul li i {
    color: #006454;
    margin-right: 10px;
}

.list-group-item {
    background-color: transparent;
    border: none;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.pagination .page-link {
    text-decoration: none;
    color: #486f69;
    border: none;
    font-size: larger;
}

/* client signup indiviual pricing  */

/* Style for signup page end*/

/*-----  Bilal CSS Start ------*/

.Counsellingbox1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5rem;
}
.Counsellingbox1 .customDiv {
    width: 320px;
    height: 210px;
    background-color: #f8f8f8;

    border-radius: 25px;

    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 3px 4px 2px #d9d9d9;
}

.dashboardbox div.dashboardImg {
    width: 180px;
    height: 140px;
    margin-bottom: 0;
}
.availabilityImg {
    background: url("../media/images/availabilityG.png");
}
.newAvailabilityImg {
    background: url("../media/svg/individual.svg");
}
.bookingsImg {
    background: url("../media/images/bookingsG.png");
}
.scheduleImg {
    background: url("../media/images/scheduleG.png");
}
.paymentImg {
    background: url("../media/images/paymentG.png");
}
.Counsellingbox1 .customDiv:hover {
    background-color: #486f69;
    color: #fff;
}
.dashboardbox div.dashboardImg,
.Counsellingbox1 .customDiv:hover .availabilityImg,
.Counsellingbox1 .customDiv:hover .bookingsImg,
.Counsellingbox1 .customDiv:hover .scheduleImg,
.Counsellingbox1 .customDiv:hover .paymentImg {
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}
.Counsellingbox1 .customDiv:hover .availabilityImg {
    background: url("../media/images/availabilityW.png");
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}
.Counsellingbox1 .customDiv:hover .bookingsImg {
    background: url("../media/images/bookingsW.png");
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}

.Counsellingbox1 .customDiv:hover .newAvailabilityImg {
    background: url("../media/svg/individualwhite.svg");
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}
.Counsellingbox1 .customDiv:hover .scheduleImg {
    background: url("../media/images/scheduleW.png");
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}
.Counsellingbox1 .customDiv:hover .paymentImg {
    background: url("../media/images/paymentW.png");
    background-size: 46%;
    background-repeat: no-repeat;
    background-position: center;
}
.dashboardbox div.dashboardImg.paymentImg {
    height: 140px;
}
.Counsellingbox1 .customDiv:last-child {
    margin-bottom: 90px;
}
.userDropdown {
}
.userDropdown .dropdown-toggle::after {
    display: none !important;
}
.userDropdown .profilepic,
.userDropdown1 .profilepic {
    width: 50px !important;
    height: 50px !important;
}
.userDropdown1 .dropdown-menu.show .dropdown-item.active,
.userDropdown1 .dropdown-menu.show .dropdown-item:active {
    /*background-color: inherit;*/
    background-color: rgb(230, 220, 204);
    color: #486f69;
}
.userDropdown li {
    list-style: none;
    display: flex;
    list-style: none;
}
.userDropdown li:not(:first-child) {
    margin-top:7px;
}
.underLine {
    border-bottom: 3px solid #fdd6b9;
}
.userDropdown .dropdown-menu.show {
    right: 0;
    left: auto;
    display: block;
    border-radius: 5px;
    /*box-shadow: -9px 6px 7px 3px #00000040;*/
    margin: 0;
    background-color: #f8f8f8;
    border: 1px solid rgb(225, 223, 219);

}
.customDiv h5 {
    color: #5b5b5a;
    font-weight: 700;
}
.Counsellingbox1 .customDiv:hover h5 {
    color: #fff;
}
.userDropdown .dropdown-item.active,
.userDropdown .dropdown-item:active {

    color: rgb(51, 49, 51);
    font-weight: 400;

}
.userDropdown .dropdown-item:focus,
.userDropdown .dropdown-item:hover,
.userDropdown .dropdown-item.active,
.userDropdown .dropdown-item:active {
    background-color: rgb(230, 220, 204);
    border-radius: 5px;
}
.customDiv a {
    text-decoration: none;
    text-align: center;
}
.userDropdown .dropdown-menu {
    padding: 30px 20px;
}
.userDropdown .dropdown-item {
    /* border: 0;
    border-top: 1px solid #CBCACA;
    margin: 1px 2rem;
    padding: 0.25rem 0rem; */
    border: 0;
    /*border-top: 3px solid #cbcaca;*
    margin: 0px 2rem;*/
    padding: 0.55rem 0.6rem;
}
.clientCounsellor {
    width: 20px;

    margin-right: 0.7rem;
    vertical-align: text-bottom;
}

#summarySection {
    background-image: url(../media/images/summarySection.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.pagenavigatorsNewDesign .next-page {
    color: #fff;
    padding: 10px 40px;
    width: auto;
    height: auto;
}
.pagenavigatorsNewDesign .back-page {
    background-color: inherit;
    color: #486f69;
    font-weight: 500;
    margin-right: 20px;
}
.pagenavigators.pagenavigatorsNewDesign div {
    justify-content: end;
}

/*-----  Meeting Page CSS ------*/

#meeting_Schedule #example_wrapper input {
    border-radius: 30px;
    width: auto;
    box-shadow: 2px 3px 4px 2px #d9d9d9;
    border-color: var(--background-color4);
    border-width: 2px;
    padding-left: 10px;
}
#meeting_Schedule #example_wrapper input::placeholder {
    color: var(--blacktextcolor);
    opacity: 1; /* Firefox */
    padding-left: 2px;
}
#meeting_Schedule #example_wrapper select {
    border-radius: 15px;
    width: 60px;
    text-align: center;
    border: 2px solid var(--background-color4);
}
#meeting_Schedule .dataTables_wrapper .dataTables_length {
    float: left;
    width: 50%;
}
#example_wrapper thead {
    background: var(--background-color4);
    color: #fff;
}
#meeting_Schedule .zoomBtn {
    background-color: var(--background-color4);
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}
#meeting_Schedule .btn.btn-secondary {
    padding: 7px 20px;
    border: none;
    border-radius: 30px;
}
select#newStatus {
    border-width: 2px;
    border-style: solid;
    border-color: #486f69;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 30px;
}
select#newStatus option {
    background: #fff;
    color: #486f69;
    border-radius: 30px;
}
#meeting_Schedule table.dataTable thead th,
#meeting_Schedule table.dataTable thead td,
#meeting_Schedule table.dataTable tfoot th,
#meeting_Schedule table.dataTable tfoot td {
    text-align: center;
}
#meeting_Schedule table thead th:first-child {
    border-radius: 15px 0px 0 0;
}
#meeting_Schedule table thead th.lsat_child {
    border-radius: 0px 15px 0 0;
}
#meeting_Schedule div.dataTables_info {
    display: none;
}
#meeting_Schedule .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: right;
    width: 100%;
    text-align: center;
}
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current:hover,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button:hover {
    background: no-repeat;
    border: 0;
    color: var(--blacktextcolor) !important;
    margin-top: 20px;
    box-shadow: inset 0 0 0px #111;
}
#meeting_Schedule .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 500;
    font-size: 20px;
    border: 0 !important;
}
#meeting_Schedule table.dataTable tbody tr.even td,
#meeting_Schedule table.dataTable tbody tr.odd td {
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.054);
    border: 0;
    text-decoration: none;
}
#meeting_Schedule table.dataTable tbody tr.even td {
    background: #f8f8f8;
}
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled:hover,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled:active {
    border: 0 !important;
}
#meeting_Schedule table.dataTable.no-footer {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}
#meeting_Schedule #example_wrapper select option {
    background: #fff;
    color: var(--blacktextcolor);
    padding: 5px;
    box-shadow: -9px 8px 15px 5px #00000040;
}
main.meeting_Schedule_Main {
    justify-content: start;
}
#meeting_Schedule table.dataTable thead tr th.sorting_asc:before,
#meeting_Schedule table.dataTable thead > tr > td.sorting_asc:before,
#meeting_Schedule table.dataTable thead tr th.sorting:before,
#meeting_Schedule table.dataTable thead > tr > td.sorting:before {
    opacity: 1;
    color: #fff;
    margin-bottom: 3px;
}
#meeting_Schedule table.dataTable thead tr th.sorting_desc:after,
#meeting_Schedule table.dataTable thead tr td.sorting_desc:after,
#meeting_Schedule table.dataTable thead tr th.sorting:after,
#meeting_Schedule table.dataTable thead tr td.sorting:after {
    color: #c7a9a9;
    opacity: 1;
}
#meeting_Schedule table.dataTable tbody th,
#meeting_Schedule table.dataTable tbody td {
    padding: 12px 10px 12px 10px;
}
li.userDropdown1 {
    display: none;
}

/* Calendar */
.fc-button-group {
    z-index: 0;
}
.fc .fc-timegrid-body {
    z-index: 0;
}
/* Calendar */

/*-----  Meeting Page CSS ------*/

#meeting_Schedule #example_wrapper input {
    border-radius: 30px;
    width: auto;
    box-shadow: 2px 3px 4px 2px #d9d9d9;
    border-color: var(--background-color4);
    border-width: 2px;
    padding-left: 10px;
}
#meeting_Schedule #example_wrapper input::placeholder {
    color: var(--blacktextcolor);
    opacity: 1; /* Firefox */
    padding-left: 2px;
}
#meeting_Schedule #example_wrapper select {
    border-radius: 15px;
    width: 60px;
    text-align: center;
    border: 2px solid var(--background-color4);
}
#meeting_Schedule .dataTables_wrapper .dataTables_length {
    float: left;
    width: 50%;
}
#example_wrapper thead {
    background: var(--background-color4);
    color: #fff;
}
#meeting_Schedule .zoomBtn {
    background-color: var(--background-color4);
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    border: none;
    border-radius: 30px;
}
#meeting_Schedule table.dataTable thead th,
#meeting_Schedule table.dataTable thead td,
#meeting_Schedule table.dataTable tfoot th,
#meeting_Schedule table.dataTable tfoot td {
    text-align: center;
}
#meeting_Schedule table thead th:first-child {
    border-radius: 15px 0px 0 0;
}
#meeting_Schedule table thead th.lsat_child {
    border-radius: 0px 15px 0 0;
}
#meeting_Schedule div.dataTables_info {
    display: none;
}
#meeting_Schedule .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: right;
    width: 100%;
    text-align: center;
}
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.current:hover,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button:hover {
    background: no-repeat;
    border: 0;
    color: var(--blacktextcolor) !important;
    margin-top: 20px;
    box-shadow: inset 0 0 0px #111;
}
#meeting_Schedule .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 500;
    font-size: 20px;
    border: 0 !important;
}
#meeting_Schedule table.dataTable tbody tr.even td,
#meeting_Schedule table.dataTable tbody tr.odd td {
    box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.054);
    border: 0;
}
#meeting_Schedule table.dataTable tbody tr.even td {
    background: #f8f8f8;
}
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled:hover,
#meeting_Schedule
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled:active {
    border: 0 !important;
}
#meeting_Schedule table.dataTable.no-footer {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}
#meeting_Schedule #example_wrapper select option {
    background: #fff;
    color: var(--blacktextcolor);
    padding: 5px;
    box-shadow: -9px 8px 15px 5px #00000040;
}
main.meeting_Schedule_Main {
    justify-content: start;
}
#meeting_Schedule table.dataTable thead tr th.sorting_asc:before,
#meeting_Schedule table.dataTable thead > tr > td.sorting_asc:before,
#meeting_Schedule table.dataTable thead tr th.sorting:before,
#meeting_Schedule table.dataTable thead > tr > td.sorting:before {
    opacity: 1;
    color: #fff;
    margin-bottom: 3px;
}
#meeting_Schedule table.dataTable thead tr th.sorting_desc:after,
#meeting_Schedule table.dataTable thead tr td.sorting_desc:after,
#meeting_Schedule table.dataTable thead tr th.sorting:after,
#meeting_Schedule table.dataTable thead tr td.sorting:after {
    color: #c7a9a9;
    opacity: 1;
}
#meeting_Schedule table.dataTable tbody th,
#meeting_Schedule table.dataTable tbody td {
    padding: 12px 10px 12px 10px;
}
li.userDropdown1 {
    display: none;
}

/* Counselor Topics */
.counseling-card{

}

/*-----  Bilal CSS End ------*/

@media (max-width: 1024px) {
    .freeSeeion {
        min-height: 402px;
    }
}
@media (max-width: 991.98px) {
    .userDropdown {
        display: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" stroke="rgba(255, 214, 185, 0.55)" stroke-linecap="round" stroke-miterlimit="100" stroke-width="2" width="100px"><path d="M4 7h22M4 15h22M4 23h22" /></svg>');

        width: 2em;

        height: 2em;
    }
    #SignNav .navbar-toggler-icon {
        background-image: url("../media/svg/whitehamburger.svg");

        width: 2em;

        height: 2em;
    }
    .nav-login-btn,
    .nav-signup-btn {
        padding-left: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 35px;
    }
    .navbar-collapse {
        /*width: auto;*/
        display: block;

        /*background: rgb(70 73 78 / 100%);+/
         */
        z-index: 1;
        /*border-radius: 20px;
        margin: 4px 0px;*/
        background-color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;


    }
    .navbar-nav .nav-item {
        text-align: right;

    }
    .navbar-collapse .navbar-nav {
        padding-top: 0.9rem;
        margin-bottom: 1rem !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-collapse .nav-btns {
        padding-bottom: 0.9rem;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    #hero .hero-banner {
        display: block !important;
    }
    /* #hero #bannercarousel {
        pointer-events: none !important;
        touch-action: none !important;
        display: none;
    } */
    #Experts {
        margin-top: -8rem;
    }
    .testimonials .heading-section {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .testimonials .carousel-inner {
        padding-top: 2.5rem !important;
        padding-bottom: 8.5rem !important;
    }

    .Experts-section-heading h3 {
        padding: 3rem 0rem;
        font-size: calc(1.3rem + 0.3vw);
        line-height: 35px;
    }
    .heading-section {
        text-align: center;
    }
    .Experts-section-heading {
        text-align: center;
        margin-bottom: 3rem;
    }

    #appointment .heading-section {
        justify-content: center;
    }
    #expertSectioncarousel .carousel-control-next,
    #expertSectioncarousel .carousel-control-prev {
        display: none;
    }
    .banner-text {
        text-align: center;
    }

    .hero-text {
        padding-top: 0px;
    }
    footer {
        margin-top: -160px;
    }
    .footer-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding-top: 6rem !important;
    }

    .footer-column {
        margin-top: 20px;
    }

    footer .navbar-nav {
        text-align: center;
    }

    .footer_Information {
        text-align: center;
        margin-top: 20px;
    }

    .footer_Information img {
        display: inline-block;
        margin: 0px 10px 10px 10px;
    }
    .footer_Information span {
        display: inline;
    }
    /* About Page */
    #faqSection {
        padding: 1rem 0rem 7rem 0rem;
    }
    .testimonials .carousel-control-prev,
    .testimonials .carousel-control-next {
        display: none;
    }

    .freeSeeion {
        background-size: contain;
        /* Adjust as needed */
        background-image: url(../media/signup/RectangleMD.png);
    }

    .content {
        padding: 5rem 0rem;
        text-align: center;
    }

    .content h4 {
        font-size: 1rem;
    }

    .content button {
        font-size: 1rem;
    }
    .cborder {
        width: 100%;
    }
    li.userDropdown1 {
        display: block;
    }
    li.userDropdown1 .dropdown-toggle::after {
        display: none;
    }
    .d-flex.userDropdown {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    #Experts .card-body h3 {
        font-size: calc(1rem + 0.5vw);
    }
}
@media (min-width: 992px) {
    .pricingrow {
        gap: 0px 25px;
    }
}

@media (min-width: 992px) {
    #hero #bannercarousel .carousel-indicators {
        /* top: 50%; */
        height: fit-content !important;

        margin-right: 11%;

        margin-left: 11%;
    }
    #multiStepper .multiStepper-content {
        position: absolute;
        z-index: 5;
        right: 0;
        left: 0;
        width: 92%;
        bottom: 5px;
        top: 143px;
        height: fit-content;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .form-heading {
        padding-top: 1rem;
    }
    .footer-navbrand-col {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .row2 .box {
        border-radius: 0;
    }

    .row2 .box1 {
        border-radius: 20px 0 0 20px;
    }

    .row2 .box3 {
        border-radius: 0 20px 20px 0;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    }
    #signupform .col-lg-6,
    #signupform .col-lg-12 {
        /* padding: 0rem 1.5rem 3rem 1.5rem !important; */
    }
    #signupform .curriculum_container .col-lg-12 {
        padding: 0px 0.7rem !important;
    }
    .RegbtnContainer {
        text-align: center;
        margin-top: 3rem;
    }
    .RegbtnContainer {
        margin-top: 0rem;
    }
    #bannercarousel {
        height: 100%;
    }
    #hero #bannercarousel .carousel-inner {
        /* height: 85vh; */
        height: 100%;
    }
    #hero #bannercarousel .carousel-inner .carousel-item {
        height: 100%;
    }
    #hero #bannercarousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #hero #bannercarousel .carousel-indicators {
        /* position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 7%;
    margin-bottom: 1rem;
    margin-left: 8%;
    list-style: none;
    align-items: center; */

        position: absolute;
        right: 0;
        left: 0;
        z-index: 1;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 7%;
        margin-bottom: 3rem;
        margin-left: 8%;
        list-style: none;
        top: auto;
        bottom: 0px;
        align-items: center;
    }
    #hero .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        /* padding-left: 7%; */
        margin: 0px 0% 0px 6%;
        top: 18%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--white);
        text-align: justify;
    }
    .box {
        padding: 2rem 1rem;
    }
    .telephone-png {
        margin-right: 0;
    }
    #Experts .card-body {
        min-height: 157px;
    }
    #Experts .card-body h3 {
        font-size: calc(1rem + 0.2vw);
    }
    #hero #bannercarousel .carousel-inner {
        /* height: 85vh; */
        height: 55rem;
    }
    #hero #bannercarousel .carousel-inner .carousel-item {
        height: 100%;
    }
    #hero #bannercarousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
    .groupPricing .list-group-item {
        font-size: 13px;
    }
}

/* Media query for medium-sized screens */

@media (max-width: 767px) {
    .hero-text {
        font-size: 31px;
        line-height: 38px;
        text-align: center;
    }
    .banner_text_inner h5 {
        text-align: center;
    }
    .testimonials .card {
        padding-bottom: 2rem;
    }

    .testimonials .carousel-control-prev,
    .testimonials .carousel-control-next {
        display: none;
    }

    .testimonials .heading-section {
        padding-bottom: 5rem;
    }

    #appointment {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }
    #appointment form button {
        width: 100%;
    }
    .smb {
        margin-bottom: 10rem;
    }
    #expertSectioncarousel .card {
        margin-bottom: 2rem;
    }
    #expertSectioncarouselmobile .card {
        margin-bottom: 2rem;
    }
    #expertSection .heading-section {
        margin: 4rem 0;
    }
    #AboutUsSection .banner_text_inner {
        text-align: center;
    }
    .banner_text_inner {
        text-align: center;
    }
    #expertcarouselweb {
        display: none;
    }
    #expertcarouselweb {
        display: none;
    }
    #expertcarouselmobile {
        display: block !important;
    }
    .freeSeeion {
        /* background-image: linear-gradient(rgba(0, 0, 255, 0.5), rgba(255, 255, 0, 0.5)),
          url(assets/media/signup/decorationright.png); */
        background: linear-gradient(rgb(82, 137, 129), rgb(0, 102, 87));
        border-radius: 25px;
    }
    #summarySection {
        background-image: url(../media/images/summarySectionMob.png);
        background-size: contain;
        background-position: center center;
    }
    #meeting_Schedule .dataTables_wrapper .dataTables_length,
    #meeting_Schedule .dataTables_wrapper .dataTables_filter {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    #hero .row2 .col-lg-4 {
        padding: 0;
    }

    #Experts .card {
        border-radius: 50px;
        border-top-left-radius: calc(5.25rem - 1px);
        border-top-right-radius: calc(5.25rem - 1px);
    }

    #Experts .card-body {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}
@media (max-width: 575px) {
    #Experts .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: 166px;
    }
    #Experts {
        margin-top: -13rem;
    }
    .container {
        padding: 0 1rem !important;
    }
    #hero .row2 {
        padding-bottom: 9rem;
    }
    #hero .row1 {
        padding-top: 10rem;
    }
    #hero {
        background-position: center right !important;
    }

    .form-group input,
    .form-group select {
        padding: 10px 12px !important;
    }

    .signupbox .inner-box div {
        width: 160px;
        height: 135px;
    }
    .removebtnstyle {
        border-radius: 30px;
        padding: 0px 17px;
        height: 52px;
    }
    .fa-circle-xmark {
        font-size: 47px;
    }
    .signupbox {
        margin: 10px auto;
        background-color: var(--signupboxcolor);
        color: var(--white);
        text-align: center;
        font-size: 18px;
        padding: 2rem 2rem;
        box-sizing: border-box;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #signupform .Registerbtn {
        padding: 0;
        width: 80%;
        height: 54px;
    }

    /* expertcarouselmobile style */

    .carouselmobilecontrols {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -62px;
        gap: 32px;
    }

    .carousel-inner {
        position: static;
        width: 100%;
        overflow: hidden;
    }

    #expertcarouselmobile {
        display: block;
        /* Display the carousel on smaller screens */
    }

    .carouselmobilecontrols .carousel-control-next,
    .carouselmobilecontrols .carousel-control-prev {
        position: static;

        z-index: 1;

        width: auto;
    }

    #expertcarouselmobile .carousel-control-prev,
    #expertcarouselmobile .carousel-control-next {
        display: block;
        /* Display the carousel controls on smaller screens */
    }
    /* #counsellorModal .counsellor-info {

    flex-wrap: wrap;
  } */
    .counsellor-exp {
        margin-bottom: 1rem;
    }

    /* expertcarouselmobile style */
}
@media (min-width: 575px) {
    #Experts .rs-col {
        margin-top: 8rem;
    }
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
    .modal-dialog.modal-xl.modalWidth {
        max-width: inherit;
    }
}
@media (max-width: 425px) {
    #talkSection .talkSectionBannner {
        gap: 1rem;
        flex-direction: column;
    }
    #faqSection .accordion-button {
        padding: 1rem 1rem;
    }
    .signupbox .inner-box {
        justify-content: space-between;
        gap: 2rem;
        padding-top: 1rem;
    }
    .signupbox .inner-box div {
        width: 120px;
        height: 108px;
    }
    .signupbox .inner-box div .Client {
        width: 40px;
        height: 50px;
    }
    .signupbox .inner-box div .Counsellor {
        width: 50px;
        height: 50px;
    }
    .signupbox h5 {
        text-align: start;
    }
    .upload span {
        width: 110px;
        height: 110px;
    }
    .QualificationUploadBtn .upload-area span {
        height: 45px;

        font-size: 17px;
    }
    .formbox .Addbtn {
        padding: 10px 26px;
    }
    .formbox .datebox {
        display: flex;

        flex-wrap: wrap;
    }
}
@media (max-width: 375px) {
    #Experts .expert_btn .btnarrow {
        width: 24px;
        margin-left: 0.5rem;
    }

    .signupbox .inner-box div {
        width: 100px;
        height: 108px;
    }
    #Experts .expert_btn {
        padding: 10px 17px;
    }
}
#wecomePrivatePricing {
    background-color: #FAF6EE !important;
}

/* new styles */
.navbar-links {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66em;
    color: #333133;
    fill: #333133;
}

.header-dropdown {
    padding: 30px 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #E6DCCC;
}

.navbar-collapse::before {
    background: #fff !important;
}

.dropdown-item.navbar-links {
    padding: 5px 10px;
}

.our-apps {
    background-color: #FFB857;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

#SignupHeader {
    display: none;
}

.footer-head {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.33em;
}

.nav-item_content {
    color: #000;
    transition: color .3s ease;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58em;
}

.nav-item_container {
    margin-top: 7.5px;
}

footer {
    background-color: #d9eecc;
}
/* new styles ends */
