/**
*****************************************
	Theme Name: Laboratory
	Author: SyncZer Inc
	Author URL: https://www.synczersolutions.com/
	Version: 1.0
******************************************
**/

/*-- Slider Styles --*/
.slider-area  .carousel .carousel-indicators .active{
    background-color: var(--main-2);
}
.slider-area .carousel-inner .carousel-item img {
    height: 550px;
    object-fit: cover;
}
.slider-area .carousel .carousel-indicators {
    bottom: 25px;
}
.slider-area .carousel-indicators li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    background-color: var(--white);
    border-radius: 50px;
}
.slider-area .carousel-control-next,
.slider-area .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 190, 198, 0.22);
    color: var(--white);
    font-size: 1.2rem;
    z-index: 1;
    border-radius: 10px;
}
.slider-area .carousel-control-prev {
    left: 25px;
}
.slider-area .carousel-control-next {
    right: 25px;
}
.slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gr-1);
}
.carousel-caption {
    position: absolute;
    top: 35%;
    left: 0;
    width: 50%;
    text-align: center;
    margin: auto;
    right: 0;
}

.carousel-caption h1, .carousel-caption p {
    animation-duration: 3s;
    animation-name: slidein;
}
.carousel-caption h2, .carousel-caption p {
    animation-duration: 3s;
    animation-name: slidein;
}
.carousel-caption h3, .carousel-caption p {
    animation-duration: 4s;
    animation-name: slidein;
}
.carousel-caption h4, .carousel-caption p {
    animation-duration: 2s;
    animation-name: slidein;
}
@keyframes slidein {
    from {
      margin-left: 100%;
      width: 300%;
    }

    to {
      margin-left: 0%;
      width: 100%;
    }
}
.carousel-caption h1{
    text-transform: capitalize;
    margin: 0 0 15px 0;
    font-size: 32px;
    color: #09a97c;
    /*text-shadow: 4px 3px 0 var(--black);*/
    font-family: 'font-4';
}
.btn-style-1{
    color: var(--white);
    background: #23477e;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px !important;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    position: relative;
}
.btn-style-1::after{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 20px;
    font-weight: 700;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    overflow: hidden;
    font-size: 65px;
    width: auto;
    line-height: 55px;
    height: 100%;
}
.btn-style-1:hover:after {
    opacity: .2;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    height: 100%;
    overflow: hidden;
    bottom: 0;
    right: 0;
}
.b-style-nav:hover,
.btn-style-1:hover{
    background: var(--main-2);
    color: var(--white);
}
.btn-style-2{
    color: var(--main-1);
    border: 2px solid #23477e;
    font-weight: 600;
}
.btn-style-2:hover{
    color: var(--main-2);
    border: 2px solid var(--main-2);
}
.btn-style-3 {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--white);
    background-color: #23477e;
    border: solid 0.2rem #23477e;
    border-radius: 2rem;
    letter-spacing: 1px;
    font-size: 1rem;
}
.btn-style-3:hover {
    color: var(--black);
    background-color: transparent;
    border-color: var(--main-1);
}
.s-title-1 h1,.s-title-1 h2{
    font-family: 'font-4';
}
.s-title-1 p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.s-title-1 ul li{
    list-style: none;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
}
.s-title-1 ul li::before{
    content: "\f14a";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 free";
    left: -23px;
    color: var(--main-1);
}
.con-area .contact-box{
    background-size: cover;
    z-index: 1;
    background-position: bottom;
    background-color: #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    background-color: #f3f5f9!important;
}
.con-area .contact-box a.h2{
    font-family: 'font-4';
}
/*-- video-area --*/
.video-box .play-btn{
    width: 60px;
    height: 60px;
    line-height: 45px;
    color: var(--main-2);
    background-color: rgba(255, 255, 255,0.48);
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
.video-box .play-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.video-box .play-btn::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}
.video-box .play-btn::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--main-2);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

