@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    overflow-x: hidden;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a {
    color: #007AFF;
    transition: 0.5s;
    outline-style: none;
    text-decoration: none !important;
}

a:hover,
a:active,
a:visited,
a:focus {
    outline: none;
    text-decoration: none;
    color: #007AFF;
}
:focus {
    outline-style: none !important;
    box-shadow: none !important;
    opacity: 1;
}

p {
    padding: 0;
    margin: 0;
    color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
  }

section {
    display: block;
    float: left;
    width: 100%;
}

.home_section1 {
    padding: 70px 0 50px 0;
}

.home_section1_box1 {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.home_section1_box1 .img_area {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #E8E5EF 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 25px 15px;
    text-align: center;
}

.home_section1_box1 .img_area img {
    width: 80%;
    height: 220px;
    object-fit: contain;
    object-position: top;
}

.home_section1_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.home_section1_box1 .text_area h2 {
    font-size: 22px;
}

.home_section1_box1 .text_area p {
    margin-top: 10px;
}
.home_section2 {
    padding: 25px 0;
}

.one_stop_solution_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/ONE-STOP-SOLUTION_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
    position: relative;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
}

.one_stop_solution_section h3 {
    font-size: 20px;
}

.one_stop_solution_section h2 {
    font-size: 60px;
    font-weight: 800;
    margin-top: 15px;
}

.one_stop_solution_section p {
    color: #fff;
    margin-top: 15px;
}

.blue_but:hover i {
    margin-left: 15px;
}

.one_stop_solution_section .row {
    position: relative;
    z-index: 2;
}

.one_stop_solution_section::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.service_section {
    padding: 50px 0;
}

.service_left_text_area {
    display: block;
    float: left;
    width: 100%;
    color: #000;
}

.service_left_text_area h3 {
    font-size: 20px;
}

.service_left_text_area h2 {
    font-size: 55px;
    font-weight: 800;
    margin-top: 15px;
}

.service_left_text_area p {
    margin-top: 15px;
}

.home_service_box1 {
    display: block;
    float: left;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.home_service_box1 .icon_area {
    display: block;
    float: left;
    width: 65px;
    height: 55px;
    background: url(../images/service_icon_bg.svg) right bottom no-repeat;
}

.home_service_box1 .icon_area img {
    width: 60px;
    height: 50px;
    object-fit: contain;
    object-position: left top;
}

.home_service_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 12px;
}

.home_service_box1 .text_area h2 {
    font-size: 20px;
}

.home_service_box1 .text_area p {
    font-size: 15px;
    margin-top: 10px;
}

.home_section4 {
    padding: 0 0 60px 0;
}

.register_experts_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/Register_Experts_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
    position: relative;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
}

.register_experts_section img {
    max-width: 100%;
}

.register_experts_section h3 {
    font-size: 20px;
}

.register_experts_section h2 {
    font-size: 50px;
    font-weight: 800;
    margin-top: 15px;
}

.home_testimonial_section {
    padding: 50px 0;
    background: #F4F4F9;
}

.page_heading {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.page_heading h3 {
    font-size: 20px;
}

.page_heading h2 {
    font-size: 35px;
}

.testimonial_slider {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.testimonial_slider .owl-item {
    padding: 20px 0px;
}

.testimonial_box1 {
    border-radius: 12px;
    background: #FFF url(../images/testimonial_icon.svg) no-repeat;
    background-position: 12px 12px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.10);
    float: left;
    width: 100%;
    padding: 40px;
}

.testimonial_box1 .top_text {
    display: block;
    float: left;
    width: 100%;
    font-style: italic;
}

.testimonial_box1 .profile_section {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}

.testimonial_box1 .profile_section img {
    width: 55px !important;
    height: 64px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.testimonial_box1 .profile_section .text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.testimonial_box1 .profile_section .text_area h2 {
    font-size: 18px;
}

.owl-dots {
    text-align: center;
}

.owl-dot span {
    width: 14px !important;
    height: 14px !important;
    background: #D6D6D6;
    margin: 5px 4px;
    display: inline-block;
    border-radius: 100%;
}

.owl-dot.active span,
.owl-dot:hover span {
    background: #007AFF;
}

.questions_answers_section {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.accordion_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.accordion_section .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px !important;
    background: #FFF;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;

}

.accordion_section .accordion-button:not(.collapsed) {
    color: #007AFF;
    background-color: #e7f1ff;
    box-shadow: none
}

.accordion_section .accordion-button {
    font-size: 18px;
    font-weight: 500;
}

.accordion-body {
    color: #999999;
}

.accordion_section .accordion-button {
    border: none !important;
}

.accordion-item:first-of-type .accordion-button {
    border: none !important;
}

.questions_answers_section {
    padding: 60px 0 60px 0;
    position: relative;
    z-index: 1;
}

footer {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: cover;
}

.footer_registration_section {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/bottom_Register_bg.jpg) center top no-repeat;
    background-size: cover;
    text-align: center;
    padding: 45px 50px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    margin-top: -100px;
}

.footer_registration_section h2 {
    margin-bottom: 20px;
}

footer .top_section {
    display: block;
    float: left;
    width: 100%;
    padding: 30px 0;
}

.footer_box1 {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.footer_box1 h2 {
    font-size: 25px;
    color: #303030;
    margin-bottom: 26px;
}

.footer_box1 ul {
    padding: 0;
    list-style-type: none;
}

.footer_box1 ul li {
    margin-bottom: 10px;
}

.footer_box1 ul li a {
    color: #000;
    margin-bottom: 10px;
}

.footer_box1 ul li a:hover {
    color: #007AFF;
}

.footer_box1 ul li img {
    margin-right: 5px;
}

.footer_copy_area {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #D8D8D8;
}

.footer_copy_area p {
    color: #000;
}

.homepage_header {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/header_bg.jpg) center bottom no-repeat;
    background-size: 100% 100%;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

.homepage_header_body {
    display: block;
    float: left;
    width: 100%;
}

.homepage_header_img_area {
    display: block;
    float: left;
    width: 100%;
}

.homepage_header_img_area img {
    width: 100%;
    margin-bottom: -40px;
}

.homepage_header_text_area {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    padding-right: 50px;
}

.homepage_header_text_area h2 {
    font-size: 55px;
}

.homepage_header_text_area p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.header_text {
    justify-content: flex-end;
}


.top_header_section {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 5px 0;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);

}

.top_header_section .navbar {
    padding: 0;
}

.get_start_but2 {
    display: inline-block;
    position: relative;
    padding: 10px 20px !important;
    border-radius: 80px;
    color: #fff !important;
    background: #21AA47;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.top_header_section .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.top_header_section .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    padding: 10px 15px;
}

.blue_but {
    display: inline-block;
    vertical-align: top;
    background: #007AFF;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.blue_but i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.blue_but:hover {
    background: #000;
    color: #fff !important;
}

.red_but {
    display: inline-block;
    vertical-align: top;
    background: #F24656;
    color: #fff !important;
    padding: 12px 20px !important;
    border-radius: 5px;
}

.red_but i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.red_but:hover {
    background: #000;
    color: #fff !important;
}

.white_but {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #000 !important;
    padding: 12px 20px !important;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
}

.white_but i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.white_but:hover {
    background: #000;
    color: #fff !important;
}

.ex_but .white_but,
.ex_but .blue_but {
    padding: 10px 30px !important;
    margin: 0 2px;
}

.subpage_top_pading {
    padding-top: 110px !important;
}

.about_team_section {
    padding: 60px 0 60px 0;
}

.about_team_slider_area {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.team_box1 {
    display: block;
    float: left;
    width: 100%;
}

.team_box1 .img_area {
    display: block;
    float: left;
    width: 100%;
}

.team_box1 .img_area img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    float: left;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.team_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}

.team_box1 .text_area h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.mission_section {
    padding: 60px 0;
    background: url(../images/mission_bg.jpg) center no-repeat;
    background-size: cover;
}

.mission_text_area {
    display: block;
    float: left;
    width: 100%;
}

.mission_text_area h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.mission_img_area {
    display: block;
    float: left;
    width: 100%;
}

.mission_img_area img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
}

