/* ---------------- banner ------*/
.book_appoinment,.do_call{
        padding:10px 15px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        position:relative;
        border:none;
        font-size: 0.85rem;
        text-align: left;
    }

    .book_appoinment span.iconspan,.do_call span.iconspan{
        position: absolute;
        background: #fff;
        border-radius: 5px;
        color: #316FF6;
        padding: 0px;
        height: 30px;
        text-align: center;
        width: 30px;
        float: left;
        left: 6px;
        top:5px;
        border-radius: 50%;
        line-height: 2.3;
    }

    .book_appoinment span.textspan,.do_call span.textspan{
        padding-left:30px;
    }

    .do_call{
        background-color: #20b72c !important;
    }

    .appointmentbtnsection{
        display:flex;
        flex-direction:column;
        margin-top:0.5em
    }
    
    .user_area{
        display:flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
        padding:5px;
    }

    .viewprosec{
        flex-direction: row;
        display:flex;
        width: 100%;
        justify-content: space-between;
        align-items: start;
    }
    .viewpro{
        border: 1px solid #017cc4;
    font-size: 0.7rem;
    background: #017cc4;
    color: #ffffff;
    padding: 0 0.55rem;
    border-bottom-left-radius: 0.55rem;
    position: absolute;
    top: 0px;
    right: 0px;
    }
    .viewpro:hover{
        background: #0a58ca;
        color: #fff;
    }
    
    #view_profile .modal-content{
        
    }
    .user_area_image{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .user_area_image .teammem_image{
        width:100%;
    }

    .teammem_appoinment{
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: end;
        padding:0px;
        margin-top: 5px;
    }
    .book_appoinment, .do_call {
        width:100%;
        border-radius:5px;
    }
    .user_area_detail{
        margin-top: 10px;
        width: 100%;
        min-height: 96px;
        padding: 10px 5px;
    }
    .onlymob{
        display:none;
    }

    .onlydesktop{
        display:flex;
    }

    @media (max-width:600px){
        .viewpro{
            left: 0px;
            right:85%;
            border-bottom-right-radius: 0.55rem;
            border-bottom-left-radius: 0rem;
        }
    .timelist{
        width: 49%;
    }
    .user_area{
        display:flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
        cursor: pointer;
        padding:5px;
    }

    .user_area_image{
        display:flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    

    .user_area_image .proimgdiv{
        width:45%;
    }

    .teammem_appoinment{
        width:55%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: end;
        padding:0px 10px 0px 10px;
        margin-top: 5px;
    }
    .book_appoinment, .do_call {
        width: 100%;
        border-radius: 5px;
        font-size: 0.65rem;
    }
    
    .book_appoinment span.iconspan, .do_call span.iconspan {
        font-size:12px;
    }
    
    .user_area_detail{
        margin-top: 10px;
        width: 100%;
    }
    .onlymob{
        display:flex;
    }

    .onlydesktop{
        display:none;
    }
    }
    
 
.layout {
  align-items: center;
  display: flex;
  justify-content: center;
}

@-webkit-keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(5px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.profile {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  padding:15px;
  position: relative;
  width:100%;
}
.profile__account {
    align-self: center;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    padding-left: 220px;
}
.profile__button {
    position: relative;
    padding: 8px 15px;
    background-color: white;
    border-radius: 50px;
    margin: auto;
    border: 1px solid #0d6efd;
}
.profile__button:hover {
  background: #017cc4;
  color: #ffffff;
}
.profile__edit {
  margin-left: 30px;
  width: 140px;
}
.profile__header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.profile__icon {
  flex: none;
  font-size: 1.5em;
  margin-right: 10px;
  padding-top: 3px;
}
.profile__icon--gold {
  color: #eab100;
}
.profile__icon--blue {
  color: #8faae8;
}
.profile__icon--pink {
  color: #ff86af;
}
.profile__key {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.profile__picture {
    background: #ffffff;
    border-radius: 100px;
    border: 10px solid #ffffff;
    height: 200px;
    position: absolute;
    top: -75px;
    width: 200px;
}
.profile__picture:before {
  border-radius: 100px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.17);
  content: "";
  height: calc(100% + 20px);
  left: -10px;
  position: absolute;
  top: -10px;
  width: calc(100% + 20px);
  z-index: -1;
}
.profile__picture img {
  border-radius: 100px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.profile__stat {
  border-right: 1px solid #e9e9e9;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 10px 4px;
  transform: translateY(5px);
}
.profile__stat:last-of-type {
  border-right: none;
}
.profile__stat:nth-child(1) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.profile__stat:nth-child(2) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.profile__stat:nth-child(3) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.profile__stats {
  display: flex;
}
.profile__username {
  font-weight: 600;
  margin: 0;
}
.profile__value {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.profile__username p:first-child{
    color:#017cc4;
    font-weight:bold;
}    
.profile__username p{
    font-size:1rem;
}   

@media (max-width:740px){
    .profile{
        margin-top: 75px;
    }
    .profile__header {
        flex-direction: column;
        margin-top: -75px;
        align-items: center;
        justify-content: space-between;
    }
    .profile__edit {
        margin-left:0px;
    }

    .profile__picture {
        position: relative;
        margin: 0 auto;
    }
    .profile__account {
        padding-left:0px;
        align-self: start;
    }
}
    
    
.banner{
    background-image: url("../images/banner-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5rem;
}
.banner ul{
    margin: 0px;
    padding: 0px;
}
.banner ul li{
    background-image: url("../images/tick_mark.png");
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 35px;
}
.banner_title{
	padding-top: 10em;
}
@media (max-width:780px){
    .front_selectbox, .front_searchbox {
        margin-bottom: 10px;
    }
.banner_title{
	padding-top: 4em;
}
.timelist{
    /*margin: 0.3rem 0.3em;*/
    width: 49%;
}
}
li a{
    font-size: 14px;
}
.btn_connect{
        display:flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        margin-bottom: 0;
        padding-left:0;
}

.btn_connect li{
        padding:2px 5px;
}

.btn_connect li a{
        position:relative;
        padding:8px 15px;
        background-color: white;
        color: #000;
        border-radius: 50px;
        margin: auto;
        border:1px solid #0d6efd;
}

.why_choose_us ul li {
    background-image: url(../images/tick_mark.png);
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 35px;
}
/*----------- services ----------*/

.service-box {
    border: #c4edfd solid 1px;
    border-radius: 100%; 
    justify-content: center;
    align-items: center;
    padding: 14px;
    width: 250px;
    height: 250px;
    text-align: center;
    
}

figure{
    border: #eeebeb solid 3px;
    overflow: hidden;
    border-radius: 100%;    
}
figcaption{
    margin-top: 30px;
    font-size: 19px;
    font-weight: 600;
}
.on-consult, .on-appointment{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*----------pricing page ---------*/

.pricing-box{
    background-color: #f1f1f1;
    border-radius: 6px;
    border-top:#28ace2 5px solid;
    border-bottom: #28ace2 3px solid;
    position: relative;
    max-width: 75%;
    margin: 0px auto;
}
.pricing-box h1{
    text-transform: capitalize;
    font-size: 30px;
}

.pricing-box .heading2{
    background-color: #28ace2;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}


.pricing-box ul li{
    background-image: url("../images/tick_mark_orange.png");
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 35px;
    line-height: 35px;
}


.pricing-box .price{
    
}
.pricing-box .price span img{
    max-width: 30px;
}

.pricing-box-orange {
    border-top:#febc16 5px solid;
    border-bottom: #febc16 3px solid;
}
.pricing-box-orange .heading2{
    background-color: #febc16;
}

 

.pricing-box2{
    background-color: #f1f1f1;
    border-radius: 6px;
    border-top:#28ace2 5px solid;
    border-bottom: #28ace2 3px solid;
    position: relative;
    max-width:100%;
    margin: 0px auto;
}
.pricing-box2 h1{
    text-transform: capitalize;
    font-size: 30px;
}

.pricing-box2 .heading2{
    background-color: #28ace2;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}


.pricing-box2 ul li{
    list-style:none;
    padding-left:0px;text-align:left;
}


.pricing-box2 .price{
    
}
.pricing-box2 .price span img{
    max-width: 30px;
}

.pricing-box-orange {
    border-top:#febc16 5px solid;
    border-bottom: #febc16 3px solid;
}
.pricing-box-orange .heading2{
    background-color: #febc16;
}


.startup{
    background-image: url("../images/get_started.jpg");
    background-repeat: no-repeat;
    background-size: cover;     
    padding: 80px 0px;
    text-align: center;
    color: #ffffff;
}


/*---------- contact us page ------*/

.contact-form .form-control{
border-radius: 20px;
}

.contact-form button{
    border-radius: 20px;
    padding: 5px 30px
    }
.yellow-bg .contact-address .icon img{

    width: 34px;
}
.yellow-bg .icon.addr-icon {
    width: 50px;
    margin: -25px auto 0px;
    background: #fff;
    border-radius: 100%;
    /* display: flex; */
    /* justify-content: center; */
    height: 50px;
}

    .yellow-bg{
        background-color: #febc16;
    }

/*------------ profile page --------*/
.btn.btn-light-primary:hover {
    color: #fff;
    background-color: #286efb;
    box-shadow: 0 4px 11px rgba(40,110,251,.35);
}

.loading-state {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin-right: 10px;
    border-top-color: orange;
    animation: loading 1s linear infinite;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.time_btn.active:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\2713";
    background-color: #2d54de;
    box-shadow: 0px 0px 0px 2px #fff;
    border-radius: 50%;
    width: 12px;
    line-height: 12px;
    height: 12px;
    top: 10px;
    left: 5px;
    font-size: 9px;
    text-align: center;
    position: absolute;
    color: #fff;
}
.time_btn.active {
    color: #fff;
    background-color: #286efb;
}
.btn-group {
padding: 5px 5px;
}
.btn.btn-light-primary {
    background: rgba(40, 110, 251, .1);
    color: #286efb;
}
.time_btn {
    font-size: 12px;
    cursor: pointer;
}
.time_btn input {
    display: none;
}
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .4rem .8rem;
    
    line-height: 1.4;
    border-radius: 6px;
}
/*------------ footer --------*/

footer{
    padding: 50px 0px;
}

footer img{
    max-width: 200px;
}
footer h4{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color:#f3991e;
}
footer ul{
    margin: 0px;
     
}
footer ul li {
    list-style-type: square;
}

footer ul li::marker{
    color: #f3991e;
}
footer ul li a{
    color: #0070b8;
}

footer .ftr_addr span {
    margin-right: 15px;
}

footer .ftr_addr {
    margin-bottom: 15px;
}




/******expert section ****/
.expert_bottom_section{
	max-width: 100%;
}
.expert_booking_form{
    top: -10.5rem;
    position: relative;
}
.profile_middle_css{
	height:364px;
}
@media (max-width:360px){ 
.profile_middle_css{
	height:284px;
}
.expert_bottom_section{
	max-width: 100%;
}

.expert_booking_form{
	top: 5px;
    position: relative;
}
}

@media (max-width:412px) and (min-width:360px){ 
.expert_bottom_section{
	max-width: 100%;
}
.team-img img {
	width:100%;
}
.expert_booking_form{
	top: 5px;
    position: relative;
}
}

.categorycards{
    height: 190px;
}


.shareSocial .socialList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-flow: row wrap;
}
.shareSocial .socialList li {
  margin: 5px;
}
.shareSocial .socialList li::marker {
    color:transparent;
}


.shareSocial .socialList li:first-child {
  padding-left: 0;
}
.shareSocial .socialList li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-decoration: none;
  background-color: #999;
  color: #fff;
  transition: 0.35s;
}
.shareSocial .socialList li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  transform: scale(1) translate(-50%, -50%);
  transition:ease-in 0.35s ;
}
.shareSocial .socialList li a:hover i {
  transform: scale(1.5) translate(-50%, -50%);
}
.shareSocial .socialList li:nth-child(1) a {
  background-color: #135cb6;
}
.shareSocial .socialList li:nth-child(2) a {
  background-color: #00aced;
}
.shareSocial .socialList li:nth-child(3) a {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.shareSocial .socialList li:nth-child(4) a {
  background-color: #111111;
}
.shareSocial .socialList li:nth-child(5) a {
  background-color: #1FB381;
}

/* Content-2:Start */
.box2 {
    
}
.box {
    width: 100%;
    height: fit-content;
    padding: 10px;
    text-align: center;
    background: #ededed;
}

.box2 .content {
    margin:2px;
}

.box2 .content .detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 10px;
}

.detail-row p {
    font-size: 1em;
}

.detail-row h5 {
    font-weight: bolder;
    font-size: 1em;
}

.box2 img {
    width:60px;
}

.box2 .image{
    background: #ffffff;
    border-radius: 100px;
    border: 2px solid #ffffff;
    height: 100px;
    width: 100px;
}

.box2 .image img {
    width: 100%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;
}
.box2 .text {
    text-align: left;
}

.box2 .text .name {
    font-size: 1.1em;
    margin-bottom: 0;
}
.box2 .name {
    font-size: 1.25em;
    font-weight: bolder;
    letter-spacing: 1px;
}

.box2 .text .job_title {
    font-size: 0.98em;
    margin-bottom:2px;
}
.box2 .job_title {
    font-size: 0.65em;
    font-weight: 600;
    color:#8b8b8b;
    margin-top:0px;
}
.box2 .text .about {
    font-size: 0.9em;
    font-weight: bolder;
    margin-top: 0.8rem;
    margin-bottom: 0rem;
}

.box2 .text .job_discription {
    margin:10px 0px;
}
.box2 .job_discription {
    font-size: 0.85em;
    color: #8b8b8b;
}
/* Content-2:End */
#loading {
   background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loading-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.load {
    width: 30px;
    height: 30px;
    margin: 0px 10px 0 0;
    border: solid 3px #a5a5a5;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.loadhide{
  display: none !important;
}

.name .vbadge{
    width:20px;
}

.name .cityse{
    font-size:12px;
    color:#010101;
}
#load_data{
    overflow: scroll;
    overflow-x: hidden;
    max-height: 15rem;
}
#load_data::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
#load_data::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.timeslot{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.timelist{
    /*margin: 0.3rem 0.3em;*/
    width: 32.6%;
    text-align: center;
    position: relative;
}

.timelist label{
    width: -webkit-fill-available;
}

.front_selectbox,.front_searchbox{
        box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.07),
            0 6px 18px -1px rgba(0, 0, 0, 0.04) !important;
        
        background: #fff;
    }
    
    .front_selectbox select{
        width: 100%;
        border:1px solid transparent;
        outline: transparent;
        padding: 5px 10px;
    }
    
    .front_searchbox{
        display: flex;
    }
    
    .front_searchbox input{
        outline:none;
        border:1px solid transparent;
        padding: 5px 10px;
        width:100%
    }
    .proimgdiv{
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    /*border-radius: 50%;*/
    border: 3px solid #ffff;
    }
    .proimg{
    /*border-radius: 50%;*/
    width: 100%;
    height: 10rem;
    min-height:10rem;
    background-color: #fff;
    }
    .proimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /*border-radius: 50%;*/
    }
    .close{
  display:inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 1.7;
  border: 1px solid #0070b9;
    }