@-webkit-keyframes button-ripple{
    70%{-webkit-box-shadow:0 0 0 15px currentColor;box-shadow:0 0 0 15px currentColor;opacity:0}
    100%{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:0}
}
@keyframes button-ripple{
    70%{-webkit-box-shadow:0 0 0 15px currentColor;box-shadow:0 0 0 15px currentColor;opacity:0}
    100%{-webkit-box-shadow:0 0 0 0 currentColor;box-shadow:0 0 0 0 currentColor;opacity:0}
}
/*------*/
.elementor-widget-container{
    position: absolute;
    z-index: 1;
    top: 0;
}
.img-style-1 .cspt-fld-contents {
    position: relative;
    margin: 0 auto;
    background: var(--main-1);
    border-radius: 10px;
    height: 170px;
    width: 107px;
}
.img-style-1 .cspt-fld-wrap {
    z-index: 9;
    position: relative;
    top: 30px;
}
.img-style-1 .cspt-fid-inner {
    font-size: 55px;
    line-height: 65px;
    margin-bottom: 0;
    color: var(--white);
}
.img-style-1 .cspt-fid-title {
    font-size: 16px;
    line-height: 20px;
    color: var(--white);
}
.img-style-1 .cspt-fld-contents:before,
.img-style-1 .cspt-fld-contents:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.img-style-1 .cspt-fld-contents:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    transform: rotate(-60deg);
    transition: all 1s 1s;
}
.cspt-fld-contents:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
    transition: all 1s 0.5s;
}
.about-content.s-title-1 p {
    font-size: 14px;
    margin-bottom: 6px;
}