.about_section1 {
    padding: 60px 0 60px 0;
}

.about_section1 .top {
    display: block;
    float: left;
    width: 100%;
}

.about_section1 .top h2 {
    font-size: 40px;
}

.about_section1 .top p {
    margin-top: 15px;
}

.about_section1 .mid {
    display: block;
    float: left;
    width: 100%;
    margin: 60px 0;
}

.about_section1 .bottom {
    display: block;
    float: left;
    width: 100%;
}

.about_bottom_box1 {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #E8E5EF 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 25px 15px;
    text-align: center;
}

.about_bottom_box1 h2 {
    font-size: 50px;
    color: #007AFF;
}

.about_bottom_box1 h3 {
    font-size: 22px;
    color: #000;
    margin-top: 12px;
}

.about_bottom_box1 p {
    margin-top: 12px;
}

.about_img_box1 {
    display: block;
    float: left;
    width: 100%;

}

.about_img_box1 img {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.about_img_box2 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;

}

.about_img_box2 img {
    float: left;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.about_img_box3 {
    display: block;
    float: left;
    width: 100%;
}

.about_img_box3 img {
    float: left;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.about_img_box4 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.about_img_box4 img {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.experts_body {
    padding: 60px 0 60px 0;
    position: relative;
    z-index: 1;
}

.experts_left {
    display: block;
    float: left;
    width: 100%;
    position: sticky;
    top: 60px;
}

.experts_left .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.experts_left .accordion-header {
    border-bottom: 1px solid #E4E4E4 !important;
}

.experts_left .accordion-button {
    font-weight: 700 !important;
}

.experts_search_date_area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.experts_search_check_group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 20px;
}

.experts_search_check_group h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}

.experts_search_check_group .form-check {
    margin-top: 8px;
}

.experts_right_area {
    display: block;
    float: left;
    width: 100%;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.expart_box1 {
    display: flex;
    float: left;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    margin-top: 30px;
    padding: 15px;
    align-items: center;
}

.expart_box1 .img_area {
    display: block;
    float: left;
}

.expart_box1 .img_area img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-position: center;
    border-radius: 12px;
    background: #F7F7F7;
    padding: 10px;
    border: 1px solid #007AFF;
}

.expart_box1 .mid_area {
    display: block;
    float: left;
    padding: 0 20px;
}

.expart_box1 .right_area {
    display: flex;
    flex-wrap: wrap;
    float: left;
    border-left: 1px solid #DADADA;
    padding: 0 0 0 20px;
    flex: 0 0 220px;
    align-content: center;
}

.expart_box1 .right_area p {
    width: 100%;
    color: #000;
    margin: 2px 0;
    font-size: 14px;
    font-weight: 500;
}

.expart_box1 .right_area p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


.view_profile_but {
    display: inline-block;
    vertical-align: top;
    background: #007AFF;
    color: #fff !important;
    padding: 7px 20px !important;
    border-radius: 5px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    max-width: 300px;
}

.view_profile_but:hover {
    background: #000;
    color: #fff !important;
}

.book_but {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #000 !important;
    padding: 7px 20px !important;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(213, 213, 213, 1);
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    max-width: 300px;
}

.book_but:hover {
    background: #000;
    color: #fff !important;
}

.expart_mid_name {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.expart_mid_name p {
    font-weight: 700 !important;
    color: #000;
    font-size: 20px;
}

.expart_mid_name span {
    margin-left: 5px;
}

.expart_mid_language_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.expart_mid_language_section p {
    margin-top: 2px;
    margin-right: 15px;
    color: #000;
    font-weight: 500;
}

.expart_mid_language_section p span {
    color: #7B7B7B;
}

.expart_mid_map_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.expart_mid_map_section p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.expart_mid_map_section p i {
    color: #007AFF;
}

.expart_mid_rating_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 5px;
    justify-content: space-between;
    align-items: center;
}

.expart_mid_rating_section p {
    color: #FFA800;
    font-weight: 500;
}

.expart_mid_rating_section p span {
    color: #000;
    margin-left: 5px;
}

.expart_mid_service_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.service_box {
    color: #737373;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 5px 5px 0 0;
    font-weight: 500;
}

.nodata {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    font-size: 22px;
}

.nodata img {
    width: 150px;
    margin-bottom: 20px;
}

.top_header_section_change {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    background: #cf1c1c;
    padding: 5px 0;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.10);

}

.top_header_section_change .navbar {
    padding: 0;
}

.top_header_section_change {
    background: none;
    box-shadow: none
}

 .top_header_section_change .nav-link {
    color: #ffffff !important;
} 



.top_header_section_change .white_but {
    background: none;
}

.top_header_section_change .navbar-brand {
    filter: brightness(800%);
}
.navbar-light .navbar-brand img
{
    max-width: 160px;
}

.top_header_section_change .nav-link.active {
    color:grey !important;
} 


.navbar-light .navbar-toggler {
    border: none !important;
}

.login_section_body {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/login_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0 60px 0;
}

.login_body_inner {
    display: flex;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    flex-direction: row-reverse;
}

.login_body_inner .img_area {
    display: block;
    float: left;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.login_body_inner .img_area img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login_body_inner .right_area {
    display: block;
    float: right;
    width: 50%;
    padding: 40px;
}

.login_form {
    display: block;
    float: left;
    width: 100%;
}

.login_form .form-label {
    font-weight: 600;
}

.login_form .form-control {
    background: #EDF1F6;
    border: none;
    height: 50px;
}

.submit_but {
    display: block;
    float: left;
    width: 100%;
    background: #007AFF;
    color: #fff;
    font-size: 20px;
    height: 54px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.submit_but:hover {
    background: #000;
    color: #fff !important;
}

.password_lost_section {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.password_lost_section a {
    color: #797979;
    text-decoration: underline;
    font-weight: 700;
}

.password_lost_section a:hover {
    text-decoration: none;
}

.login_with_section {
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.login_with_section p {
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    font-size: 22px;
}

.login_with_section img {
    width: 40px;
    margin: 5px;
}

.login_account_section {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.login_account_section p {
    color: #000;
    font-weight: 600;
}

.login_account_section p a:hover {
    color: #000;
}

.login_form h3 {
    font-size: 20px;
}

.dont_receive p {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.dont_receive p a:hover {
    color: #000;
}

.otp_section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 40px 0;
}

.otp_section input {
    width: 22%;
    border: none;
    border-bottom: 2px solid #BABABA;
    text-align: center;
}

.otp_section input:focus {
    outline-style: none;
    text-align: center;
}

.subpage_body {
    display: block;
    float: left;
    width: 100%;
    padding: 110px 0 60px 0;
}

.upcoming_booking_section {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2ABF30;
    background: #F1FFED;
    padding: 15px;
    margin-bottom: 30px;
}

.upcoming_booking_section h2 {
    color: #049F0A;
    font-size: 20px;
}

.upcoming_booking_profile_dection {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.upcoming_booking_profile_dection img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}

.upcoming_booking_profile_dection p {
    font-weight: 600;
    color: #000;
}

.upcoming_booking_mid_section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.upcoming_booking_mid_section p {
    width: 50%;
    font-weight: 500;
}

.upcoming_booking_mid_section p span {
    color: #000;
}

.conncet_but {
    display: inline-block;
    vertical-align: top;
    background: #EF5361;
    border-radius: 10px;
    padding: 10px 25px;
    color: #fff !important;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin: 5px 0;
}

.conncet_but i {
    margin-right: 6px;
}

.conncet_but:hover {
    background: #000;
}

.profile_section_body {
    display: block;
    float: left;
    width: 100%;
}

.profile_section_body .left {
    display: block;
    float: left;
    width: 278px;
}

.profile_section_body .right {
    display: block;
    float: right;
    width: calc(100% - 308px);
}

.profile_section_body_left_box1 {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background: #F4F4F9;
}

.profile_section_body_left_box1 .top_profile {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    background: #5E44A5;
    padding: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.profile_section_body_left_box1 .top_profile .img_area {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #007AFF;
    position: relative;
}

.profile_section_body_left_box1 .top_profile .img_area img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.profile_section_body_left_box1 .top_profile h2 {
    font-size: 20px;
    margin-top: 10px;
}

.profile_section_body_left_box1 .top_profile h3 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 100;
}

.profile_section_body_left_box1 .top_profile p {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 700;
    color: #fff;
}

.profile_section_body_left_box1 .menu_area {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 18px;
}

.profile_section_body_left_box1 .menu_area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.profile_section_body_left_box1 .menu_area ul li a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #D4D4D4;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.profile_section_body_left_box1 .menu_area ul li a::before {
    position: absolute;
    content: '\f178';
    font-family: 'FontAwesome';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.profile_section_body_left_box1 .menu_area ul li a:hover {
    color: #007AFF;
}

.profile_section_body_left_box1 .menu_area ul li:last-child a {
    border-bottom: none;
}

.delete_account a {
    color: #FF0018 !important;
}

.active_menu a {
    color: #007AFF !important;
}

.profile_right_box1 {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 20px;
}

.profile_right_box1 .top_profile {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.profile_right_box1 .top_profile img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 2px solid #007AFF;
    flex: 120px 0 0;
}

.profile_right_box1 .top_profile .upload_section {
    display: block;
    float: left;
    width: 100%;
    margin-left: 15px;
}

.profile_right_box1 .top_profile .upload_section p {
    color: #8E8E8E;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn {
    color: #fff;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 15px;
    background: #007AFF;
    border: none;
    cursor: pointer;
}

.upload-btn i {
    margin-right: 5px;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.profile_right_box1 .mid {
    display: block;
    float: left;
    width: 100%;
}

.form-label {
    font-size: 14px;
}

.change_password a {
    font-weight: bold;
    text-decoration: underline !important;
}

.change_password a:hover {
    text-decoration: none !important;
}

.submit_but2 {
    display: inline-block;
    vertical-align: top;
    background: #007AFF;
    color: #fff;
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.submit_but2:hover {
    background: #000;
    color: #fff !important;
}

.profile_add_box1 {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #E4E4E4;
}

.profile_add_box1 .heading {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: #F0EAFF;
    padding: 10px 20px;
}

.profile_add_box1 .heading h2 {
    font-size: 18px;
}

.profile_add_box1 .box_body {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

.profile_add_box1 .box_body .inside {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #E2E2E2;
    padding: 15px 15px 0 15px;
    border-radius: 10px;
}

.profile_add_box1_inside_top {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    min-height: 100px;
    align-items: flex-start;
}

.profile_add_box1_inside_top .card_box {
    display: flex;
    float: left;
    padding: 8px 25px;
    border-radius: 50px;
    background: #787878;
    color: #fff;
    margin: 0 10px 5px 0;
}

.profile_add_box1_inside_top .card_box p {
    color: #fff;
}

.profile_add_box1_inside_top .card_box i {
    color: #fff;
    margin-left: 10px;
}

.profile_add_box1_inside_bottom {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    position: relative;
}

.add_search {
    border: none;
    height: 46px;
    width: 100%;
}

.add_search:focus {
    outline-style: none;
}

.drop_area {
    position: absolute;
    left: 0;
    top: 46px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 250px;
    padding: 12px;
}

.drop_area p {
    margin: 5px 0;
    cursor: pointer;
}

.drop_area p:hover {
    color: #007AFF;
}

.drop_area .drop_top {
    display: block;
    float: left;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.drop_area .drop_top::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgb(220, 221, 223);
    background-color: rgb(220, 221, 223);
}

.drop_area .drop_top::-webkit-scrollbar {
    width: 5px;
    background-color: #8f8f8f;
}

.drop_area .drop_top::-webkit-scrollbar-thumb {
    background-color: #8f8f8f;
}

.drop_area .drop_bottom {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #d8d8d8;
    padding-top: 5px;
}

.drop_area .drop_bottom a {
    font-weight: bold;
    font-size: 14px;
    color: #007AFF !important;
}

.change_password_body {
    display: block;
    float: left;
    width: 100%;
}

.modal-footer {
    justify-content: flex-start;
}

.modal-header {
    border-bottom: 1px solid #E9EEF1;
    padding: 10px 17px;
}

.modal-footer {
    border-top: none;
}

.modal-content {
    border-radius: 12px;
}
.btn-close
{
    background: url(../images/cross.svg) center center no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.change_password_body h5 {
    font-size: 16px;
}

.change_password_body p {
    font-size: 15px;
    margin-top: 12px;
}

.modal_but_solid {
    display: inline-block;
    vertical-align: top;
    background: #007AFF;
    color: #fff;
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all .5s;
    transition-timing-function: ease-out;
    border: 1px solid #007AFF;
    width: 48%;
}

.modal_but_solid:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}

.modal_but_border {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all .5s;
    transition-timing-function: ease-out;
    border: 1px solid #6382FF;
    width: 48%;
    background: none;
    color: #6382FF;
}

.modal_but_border:hover {
    background: #6382FF !important;
    border: 1px solid #6382FF !important;
    color: #fff !important;
}

.nav_profile_section {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.nav_profile_section p {
    margin: 0 5px;
    color: #000;
    font-weight: 700;
    width: 90px;
}

.nav_profile_section img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #007AFF;

}

.nav_profile_section i {
    margin-left: 5px;
    margin-top: 5px;
}

.profile_drop {
    display: none;
    float: left;
    width: 220px;
    position: absolute;
    top: 40px;
    right: 0;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 5px 20px;
}

.profile_drop ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.profile_drop ul li a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #CBCBCB;
}

.profile_drop ul li a i {
    color: #007AFF;
    font-size: 18px;
    margin-right: 5px;
}

.profile_drop ul li:last-child a {
    border-bottom: none;
}

.nav_profile_section:hover .profile_drop {
    display: block;
}

.profile_drop ul li a:hover {
    color: #007AFF;
}

.nav_notofication_section {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    flex: 40px 0 0;
    height: 40px;
    background: #8104BB;
    border-radius: 100%;
    justify-content: center;
    position: relative;
    margin: 0 10px;
    color: #fff;
}

.nav_notofication_section .count {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #F24656;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.right_profile {
    display: flex;
    float: left;
    align-items: center;
    justify-content: flex-end;
}

.header_top_section {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.navbar {
    width: 100%;
}

.navbar-toggler {
    padding: 0;
}

button.navbar-toggler.collapsed {
    position: absolute !important;
    top: 6px !important;
    right: 0 !important;
}

.navbar-light .navbar-toggler {
    position: absolute;
    border: none !important;
    top: 6px !important;
    right: 0;
}

.navbar {
    position: static;
}

.blue_tick {
    position: absolute;
    top: 0;
    right: 0;
}

.blue_tick img {
    width: 20px !important;
}

.expert_appointment {
    display: block;
    float: left;
    width: 100%;
}

.expert_appointment .nav-link {
    color: #000;
    background: #c2c2c2;
    margin-right: 10px;
}

.expert_appointment_calender {
    display: block;
    float: left;
    width: 100%;
}

.calendar {
    display: block;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2.96949px 18.80678px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #d1d1d1;
}

.calendar .month {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

.calendar .month .year {
    font-weight: 600;
    margin-left: 10px;
}

.calendar .month .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #0a3d62;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transition-duration: 0.2s;
    position: relative;
}

.calendar .month .nav:hover {
    background: #eee;
}

.calendar .days {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(7, 1fr);
    color: #007AFF;
    font-weight: 600;
    margin-bottom: 15px;
}

.calendar .days span {
    width: 100%;
    max-width: 50px;
    justify-self: center;
    align-self: center;
    text-align: center;
}

.calendar .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar .dates button {
    cursor: pointer;
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 16px;
    justify-self: center;
    align-self: center;
    height: 50px;
    width: 100%;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50px;
    margin: 2px;
    transition-duration: 0.2s;
    font-weight: 600;
    position: relative;
}

.calendar .dates button .dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #007AFF;
    border-radius: 100%;
}

.calendar .dates button.today {
    box-shadow: inset 0px 0px 0px 2px #0a3d62;
}

.calendar .dates button:first-child {
    grid-column: 1;
}

.calendar .dates button:hover {
    background: #eee;
}

.calendar .dates button:focus {
    background: #0a3d62;
    color: #fff;
    font-weight: 600;
}

.expert_profile_price_box {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.expert_profile_price_box .form-control {
    max-width: 200px;
    margin-right: 10px;
}

.expert_profile_price_box p {
    color: #000;
}

.expert_profile_about_box {
    display: block;
    float: left;
    width: 100%;
}

.expert_slot_heading {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
}

.expert_slot_heading h5 {
    font-size: 20px;
}

.expert_slot_heading p {
    font-size: 18px;
}

.expert_slot_time_section {
    display: block;
    float: left;
    width: 100%;
}

.expert_book_slot {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 20px;
    border-radius: 6px;
    background: #56B45A;
    position: relative;
    margin-top: 20px;
    color: #fff;
}

.expert_booked_slot {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    background: #56B45A;
    position: relative;
    margin-top: 20px;
    color: #fff;
}

.expert_booked_slot_blue {
 
    display: block;
    float: left;
    width: 100%;
    padding: 12px 20px;
    border-radius: 6px;
    background: #0559a7;
    position: relative;
    margin-top: 20px;
    color: #fff;
}

.expert_booked_slot_grey {
    display: block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    background: rgb(216, 215, 215);
    position: relative;
    margin-top: 20px;
    color: #000000;
}

.expert_booked_slot_grey p {
    color: #111010;
}

.expert_booked_slot p {
    color: #fff;
}

.expert_booked_slot p i {
    margin-right: 5px;
}

.slot_del {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.expert_slot {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 20px;
    border-radius: 6px;
    background: #F24656;
    position: relative;
    margin-top: 20px;
    color: #fff;
}

.expert_slot p {
    color: #fff;
}

.expert_slot p i {
    margin-right: 5px;
}

.slot_del {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.slot_view {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.appointments_details_popup_top {
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
}

.appointments_details_popup_top .img_area {
    display: block;
    float: left;
}

.appointments_details_popup_top .img_area img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    border: 2px solid #007AFF;
}

.appointments_details_popup_top .mid_area {
    display: block;
    float: left;
    padding: 0 20px;
}

.appointments_details_popup_mid {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    margin: 15px 0;
    border-top: 1px solid #E9EEF1;
    border-bottom: 1px solid #E9EEF1;
    padding: 15px 0;
}

.appointments_details_popup_mid p {
    float: left;
    width: 50%;
    font-weight: 600;
    color: #000;
    margin: 5px 0;
}

.appointments_details_popup_mid p span {
    color: #747474;
}

.appointments_details_popup_but_area {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.add_time_slot_section {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.add_time_slot_section .card_box {
    display: flex;
    float: left;
    padding: 8px 25px;
    border-radius: 50px;
    background: #787878;
    color: #fff;
    margin: 5px;
}

.add_time_slot_section .card_box p {
    color: #fff;
}

.add_time_slot_section .card_box p i {
    color: #fff;
    margin-left: 15px;
}

.add_time_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.add_time_section h2 {
    font-size: 18px;
}

.add_time_flex {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 15px;
    align-items: center;
}

.add_time_flex p {
    display: block;
    flex: 0 0 80px;
    text-align: right;

}
.add_time_flex p a {
    text-decoration: underline !important;
}

.add_time_flex p a:hover {
    text-decoration: none !important;
}
.policy_body {
    display: block;
    float: left;
    width: 100%;
}

.policy_body h2 {
    font-size: 25px;
}

.policy_body p {
    margin: 10px 0 30px 0;
}

.overview_review_section {
    float: left;
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    margin-top: 30px;
}

.overview_review_section .nav-pills {
    padding: 10px 15px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 0 !important;
}

.overview_review_section .tab-content {
    padding: 20px 15px;
}


.overview_review_section .nav-link {
    color: #000;
    background: #c2c2c2;
    margin-right: 10px;
}


.expert_overview_area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.expert_overview_area .about {
    display: block;
    float: left;
    width: 100%;
}

.expert_overview_area .about h2 {
    font-size: 20px;
}

.expert_overview_area .about p {
    margin-top: 15px;
    font-size: 14px;
}

.expert_overview_area .service {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.expert_overview_area .service h2 {
    font-size: 20px;
}

.expert_overview_area .service ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    list-style-type: none;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

.expert_overview_area .service ul li {
    position: relative;
    margin-right: 25px;
    padding-left: 25px;
}

.expert_overview_area .service ul li::after {
    position: absolute;
    left: 0;
    content: url(../images/tick.svg);
    top: 0;
}

.overview_review_section .nav-link {
    color: #000;
}

.expert_review_area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.expert_review_area .total {
    display: block;
    float: left;
    width: 100%;
}

.expert_review_area .total p {
    font-size: 18px;
    font-weight: 700;
}

.expert_review_area .review_box1 {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0;
}

.expert_review_area .review_box1:last-child {
    border-bottom: none;
}

.expert_review_area .review_box1 .name_date {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
}

.expert_review_area .review_box1 .name h2 {
    font-size: 18px;
}

.expert_review_area .review_box1 .name p {
    color: #000;
    font-weight: 500;
}

.expert_review_area .review_box1 .name p i {
    color: #FFA800 !important;
}

.expert_review_area .review_box1 .date {
    margin: 5px 0;
}

.expert_review_area .review_box1 .details {
    display: block;
    float: left;
    width: 100%;
}

.expert_review_area .review_box1 .details p {
    color: #392A27;
    font-size: 13px;
    margin-top: 10px;
}

.top_header_section_change .nav_profile_section {
    color: #fff !important;
}

.top_header_section_change .nav_profile_section p {
    color: #fff !important;
}

.password_section {
    position: relative;
}

.password_eye {
    position: absolute;
    z-index: 2;
    right: 15px;
    margin-top: -38px;
}

.password_eye a {
    color: #000;
}

.profile_drop_details_section {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.profile_drop_details_section .img_area {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 3px solid #007AFF;
    position: relative;
    margin-top: 10px;
}

.profile_drop_details_section .img_area img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.profile_drop_details_section .name {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.profile_drop_details_section .designation {
    font-weight: 100%;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #737373;
}

.faq_left_text_area {
    display: block;
    float: left;
    width: 100%;
    color: #000;
}

.faq_left_text_area h3 {
    font-size: 20px;
}

.faq_left_text_area h2 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 15px;
}

.faq_left_text_area p {
    margin-top: 15px;
}

.about_box1 {
    display: block;
    float: left;
    width: 100%;
}

.about_box1 h3 {
    font-size: 20px !important;
    color: #070707;
}

.about_box1 h2 {
    font-size: 30px !important;
    margin-bottom: 10px;
}

.about_box2 {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.about_box2 h2 {
    font-size: 20px !important;
}

.about_box2 p {
    margin-top: 10px;
    margin-bottom: 15px;
}

.top_header_section_change .profile_drop_details_section .name {
    color: #000 !important;
}

.top_header_section_change .profile_drop_details_section .designation {
    color: #737373 !important;
}

.appointment_history {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.table_area {
    display: block;
    float: left;
    width: 100%;
}

.table_area .table_header {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    background: #F0EAFF;
    border-radius: 4px;
    font-weight: 600;
}

.table_area .table_body {
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
    align-items: center;
    transition: all .5s;
    transition-timing-function: ease-out;
    text-align: center;
    min-height: 50px;
    background: #fff;
    border: 1px solid #c2c2c2;
    margin-top: 10px;
    border-radius: 4px;
    font-weight: 600 !important;
}

.table_area .table_body p {
    color: #000;
}

.table_area .table_body .mobile_heading {
    display: none;
    color: #809FB8;
    margin-right: 10px;
}

.table_area .table_body>div {
    padding: 0 5px;
}

.number {
    display: inline-block;
    vertical-align: top;
    background: rgba(33, 126, 253, 0.30);
    color: #217EFD !important;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 10px;
}

.table_profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.profile_img {
    display: inline-block;
    vertical-align: middle;
    flex: 38px 0 0;
    height: 38px;
    border-radius: 6px;
    background: #8104BB;
    text-align: center;
    line-height: 34px;
    color: #fff;
    margin-right: 5px;
    position: relative;
}

.profile_img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}

.profile_name {
    display: inline-block;
    margin: 0 4px;
}

.table_time {
    color: #007AFF !important;
}

.table_amount {
    font-weight: bold !important;
    font-size: 15px;
}

.badge_completed {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    background: #E6FFE0;
    color: #28C102 !important;
    border-radius: 15px;
}

.badge_cancelled {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    background: #FFE7E9;
    color: #F24656 !important;
    border-radius: 15px;
}

.badge_upcoming {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    background: #FFF4DD;
    color: #FFA800 !important;
    border-radius: 15px;
}

.badge_not_attended {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    background: #FFF4DD;
    color: #ff008c !important;
    border-radius: 15px;
}

.badge_Confirm {
    display: inline-block;
    vertical-align: top;
    padding: 6px 12px;
    background: #E6FFE0;
    color: #28C102 !important;
    border-radius: 15px;
    font-size: 13px;
}

.view {
    color: #fff;
    background: #007AFF;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.view:hover {
    background: #8104BB;
}

.video_but {
    color: #fff;
    background: #F24656;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    transition-timing-function: ease-out;
}

.video_but:hover {
    background: #8104BB;
}

.booking_date_area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.book_appointment_modal_bottom {
    justify-content: flex-end !important;
}

.payment_top_section {
    display: flex;
    float: left;
    width: 100%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    padding: 15px;
    align-items: center;
}

.payment_top_section .left {
    display: flex;
    float: left;
    width: 40%;
}

.payment_top_section .left .img_area {
    display: block;
    float: left;
}

.payment_top_section .left .img_area img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.payment_top_section .left .name {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
    padding-left: 12px;
}

.payment_top_section .left .name p {
    font-weight: 700 !important;
    color: #000;
    font-size: 20px;
    margin-right: 5px;
}

.payment_top_section .mid {
    display: block;
    float: left;
    width: 30%;
}

.payment_top_section .mid p {
    color: #000;
    margin: 2px 0;
}

.payment_top_section .right {
    display: block;
    float: left;
    width: 30%;
    text-align: right;
}

.payment_top_section .right p {
    color: #000;
}

.payment_top_section .right .total {
    color: #007AFF;
    font-size: 20px;
    font-weight: bold;
    margin: 2px 0;
}

.payment_bottom_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.payment_bottom_section h2 {
    font-size: 24px;
    text-align: center;
}

.payment_timer {
    display: block;
    float: left;
    width: 100%;
    margin: 30px 0 10px 0;
    border-radius: 6px;
    padding: 12px 15px;
    text-align: center;
    background: #ffebed;
}

.payment_timer p {
    font-size: 16px;
    color: #c00404;
}

.payment_timer p span {
    font-weight: bold;
    font-size: 18px;
}

.payment_bottom_form {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}

.payment_bottom_form h3 {
    font-size: 20px;
}

.payment_bottom_form h3 img {
    align-items: center;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -5px;
}

.payment_bottom_form .form-control {
    height: 50px;
}

.user_appointment_table {
    display: block;
    float: left;
    width: 100%;
}

.user_appointment_details {
    display: block;
    float: inline-end;
    width: 100%;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
    overflow: hidden;
}

.user_appointment_details .heading {
    display: block;
    float: left;
    width: 100%;
    background: #F0EAFF;
    padding: 12px 20px;
}

.user_appointment_details .heading h3 {
    font-size: 18px;
}

.user_appointment_details .body_area {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

.profile_blue_tick {
    position: absolute;
    right: -5px;
    top: -5px;
}

/***************VIDEO***************/
.video_popup_name {
    position: absolute;
    left: 25px;
    bottom: 25px;
    border-radius: 90px;
    background: rgba(0, 0, 0, 0.30);
    padding: 10px 20px;
    z-index: 6;
}

.video_popup_name p {
    color: #fff;
    font-weight: 600;
}

.video_end_footer {
    flex-wrap: nowrap;
}

.notification_box1 {
    display: block;
    float: left;
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #f9f9f9;
}

.notification_box1 .top_date {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
    justify-content: flex-end;
}

.notification_box1 .top_date p {
    color: #007AFF;
    font-weight: 600;
    margin-left: 20px;
    font-size: 15px;
}

.notification_box1 .mid_area {
    display: flex;
    float: left;
    width: 100%;
}

.notification_box1 .mid_area .img {
    display: block;
    float: left;
    height: 54px;
    flex: 54px 0 0;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #007AFF;
}

.notification_box1 .mid_area .img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.notification_box1 .mid_area .text {
    display: block;
    float: left;
    width: 100%;
    padding-left: 12px;
}

.notification_box1 .mid_area .text h2 {
    font-size: 17px;
    color: #000;
    margin-top: 6px;
}

.expart_mid_rating_section h4 {
    font-size: 15px;
}

.my_earning_graph_section {
    display: block;
    float: left;
    width: 100%;
}

.card {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.card_main_heading {
    display: block;
    float: left;
    width: 100%;
}

.card_main_heading h2 {
    font-size: 18px;
}

.card_graph_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.card_graph_section img {
    width: 100%;
}

.my_earning_search_area {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
    align-items: flex-end;
}


.my_earning_but {
    display: inline-block;
    vertical-align: top;
    background: #007AFF;
    color: #fff !important;
    padding: 7px 20px !important;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.my_earning_but:hover {
    background: #000;
    color: #fff !important;
}

.my_earning_search_area input {
    height: 40px;
}

.first_date {
    width: 100%;
    margin: 5px 0;
}

.mid_date {
    width: 100%;
    margin: 5px 15px;
}

.my_earning_search_but {
    margin: 5px 0;
}

.my_earning_bottom_boxes {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.view_expert_bottom_box1 {
    display: flex;
    float: left;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin-top: 30px;
    align-items: center;
}

.view_expert_bottom_box1 .icon_area {
    float: left;
    flex: 58px 0 0;
    height: 58px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.view_expert_bottom_box1 .text_area {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.view_expert_bottom_box1 .text_area p {
    color: #809FB8;
    font-size: 16px;
}

.view_expert_bottom_box1 .text_area h5 {
    color: #000;
    font-size: 28px;
}

.view_expert_color1 {
    background: rgba(58, 54, 219, 0.20);
    color: #3A36DB;
}

.view_expert_color2 {
    background: rgba(254, 107, 186, 0.20);
    color: #EF0482;
}

.view_expert_color3 {
    background: rgba(249, 185, 89, 0.20);
    color: #F9B959;
}

.filter_body {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    margin-top: 15px;
}

.filter_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.filter_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.filter_body::-webkit-scrollbar-thumb {
    background-color: #007AFF;
}

.back_but_top_section {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: right;
}

.back_but_top_section a {
    color: #007AFF;
    font-weight: bold;
}

.back_but_section {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.cms_heading {
    font-size: 20px !important;
    color: #007AFF;
}

.cms_bold_heading {
    font-size: 30px !important;
    margin-bottom: 10px;
}

.phone_section {
    display: flex;
    width: 100%;
}

.phone_section .code_area {
    width: 80px;
    margin-right: 10px;
}

.phone_section .number_area {
    width: 100%;
}

.slot_alert {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.slot_alert_expert {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.iti {
    width: 100%;
}

.id_image img {
    border-radius: 0 !important;
    width: 180px !important;
    height: 120px !important;
    object-fit: contain !important;
    object-position: center;
}

.gery {
    color: #B8B8B8 !important;
}

.expert_review_area .review_box1 .name p .gery {
    color: #B8B8B8 !important;
}

.iti__country-list {
    width: 290px;
    overflow-x: hidden;
}

.iti__country {
    flex-wrap: wrap;
    width: 100%;
}

.rating_modal_body {
    display: block;
    float: left;
    width: 100%;
}


/******rating****/


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating>input:checked~label,
/* show gold star when clicked */
.rating:not(:checked)>label:hover,
/* hover current star */
.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating>input:checked+label:hover,
/* hover current star when changing rating */
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
/* lighten current selection */
.rating>input:checked~label:hover~label {
    color: #FFD700;
}

.contact_left_area {
    display: block;
    float: left;
    width: 100%;
}

.contact_left_area h5 {
    font-size: 24px;
}

.contact_left_area p {
    margin-top: 15px;
}

.contact_box1 {
    display: flex;
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
    align-items: center;
}

.contact_box1 img {
    flex: 40px 0 0;
    width: 40px;
}

.contact_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.contact_box1 .text_area h2 {
    font-size: 18px !important;
    margin: 0;
}

.contact_box1 .text_area p {
    font-size: 15px !important;
    margin-top: 2px;
}

.contact_right_area {
    display: block;
    float: left;
    width: 100%;
}

.contact_right_area h5 {
    font-size: 24px;
}


.wait_but {
    background-color: #f4ecb6; 
    color: #575515; 
    border: 1px solid rgb(224, 230, 195); 
    padding: 15px; 
    margin-bottom: 20px; 
    border-radius: 4px; 
    text-align: center;
}

.wait_but i {
    margin-right: 6px;
}

.decline_profile_but {
    background-color: rgb(252, 140, 123); 
    color: #571515; 
    border: 1px solid rgb(252, 140, 123);  
    padding: 15px; 
    margin-bottom: 20px; 
    border-radius: 4px; 
    text-align: center;
}

.decline_profile_but i {
    margin-right: 6px;
}

.steps_to_complete_profile {
    display: block;
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2ABF30;
    background: #F1FFED;
    padding: 15px;
    margin-bottom: 30px;
  }

  .steps_to_complete_profile p
  {
    font-size: 18px;
    color: #000;
  }
  .steps_to_complete_profile p i
  {
    color: #F9B959;
    font-size: 22px;
  }  
  
  .steps_to_complete_profile i {
      margin-left: 6px;
  }
  .steps_to_complete_profile ol
  {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .steps_to_complete_profile ol li
  {
    margin: 5px 0;
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    background: #fae9e9;
    border-radius: 5px;
    margin-right: 12px;
    border: 1px solid #f08f8f;
    font-size: 14px;
  }
  .steps_to_complete_profile ol li span
  {
    display: flex;
    float: left;
    width: 24px;
    height: 24px;
    background: #FFF;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
  }
  .complete
  {
    background: #00A600 !important;
    border: 1px solid #00A600 !important;
    color: #fff !important;
  }
  .complete span
    {
        color: #000 !important;    
    }
  .steps_to_complete_profile .fa-check
  {
    color: #fff;
  }
  .steps_to_complete_profile .fa-times
  {
    color: #f20101;
  }

.no_profile_but {
  background-color: #e0f3ff; 
  color: #0056b3; 
  border: 1px solid #b3d7ff; 
  padding: 15px; 
  margin-bottom: 20px; 
  border-radius: 4px; 
  text-align: center;
}

.no_profile_but i {
    margin-right: 6px;
}




.bank_success {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px;
    background: linear-gradient(90.02deg, #00A600 -0.5%, #05BA05 99.99%);
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
}

.bank_warning {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px;
    background: linear-gradient(90.02deg, rgb(166, 152, 0) -0.5%, #bab105 99.99%);
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
}

.bankNotSucess {
    display: inline-block;
    vertical-align: top;
    padding: 4px 12px;
    background: linear-gradient(90.02deg, #a61900 -0.5%, #a61900 99.99%);
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
}

/* styles.css (or styles.scss) */

.forgot-password-link {
    color: blue; /* default color */
    text-decoration: none; /* remove underline */
  }
  
  .forgot-password-link:hover {
    color: blue; /* change color on hover */
  }
  
  
/* Apply styles to the text within the active link */

/* Apply styles to the text within the active link */
.navbar-nav .nav-item .nav-link.active {
    color: grey; /* Change this to the desired color */
}


.top_header_section .navbar-nav .nav-item .nav-link.active e {
    color: grey; /* Change this to the desired color */
}
.footer_logo img
{
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}

.table_left_align
{
    text-align: left;
}
.all_appointments
{
    color: #049F0A;
    font-size: 14px;
    text-decoration: underline !important;
    font-weight: bold;
    text-align: right;
}
.video_popup_image{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
    z-index: 6;
    text-align: center;
    padding: 0 !important;
    border-radius: 100% !important;
    box-shadow: none !important;
}
.video_popup_image img
{
    width: 150px !important;
    height: 150px !important;
    flex: 150px 0 0 !important;
    margin-bottom: 0 !important;
    border-radius: 100% !important;
    object-fit: cover !important;
    object-position:  center !important;

}
.local-video-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 14px;
    border: 2px solid #130101;
    background-color: #212121;
    color: #ffffff;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex !important;
}
.local-video-image i
{
    font-size: 18px !important;
    margin: 0 !important;
}
.local-video-image .profile_img {
    flex: 34px 0 0;
    height: 34px;
    margin: 0 0 0 14px !important;
    border-radius: 100% !important;
}
.about_team_slider_area .owl-dots
{
    display: none;
}
.active_but
{
    background: #007AFF !important;
    color: #fff !important;    
}
.view_csv_but_area
{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    font-size: 14px;
}
.view_csv_but
{
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    border-radius: 6px;
    background: #5E44A5;
    color: #fff !important;
}

.footer_margin
{
    margin-top: 90px;
}




.loaderDiff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255,255,255,.8); /* Semi-transparent white background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure the loaderDiff appears above other elements */
  }
  
  .loaderDiff img {
    width: 140px; /* Adjust the width of the loader image as needed */
  }
  

  @keyframes blink {
    0% { color: rgba(255, 0, 0, 1); }
    25% { color: rgba(0, 255, 0, 0); }
    50% { color: rgba(172, 172, 187, 0.8); }
    75% { color: rgba(255, 0, 255, 0.5); }
    100% { color: rgba(255, 255, 0, 1); }
  }
  
  .blink {
    animation: blink 3s ease-in-out infinite;
  }
  

  .experts_right_search_section_area {
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.experts_right_search_section_area .input-group
{
    width: 100%;
    max-width: 400px;
}
.experts_right_search_section_area  .form-control
{
    height: 50px;
}
.experts_right_search_section_area .btn 
{
    height: 50px;
}
.experts_right_search_section_area .accordion
{
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 1;
}
.experts_right_search_section_area .accordion-collapse
{
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,.125);
}


@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      animation: blink 1s linear infinite;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }
  
  .upload-cv-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px; /* Adjusted margin */
}

.uploadpdf-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.uploadpdfiop-btn {
    border: 2px solid rgb(168, 166, 166);
    color: rgb(74, 72, 72);
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.uploadpdf-btn {
    border: 2px solid rgb(234, 75, 75);
    color: rgb(240, 237, 237);
    background-color: rgb(228, 77, 77);
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.uploadpdf-btn input[type=file] {
    font-size: 90px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.uploadpdf-pdf-icon {
    margin-left: 10px; /* Adjusted margin */
}

.uploadpdf-pdf-icon img {
    width: 30px;
    height: 30px;
    /* Add additional styles for the PDF icon image */
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f4e7e8;
    color: #721c24;
    padding: 10px;
    text-align: center;
    z-index: 1000;
  }
  .button-op {
    background-color: #721c24;
    color: #ffffff;
    border: none;
    padding: 3px 6px; /* Adjust padding to make it smaller */
    font-size: 10px; /* Adjust font size to make it smaller */
    cursor: pointer;
    margin-left: 10px;
}

.cookie-text {
    font-size: 12px; /* Adjust the font size as needed */
}

.policy-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}