/*--- career-area  ----*/
.p-content h6 {
    margin: 25px 0 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.23rem;
}
.p-content.s-title-1 p {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
}
.job-info ul li {
    color: #83868c;
    list-style: none;
    border-bottom: 1px solid #e0e4e6;
    padding: 10px 0;
    font-size: 0.9rem;
}
.job-info ul li p{
    margin-bottom: 0;
    display: flex;
}
.job-info ul li p strong{
    margin-right: 1.5rem;
}
.job-info ul li p span{
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}
.job-info ul li:last-child{
    border-bottom: none ;
}
/*-- blogs --*/
.p-content img,
.blogs-box .blogs-img img {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blogs-box .blogs-date span {
    display: block;
    color: #83868c;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'font-4';
}
.p-content:hover img,
.blogs-box:hover .blogs-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*-- blogs-detail-area --*/
.blogs-detail-area .s-detail{
    position: relative;
    margin-bottom: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(11, 27, 78,0.07);
    box-shadow: 0px 0px 29px 0px rgba(11, 27, 78,0.07);
}
.blogs-detail-area .sd-title {
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
    padding: 10px 20px;
    position: relative;
    font-size: 1.4rem;
}
.blogs-detail-area .sd-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: var(--main-1);
}
.blogs-detail-area .s-detail .item {
    overflow: hidden;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #efefef;
}
.blogs-detail-area .s-detail .item:last-child {
    border-bottom: 0;
}
.blogs-detail-area .s-detail .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}
.blogs-detail-area .s-detail .item .thumb img {
    display: inline-block;
    position: relative;
    background-color: var(--main-1);
}
.blogs-detail-area .s-detail .item .info {
    overflow: hidden;
}
.blogs-detail-area .s-detail .item .info h4 {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}
.blogs-detail-area .s-detail .item .info span{
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
}
/*-- counter --*/
.counter-area .counter-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 41.5%;
}
.counter-area .counter-title-border {
    background: rgba(244, 249, 255, 0.9) none repeat scroll 0 0;
    padding: 40px;
}
.counter-area .counter-title {
    border: 6px solid #d2ebe8;
    padding: 40px;
    position: relative;
    z-index: 2;
}
.counter-area .counter-title h2{
    font-family: 'font-4';
}
.counter-area .count-img img{
    width: 80px;
}
/*--- covid-content --*/
.text-content h1,
.text-content h2,
.text-content h5,
.text-content h6,
.text-content span,
.text-content li,
.text-content p{
    color: var(--white);
}
/*-- service-area --*/
.service-list{
    margin-top: -140px;
}
.service-area .service-img-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -80%;
    bottom: 0;
    cursor: pointer;
    background: rgba(0, 19, 63,0.42);
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.service-icon:before {
    content: '';
    border-left: 100px solid transparent;
    border-bottom: 100px solid var(--main-3);
    position: absolute;
    bottom: 0;
    right: 0;
}
.service-icon .service-price {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}
.service-info h4:after {
    content: '';
    border: 1px solid var(--main-1);
    display: block;
    width: 80px;
    margin: auto auto 20px;
    position: relative;
    top: 10px;
    z-index: 1;
}
.service-thumb:hover .service-icon:before {
    border-left: 100px solid transparent;
    border-bottom: 100px solid var(--main-2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.service-area .service-box:hover .service-img-wrapper::before {
    left: 0;
    bottom: 0;
    opacity: 1;
}
.inner-img img.back-img{
    position: absolute;
    bottom: -12px;
    left: 0;
}
.main-img img{
    border-radius: 10px 50px 20px 10px;
}
/*-- testimonial-area --*/
.testimonial-area .t-para{
    top: 20%;
    width: 50%;
    bottom: 0;
    font-size: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.testimonial-area .t-para i{
    font-size: 30px;
    margin-bottom: 20px;
}
.service-bg-layer .row,
.footer-area .row,
.covid-area .row{
    z-index: 1;
}
/*---- breadcrumb-area ---*/
.footer-area::after,
.service-bg-layer::after,
.covid-area::after,
.inner-banner-header .overlay-banner {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.covid-area::after {
    background: var(--gr-2);
}
.footer-area::after{
    background: var(--gr-3);
}
.inner-banner-header .overlay-banner,
.service-bg-layer::after{
    background: var(--gr-1);
}
.breadcrumb-area .page-banner{
    height: 300px;
}
.breadcrumb{
    font-size: 0.9rem;
    text-transform: capitalize;
    padding: 0 0 5px;
}
.breadcrumb li a{
    color: var(--white);
}
.breadcrumb li+li:before {
    content: " / ";
    padding: 0 8px 0 8px;
    color: var(--white);
}
.login-form .custom-file-label::after,
.login-form .custom-file-label,
.login-form .input-group-text{
    height: 45px;
    font-size: 14px;
    padding: 10px;
}
.login-form .input-group-text{
    border-right: 0;
}
.login-form .custom-file-label{
    border-left: 0;
}
.login-form .form-group {
    margin: 0 0 22px 0;
	position: relative;
}
.login-form .form-group i {
    position: absolute;
    z-index: 1;
    line-height: 45px;
    left: 15px;
}
.ElementsApp input{
    padding: 16px 0;
}
#msform .input,
.login-form .form-group .form-control {
    position: relative;
    height: 45px !important;
    padding: 6px 12px 6px 45px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #fff;
}
.login-form .form-group .form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    background-color: var(--white);
}
.login-form .form-group .form-control.form-textarea{
	padding: 10px;
	height: auto !important;
}
.ElementsApp,
.ElementsApp .InputElement {
    padding: 16px 0;
}
.InputContainer input{
    padding: 16px 0 !important;
}
.InputElement.Input.Input--empty{
    padding: 16px 0 !important;
}
/*---- staff --*/
.staff-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.staff-box .staff-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    margin: -30px 20px 0;
}
.staff-box .staff-content h5 {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.5;
    color: var(--main-2);
}
.staff-box .staff-content span {
    color: var(--main-1);
}
.staff-box .staff-content::before,
.staff-box .staff-content::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: var(--main-1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.staff-box .staff-content::before{
    top: 0;
    left: -100%;
}
.staff-box .staff-content::after {
    bottom: 0;
    right: -100%;
}
.staff-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.staff-box:hover .staff-content::before {
    left: 0;
}
.staff-box:hover .staff-content::after {
    right: 0;
}
.staff-box:hover .staff-content h6,
.staff-box:hover .staff-content span {
    color: var(--white);
}
.centers-content,
.contact-box {
    border-radius: 15px;
    border: 2px solid var(--main-2);
    height: calc(100% - 20px);
}
.contact-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: var(--main-2);
    color: var(--white);
    text-align: center;
}
/*----- contact-area ----*/
.social-link ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}
.social-link ul li a i {
    width: 35px;
    height: 35px;
    color: var(--main-1);
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    background-color: var(--white);
}
.social-link ul li a:hover i {
    color: var(--white);
    background-color: var(--main-2);
}
.contact-form .form-group {
    margin-bottom: 1.4rem;
}
.contact-form .form-control{
    height: 44px;
    color: #262566;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-size: 13px;
    padding: 10px 20px;
    width: 100%;
}
.contact-form textarea.form-control {
    height: auto;
}
/*--footer-area--*/
.footer-area .footer-logo img{
    height: 70px;
}
.footer-logo-inner p,
.footer-area .footer-link-inner,
.footer-link-inner ul li a{
    color: #fff;
    padding-bottom: 5px;
    font-size: 0.85rem;
    display: block;
}
.footer-area .quick-links{
    columns: 2;
}
.footer-area .quick-links a{
    text-transform: capitalize;
}
.footer-area .single-widget li{
    display: flex;
}
.footer-area .single-widget li a {
    position: relative;
    padding-left: 30px;
}
.footer-area .single-widget li a i{
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--white);
    font-size: 15px;
}
.footer-area .footer-link-inner ul li a:hover{
    color: var(--main-1);
}
.footer-area .footer-copyright p{
    font-size: 0.85rem;
}
/*-- centers-area --*/
.main-center{
    background: rgba(255, 255, 255,0.58);
}
.centers-content{
    height: calc(100% - 24px);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}
.centers-content:hover {
    transform: translateY(-10px);
    transition: transform 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
}
form.center-search .search-bar {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
}
form.center-search button {
    float: left;
    width: 20%;
    padding: 10px;
    background: var(--main-1);
    color: white;
    font-size: 17px;
    border: 1px solid rgb(128, 128, 128);
    border-left: none;
    cursor: pointer;
}
form.center-search button:hover {
    background: var(--main-2);
}

.l-list li {
    position: relative;
    padding: 0 0 12px 20px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.l-list ul li:last-child{
    border-bottom: 0;
}
.l-list ul li::before {
    background: var(--main-1);
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 7px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.l-list ul li a{
    display: block;
    color: #666666;
    font-weight: normal;
    font-size: 0.93rem;
}
.l-list ul li a:hover{
    color: var(--main-2);
}
/* Faq */
.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    background: rgba(11, 27, 78,0.07);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: 0;
}
.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--main-1);
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}
.faq .card .card-body {
    padding: 30px 30px 16px 35px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}
/* appoinment */
.appoinment-form-bg {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 46%);
    padding: 25px;
    margin: 30px 0 0 0;
    border-radius: 10px;
}
.appoinment-menu {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 46%);
    background-color: var(--main-2);
}
.appoinment-menu:hover,
.appoinment-menu.done {
    background-color: var(--main-4);
}
.appoinment-menu-icon {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    background-color: var(--white);
}
.appoinment-menu-icon img {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;

}
.appoinment-menu-title {
    font-family: 'font-2';
    padding: 0 0 0 15px;
    text-transform: uppercase;
    color: var(--white);
}

.appoinment-price-inner{
    position: absolute;
    right: 15px;
    top: -26px;
    padding: 20px;
    border-radius: 0 0 15px 15px;
	background-color: var(--main-1);
}
.appoinment-price-inner p{
    font-family: font-2;
    font-size: 0.8rem;
    margin: 0 0 2px 0;
	color: var(--white);
}
.appoinment-price-inner h4{
    font-family: font-2;
    font-size: 1.2rem;
    margin: 0;
	color: var(--white);
}
.appoinment-summery-bg hr{
    margin: 10px 0;
}
.appoinment-summery-bg li{
    padding: 0 0 12px 0;
}
.appoinment-summery-bg li:last-child{
    padding: 0;
}
.appoinment-summery-bg .detail-width1{
    width: 34%;
    float: left;
}
.appoinment-summery-bg .detail-width2{
    width: 66%;
    padding: 0 0 0 10px;
    display: flex;
}
.appoinment-summery-bg p{
    font-family: 'font-4';
    margin: 0;
	color: var(--black);
}
.appoinment-summery-bg h4{
    font-family: 'font-3';
    font-size: 0.9rem;
    margin: 0;
	color: var(--black);
}
/* how-work-area */
.how-work-area .work-icon-wrapper {
    position: relative;
    bottom: 28px;
}
.how-work-area .work-icon-wrapper:before {
    content: '';
    border-right: 120px solid transparent;
    border-top: 120px solid var(--main-2);
    position: absolute;
    left: 0px;
    top: 30px;
}
.how-work-area .work-icon-wrapper img {
    width: 38px;
    top: 48px;
    left: 15px;
    position: absolute;
}
.how-work-area .work-img {
    border: 2px solid var(--main-2);
}
.how-work-area .work-txt {
    padding-bottom: 50px;
    position: absolute;
    top: 23%;
    width: 75%;
    left: 50px;
}
.how-work-area .work-about:hover .work-icon-wrapper:before {
    border-top: 120px solid var(--main-3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.how-work-area .work-about:hover .work-img {
    border: 2px solid var(--main-3);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* progressbar */
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--black);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f13e";
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}
#progressbar #member:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f129";
}
#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--main-2);
}
.progress {
    height: 10px;
    box-shadow: 0 0 5px rgb(0 190 198 / 32%);
}
.progress-bar {
    background-color: var(--main-2);
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
  }

  .collapsible-link::before {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
  }

  .collapsible-link[aria-expanded="true"]::before {
    content: "\f077";
  }

