html{
    overflow-x: hidden;
    height: 100%;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,ul,li,a,p{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* @font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNovaA-Light.eot');
    src: url('../fonts/ProximaNovaA-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaA-Light.woff2') format('woff2'),
        url('../fonts/ProximaNovaA-Light.woff') format('woff'),
        url('../fonts/ProximaNovaA-Light.ttf') format('truetype'),
        url('../fonts/ProximaNovaA-Light.svg#ProximaNovaA-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Extrabld';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
        url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Black';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Black.woff2') format('woff2'),
        url('../fonts/ProximaNova-Black.woff') format('woff'),
        url('../fonts/ProximaNova-Black.ttf') format('truetype'),
        url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */
body {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-family: "Inter", sans-serif !important;
    height: 100%;
}
#wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}
.main-video {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.main-video video {
    width: 100%;
}
.top-block {
    background: #161718;
    padding: 1.5rem 0;
}
.home .top-block {
    background: #16171873;
    padding: 1.5rem 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}
.login-area ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.login-area ul li a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .08px;
    color: #fff;
    display: flex;
    align-items: center;
}
.login-area ul li a .fa-user-circle {
    font-size: 30px;
    color: #fff;
    margin: 0 15px 0 0 ;
}
.login-area ul li .bus-btn {
    padding: 8px 16px;
    font-size: 10px;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
}
.login-area ul li .bus-btn:hover {
    background: #ebebeb;
    color: #161718;
}
.top-block .logo-bar {
    width: 230px;
}
.search-area {
    border: 0.5px solid hsla(0,0%,100%,.4);
    border-radius: 8px;
    transition: top 1s ease;
    top: -100px;
    opacity: 0;
    -webkit-transform: translateZ(0);
}
.home .search-area {
    position: relative;
    z-index: -1;
}
.home #header.fixed .search-area {
    z-index: 1;
}
#header.fixed .search-area {
    top: 0;
    opacity: 1;
    -webkit-transform: translateZ(0);
    z-index: 1;
}
#header.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    right: 0;
    background: #161718;
    padding: 10px 0;
    z-index: 99;
}
#header.fixed .header-holder {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
}
#header.new .search-area {
    top: 0;
    opacity: 1;
}
.search-area ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.search-area ul li {
    width: 40%;
}
.search-area ul li:last-child {
    width: 60%;
}
.search-area ul li:last-child a {
    border: 0;
}
.search-area ul li a {
    padding: 15px 0 15px 15px;
    display: block;
    color: #c2c2c2;
    font-size: 14px;
    line-height: 16px;
    border-right: .5px solid hsla(0,0%,100%,.4);
}
.search-area ul li a i {
    margin: 0 5px 0 0;
}
.mid-area  {
    padding: 10rem 0;
}
.mid-area .bx-area {
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.60);
    padding: 30px 15px 10px;
}
.mid-area h3 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 25px;
    font-weight: 700;
}
.mid-area ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mid-area ul li {
    width: 49%;
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    background: #fff;
    border-radius: 5px;
}
.mid-area ul li:last-child {
    margin: 0;
}
.mid-area ul li a {
    padding: 20px 10px 20px 1rem;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #c2c2c2;
}
.mid-area ul li a i {
    padding: 0 0.5rem 0 0;
}
.mid-area ul li a .fa-location-arrow {
    float: right;
}
.bottom-area {
    padding: 1rem 0 0;
}
.bottom-area nav {
    margin: -7rem 0 0;
}
.bottom-area nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bottom-area nav ul li {
    text-align: center;
    width: 14.28%;
    margin: 0 5px;
}
.bottom-area nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    display: block;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #00A25D;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4.5px);
}
.bottom-area nav ul li a .img-hold {
    min-height: 65px;
    margin: 0 0 25px;
}
#SuccessModal .modal-header {
    background: no-repeat;
    border: 0;
    padding: 20px 20px;
    margin: 0;
}
#SuccessModal .modal-body {
    text-align: center;
}
#SuccessModal .modal-body .img-hold {
    margin: 0 0 20px;
}
#SuccessModal .modal-body .text-hold h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 15px;
}
#SuccessModal .modal-body .text-hold p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 25px;
}
#SuccessModal .modal-body .text-hold .de-btn {
    border-radius: 8px;
    background: #00A25D;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px 30px;
}
#SuccessModal .modal-body .text-hold .de-btn:focus {
    box-shadow: none;
}
.modal .modal-header {
    padding: 10px 25px 10px 20px;
    position: relative;
    border-bottom: 1px solid #03163b;
    background: rgb(3 22 59);
    /* border-radius: 10px 10px 0 0; */
    margin: 0 0 10px;
}
.modal .modal-header button {
    padding: 0;
    font-size: 25px;
    line-height: 27px;
    width: 5%;
    text-align: right;
}
.modal .modal-header input {
    width: 93%;
    background: none;
    font-size: 16px;
    line-height: 18px;
    border: none;
    color: #f0f4fb;
}

.search-block  .fa-arrow-left {
    color: #fff;
}
.modal .modal-header input::placeholder {
    color: #c2c2c2;
}
.modal .modal-header input:focus {
    box-shadow: none;
    outline: none;
}
.modal .modal-header .search-block {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.modal .modal-header .search-block .fas {
    color: #fff;
}
#timeModal .modal-dialog {
    max-width: 600px;
}
#timeModal .modal-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #484848;
}
#timeModal .modal-body h2 {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #484848;
}
#timeModal .modal-body .table-block {
    width: 400px;
    margin: 0 auto;
}
#timeModal .modal-body .table-block tr th {
    border: 0;
}
#timeModal .modal-body .table-block tr th span {
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    text-align: center;
    display: flex;
    justify-content: center;
}
#timeModal .modal-body .table-block tr td {
    border: 0;
}
#timeModal .modal-body .table-block tr td span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .08px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #c3c1bc;
    width: 100%;
    height: 40px;
    align-items: center;
}
#timeModal .modal-body .table-block tr td span.current {
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    color: #383734;
}
#servicesModal .modal-dialog,#loactionModal .modal-dialog {
    max-width: 750px;
    margin: 3rem auto 0;
}
#servicesModal .modal-dialog .modal-body {
    padding: 20px;
    border: none;
}
#servicesModal .modal-dialog .modal-body h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    margin: 0 0 10px;
    font-weight: 500;
}
.modal-dialog .modal-body #popular-services ul li .img-hold {
    text-align: center;
    margin: 0 0 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog .modal-body #popular-services ul li .img-hold img {
    width: 30px;
}
#servicesModal .modal-dialog .modal-body ul,#loactionModal .modal-dialog .modal-body ul {
    padding: 0;
    margin: 0;
}
#servicesModal .modal-dialog .modal-body ul li,#loactionModal .modal-dialog .modal-body ul li {
    margin: 0 5px 5px 0;
    display: inline-block;
}
#servicesModal .modal-dialog .modal-body ul li {
    vertical-align: top;
    width: 15%;
    margin: 0 8px 10px 0;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul li {
    width: 100%;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul li a {
    display: block;
    text-align: left;
    padding: 5px 0;
    font-size: 13px;
    line-height: 15px;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul li a:hover {
    box-shadow: none;
    color: #00a25d;
    font-weight: 600;
}
#loactionModal .modal-dialog .modal-body ul li a:hover {
    box-shadow: none;
    color: #00a25d;
    font-weight: 600;
}
#servicesModal .modal-dialog .modal-body ul li a,#loactionModal .modal-dialog .modal-body ul li a {
    border-radius: 16px;
    border: 1px solid #ebebeb;
    padding: 5px 5px;
    color: #383734;
    display: block;
    justify-content: center;
    align-items: center;
    float: left;
}
#servicesModal .modal-dialog .modal-body ul li a {
    float: inherit;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    border-radius: 7px;
    font-weight: 700;
}
.modal-dialog .modal-footer {
    border: none;
    text-align: center;
    justify-content: center;
}
#reviewReportModal .modal-dialog .modal-footer {
    padding: 1rem 3rem;
}
.modal-footer .sear-btn {
    width: 100%;
    max-width: 320px;
    margin: 0;
    border-radius: 8px;
    height: 50px;
    color: #fff;
    background: #00a25d;
    border: 1px solid #00a3ad;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.modal-footer .sear-btn:hover {
    transition: opacity 50ms ease-in;
    opacity: .8;
    color: #fff;
}
#loactionModal .modal-dialog .modal-body ul  {
    margin: 0;
    padding: 0;
}
#loactionModal .modal-dialog .modal-body {
    padding: 20px;
    border: none;
}
#loactionModal .modal-dialog .modal-body h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    margin: 0 0 10px;
    font-weight: 500;
}
/* #servicesModal .modal-dialog .modal-body ul li a:hover, #loactionModal .modal-dialog .modal-body ul li a:hover {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 11%);
    transition: all .2s;
} */
#loactionModal .modal-dialog .modal-body .box {
    display: flex;
    align-items: center;
}
#loactionModal .modal-dialog .modal-body .box h2 {
    font-size: 12px;
    line-height: 16px;
    color:#767676;
    margin: 0;
    padding: 0 0 0 10px;
}
#loactionModal .modal-dialog .modal-body .box h2 span {
    display: block;
    color: #484848;
    font-size: 16px;
    line-height: 12px;
}
#loactionModal .modal-dialog .modal-body .top-area {
    padding: 0 0 20px;
}
#loactionModal .modal-dialog .modal-body .top-area .snm-btn {
    color: #fff;
    background: #00a25d;
    border: 1px solid #00a3ad;
    display: inline-block;
    cursor: pointer;
    transition: opacity .2s ease-out;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: opacity .2s ease-out;
}
#loactionModal .modal-dialog .modal-body .top-area .snm-btn:hover {
    transition: opacity 50ms ease-in;
    opacity: .8;
}
#loactionModal .modal-dialog .modal-body .top-area {
    padding: 0 0 1px;
    margin: 0 0 1px;
}
.slider-block .slick-slider .slick-slide {
    padding: 0;
    border-radius: 8px;
    border: 1px solid #CACACA;
    margin: 0 10px 0 0;
}
.slider-block .slick-slide .img-hold {
    border-radius: 10px;
    position: relative;
    margin: 0 0 10px;
}
.slider-block .slick-slide .img-hold img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.slider-block .slick-slide .text-hold {
    padding: 10px 10px;
}
.slider-block .slick-slide .text-hold h2 {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    margin: 0 0 10px;
    font-weight: 700;
}
.slider-block .slick-slide .text-hold p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    font-weight: 400;
    color: rgba(83, 83, 83, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slider-block .slick-slide .botm-area .star-rating .fas.fa-star {
    color: #09090969;
}
.slider-block .slick-slide .text-hold p i {
    color: rgba(0, 162, 93, 1);
    font-size: 16px;
}
.slider-block .slick-slide .botm-area {
    border-top: 1px solid rgba(202, 202, 202, 1);
    margin: 10px 0 0;
    padding: 10px 0 0;
}
.slider-block .slick-slide .botm-area .star-rating {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.slider-block .slick-slide .botm-area .ratings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.slider-block .slick-slide .botm-area .status span {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background: rgb(0 162 93);
    padding: 5px 10px;
    letter-spacing: 1.5px;
}
.slider-block .slick-slide .botm-area .rate-img h3 {
    color: #062D77;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.slider-block .slick-slide .botm-area .star-rating h2 {
    margin: 0 10px 0 0;
}
#textModal .modal-header {
    background: #F0F5FD;
    padding: 20px 20px;
    border: none;
}
.recommed-area {
    padding: 4rem 0 3rem;
}
.recommed-area .heading h3 {
    color: #383734;
    margin-top: 36px;
    margin-bottom: 32px;
    font-weight: 700;
    margin: 40px 0 40px;
    text-align: center;
} 
.capation {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    content: "";
    padding: 12px 12px;
    background: rgba(0,0,0,.7);
    text-align: center;
    border-radius: 0 10px 0 10px;
}
.capation h3 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.capation p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.slider-block .slick-prev,.slider-block .slick-next {
    left: -31px;
    top: 46%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff url(../images/img07.png) no-repeat center;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 11%);
    opacity: 0.7;
}
.slider-block .slick-next {
    left: auto;
    transform: rotate(180deg);
    top: 38%;
    right: -30px;
}
.slider-block .slick-prev::before,.slider-block .slick-next::before {
    display: none;
}
.slider-block .slick-prev, .slider-block .slick-next {
    z-index: 9;
}
.slider-block .slick-prev:hover, .slider-block .slick-prev:focus, .slider-block .slick-next:hover, .slider-block .slick-next:focus {
    background: #fff url(../images/img07.png) no-repeat center;
    opacity: 1;
}
#loactionModal .modal-dialog .modal-body .list-bar {
    padding: 5px 0;
}
#loactionModal .modal-dialog .modal-body .list-bar ul {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
}
#loactionModal .modal-dialog .modal-body .list-bar ul li {
    display: inline-block;
    width: 100%;
}
#loactionModal .modal-dialog .modal-body .list-bar ul li a {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
}
#loactionModal .modal-dialog .modal-body .list-bar ul li a i {
    margin: 0 10px 0 0;
    color: #00a25d;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul li a {
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul li a i {
    margin: 0 10px 0 0;
    color: #00a25d;
}
#servicesModal .modal-dialog .modal-body .list-bar-business ul {
    display: grid;
}
#loginModal .modal-header {
    padding: 7px;
    position: relative;
    background: #03163b;
}
#loginModal .modal-header .btn {
    text-align: center;
}
#loginModal .modal-header .search-block {
    justify-content: flex-end;
}
#loginModal .modal-body {
    padding: 40px 15px;
}
#loginModal .modal-body h3 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .1px;
    font-weight: 700;
    color: #161718;
    margin: 0 0 9px;
}
#loginModal .modal-body .pro-txt {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: .1px;
    color: #6e7073;
    margin: 0 0 60px;
}
#loginModal .modal-body .pro-txt a {
    color: #00a25d;
}

#loginModal .modal-body input {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    padding: 10px 16px;
    background-color: #fff;
    margin: 15px 0;
}
#loginModal .modal-body input:focus {
    box-shadow: none;
}
#forgotPasswordModal .modal-header {
    padding: 7px;
    position: relative;
    background: #fff;
}
#forgotPasswordModal .modal-header .btn {
    text-align: center;
}
#forgotPasswordModal .modal-header .search-block {
    justify-content: flex-end;
}
#forgotPasswordModal .modal-body {
    padding: 40px 15px;
}
#forgotPasswordModal .modal-body h3 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .1px;
    color: #161718;
    margin: 0 0 60px;
}
#forgotPasswordModal .modal-body input {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    padding: 10px 16px;
    background-color: #fff;
    margin: 15px 0;
}
#forgotPasswordModal .modal-body input:focus {
    box-shadow: none;
}
#signupModal .modal-header {
    padding: 15px;
    margin: 0 0 20px;
}
#signupModal .modal-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #ffffff;
    font-weight: 700;
}
#signupModal .modal-body h2 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .1px;
    color: #484848;
    font-weight: 700;
    margin: 0 0 15px;
}
#signupModal .modal-body p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0 0 15px;
}
#signupModal .modal-body input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    padding: 14px 16px;
    background-color: #fff;
    font-size: 15px;
    line-height: 17px;
} 
#signupModal .modal-body label {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin: 0px 0 0;
    color: #767676;
    width: 100%;
}

#signupModal .modal-body label a{
    color: #00a25d;
}

#signupModal .modal-body .pro-txt {
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: .1px;
    color: #6e7073;
    margin: 10px 0 10px;
}
#signupModal .modal-body .pro-txt a {
    color: #00a25d;
}
#contact-us-modal  .modal-header {
    padding: 15px;
    margin: 0 0 20px;
}
#contact-us-modal  .modal-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #ffffff;
    font-weight: 700;
}
#contact-us-modal  .modal-body h2 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .1px;
    color: #484848;
    margin: 0 0 15px;
    font-weight: 700;
}
#contact-us-modal  .modal-body p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0 0 15px;
}
#contact-us-modal  .modal-body input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    padding: 14px 16px;
    background-color: #fff;
    font-size: 15px;
    line-height: 17px;
} 
#contact-us-modal  .modal-body label {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin: 30px 0 0;
    color: #767676;
    width: 100%;
}
#activate-modal  .modal-header {
    padding: 15px;
    margin: 0 0 20px;
}
#activate-modal  .modal-header h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .1px;
    color: #ffffff;
    font-weight: 700;
}
#activate-modal  .modal-body h2 {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: .1px;
    color: #484848;
    font-weight: 700;
    margin: 0 0 15px;
}
#activate-modal  .modal-body p {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0 0 15px;
}
#activate-modal  .modal-body input {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    transition: border-color .15s ease-in-out;
    padding: 14px 16px;
    background-color: #fff;
    font-size: 15px;
    line-height: 17px;
} 
#activate-modal  .modal-body label {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    margin: 30px 0 0;
    color: #767676;
    width: 100%;
}21
.cata-area .block {
    padding: 30px 20px 15px;
    position: relative;
    background: #F3F7FF;
}
.cata-area .top-text {
    text-align: center;
}
.cata-area .top-text h2 {
    font-size: 43px;
    line-height: 45px;
    margin: 0 0 25px;
    font-weight: 700;
}
.cata-area .top-text .sec-p {
    font-size: 33px;
    line-height: 30px;
    margin: 0 0 25px;
    font-weight: 700;
    color: #00a25d;
}

.cata-area .top-text p {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0px;
}
.cata-area .top-text .s-btn {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.cata-area .top-text .s-btn:hover {
    background: #ebebeb;
    color: #161718;
}
.cata-area .top-text .s-btn:focus {
    box-shadow: none;
}
.cata-area .cata-slider {
    padding: 35px 0 0;
    z-index: 1;
    position: relative;
}
.cata-area .cata-slider ul {
    display: flex;
    flex-wrap: wrap;
}
.cata-area .cata-slider ul li {
    width: 25%;
}
.cata-area .cata-slider .hold {
    padding: 15px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    text-align: center;
    box-shadow: 1px 4px 13px -2px rgb(0 0 0 / 14%);
    padding-top: 16px;
    transition: transform .25s ease-out;
    margin: 10px;
    height: 150px;
}
.cata-area .cata-slider .hold:hover {
    transform: translateY(-8px);
}
.cata-area .cata-slider .hold h4 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #484848;
}
.cata-area .cata-slider .img-hold {
    min-height: 50px;
    max-height: 50px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cata-area .cata-slider .img-hold img {
    width: 100%;
    height: 100%;
}
.cata-area {
    margin: 0;
    padding: 3rem 0;
    /*background: url(../images/img24.png) no-repeat top center;*/
    background-size: cover;
}
.btn-block {
    text-align: center;
    margin: 0 0 40px;
}
.btn-block .gr-btn {
    color: #fff;
    background: #00a25d;
    padding: 15px;
    font-weight: 700;
}
.btn-block .gr-btn:hover {
    color: #fff;
}
/* .two-block .app-block .img-hold {
    width: 100%;
    flex: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
} */
.two-block {
    margin: 0;
    padding: 5rem 0;
}
.two-block .img-hold {
    text-align: center;
}
.two-block .text-bar h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 25px;
}
.two-block .text-bar p {
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 2.5rem;
}
.two-block .text-bar ul {
    display: flex;
    align-items: center;
}
.two-block .text-bar ul li {
    margin: 0 10px 0 0;
}
.two-block .text-bar ul li a {
    display: block;
}
.two-block .text-bar ul li:last-child {
    margin: 0;
}
.two-block .banner-area {
    border-radius: 40px;
    background: url(../images/bg02.png) no-repeat top center;
    padding: 5rem 2.5rem;
    margin: 0 0 4rem;
    background-size: cover;
}
.two-block .banner-area h3 {
    color: #FFF;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 30px;
}
.two-block .banner-area p {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}
.two-block .banner-area h4 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 20px;
}
.two-block .banner-area .b-btn {
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 25px;
    border-radius: 100px;
}
.two-block .s-block .img-area {
    text-align: center;
}
.two-block .banner-area .vido-block #home-video {
    width: 100%;
    height: 100%;
}
.two-block .t-area h3 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 30px;
}
.two-block .t-area p {
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}
.l-block {
    background: url(../images/img24.png) no-repeat top center;
    padding: 7rem 0;
    background-size: cover;
}
.l-block .text-box h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 30px;
}
.l-block .text-box p {
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
}
.b-area {
    padding: 1rem 0;
}
.b-area .t-box h2 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
    margin: 0 0 30px;
}
.b-area .t-box p {
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
}
.city-area h2 {
    text-align: center;
    font-size: 42px;
    line-height: 44px;
    margin: 40px 0 50px;
    font-weight: 700;
}
#list ul {
    margin: 0;
    padding: 0;
}
#list ul li span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    margin: 0 0 15px;
    cursor: pointer;
}
#list ul li span i {
    margin: 0 7px 0 0;
}
#list ul li .sub-nav {
    margin: 0 0 0 15px;
    display: none;
}
#list ul li .sub-nav li {
    margin: 0 0 10px;
}
#list ul li .sub-nav li a {
    font-size: 16px;
    line-height: 18px;
    color: #00beb7;
}
#list ul li:last-child span {
    margin: 0;
}
#list ul .list.active .sub-nav {
    display: block;
}
#list ul .list.active i {
    margin: 0 7px 0 0;
    transform: rotate(90deg);
}
.city-area {
    margin: 0 0 50px;
}
#footer {
    background: #161718;
    padding: 20px 50px 0;
    
}
#footer ul {
    padding: 0;
    margin: 0;
    display: flex;
}
#footer ul li {
    padding: 0 35px 0 0;
}
#footer ul li:last-child {
    padding: 0;
}
#footer ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
#footer .btn-area ul {
    justify-content: flex-end;
}
#footer .btn-area ul li {
    padding: 0 5px 0 0;
}
#footer .btn-area ul li:last-child {
    padding: 0;
}
#footer .top-area {
    padding: 0 0 10px;
}
#footer .midd-area {
    padding: 30px 0 20px;
    border-top: 1px solid #ffffff40;
}
#footer .midd-area p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}
#footer .top-area .link-area ul {
    justify-content: flex-end;
}
#footer .top-area .link-area ul li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 20px;
    line-height: 22px;
}
#footer .top-area .link-area ul li {
    padding: 0 15px 0 0;
}
#footer .top-area .link-area ul li:last-child {
    padding: 0;
}
#main .search-info {
    padding: 45px 0 0;
}
#main .search-info .heading {
    margin: 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main .search-info .heading a {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    background: #00A25D;
    border-radius: 10px 10px;
}
#main .search-info .heading h1 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}
#main .product-box .slider-block {
    padding: 0;
    background: #fff;
    margin: 40px 0 0;
}
#main .product-box .slider-block h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 20px;
}
#main .product-box .slider-block .slick-dots {
    bottom: -40px;
}
#main .product-box .slider-block .slick-dots li {
    margin: 0;
}
#main .product-box .slider-block .slick-dots li button:before {
    font-size: 10px;
}
.product-area .top-link {
    margin: 0;
    padding: 45px 0 0;
}
.product-area .top-link h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
}
.product-block .beg-area ul { 
    padding: 0 10px;
}
.product-block .beg-area ul li {
    margin: 0 3px 5px 0;
    display: inline-block;
}
.product-block .beg-area ul li:last-child {
    margin: 0 0 10px;
}
.product-block .beg-area ul li a {
    color: #00A25D;
    font-size: 11px;
    font-weight: 600;
    display: block;
    padding: 8px 10px;
    border-radius: 50px;
    background: #E7FFF5;
    line-height: 13px;
    text-align: center;
}
.product-block .beg-area .btn-group .more-btn {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #000;
    font-weight: 500;
    padding: 0;
}
.product-block .beg-area .btn-group .more-btn:focus {
    box-shadow: none;
}
.product-block .beg-area .btn-group .dropdown-menu {
    padding: 10px 10px;
    border-radius: 10px 10px;
    width: 200px;
}
.product-block .beg-area .btn-group .dropdown-menu li a {
    display: inline-block;
    color: #00A25D;
    font-size: 9px;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 50px;
    background: #E7FFF5;
    line-height: 11px;
    text-align: center;
    margin: 0;
}
#main .product-block {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #CACACA;
    background: #FFF;
    margin: 0 0 15px;
}
.fli-text {
    padding: 2.5rem 0 10px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    margin: 0 0 15px;
}
.product-area .top-link .fli-text ul li {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product-area .top-link .fli-text ul li a {
    color: rgba(0, 162, 93, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 162, 93, 1);
    text-transform: none;
}
.product-area .top-link .form-block .rating,.product-area .top-link .form-block .sea-bar {
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    margin: 0 0 15px;
}
.product-area .top-link .cata-info {
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    margin: 0 0 15px;
}
.product-area .top-link .cata-info ul li {
    margin: 0 0 10px;
}
.product-area .top-link .cata-info ul li:last-child {
    margin: 0;
}
.product-area .top-link .cata-info ul li a {
    color: #646464;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}
.product-area .top-link .cata-info ul li a:hover {
    color: #00A25D;
    font-weight: 600;
}
.product-area .top-link .cata-info ul li a.active {
    color: #00A25D;
    font-weight: 600;
}
.product-area .top-link .cata-info h3 {
    color: #00A25D;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
}
.product-area .top-link .form-block .rating h3, .product-area .top-link .form-block .sea-bar h3 {
    color: #00A25D;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 15px;
}
.product-area .top-link .form-block .rating .form-check input,.product-area .top-link .form-block .sea-bar .form-check input {
    width: 25px;
    height: 25px;
    margin-top: 0;
}
.product-area .top-link .form-block .rating .form-check label,.product-area .top-link .form-block .sea-bar .form-check label{
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #646464;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.product-area .top-link .form-block .rating .form-check,.product-area .top-link .form-block .sea-bar .form-check {
    margin: 0 0 12px;
}
#selectModal .modal-dialog {
    max-width: 375px;
}
#selectModal .modal-body h3 {
    margin: 20px 0;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #161718;
    font-weight: 700;
}
#selectModal .modal-body ul {
    padding: 0;
    margin: 0;
}
#selectModal .modal-body ul li.active a {
    background: #e5f5f6;
    border: 1px solid #00a25d;
    border-radius: 10px;
    font-weight: 600;
}
#selectModal .modal-body ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #161718;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 15px;
}
#loc-fillter-Modal .modal-dialog {
    max-width: 750px;
}
#loc-fillter-Modal .modal-header h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    color: #161718;
    font-weight: 700;
}
#loc-fillter-Modal .modal-body .top-area h2 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    margin: 0 0 15px;
}
#loc-fillter-Modal .modal-body .serve {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #ebebeb;
}
#loc-fillter-Modal .modal-dialog .modal-body .serve li {
    margin: 0 5px 5px 0;
    display: inline-block;
}
#loc-fillter-Modal .modal-dialog .modal-body .serve li a {
    border-radius: 16px;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    color: #383734;
    display: block;
    justify-content: center;
    align-items: center;
    float: left;
}
#loc-fillter-Modal .modal-body .list-bar {
    margin: 0;
    padding: 15px 0 0;
}
#loc-fillter-Modal .modal-body .list-bar h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    margin: 0 0 15px;
    text-transform: uppercase;
} 
#loc-fillter-Modal .modal-body .list-bar ul {
    padding: 0;
    margin: 0;
}  
#loc-fillter-Modal .modal-body .list-bar ul li {
    margin: 0 0 10px;
}
#loc-fillter-Modal .modal-body .list-bar ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
    color: #383734;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
}
#loc-fillter-Modal .modal-body .list-bar ul .active a {
    font-weight: 700;
}

.product-block .img-hold {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
/* .product-block .img-hold img {
    height: 100%;
} */
.product-block .cap {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    content: "";
    padding: 6px 12px;
    background: rgba(0,0,0,.7);
    text-align: center;
    border-radius: 0 10px 0 10px;
}
.product-block .cap h4 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 700;
}
.product-block .cap p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.product-block .img-hold img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.product-block .text h3 {
    color: #484848;
    font-size: 18px;
    margin: 0 0 10px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-block .text p {
    font-size: 12px;
    line-height: 14px;
    color: #767676;
    margin: 0 0 10px;
    border-bottom: 1px solid #CACACA;
    padding: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-block .text .star-rating {
    display: flex;
    align-items: flex-start;
    /* flex-direction: column; */
    justify-content: space-between;
}
.product-block .text .star-rating .status span {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background: rgb(0 162 93);
    padding: 5px 10px;
    letter-spacing: 1.5px;
}
.product-block .text .star-rating h2 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 5px 0 0;
}
.product-block .text .star-rating span {
    font-size: 12px;
    line-height: 14px;
    color: #09090969;
}
.product-block .text .star-rating .box {
    display: flex;
    align-items: center;
    margin: 0 0 7px;
}
.product-block .text .star-rating h3 {
    margin: 0;
    color: #062D77;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.product-block .text p i {
    margin: 0 5px 0 0;
}
.product-block .text {
    padding: 10px 10px;
    margin: 0;
}
.product-block .pro-deta h4 {
    color: #383734;
    line-height: 18px;
    word-break: break-word;
    margin: 0 0 5px;
    font-size: 16px;
}
.product-block .lock {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 0;
}
.product-block .lock .loc-text h5 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
.product-block .lock .loc-text p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
.product-block .loc-btn a  {
    display: inline-block;
    transition: opacity .2s ease-out;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    color: #fff;
    background: #00a25d;
    border: 1px solid #00a3ad;
    padding: 6px 8px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
}
.product-block .lock .loc-text {
    text-align: right;
    margin: 0 10px 0 0;
}
.product-block .pro-deta {
    padding: 0 0 15px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 15px;
}
.pagi-block .page-item {
    margin: 0 5px;
}
.pagi-block .page-item .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #383734;
}
.pagi-block .page-item:last-child .page-link {
    border-radius: 100%;
}
.pagi-block .page-item:last-child .page-link img {
    width: 15px;
    transform: rotate(180deg);
    display: block;
    margin: 3px 0 0;
}
.pagi-block .page-item .page-link:hover {
    background: #00a25dba;
    border-color: #00a25dba;
    color: #ffff;
}
.pagi-block .page-item:last-child .page-link:hover {
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 11%);
    background: #00a25dba;
}
.pagi-block {
    padding: 0;
    margin: 20px 0 20px;
    display: block;
}
.pagi-block .pagination {
    justify-content: flex-end;
}
.pop-treat {
    padding: 5rem 0 3rem;
}
.pop-treat h2 {
    margin: 0 0 30px;
    font-size: 32px;
    line-height: 34px;
    color: #383734;
    font-weight: 700;
}
.pop-treat ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.pop-treat ul li {
    width: 30%;
}
.pop-treat ul li a {
    padding: 20px 20px;
    display: block;
    margin:  0 10px 10px;
    border: 1px solid #00a25d;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pop-treat ul li a h2 {
    font-size: 18px;
    line-height: 20px;
    color: #383734;
}
.pop-treat ul li a h2 {
    margin: 0;
}
.pop-treat ul li a img {
    transform: rotate(180deg);
}
.side-bar .block {
    padding: 15px 15px 15px;
    border-radius: 15px;
    background: #EAF1FF;
}
.side-bar .block .text-bar {
    border-radius: 10px 10px;
    margin: 0 0 10px;
    background: #fff;
    padding: 10px 10px;
}
.side-bar .block .contact-info {
    border-radius: 10px;
    background: #FFF;
    padding: 10px 10px;
    margin: 0 0 10px;
}
.side-bar .block .text-bar h3 {
    color: #383734;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.side-bar .block .text-bar h3 img {
    margin: 0 7px 0 0;
}
.side-bar .block .text-bar p {
    color: #484848;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
    max-height: 70px;
    overflow: hidden;
}
.side-bar .block .text-bar a {
    font-size: 10px;
    display: inline-block;
    color: #8c8b88;
    text-transform: uppercase;
}
.side-bar .contact-info h3 {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .08px;
    color: #484848;
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.side-bar .contact-info h3 img {
    margin: 0 7px 0 0;
}
.side-bar .contact-info .box-c {
    padding: 8px 0 0;
    display: block;
    margin: 0;
}
.side-bar .contact-info .box-c p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .09px;
    color: #484848;
}
.side-bar .contact-info .box-c p i {
    margin: 0 7px 0 0;
    font-size: 20px;
    line-height: 22px;
}
.side-bar .contact-info .box-c .call-btn {
    background: #00a25d;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.side-bar .contact-info .box-c .call-btn:focus {
    box-shadow: none;
}
.side-bar .work-time ul {
    margin: 0;
    padding: 0;
}
.side-bar .work-time ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .09px;
}
.side-bar .work-time {
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px 10px;
    margin: 0 0 10px;
}
.side-bar .tags-block {
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px 10px;
    margin: 0 0 10px;
}
.side-bar .tags-blocks {
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 10px;
}
.side-bar .w-box {
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px 10px;
    text-align: center;
}
.side-bar .w-box img {
    margin: 0 0 10px;
}
.side-bar .w-box a {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 300;
    display: block;
}
.side-bar .share-block {
    padding: 15px 0 15px;
    border-bottom: 1px solid #00a25d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-bar .share-block h3 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    text-transform: uppercase;
    margin: 0;
    color: #484848;
}
.side-bar .share-block a {
    width: 25px;
    height: 25px;
    background-color: #00a25d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.side-bar h5 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 7px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.side-bar .work-time h5 {
    margin: 0 0 10px;
}
.side-bar h5 img {
    margin: 0 7px 0 0;
}
.side-bar .badge {
    padding: 8px 8px;
    color: #ffff;
    border-radius: 50px;
    background: #00a25d;
}
.side-bar .share-block h4 {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    text-transform: uppercase;
}
.side-bar .detail-block {
    padding: 5px 0 15px;
}
.side-bar .detail-block ul {
    padding: 0;
}
.side-bar .detail-block ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #00a25d;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
    color: #484848;
}
#show-number2 h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 20px 0;
    text-align: center;
/*    border-bottom: 1px solid #DADADA;*/
}
#show-number2 .modal-body {
    padding: 0;
}
#show-number2 .modal-content ul {
    padding: 1rem 1rem 0;
}
#show-number2 .modal-content ul li {
    padding: 7px 15px;
    background: #FFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
#show-number2 .modal-content ul li:last-child {
    margin: 0;
}
#show-number2 .o-btn {
    color: #FFF;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 20px !important;
    padding: 13px 40px;
    border-radius: 8px !important;
    background: #00A25D;
}
#show-number2 .o-btn:focus {
    box-shadow: none;
}
.two-box {
    padding: 1.5rem 0 0;
    margin: 0 0 5rem;
}
.two-box .pro-detail .pro-img img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
.two-box .pro-detail .pro-img {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
}
.two-box .pro-detail .pro-img .video-area {
    height: 572px;
}

.two-box .pro-detail .pro-img .video-area video{
    border-radius: 10px;
}
.two-box .pro-detail .pro-img .video-area #vid1 {
    height: 100%;
    padding: 0;
}   
.two-box .pro-detail .pro-img .pro-cap {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    content: "";
    padding: 10px 20px;
    background: rgba(0,0,0,.7);
    text-align: center;
    border-radius: 0 10px 0 10px;
}
.two-box .pro-detail .pro-img .pro-cap h2 {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 5px;
    font-weight: 700;
}
.two-box .pro-detail .pro-img .pro-cap p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.pro-slider .slick-dots {
    bottom: 25px;
}

.pro-slider .slick-prev, .pro-slider .slick-next {
    left: 20px;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff url(../images/img07.png) no-repeat center;
    opacity: 1;
    z-index: 9;
}
.pro-slider .slick-next {
    left: auto;
    transform: rotate(180deg);
    top: 44.4%;
    right: 20px;
}
.pro-slider .slick-prev:before, .pro-slider .slick-next:before {
    display: none;
}
.pro-slider .slick-prev:hover, .pro-slider .slick-prev:focus, .pro-slider .slick-next:hover, .pro-slider .slick-next:focus {
    background: #fff url(../images/img07.png) no-repeat center;
    opacity: 1;
}
.pro-slider .slick-dots li {
    padding: 0;
    margin: 0;
}
.pro-slider .slick-dots li button:before {
    color: #fff;
    font-size: 10px;
    opacity: 1;
}
.pro-slider .slick-dots li.slick-active button:before {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.two-box .pro-slider.slick-dotted.slick-slider {
    margin: 0 0 15px;
}
.text-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 20px;
}
.text-block .text h1 {
    color: #484848;
    font-size: 32px;
    margin-bottom: 10px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 34px;
    font-weight: 700;
}
.text-block .text p {
    color: #484848;
    font-size: 12px;
    line-height: 14px;
    color: #484848;
    margin: 0;
}
.text-block .icon i {
    font-size: 30px;
    color: #00a25d;
    margin: 0 10px 0 0;
}
.text-block .icon .sh-area {
    display: flex;
    align-items: center;
}
.text-block .icon .status {
    text-align: right;
    margin: 0 0 7px;
}
.text-block .icon .status span {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    background: rgb(0 162 93);
    padding: 5px 10px;
    letter-spacing: 1.5px;
}
.text-block .icon a {
    border-radius: 10px;
    background: #062d77;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    padding-right: 25px;
}
.text-block .icon a img {
    margin: 0 10px 0 0;
}
.serv-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00a25d;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.serv-block h2 {
    font-size: 30px;
    line-height: 32px;
    color: #484848;
    margin: 0;
    font-weight: 700;
}
.serv-block input {
    width: 350px;
    padding: 15px 15px 15px 40px;
    color: #00a25d;
    border-radius: 7px;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #D0D0D0;
    background: #FFF url(../images/icon-06.png) no-repeat center left 15px;
}
.serv-block input:focus {
    box-shadow: none;
    outline: none;
}
.serv-block .de-btn {
    border-radius: 10px;
    background: #062d77;
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 16px !important;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.serv-block .de-btn i {
    font-size: 14px;
    line-height: 16px;
    margin: 0 7px 0 0;
}
.serv-block .de-btn:focus {
    box-shadow: none;
}
#about-detail .modal-content .modal-header {
    padding: 20px;
}
.two-box .locations-block {
    border-radius: 10px;
    border: 1px solid #DADADA;
    margin: 0 0 30px;
}
.two-box .locations-block .btn-area {
    background: #EDFEFB;
    padding: 12px 15px;
    border-radius: 10px 10px 0 0;
}
.accrdion-area .accordion-item {
    border: none;
}
.accrdion-area .accordion-header button {
    padding: 10px 0;
    background: #fff;
    border: none;
    box-shadow: none;
    color: #484848;
    font-size: 16px;
    line-height: 18px;
}
.accrdion-area .accordion-body .pro-deta {
    padding: 12px 20px 12px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 5px;
}
.accrdion-area .accordion-body .pro-deta:last-child {
    border: 0;
}
.accordion-body {
    padding: 0;
    margin: 0;
}
.accrdion-area .accordion-body .pro-deta h4 {
    color: #383734;
    line-height: 18px;
    word-break: break-word;
    font-size: 16px;
}
.accrdion-area .accordion-body .lock {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.accrdion-area .accordion-body .lock .loc-text {
    text-align: right;
    margin: 0 10px 0 0;
}
.accrdion-area .accordion-body .lock .loc-text h5 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
.accrdion-area .accordion-body .lock .loc-text p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
.accrdion-area .accordion-body .loc-btn a, button {
    display: inline-block;
    transition: opacity .2s ease-out;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    color: #fff;
    background: #00a25d;
    border: 1px solid #00a3ad;
    padding: 6px 8px;
    border-radius: 7px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: .08px !important;
}
.review-block h2 {
    font-size: 22px;
    line-height: 24px;
    color: #484848;
    font-weight: 700;
    margin: 0 0 15px;
}
.review-block p {
    font-size: 14px;
    line-height: 18px;
    color: #484848;
    margin: 0;
    letter-spacing: 0.09px;
}
.review-block .rate-img {
    margin: 0 0 10px;
}
.review-block .server-name h3 {
    font-size: 12px;
    line-height: 14px;
    color: #484848;
    margin: 0 0 5px;
}
.review-block .server-name h4 {
    font-size: 12px;
    line-height: 14px;
    color: #484848;
    margin: 0;
}
.review-block .server-name {
    margin: 0 0 30px;
}
.review-block h5 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
}
.review-block h5 i {
    margin: 0 10px 0 0;
    font-size: 20px;
    color: #00a25d;
}
.review-block .long-text p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    color: #484848;
    margin: 0 0 10px;
}
.review-block .long-text p a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    color: #484848;
}
.review-block .res-text {
    border-radius: 8px;
    background: #F6F6F6;
    padding: 10px 10px;
}
.review-block .res-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.review-block .res-text ul li h3 {
    color: #00A25D;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.review-block .res-text ul li p {
    color: #8B8B8B;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
}
.review-block .res-text h6 {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.review-block .review-person {
    margin: 0 0 15px;
}
.review-block .review-person ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.review-block .review-person ul li {
    width: 8%;
    margin: 0 10px 0 0;
}
.review-block .review-person ul li img {
    border-radius: 10px;
}
.review-block .btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    margin: 0 0 40px;
    border-bottom: 1px solid #00a25d;
}
.review-block .btn-box .left-btn ul,.review-block .btn-box .right-btn ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.review-block .btn-box .left-btn ul li {
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 15px 0 0;
}
.review-block .btn-box .left-btn ul li a {
    color: #2a2d32;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 15px;
}
.review-block .btn-box .left-btn ul li i {
    margin: 0 0 0 5px;
    font-size: 15px;
}
.review-block .btn-box .right-btn ul li {
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 15px 0 0;
}
.review-block .btn-box .right-btn ul li a {
    color: #2a2d32;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 15px;
}
.review-block .btn-box .right-btn ul li i {
    margin: 0 0 0 5px;
    font-size: 15px;
}
#shareModal .search-block h4 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}
#shareModal .mod-img {
    position: relative;
}
#shareModal .mod-img img {
    border-radius: 10px;
    margin: 0 0 10px;
}
#shareModal .mod-cap {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    content: "";
    padding: 10px 12px;
    background: rgba(0,0,0,.7);
    text-align: center;
    border-radius: 0 10px 0 10px;
}
#shareModal .mod-cap h2 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
    font-weight: 700;
}
#shareModal .mod-cap p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
#shareModal .mod-img h4 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 20px;
    color: #484848;
    font-weight: 700;
}
#shareModal .mod-img p {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 14px;
    color: #484848;
}
#shareModal .soical-detail ul {
    margin: 0;
    padding: 0;
}
#shareModal .soical-detail ul li {
    border-bottom: 1px solid #00a25d;
}
#shareModal .soical-detail ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 15px;
    line-height: 17px;
    color: #484848;
}
#shareModal .soical-detail ul li a i {
    width: 25px;
}
#shareModal .soical-detail ul li:first-child {
    border-top: 1px solid #00a25d;
}
#shareModal .mod-cap p {
    color: #fff;
    margin: 0;
}
#policyModal .modal-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #484848;
    font-weight: 700;
}
#policyModal .model-text p {
    font-size: 16px;
    line-height: 22px;
    color: #161718;
}
#reportModal .modal-header .search-block, #reviewReportModal .modal-header .search-block {
    justify-content: space-between;
}
#reportModal .modal-header .search-block button, #reviewReportModal .modal-header .search-block button {
    text-align: right;
}
#reportModal .modal-header h4,#reviewReportModal .modal-header h4 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #ffff;
    font-weight: 700;
}
#reportModal .modal-body, #reviewReportModal .modal-body {
    padding: 1rem 3rem 0;
}
#reportModal .modal-body .form-check, #reviewReportModal .modal-body .form-check {
    padding: 15px 20px;
    border-bottom: 1px solid #00a25d;
}
#reportModal .btn-block {
    padding: 0 1.1rem;
}
#reportModal .modal-footer ul, #reviewReportModal .modal-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
}
#reportModal .modal-footer ul li .c-btn, #reviewReportModal .modal-footer ul li .c-btn {
    color: #484848;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 18px;
    width: 150px;
}
#reportModal .modal-footer ul li, #reviewReportModal .modal-footer ul li {
    margin: 0 15px 0 0;
}
#reportModal .modal-footer ul li .r-btn, #reviewReportModal .modal-footer ul li .r-btn {
    color: #fff;
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 8px;
    padding: 12px 25px;
    background: #00a25d;
    font-size: 16px;
    line-height: 18px;
    width: 150px;
}
#reportModal .modal-footer ul li:last-child, #reviewReportModal .modal-footer ul li:last-child {
    margin: 0;
}
#header.fixed.buss-page {
    position: relative;
}
.book-hold {
    padding: 10px 0;
    display: none;
    transition: top .15s ease;
}
.book-hold.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    display: block;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 11%);
}
.book-hold .bar {
    display: flex;
    align-items: center;
}
.book-hold .bar .img-box {
    width: 10%;
}
.book-hold .bar .text-box {
    padding: 0 0 0 10px;
}
.book-hold .bar .text-box h2 {
    font-size: 18px;
    line-height: 20px;
    color: #484848;
    margin: 0 0 5px;
    font-weight: 700;
}
.book-hold .bar .text-box p {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0;
}
.book-hold .btn-hold {
    text-align: right;
}
.book-hold .btn-hold .bok-btn {
    background: #00a25d;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    width: 70%;
    font-weight: 700;
}
.book-hold .btn-hold .bok-btn:focus {
    box-shadow: none;
}
#rateModal .search-block {
    justify-content: flex-end;
}
#rateModal .modal-dialog {
    max-width: 750px;
}
#rateModal .btn {
    text-align: right;
}
#rateModal .modal-body {
    padding: 1rem 2rem;
}
#rateModal .model-text .bar {
    display: flex;
    align-items: center;
}
#rateModal .model-text .bar .img-box {
    width: 15%;
}
#rateModal .model-text .bar .text-box {
    padding: 0 0 0 10px;
}
#rateModal .model-text .bar .text-box h2 {
    font-size: 18px;
    line-height: 20px;
    color: #484848;
    margin: 0 0 5px;
    font-weight: 700;
}
#rateModal .model-text .bar .text-box p {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0;
}
#rateModal .model-text .rate-bar {
    text-align: right;
}
#rateModal .model-text .rate-bar h3 {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    margin: 0;
}
#rateModal .model-text .rate-bar h3 span {
    font-size: 18px;
    line-height: 20px;
    color: #000;
}
#rateModal .model-text .rate-bar img{
    width: 70px;
}
#rateModal .model-text .search-bar input {
    width: 100%;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 18px;
    background: #ebebeb;
    border: none;
}
#rateModal .model-text .search-bar .head-text h2 {
    font-size: 22px;
    line-height: 24px;
    color: #484848;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin: 0 0 25px;
}
#rateModal .model-text .search-bar .head-text h2 span {
    padding: 5px 10px;
    background: #00a25d;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    border-radius: 8px;
    font-weight: 400;
    margin: 0 0 0 10px;
}
#rateModal .model-text .pro-deta {
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 10px;
}
#rateModal .model-text .pro-deta h4 {
    color: #383734;
    line-height: 18px;
    word-break: break-word;
    margin: 0 0 5px;
    font-size: 16px;
}
#rateModal .model-text .pro-deta .lock {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.7rem 0.7rem 0.7rem 0;
}
#rateModal .model-text .pro-deta .lock .loc-text {
    text-align: right;
    margin: 0 10px 0 0;
}
#rateModal .model-text .pro-deta .lock .loc-text h5 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
#rateModal .model-text .pro-deta .lock .loc-text p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .09px;
    color: #383734;
    margin: 0;
}
#rateModal .model-text .pro-deta .lock .loc-btn a {
    display: inline-block;
    transition: opacity .2s ease-out;
    text-align: center;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    color: #fff;
    background: #00a25d;
    border: 1px solid #00a3ad;
    padding: 6px 8px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .08px;
}
.review-block .text-area textarea {
    background-color: #fafafa;
    padding: 20px;
    width: 100%;
    margin: 15px 0;
    border-radius: 8px;
    border: none;
}

#book-Modal .modal-dialog {
    max-width: 750px;
}
#book-Modal .modal-header .search-block {
    justify-content: space-between;
}
#book-Modal .modal-header .search-block h4 {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    width: 95%;
    text-align: center;
}
#book-Modal .bmc {
    border-radius: 10px;
}
#book-Modal .modal-header button i {
    font-size: 25px;
}
#book-Modal .modal-header button {
    text-align: right;
}
#book-Modal .modal-body .top-area .model-text h3 {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    margin: 0 0 30px;
}
#book-Modal .modal-body .top-area .model-text ul {
    margin: 0;
    padding: 0;
}
#book-Modal .modal-body .model-text .date-block {
    padding: 0 3rem;
    position: relative;
}
#book-Modal .modal-body .model-text .date-block .slick-prev::before {
    display: none;
}
#book-Modal .modal-body .model-text .date-block .slick-next::before {
    display: none;
}
#book-Modal .modal-body .model-text .time-block .slick-prev::before {
    display: none;
}
#book-Modal .modal-body .model-text .time-block .slick-next::before {
    display: none;
}
#book-Modal .modal-body .model-text .time-block .slick-prev {
    background: url(../images/img07.png) no-repeat;
    background-size: 100%;
    top: 45%;
    left: -25px;
}
#book-Modal .modal-body .model-text .time-block .slick-next {
    background: url(../images/img07.png) no-repeat;
    background-size: 100%;
    top: 28%;
    right: -25px;
    transform: rotate(180deg);
}
#book-Modal .modal-body .model-text .date-block .slick-prev {
    background: url(../images/img07.png) no-repeat;
    background-size: 100%;
    top: 35%;
    left: -25px;
}
#book-Modal .modal-body .model-text .date-block .slick-next {
    background: url(../images/img07.png) no-repeat;
    background-size: 100%;
    top: 35%;
    right: -25px;
    transform: rotate(180deg);
}
#book-Modal .modal-body .model-text .date-block ul {
    padding: 0 0 15px;
    margin: 0 0 15px;
}
#book-Modal .modal-body .model-text .date-block ul li {
    text-align: center;
    margin: 0 5px;
}
#book-Modal .modal-body .model-text .date-block ul li a {
    padding: 15px 10px;
    border: 1px solid #00a25d;
    border-radius: 10px;
    display: block;
}

#book-Modal .modal-body .model-text .date-block ul li button {
    padding: 12px 6px;
    border: 2px solid #00a25d;
    border-radius: 10px;
    display: block;
}
#book-Modal .modal-body .model-text .date-block ul li span {
    display: block;
    margin: 8px 0;
}
#book-Modal .date-block ul li span{
    font-size: 15px;
    line-height: 17px;
    color: #484848;
}
#book-Modal .modal-body .model-text .time-block {
    padding: 0 3rem;
    position: relative;
    margin: 0 0 20px;
}
/* #book-Modal .modal-body .model-text .time-block ul {
    margin: 0 0 15px;
    padding: 0 0 15px;
} */
#book-Modal .modal-body .model-text .time-block ul li {
    text-align: center;
    margin: 0 5px;
}
#book-Modal .modal-body .model-text .time-block ul li a {
    padding: 10px 5px;
    border: 2px solid #eaf1ff;
    border-radius: 10px;
    display: block;
    background: #eaf1ff;
}

#book-Modal .modal-body .model-text .time-block ul li a.disabled {
    border: 2px solid #9ca3a0 !important;
    cursor: auto !important;
}

#book-Modal .modal-body .model-text .time-block ul li a span {
    font-size: 15px;
    line-height: 17px;
    color: #484848;
}
#book-Modal .modal-body .model-text .price-box {
    margin: 1rem 3rem 2rem;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}
#book-Modal .modal-body .model-text .price-box h4 {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
}
#book-Modal .modal-body .model-text .price-box h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    background: #CFF8E6;
    margin: 0 0 0 auto;
    display: flex;
    width: 70px;
    padding: 10px 10px;
    text-align: center;
    justify-content: center;
}
#book-Modal .modal-body .model-text .price-box p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: right;
}
#book-Modal .modal-body .model-text .price-box .top {
    border-bottom: 1px solid #fff;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
#book-Modal .modal-body .model-text .price-box h5 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
}
#book-Modal .modal-body .model-text .price-box h5 span .chat-btn {
    padding: 0;
    color: #00a25d;
    font-size: 20px;
    line-height: 22px;
    margin: 2px 0 0 5px;
}

#book-Modal .modal-body .model-text .price-box h5 span .chat-btn .fas{
    padding: 0;
    color: #00a25d;
    font-size: 20px;
    line-height: 22px;
    margin: 2px 0 0 5px;
}
#book-Modal .modal-body .model-text .price-box h5 span .chat-btn:focus {
    box-shadow: none;
}
#book-Modal .modal-body .model-text .price-box .bott .form-check-input:checked {
    background-color: #00a25d !important;
    border: 0;
}
#book-Modal .modal-body .model-text .price-box .bott .form-check-input:focus,
#book-Modal .modal-body .model-text .price-box .bott .form-check-input::after, 
#book-Modal .modal-body .model-text .price-box .bott .form-check-input:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem #00a25d !important;
}
#book-Modal .modal-body .model-text .price-box .bott .form-check-input:checked {
    background-color: green !important;
    border: 0;
}
#book-Modal .modal-body .model-text .price-box h5 img {
    width: 50px;
    margin: 0 10px 0 0;
}
#book-Modal .modal-body .model-text .price-box .bott .box {
    display: flex;
    align-items: center;
}
#book-Modal .modal-body .model-text .price-box .bott .box .img-hold {
    width: 20%;
    margin: 0 10px 0 0;
}
#book-Modal .modal-body .model-text .price-box .bott .box ul {
    display: flex;
    align-items: center;
}
#book-Modal .modal-body .model-text .price-box .bott .box ul li {
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-align: left;
    margin: 0 7px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}
#book-Modal .modal-body .model-text .price-box .bott .box ul li:last-child {
    margin: 0;
}
#book-Modal .modal-body .link-btn {
    padding: 0 3rem;
}
#book-Modal .modal-body .link-btn a {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    font-weight: 700;
}
#book-Modal .modal-footer .last-area {
    width: 100%;
    text-align: right;
}
#book-Modal .modal-footer {
    padding: 0 3rem 0;
}
#book-Modal .modal-footer p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
#book-Modal .modal-footer h2 {
    margin: 0;
    color: #000;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
}
#book-Modal .modal-body .price-box .bott .form-check {
    display: flex;
    justify-content: flex-end;
}
#book-Modal .modal-body .price-box .bott .form-check input {
    width: 25px;
    height: 25px;
}
#book-Modal .modal-body .model-text .video-per {
    margin: 0 3rem;
    padding: 15px 10px;
    border-radius: 5px 5px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0 7px #00000026;
}
#book-Modal .modal-body .model-text .video-per h2 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
#book-Modal .modal-body .model-text .video-per .r-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#book-Modal .modal-body .model-text .video-per .r-box .form-check {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    width: 35%;
    padding: 15px 15px;
    border-radius: 3px 3px;
    /*background: #F8F8F8;*/
}
#book-Modal .modal-body .model-text .video-per .r-box .form-check.active {
    background: #E8F0FF;
}
#book-Modal .modal-body .model-text .video-per .r-box .form-check input {
    margin: 0;
    width: 20px;
    height: 20px;
}
#book-Modal .modal-body .model-text .video-per .r-box .form-check input:focus {
    box-shadow: none;
}
#book-Modal .modal-body .model-text .video-per .r-box .form-check label {
    margin: 0 0 0 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    color: rgba(0, 0, 0, 1);
}
.btn-block {
    width: 100%;
}
.btn-block ul {
    margin: 15px 0 20px;
    padding: 0;
    width: 100%;
}
.btn-block ul li .co-btn {
    width: 100%;
    background: #00a25d;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.two-box .side-bar .pro-nav ul {
    padding: 0;
    display: flex;
    align-items: center;
}
.two-box .side-bar .pro-nav ul li {
    padding: 0 17px;
    position: relative;
}
.two-box .side-bar .pro-nav ul li .drop-menu {
    position: absolute;
    display: block;
    top: 23px;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 10px #00000010;
    border-radius: 3px 3px;
    display: none;
}
.two-box .side-bar .pro-nav ul li .drop-menu li {
    padding: 0;
}
.two-box .side-bar .pro-nav ul li .drop-menu li a {
    border-bottom: 0;
    color: #5E5E5E;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}
.two-box .side-bar .pro-nav ul li .drop-menu li a {
    padding: 10px 10px;
    border-bottom: 1px solid #DFDFDF;
}
.two-box .side-bar .pro-nav ul li .drop-menu li a img {
    margin: 0 7px 0 0;
}
.two-box .side-bar .pro-nav ul li a:hover,.two-box .side-bar .pro-nav ul li.active a {
    border-bottom: 2px solid #00a25d;
    color: #00a25d;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu {
    display: block;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area {
    width: 300px;
    padding: 20px;
    text-align: center;
    top: 25px;
    z-index: 9;
}
.two-box .side-bar .pro-nav ul li a img {
    margin: 0 4px 0 0;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area p {
    font-size: 12px;
    line-height: 16px;
    color: #353535;
    font-weight: 400;
    margin: 0 0 10px;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block .img-hold {
    width: 50%;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block ul {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block ul li {
    margin: 0 0 5px;
    padding: 0;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block ul li:last-child {
    margin: 0;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block ul li img {
    margin: 0;
}
.two-box .side-bar .pro-nav ul li:hover .drop-menu.app-area .to-block ul li a {
    padding: 0;
    border: 0;
}
.two-box .side-bar .pro-nav ul li:last-child .logout-btn {
    margin: 0 10px 0 0;
}
.two-box .side-bar .pro-nav ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    padding: 0 0 5px;
}
.two-box .side-bar .pro-nav ul li a span {
    margin: 0 0 0 5px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.two-box .side-top .img-holder img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.two-box .side-top .upload-file img{
    padding: 0;
    border-radius: 0;
}
.two-box .side-top input[type="file"] {
    display: none;
}
.two-box .side-top .img-holder {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
}
.two-box .side-top .img-holder h3 {
    margin: 0 0 0 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
}
.two-box .side-top .upload-file {
    position: absolute;
    top: auto;
    left: 1px;
    right: 0;
    bottom: 0;
    content: "";
}
.two-box .acc-menu {
    padding: 0 0 20px;
    border-bottom: 2px solid #DBDBDB;
    margin: 0 0 30px;
}
.two-box .side-bar .side-top h3 {
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #484848;
}
.two-box .side-bar .side-top .u-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.two-box .side-bar .side-top .u-btn {
    padding: 10px 15px;
    font-size: 10px;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
#uploadModal .modal-header {
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    border: 0;
}
.detail-block .img-hold {
    position: relative;
}
#account-sidebar .detail-block .text-box {
    padding: 10px 0 0;
    margin: 0 0 15px;
}
.detail-block .img-hold img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* .detail-block {
    padding: 0;
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FFF;
} */

#account-sidebar .detail-block {
    /* padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid #DADADA; */
    background: #FFF;
    /* box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05); */
}
#account-sidebar .detail-block .sha-area {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
}
.detail-block .text-box h3 {
    color: #484848;
    font-size: 20px;
    margin: 0 0 10px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-weight: 700;
}
.detail-block .text-box p {
    font-size: 14px;
    line-height: 16px;
    color: #767676;
    margin: 0 0 7px;
}
.detail-block .text-box p i {
    margin: 0 5px 0 0;
}
.detail-block .text-box .star-rating {
    display: flex;
    align-items: center;
}
.detail-block .text-box .star-rating h2 {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 5px 0 0;
}
.detail-block .text-box .star-rating span {
    font-size: 12px;
    line-height: 14px;
    color: #383734;
}
.detail-block .text-box .star-rating .fa-star.active {
    color: #ff9800 !important;
}
.detail-block .text-box .star-rating h3 {
    margin: 0 0 0 5px;
    color: #062D77;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.detail-block .beg-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.detail-block .beg-area ul li:last-child {
    margin: 0 0 10px;
}
.detail-block .beg-area ul li {
    margin: 0 7px 10px 0;
    width: 25%;
}
.detail-block .beg-area ul li a {
    color: #00A25D;
    font-size: 10px;
    font-weight: 600;
    display: block;
    padding: 8px 10px;
    border-radius: 50px;
    background: #E7FFF5;
    line-height: 12px;
    text-align: center;
}

.detail-block .text-box {
    padding: 0 0 0 10px;
}
.detail-block .form-block h2 {
    margin: 0 0 50px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #161718;
}
.detail-block .form-block h3 {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 15px;
}
.detail-block .form-block input {
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    border: 1px solid #e5f5f6;
}
.detail-block .form-block label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 7px;
}
.detail-block .form-block input:focus {
    box-shadow: none;
}
.detail-block .form-block .list {
    padding: 2rem 0;
}
.detail-block .form-block .list ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5f5f6;
    border-radius: 7px;
}
.detail-block .form-block .list ul li {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e5f5f6;
}
.detail-block .form-block .list ul li a {
    padding: 15px 10px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-family: 'ProximaNova-Regular';

}
.detail-block .form-block .list ul li a:hover {
    background: #00a25d;
    color: #fff;
}
.detail-block .form-block .list ul li:last-child {
    border: none;
}
#loginModal .modal-footer {
    flex-direction: column;
}
#loginModal .modal-footer .soical-login ul {
    padding: 0;
    margin: 0;
    display: flex;
}
#loginModal .modal-footer .soical-login {
    margin: 0 0 15px;
}
#loginModal .modal-footer .soical-login ul li {
    margin: 0 10px;
}
#loginModal .modal-footer .soical-login ul li a {
    display: block;
    font-size: 40px;
    color: #00a25d;
}
#forgotPasswordModal .modal-footer {
    flex-direction: column;
}
#forgotPasswordModal .modal-footer .soical-login ul {
    padding: 0;
    margin: 0;
    display: flex;
}
#forgotPasswordModal .modal-footer .soical-login {
    margin: 0 0 15px;
}
#forgotPasswordModal .modal-footer .soical-login ul li {
    margin: 0 10px;
}
#forgotPasswordModal .modal-footer .soical-login ul li a {
    display: block;
    font-size: 40px;
    color: #00a25d;
}
.detail-block .form-block h6 {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-weight: 700;
    background: #EAF1FF;
    padding: 15px;
}
.detail-block .form-block h4 {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    color: #484848;
    text-transform: capitalize;
}
.detail-block .form-block p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
}
.detail-block .form-block .add-btn {
    padding: 12px 16px;
    font-size: 16px;
    background: #00a25d;
    text-transform: capitalize;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin:  0 0 40px;
}
.detail-block .form-block h5 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
    color: #161718;
    font-weight: 700;
}
.detail-block .form-block span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
    margin: 0 0 15px;
}
.detail-block .form-block .form-switch {
    padding: 20px 0;
    border-top: 1px solid #00a25d;
    border-bottom: 1px solid #00a25d;
}
.detail-block .form-block .form-switch input {
    padding: 0;
    float: right;
    width: 4rem;
    height: 2rem;
    margin: -3px 0 0;
}
.detail-block .form-block .form-switch input:checked {
    background-color: #00a25d;
}
.detail-block .form-block .form-switch label {
    font-size: 20px;
    line-height: 22px;
    color: #484848;
}
.detail-block .form-block {
    margin: 0;
}  
.detail-block .form-block a {
    display: flex;
    align-items: center;
    color: #000;
} 
.detail-block .form-block a img {
    margin: 0 10px 0 0;
}
.product-area .top-link .dropdown button {
    color: #484848;
    line-height: 14px;
    border-radius: 25px;
    border: 1px solid #00a25d;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 6%);
    padding: 10px 18px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    background: #fff;
}
.product-area .top-link .dropdown-menu li {
    margin: 0;
    padding: 0 5px;
    width: 50%;
}
.product-area .top-link .dropdown-menu {
    padding: 10px 5px;
    width: 250px;
    flex-wrap: wrap;
}
.product-area .top-link .dropdown-menu li label {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}
.product-area .top-link .dropdown-menu li input {
    border: 1px solid #00a25d;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px;
}
.product-area .top-link .dropdown-menu li:last-child {
    width: 100%;
}
.product-area .top-link .dropdown-menu li .btn-block {
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #00a25d;
    display: flex;
    justify-content: space-between;
}
.product-area .top-link .dropdown-menu {
    display: none;
}
.product-area .top-link .dropdown-menu.show {
    display: flex;
}
.product-area .top-link .dropdown-menu li input:focus {
    box-shadow: none;
}
.product-area .top-link .dropdown-menu.rating li {
    width: 100%;
    margin: 0 0 10px;
}
.product-area .top-link .dropdown-menu.rating li a {
    border: none;
    border-radius: 0;
}
.product-area .top-link .dropdown-menu.rating li:last-child {
    margin: 0;
}
.two-box .all-appointments {
    border-radius: 10px;
    border: 1px solid #DADADA;
}
.two-box .all-appointments h6 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 15px;
}
.two-box .pr-rate {
    display: flex;
    padding: 15px;
    box-shadow: 0,0,10px,#000;
}
.two-box .pr-rate .img-block {
    width: 16%;
    margin-right: 12px;
}
.two-box .pr-rate .img-block img {
    border-radius: 5px 5px;
}
.two-box .pr-rate .text-box {
    width: 65%;
}
.two-box .pr-rate {
    display: flex;
    padding: 15px;
    box-shadow: 0 0 10px #00000026;
    border-radius: 10px;
    margin: 0 0 15px;
}
.two-box .pr-rate .text-box h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 7px;
    display: flex;
    align-items: center;
}
.two-box .pr-rate .text-box span {
    font-size: 12px;
    line-height: 14px;
    color: #00A25D;
    margin: 0 0 7px;
    display: inline-block;
    padding: 7px 7px;
    background: #EAF1FF;
    border-radius: 5px 5px;
}
#main .two-box .rw-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #EAF1FF;
    border-radius: 10px 10px 0 0;
}
#main .two-box .rw-area h6 {
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-weight: 700;
}
.two-box .pr-rate .text-box span i {
    margin: 0 5px 0 0;
}
.two-box .pr-rate .text-box span  a {
    color: #00A25D;
}
.two-box .pr-rate .text-box .d-list {
    padding: 0;
    margin: 0 0 7px;
    display: flex;
}
.two-box .pr-rate .text-box .d-list li {
    padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #484848;
}
.two-box .pr-rate .text-box .d-list li:last-child {
    padding: 0;
}
.two-box .pr-rate .text-box .small-block ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.two-box .pr-rate .text-box .small-block ul li {
    margin: 0 10px 0 0;
    padding: 8px 10px;
    background: #F5F5F5;
    border-radius: 10px;
    width: fit-content; 
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
    width: 33.33%;
}
.two-box .pr-rate .text-box .small-block ul li:first-child {
    color: #3699FF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.two-box .pr-rate .text-box .small-block ul li:nth-child(2) {
    color: #FF8A36;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.two-box .pr-rate .text-box .small-block ul li:last-child {
    margin: 0;
    color: #2FCA2C;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.two-box .pr-rate .text-box .small-block ul li p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    display: block;
    color: #000;
}
.two-box .pr-rate .block-btn {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.two-box .box {
    padding: 10px 20px;
    border: 1px solid #DADADA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.two-box .box .m-text {
    display: flex;
    align-items: center;
}
.two-box .box .m-icon a span {
    width: 15px;
    height: 2px;
    margin: 0 0 3px;
    background: #00a25d;
    display: block;
}
.two-box .box .m-text h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 0 0 10px;
}
.two-box .box .m-text img {
    border-radius: 100%;
    width: 50px;
    height:50px;
}
.two-box .pr-rate .block-btn .his-btn {
    padding: 10px 16px;
    font-size: 10px !important;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
}
.two-box .block-btn .his-btn {
    padding: 10px 16px;
    font-size: 10px;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 12px;
}
.two-box .block-btn .his-btn:focus {
    box-shadow: none;
}
.two-box .pr-rate .block-btn .dropdown button:after {
    display: none;
}
.two-box .pr-rate .block-btn .dropdown button {
    padding: 10px 15px;
    font-size: 10px;
    line-height: 12px;
    background: #00a25d;
    border-radius: 6px;
    margin: 0 0 0 10px;
}
.two-box .pr-rate .block-btn .dropdown button:focus,.two-box .pr-rate .block-btn .his-btn:focus {
    box-shadow: none;
}

#rating-Modal .modal-header .search-block {
    justify-content: space-between;
}
#rating-Modal .modal-header .search-block h4 {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
#rating-Modal .modal-header button {
    text-align: right;
}
#rating-Modal .modal-header button:focus {
    box-shadow: none;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
} 
#rating-Modal .e-btn {
    font-size: 15px !important;
    line-height: 17px !important;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px 5px !important;
    padding: 8px 10px;
    font-weight: 600;
}
#rating-Modal .e-btn i {
    margin: 0 5px 0 0;
}
.star-rating .fa-star.active{
    color: #ff9800 !important;
}

.star-rating-his .fa-star.active{
    color: #ff9800 !important;
}
.star-rating .fa-star-half-alt.active{
    color: #ff9800 !important;
}
.star-rating .fa-star:not(.active) {
    color: #09090969;
}
.star-rating h3 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}
#picModal.modal .modal-header .search-block{
    justify-content: flex-end;
}
#picModal.modal .modal-body .modal-pic {
    text-align: center;
    width: 350px;
    height: 350px;
    margin: 0 auto 0;
    border-radius: 10px;
}
#picModal.modal .modal-body .modal-pic img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
#picModal .modal-dialog {
    max-width: 350px;
    margin: 15rem auto 0;
}
#picModal .modal-body {
    padding: 0;
} 
#picModal .modal-header {
    position: absolute;
    background: transparent;
    z-index: 1;
    left: auto;
    right: 0;
    border: none;
    padding: 10px 10px 0 0;
}
#picModal .modal-content {
    background: transparent;
    border: none;
}
#picModal .modal-header button {
    width: auto;
    color: #fff;
}
.pic-slider .slick-track {
    margin: 0 !important;
}
.pic-slider .slick-next {
    right: 20px;
    z-index: 9;
}
.pic-slider .slick-prev {
    left: 10px;
    z-index: 9;
}
.pic-slider .slick-prev:before, .pic-slider .slick-next:before {
    font-size: 30px;
}
#loactionModal .modal-dialog .modal-body .top-area .loc-check .form-check-input:checked {
    background-color: #00a25d;
    border-color: #00a25d;
}
#loactionModal .modal-dialog .modal-body .top-area .loc-check .form-check-input:checked:focus {
    box-shadow: none;
}

#book-Modal .modal-body .model-text .date-block ul li button {
        padding: 12px 6px;
        background:white;
        width: 100%;
}

/*#book-Modal .modal-body .top-area .model-text h3 {
    text-align: left;
    font-size: 22px;
    line-height: 24px;
    color: #000;
    margin: 0 0 25px;
}*/

/* .two-box .side-bar .pro-nav ul li.active {
    background: #f6f6f6;
    border-left: 8px solid #00a25d;
} */

.two-box .side-bar .pro-nav ul li .logout-btn , .detail-block .form-block .btn.custom-btn, .two-box .history-block .history-btn {
    padding: 10px 15px;
    font-size: 10px;
    background: #00a25d;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.detail-block .form-block .btn-box .btn-danger {
    padding: 15px 15px;
    font-size: 10px;
    background: #dc3545;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    display: inline-block;
    outline: 0;
    transition: opacity .2s ease-out;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
/* .two-box .history-block .btn-danger {
    background: #dc3545;
    padding: 0 15px 15px;
} */
.detail-block .form-block .btn.custom-btn {
    width: 200px;
    padding: 15px 15px 15px;
    margin: 0 10px 0 0;
}
.detail-block .form-block .btn-box {
    display: flex;
    align-items: center;
}
.two-box .history-block {
    text-align: right;
    padding: 0 0 15px;
}
.two-box .side-bar .pro-nav ul li .logout-btn:hover {
    background: #ebebeb;
    color: #161718;
}

#book-Modal .modal-body .model-text .date-slider .slick-slide.block ul li button {

    background:#00a25d;
}

#book-Modal .modal-body .model-text .date-slider .slick-slide.block ul li button span {
    color: #fff;
}

#book-Modal .modal-body .model-text .time-slider .slick-slide.block ul li a {
    background: #00a25d;
}

#book-Modal .modal-body .model-text .time-slider .slick-slide.block ul li a span {
    color: #fff;
}

.product-area .product-block .img-hold {
    height: 310px;
    overflow: hidden;
}
.product-area .product-block .img-hold img {
    height: 100%;
    width: 100%;
}

#book-Modal .modal-body .model-text .time-slider .slick-slide.block ul li .disabled {
    background: none;
    border: 2px solid #9ca3a0 !important;
    cursor: auto !important;
}

#book-Modal .modal-body .model-text .time-slider .slick-slide.block ul li .disabled span {
    color: #484848;
}

.book-hold .bar .img-box {
    height: 45px;
    overflow: hidden;
}
.book-hold .bar .img-box img {
    height: 100%;
    width: 100%;
}
.two-box .side-bar .side-top h3 span {
    font-size: 18px;
    line-height: 20px;
}
.two-box .side-bar .side-top h3 span a {
    color: #484848;
}

/* chat page style */

.chat-box .content {
    /*padding: 30px 0;*/
    /*background: #f5f8fa;*/
}
.chat-box .card {
    border: 0;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    background: #fff;
}
.chat-box .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding: 2rem 2rem;
    background: none;
    border-bottom: 1px solid #eff2f5;
}
.chat-box .form-control {
    background-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease;
    border: 1px solid #f5f8fa;
    padding: 0.775rem 3rem;
}
.chat-box .form-control:focus {
    box-shadow: none;
    background-color: #f5f8fa;
    color: 5e6278;
    transition: color .2s ease;
    border: 1px solid #f5f8fa;
}
.chat-box .card .card-body {
    padding: 2rem 1.25rem;
}
.chat-box .symbol.symbol-45px .symbol-label {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.chat-box .symbol.symbol-45px img {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
}
.chat-box .symbol .symbol-label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #3f4254;
    background-color: #f5f8fa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px 17px;
    border-radius: 37px;
}
.chat-box .text-muted {
    font-size: 13px;
    line-height: 15px;
    color: #a1a5b7 !important;
}
.chat-box .symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}
.chat-box .symbol .symbol-badge {
    position: absolute;
    border-radius: 100%;
    top: 100%;
    left: 100%;
    transform: translateX(-50%) translateY(-50%)!important;
    background: #50cd89;
    width: 8px;
    height: 8px;
}
.chat-box .badge.badge-sm.badge-circle {
    width: 1.2rem;
    height: 1.2rem;
    background: #e8fff3;
    color: #50cd89;
}
.chat-box .badge.badge-sm {
    min-width: 1.5rem;
    font-size: .7rem;
}
.chat-box .badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    background: #00a25d;
}
.chat-box .symbol.symbol-35px>img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.chat-box .c-text { 
    max-width: 400px;
    color: #fff;
    background: #062d77;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}
.chat-box .card-footer {
    padding: 1.5rem 2rem;
    background: #fff;
    border-top: 1px solid #eff2f5;
}
.chat-box .card-footer textarea {
    background: #fff;
    border: none;
    min-height: calc(1.5em + 1.55rem + 2px);
    padding: .775rem 1rem;
}
.chat-box .card-footer textarea:focus {
    background: #fff;
    border: none;
}
.chat-box .send-btn {
    border: 0;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
    color: #fff;
    background: #00a25d;
}
.chat-box .send-btn:hover {
    color: #fff;
}
.chat-box .scroll-y {
    max-height: 662px;
    overflow-y: scroll;
    position: relative;
    padding: 0;
    min-height: 662px;
}
.chat-box .side-bar {
    max-height: 662px;
    overflow-y: auto;
    position: relative;
    padding: 0;
    min-height: 662px;
}
.chat-boox {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 7px 0px rgba(87, 100, 126, 0.07);
}
.chat-box .scroll-y.sec-bar {
    max-height: 440px;
    min-height: 440px;
}
#kt_chat_contacts_body .p-box {
    border-bottom: 1px solid #E8E9EC;
}
#kt_chat_contacts_body .p-box:hover {
    background: rgba(57, 159, 170, 0.1);
}
#kt_chat_contacts_body .p-box.active {
    background: rgba(57, 159, 170, 0.1);
}
#pop-msg-modal .img-block {
    display: flex;
    align-items: center;
}
#pop-msg-modal .img-block img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
#pop-msg-modal .img-block h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
}
#pop-msg-modal .modal-header {
    background: none;
    padding: 15px 20px;
}
#pop-msg-modal .modal-body {
    padding: 15px 30px;
}
#pop-msg-modal .modal-body textarea {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    padding: 15px;
}
#pop-msg-modal .modal-body textarea:focus {
    box-shadow: none;
}
#pop-msg-modal .modal-footer {
    padding: 15px 30px;
    justify-content: flex-end;   
}
#pop-msg-modal .modal-footer .send-btn {
    background: #00a25d;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.chat-box .scroll-y::-webkit-scrollbar {
    width: 5px;
}
  
 /* Track */
.chat-box .scroll-y::-webkit-scrollbar-track {
    background: #fff; 
}
   
  /* Handle */
.chat-box .scroll-y::-webkit-scrollbar-thumb {
    background: #f5f8fa; 
    border-radius: 10px;
}
  
  /* Handle on hover */
.chat-box .scroll-y::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.img-thumbnail-menu{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #00a25d;
    border-color: #00a25d;
}

/* call button style  */

.side-bar .contact-info .box-c h6 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
    font-weight: 800;
}
.side-bar .contact-info .box-c .c-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.side-bar .contact-info .box-c .c-detail p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}


/* chat notifation */
#chat-noti {
    position: fixed;
    top: auto;
    left: auto;
    width: auto;
    right: 15px;
    bottom: 40px;
    max-height: 320px;
    overflow-y: auto;
    padding: 15px 15px;
    z-index: 9;
}
#chat-noti::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#chat-noti::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
#chat-noti::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 50px;
}

/* Handle on hover */
#chat-noti::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.modalPopup {
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    width: 350px;
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 10px;
    background: #fff;
}

.modalPopup .symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}

.modalPopup .symbol img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.modalPopup .headerBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* chat-notifaction */


.chat-info {
    position: fixed;
    top: auto;
    left: auto;
    right: 1%;
    bottom: 6%;
    content: "";
    z-index: 1;
}

.chat-info .chat-btn {
    background: #00a25d;
    padding: 15px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
}

.chat-info button:focus {
    box-shadow: none;
}

.chat-info .chat-bar {
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001f;
    position: fixed;
    left: auto;
    right: -999px;
    top: auto;
    bottom: 1.5%;
    z-index: 9;
    background: #fff;
    width: 350px;
    transition: right 0.3s ease;
}

.chat-info .chat-bar .modal-chat {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 10px;
}

.chat-info .chat-bar .modal-chat .symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
}

.chat-info .chat-bar .modal-chat .symbol img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.chat-info .chat-bar .modal-chat .headerBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-info .chat-bar .modal-chat .text a {
    color: rgb(17, 24, 39);
}

.chat-info .chat-bar .modal-chat .text a span {
    color: #A1A5B7;
    font-size: 12px;
}

.chat-info .chat-bar .modal-chat .text .badge-area .badge.badge-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    min-width: 10px;
    padding: 0 0.1rem;
    line-height: 0;
    background: #50cd89;
    border-radius: 100%;
}

.chat-info .chat-bar .modal-chat .text .badge-area .text-area {
    color: #A1A5B7;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 0 3px;
}

.chat-info .chat-bar .modal-chat .text .badge-area {
    display: flex;
    align-items: center;
}

.chat-info .chat-bar .modal-chat .modalContent p {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
}

.chat-info .chat-bar .btn-cros {
    float: right;
}

.chat-info .chat-bar.active {
    right: 1%;
}

.text-gray-900 {
    color: #111827 !important;
} 
.text-hover-primary:hover{
    color: #00a25d !important;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #161718;
    text-decoration: none !important;
}

.form-check-input:checked {
    background-color: #00a25d !important;
    border-color: #00a25d !important;
}
/* .form-check-input:focus {
        box-shadow: 0 0 0 0.25rem #00a25d4f !important;
} */

.rec-bar {
    padding: 30px 30px;
    border: 1px solid #2a2d32;
    border-radius: 10px;
    margin: 0 0 30px;
}

.rec-bar h2 {
    font-size: 30px;
    line-height: 32px;
    color: #161718;
    margin: 0 0 20px;
    font-weight: 700;
}

.rec-bar p {
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    margin: 0 0 15px;
    font-weight: 400;
}

.ear-bar {
    border: 1px solid #DADADA;
    border-radius: 10px 10px;
    margin: 0 0 20px;
}

.ear-bar h2 {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 18px;
    color: #161718;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 15px;
}

.ear-bar ul {
    margin: 0;
    padding: 0 30px;
}

.ear-bar ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #DADADA;
    border-radius: 0;
    background: none;
}


.ear-bar ul a {
    width: 90%;
}
.ear-bar ul  .active-noti {
    
    border-radius: 10px;
    background: #eaf1ff;
}

.ear-bar ul li .img-hold {
    width: 5%;
}

.ear-bar ul li .text-hold {
    width: 85%;
    padding: 0 0 0 1rem;
}

.ear-bar ul li .btn-area {
    width: 10%;
    text-align: right;
}

.ear-bar ul li .btn-area .c-btn:focus {
    box-shadow: none;
}

.ear-bar ul li .text-hold p {
    font-size: 16px;
    line-height: 22px;
    color: #161718;
    margin: 0 0 15px;
}

.ear-bar ul li .text-hold span {
    font-size: 16px;
    line-height: 22px;
    color: #00beb7;
}

.ear-bar ul li:last-child {
    border: 0;
}

/* .two-box .side-bar.fixed {
    position: fixed;
    width: 22%;
    top: 0;
    min-height: 700px;
    max-height: 700px;
    overflow-y: auto;
} */
.two-box .side-bar::-webkit-scrollbar-track
{
	background-color: #F5F5F5;
}

.two-box .side-bar::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.two-box .side-bar::-webkit-scrollbar-thumb
{
	background-color: #c5c5c5;
}
.btn-success {
    color: #fff;
    background-color: #00a25d;
    border-color: #00a25d;
}

/* appointment detail page start */

.app-detail .top-area {
    padding: 3rem 0 1rem;
}

.app-detail .top-area h1 {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
}

.app-detail .detail-area {
    padding: 15px 20px 0;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DADADA;
}

.app-detail .detail-area h2 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.app-detail .detail-area h2 .e-btn {
    font-size: 15px !important;
    line-height: 17px !important;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px 5px !important;
    padding: 8px 10px;
    font-weight: 600;
    margin: 0 0 0 15px;
}
.app-detail .detail-area h2 .e-btn i {
    margin: 0 5px 0 0;
}
.app-detail .detail-area .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 7px 7px;
    border-bottom: 1px solid #dadada;
    background: #FFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.07);
    border: 0;
}

.app-detail .detail-area h3 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}
.app-detail .detail-area h3 i {
    margin: 0 10px 0 0;
    color: #00a25d;
    font-size: 15px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    background: #EAFFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.app-detail .detail-area .box span {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
}

.activity-feed {
    padding: 15px;
}

.activity-feed .feed-item {
    position: relative;
    padding-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid #e4e8eb;
}

.activity-feed .feed-item:last-child {
    border-color: transparent;
}

.activity-feed .feed-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #f37167;
}

.activity-feed .feed-item .date {
    position: relative;
    top: -5px;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 13px;
}

.activity-feed .feed-item .text {
    position: relative;
    top: -3px;
}


/* Forgot password  */

.for-area {
    padding: 4rem 0 0;
}
.for-area .form-block {
    padding: 30px 30px;
    box-shadow: 0 0 10px #c5c5c5;
    border-radius: 10px 10px;
}
.for-area .form-block label {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
}
.for-area .form-block input {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 17px;
    color: #000;
}
.for-area .form-block input:focus {
    box-shadow: none;
}
.for-area .form-block .r-btn {
    background: #00a25d;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0px;
    text-transform: uppercase;
    margin: 0 0 0 auto;
    display: flex;
}


/* about us page style start */

.ex-space {
    margin: 0 0 15rem;
}
.banner-area .a-img-hold {
    position: relative;
    overflow: hidden;
}
.banner-area .a-img-hold img {
    width: 100%;
}
.a-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-capation h1 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
}
.a-t-block  {
    padding: 5rem 0;
}
.a-t-block .t-detail h3 {
    color: #00A25D;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
}
.a-t-block .t-detail h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 5px;
    font-weight: 700;
}
.a-t-block .t-detail h2 span {
    color: #00A25D;
}
.a-t-block .t-detail h4 {
    color: #00A25D;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 15px;
    font-weight: 700;
}
.a-t-block .t-detail p {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
}
.a-t-block .t-detail ul li {
    color: #656565;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 20px;
}
.a-t-block .t-detail ul li i {
    margin: 0 10px 0 0;
}
.a-t-block .t-detail ul li:last-child {
    margin: 0;
}
.a-mid-area .m-img-hold {
    position: relative;
    overflow: hidden;
}
.a-mid-area .m-img-hold img {
    width: 100%;
}
.m-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.m-capation h2 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}
.m-capation .c-btn {
    border-radius: 50px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 18px 40px;
}
.r-t-block {
    padding: 5rem 0;
    background: #EBFFF6;
}
.r-t-block h3 {
    color: #00A25D;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
}
.r-t-block h2 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 10px;
    font-weight: 700;
}
.r-t-block p {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 25px;
}
.r-t-block ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.r-t-block ul li:last-child {
    margin: 0;
}
.r-t-block ul li .img-hold {
    width: 20%;
}
.r-t-block ul li .text-hold {
    width: 80%;
}
.r-t-block ul li .text-hold h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 10px;
}
.r-t-block ul li .text-hold p {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}
.a-pro-t {
    padding: 5rem 0 7rem;
}
.a-pro-t h3 {
    color: #00A25D;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: center;
}
.a-pro-t h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
}
.a-pro-t .box .img-hold img {
    width: 100%;
    border-radius: 15px 15px 0 0;
}
.a-pro-t .box .text-area {
    border-radius: 0px 0px 15px 15px;
    border: 1px solid #AFAFAF;
    background: #FFF;
    padding: 20px 0;
    text-align: center;
}
.a-pro-t .box .text-area h3 {
    color: #00A25D;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 0 0 7px;
}
.a-pro-t .box .text-area p {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}


/* Faq page style start */


.banner-area .f-img-hold {
    position: relative;
    overflow: hidden;
}
.banner-area .f-img-hold img {
    width: 100%;
}
.f-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}
.f-capation h1 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
}
.faq-area {
    padding: 5rem 0 7rem;
}
.faq-area h3 {
    color: #00A25D;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 25px;
    text-align: center;
}
.faq-area h1 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 40px;
    font-weight: 700;
    text-align: center;
}
.faq-area h1 span {
    color: #00A25D;
}
.faq-area .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #D1D1D1;
}
.faq-area .accordion .accordion-header {
    margin: 0;
}
.faq-area .accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
.faq-area .accordion .accordion-header button {
    color: #000;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 22px !important;
    border-radius: 0;
    padding: 25px 0;
}
.faq-area .accordion .accordion-header button:after {
    background-image: url(../images/img14.png);
}
.faq-area .accordion .accordion-header button:not(.collapsed)::after {
    background-image: url(../images/img15.png);
}
.faq-area .accordion .accordion-header button:focus {
    box-shadow: none;
}
.faq-area .accordion .accordion-body {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 0 25px;
}
.f-btto-area {
    padding: 7rem 0;
    background: url(../images/img16.png) no-repeat top center;
    background-size: cover;
    text-align: center;
}
.f-btto-area h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
}
.f-btto-area h2 span {
    color: #00A25D;
}
.f-btto-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 30px;
    text-align: center;
}
.f-btto-area .c-btn {
    border-radius: 50px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 18px 40px;
}

/* terms & conditions page style start */

.banner-area .tr-img-hold {
    position: relative;
    overflow: hidden;
}
.banner-area .tr-img-hold img {
    width: 100%;
}
.tr-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}
.tr-capation h1 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
}
.tr-area {
    padding: 5rem 0;
}
.tr-area h1 {
    color: #020202;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #BEBEBE;
}
.tr-area .box {
    margin: 0 0 40px;
}
.tr-area .box h2 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 20px;
}
.tr-area .box h2 i {
    color: #00A25D;
    font-size: 18px;
}
.tr-area .box p {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

/* contact us page style */

.banner-area .co-img-hold {
    position: relative;
    overflow: hidden;
}
.banner-area .co-img-hold img {
    width: 100%;
}
.co-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.co-capation h1 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}
.co-capation p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.c-t-block {
    padding: 5rem 0;
}
.c-t-block .w-box {
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #00a25d;
}
.c-t-block .w-box .text-hold {
    padding: 0 0 0 10px;
}
.c-t-block .w-box .text-hold h3 {
    color: #00A25D;
    font-size: 23px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 0 7px;
}
.c-t-block .w-box .text-hold p {
    color: #00A25D;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
.c-t-block .w-box .text-hold p a {
    color: #00A25D;
}
.c-f-block {
    padding: 0 0 6rem;
}
.c-f-block h3 {
    color: #00A25D;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.c-f-block .c-text h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 15px;
}
.c-f-block .c-text h2 span {
    color: #00A25D;
}
.c-f-block .c-text p {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px;
}
.c-f-block .form-block input {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 15px 15px;
    color: #ACACAC;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0;
}
.c-f-block .form-block textarea {
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 15px 15px;
    color: #ACACAC;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 0;
}
.c-f-block .form-block .s-btn {
    padding: 12px 15px;
    font-size: 18px !important;
    background: #00a25d;
    border-radius:0 !important;
    line-height: 20px !important;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: flex;
    margin:  0 auto;
}
.c-f-block .map-block {
    height: 450px;
}

/* privacy policy page style */

.banner-area .p-img-hold {
    position: relative;
    overflow: hidden;
}
.banner-area .p-img-hold img {
    width: 100%;
}
.p-capation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.p-capation h1 {
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
}
.p-t-block {
    padding: 5rem 0;
}
.p-t-block .p-sidebar {
    padding: 3rem 3rem;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.p-t-block .p-sidebar h3 {
    color: #575757;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 30px;
}
.p-t-block .p-sidebar ul li {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 25px;
}
.p-t-block h3 {
    color: #575757;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px;
}
.p-t-block h4 {
    color: #575757;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 40px;
}
.p-t-block h2 {
    color: #575757;
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 30px;
}
.p-t-block p {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 30px;
}
.p-t-block h5 {
    color: #010101;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.p-t-block h5 img {
    margin: 0 5px 0 0;
}
.pro-slider .slick-dots li button:before {
    color: #00a25d;
}
.pro-slider .slick-dots li.slick-active button:before {
    color: #00a25d;
}
.pro-slider .slick-dots {
    bottom: -10px;
}
#rating-Modal .modal-dialog {
    max-width: 700px;
    margin: 5rem auto 0;
}
#rating-Modal .modal-content {
    border: 0;
    border-radius: 10px;
    width: 90%;
    margin: auto;
}
#rating-Modal .modal-header {
    background: #EAF1FF;
    border: 0;
    padding: 20px 20px;
}
#rating-Modal .modal-header .search-block h4 {
    font-size: 20px;
    line-height: 22px;
}
#rating-Modal .model-text p {
    margin: 0 0 10px;
}
#rating-Modal .model-text .up-btn {
    border-radius: 5px;
    background: #00A25D;
    padding: 10px 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 15px 0 0;
}
#rating-Modal .model-text .up-area {
    display: none;
}
#rating-Modal .model-text .up-area.active {
    display: block;
}
#rating-Modal .modal-header .search-block .fas {
    color: #000;
    font-size: 25px;
    line-height: 27px;
}
#rating-Modal .btn-block {
    margin: 0 5px;
}
#rating-Modal .btn-block ul {
    margin: 0;
}
#rating-Modal .modal-footer {
    justify-content: flex-start;
}
#rating-Modal .modal-footer .btn-block {
    width: 25%;
}
#rating-Modal .btn-block .co-btn {
    font-size: 16px !important;
    line-height: 18px !important;
}
#cancelModal .modal-dialog {
    margin: 10rem auto 0;
    max-width: 600px;
}
#cancelModal .modal-content {
    border-radius: 15px 15px;
}
#cancelModal .modal-header {
    background: #EAF1FF;
    border: none;
    border-radius: 15px 15px 0 0;
}
#cancelModal .modal-header h1 {
    color: #000;
    font-weight: 500;
}
#cancelModal .modal-body h4 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 20px;
}
#cancelModal .modal-body ul {
    margin: 0 0 15px;
}
#cancelModal .modal-body ul li {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
}
#cancelModal .modal-body ul li:last-child {
    margin: 0;
}
#cancelModal .modal-body ul {
    margin: 0 0 25px;
}
#cancelModal .btn-area {
    display: flex;
    justify-content: flex-end;
}
#cancelModal .btn-area .b-btn {
    padding: 10px 25px;
    background: #00A25D;
    color: #FFF;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 18px !important;
    margin: 0 10px 0 0;
} 
#cancelModal .btn-area .c-btn {
    padding: 10px 25px;
    border: 2px solid #f53649;
    color: #FFF;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 18px !important;
    color: #F53649;
}
.two-box .side-bar .pro-nav ul li .drop-menu li a:hover {
    color: #00a25d;
}
#appModal .modal-dialog {
    max-width: 380px;
}
#appModal .modal-dialog .modal-content {
    border-radius: 15px;
    border: 0;
    background: url(../images/img29.png) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.two-box .side-bar .pro-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.two-box .side-bar .pro-nav ul li .drop-menu li a {
    display: block;
}
.two-box .side-bar .pro-nav ul li a i {
    display: none;
}
#appModal .modal-dialog .modal-content .modal-header {
    background: none;
    border: 0;
    padding: 20px 25px 15px;
    margin: 0;
}
#appModal .modal-dialog .modal-content .modal-body {
    text-align: center;
}
#appModal .modal-dialog .modal-content .modal-body h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
}
#appModal .modal-dialog .modal-content .modal-body h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin: 0 0 15px;
}
#appModal .modal-dialog .modal-content .modal-body p {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-transform: lowercase;
    margin: 0 0 20px;
}
#appModal .modal-dialog .modal-content .modal-body .img-hold {
    margin: 0 0 25px;
}
#appModal .modal-dialog .modal-content .modal-body .btn-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#appModal .modal-dialog .modal-content .modal-body .btn-area ul li {
    padding: 0;
    width: 50%;
}
#appModal .modal-dialog .modal-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/img30.png) no-repeat top center;
    background-size: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    height: 560px; 
    border-radius: 12px 12px 0 0;
}
.mob-app {
    padding: 15px 15px;
}
.mob-app .mob-l {
    display: flex;
    align-items: center;
}
.mob-app .mob-l h2 {
    color: #696969;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 0 10px;
}
.mob-app .mob-r {
    text-align: right;
}
.mob-app .mob-r .o-btn {
    padding: 6px 17px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 5px;
    background: #00A25D;
}

#textModal p {
    line-height: 20px;
}

.bottom-area .t-c-slder {
    margin: -7rem 0 0;
}
.t-c-slder .slick-slide {
    text-align: center;
    margin: 0 10px 0 0;
}
.t-c-slder .slick-slide a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    display: block;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #00A25D;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4.5px);
}
.t-c-slder .slick-slide a .img-hold {
    min-height: 65px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-c-slder .slick-slide a .img-hold img {
    margin: 0 auto;
    width: 60px;
}
.cata-area .cata-slider .hold {
    padding: 16px 12px !important;
}
#load {
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/assets/customer/images/Logo.png") no-repeat center center rgba(255,255,255,0.9);
    background-size: 15%;

}
.t-c-slder {
    display:none;
}
.t-c-slder.slick-initialized {
    display:block;
}

.re-slider {
    display:none;
}
.re-slider.slick-initialized {
    display:block;
}
.text-bar-m ul li {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
}
.text-bar-m ul li:after {
    position: absolute;
    top: 8px;
    left: 0;
    right: auto;
    bottom: auto;
    content: "";
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}
.text-bar-m ul li h5 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px;
}
.text-bar-m ul li p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.text-bar-m ul li i {
    color: #00A25D;
    margin: 0 5px 0 0;
}
.two-block .banner-area h5 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 3px;
}
.new-sub-heading {
    color: #00a25d !important;
    font-size: 25px;
    line-height: 27px;
    font-weight: bold;
    margin: 0 0 15px;
}
.new-sub-heading span {
    color: #ffffff !important;
}
.app-detail .detail-area .emp-detail {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    margin: 0 0 35px;
}
.app-detail .detail-area .emp-detail .d-box {
    display: flex;
    align-items: center;
}
.app-detail .detail-area .emp-detail .d-box .img-hold {
    width: 70px;
    height: 70px;
}
.app-detail .detail-area .emp-detail .d-box .img-hold img {
    border-radius: 100%;
}
.app-detail .detail-area .emp-detail .d-box .d-area {
    padding: 0 0 0 15px;
}
.app-detail .detail-area .emp-detail .d-box .d-area h3 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 10px;
    font-family: 'ProximaNova-Light';
}
.app-detail .detail-area .emp-detail .d-box .d-area h2 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
.app-detail .detail-area .emp-detail .d-detail {
    padding: 5px 0 0;
}
.app-detail .detail-area .emp-detail .d-detail h5 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ProximaNova-Light';
}
.app-detail .detail-area .emp-detail .d-detail h5 i {
    margin: 0 10px 0 0;
    color: #00a25d;
    font-size: 15px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    background: #EAFFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.app-detail .detail-area .emp-detail .d-detail h6 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 2rem;
    font-weight: 700;
    text-align: center;
}

.app-detail .detail-area .emp-detail .d-detail h4 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'ProximaNova-Light';
}
.app-detail .detail-area .emp-detail .d-detail h4 i {
    margin: 0 10px 0 0;
    color: #00a25d;
    font-size: 15px;
    line-height: 17px;
    width: 30px;
    height: 30px;
    background: #EAFFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.app-detail .detail-area .emp-detail .d-detail h2 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: right;
    justify-content: flex-end;
}
.app-detail .detail-area .cop-detail {
    border-top: 1px solid #dee2e6;
    padding: 15px 0 0;
}
.app-detail .detail-area .cop-detail .c-box {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    margin: 0 0 35px;
}
.app-detail .detail-area .cop-detail .c-box .img-hold img {
    border-radius: 10px 10px;
}
.app-detail .detail-area .cop-detail .c-box .c-area h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}
.app-detail .detail-area .cop-detail .c-box .c-area h3 a {
    color: #00a25d;
    padding: 7px 7px;
    display: inline-block;
    background: #EAF1FF;
    border-radius: 5px 5px;
}
.app-detail .detail-area .cop-detail .c-box .c-area {
    padding: 30px 0 0;
} 
.app-detail .detail-area .cop-detail .c-box .c-area p {
    color: #535353;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
.app-detail .detail-area .cop-detail .c-box .c-area p i {
    font-size: 12px;
    line-height: 14px;
    color: #00A25D;
    margin: 0 5px 0 0;
}
.app-detail .detail-area .que-detail {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0 0;
}
.app-detail .detail-area .que-detail .q-box {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    margin: 0 0 25px;
}
.app-detail .detail-area .que-detail .q-box .t-area h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0;
}
.app-detail .detail-area .que-detail .q-box .t-area p {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.app-detail .detail-area .re-detail {
    border-top: 1px solid #E0E0E0;
    padding: 15px 0 0;
}
.app-detail .detail-area .btn-area .lr-btn {
    border-radius: 5px !important;
    background: #00A25D;
    padding: 10px 12px;
    color: #FFF;
    font-size: 12px !important;
    font-weight: 700;
    line-height: 14px !important;
}
.app-detail .detail-area .btn-area {
    margin: 0 0 15px;
}
.app-detail .detail-area .re-detail {
    margin: 0 0 30px;
}
.app-detail .detail-area .re-detail .l-area .d-box {
    display: flex;
    align-items: center;
}
.app-detail .detail-area .re-detail .l-area .img-hold {
    width: 80px;
    height: 80px;
}
.app-detail .detail-area .re-detail .l-area .img-hold img {
    border-radius: 100%;
}
.app-detail .detail-area .re-detail .l-area .d-area {
    padding: 0 0 0 15px;
}
.app-detail .detail-area .re-detail .l-area .d-area h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 0 10px;
}
.app-detail .detail-area .re-detail .l-area .d-area h2 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 5px;
    padding: 0;
    font-family: 'ProximaNova-Light';
}
.app-detail .detail-area span {
    font-size: 18px;
    line-height: 30px;
    color: #212529;
}
.app-detail .detail-area .re-detail .r-area p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#rating-Modals .modal-dialog {
    max-width: 700px;
    margin: 5rem auto 0;
}
#rating-Modals .modal-header {
    background: #EAF1FF;
    border: 0;
    padding: 20px 20px;
}
#rating-Modals .modal-header .search-block .fas {
    color: #000;
    font-size: 25px;
    line-height: 27px;
}
#rating-Modals .up-btn {
    border-radius: 5px !important;
    background: #00A25D;
    padding: 10px 40px;
    color: #FFF;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 18px !important;
    margin: 15px 0 0;
}
#rating-Modals .up-btn:focus {
    box-shadow: none;
}



.product-area .top-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0;
}
.product-area .top-link h2 {
    font-size: 20px;
    line-height: 22px;
}
.product-area .top-link a {
    padding: 10px 10px;
    border-radius: 5px 5px;
    background: #f4f4f4;
    color: #161718;
    font-size: 15px;
    line-height: 17px;
}
#filter-Modal .fli-text {
    padding: 0 0 15px;
}
#filter-Modal .fli-text ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#filter-Modal .fli-text ul li span a {
    color: rgba(0, 162, 93, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    border: 0;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 162, 93, 1);
    text-transform: none;
}
#filter-Modal .cata-info {
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    margin: 0 0 15px;
}
#filter-Modal .cata-info h3 {
    color: #00A25D;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 15px;
}
#filter-Modal .cata-info ul li {
    margin: 0 0 10px;
}
#filter-Modal .cata-info ul li a {
    color: #646464;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
#filter-Modal .cata-info ul li a:hover,#filter-Modal .cata-info ul li a.active {
    color: #00A25D;
    font-weight: 600;
}
#filter-Modal .form-block .rating, #filter-Modal .form-block .sea-bar {
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    margin: 0 0 15px;
}
#filter-Modal .form-block .rating h3, #filter-Modal .form-block .sea-bar h3 {
    color: #00A25D;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 15px;
}
#filter-Modal .form-block .rating .form-check, #filter-Modal .form-block .sea-bar .form-check {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
}
#filter-Modal .form-block .rating .form-check input, #filter-Modal .form-block .sea-bar .form-check input {
    width: 20px;
    height: 20px;
    margin-top: 0;
}
#filter-Modal .form-block .rating .form-check label, #filter-Modal .form-block .sea-bar .form-check label {
    vertical-align: middle;
    margin: 0 0 0 10px;
    color: #646464;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
#filter-Modal .modal-header {
    padding: 20px 20px;
    background: #EAF1FF;
    border-bottom: 0;
}
#wrapper.busniess-block {
    min-height: 75%;
}
.block-box {
    text-align: center;
    padding: 10rem 0;
}
.block-box .img-hold {
    margin: 0 0 30px;
}
.block-box .txt-area h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 10px;
}
.block-box .txt-area p {
    color: #000;
    font-size: 23px;
    font-weight: 300;
    line-height: 25px;
}
.block-box .txt-area {
    margin: 0 0 30px;
}
.block-box .btn-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-box .btn-area ul li {
    margin: 0 20px 0 0;
}
.block-box .btn-area ul li:last-child {
    margin: 0;
}
.block-box .btn-area ul li .b-btn {
    padding: 15px 22px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 5px;
    background: #092356;
}
.block-box .btn-area ul li .b-btn:focus {
    box-shadow: none;
}
.block-box .btn-area ul li .s-btn {
    padding: 15px 45px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 5px;
    background: #DFDFDF;
}
.block-box .btn-area ul li .s-btn:focus {
    box-shadow: none;
}
.two-box .pro-slider{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.two-box .pro-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.two-block .banner-area .img-hold {
    text-align: center;
}
.two-block .banner-area .img-hold img {
    max-width: 100%;
    width: 90%;
}
#wrapper .n-header {
    border-bottom: 2px solid #DBDBDB;
}
#wrapper .n-header .img-hold {
    width: 150px;
    margin: 0 auto;
}
.two-box .all-appointments .e-block {
    margin: 0 0 20px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 15px 15px;
}
.two-box .all-appointments .e-block .block .s-box {
    display: flex;
    align-items: flex-start;
}
.two-box .all-appointments h6 .btn-dark {
    background: #00a25d;
    border: 1px solid #00a25d;
}
.two-box .all-appointments .e-block .block {
    display: flex;
    justify-content: space-between;
}
.two-box .all-appointments .e-block .block .s-box .t-hold {
    padding: 0 0 0 15px;
}
.two-box .all-appointments .e-block .block .s-box .t-hold h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px;
}
.two-box .all-appointments .e-block .block .s-box .t-hold p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.two-box .all-appointments .e-block .block .s-box .t-hold p img {
    margin: 0 5px 0 0;
}
.two-box .all-appointments .e-block .block .b-btn .vd-btn {
    border-radius: 5px;
    background: #00A25D;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.two-box .all-appointments .e-block .block .b-btn .vd-btn img {
    margin: 0 5px 0 0;
}
.two-box .all-appointments .e-block .block .b-btn .vd-btn:focus {
    box-shadow: none;
}
.two-box .all-appointments .e-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two-box .all-appointments .e-block ul li {
    width: 49%;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px dashed #C5C5C5;
    background: #DCFFD3;
}
.two-box .all-appointments .e-block ul li h3 {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 7px;
}
.two-box .all-appointments .e-block ul li h3 img {
    margin: 0 5px 0 0;
}
.two-box .all-appointments .e-block ul li p {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}
.two-box .all-appointments .e-block ul li:last-child {
    border-radius: 5px;
    background: #F5F5F5;
}
#account-sidebar .p-box {
    padding: 10px 10px;
}
#account-sidebar .p-box .block {
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
}
#account-sidebar .p-box .block .t-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}
#account-sidebar .p-box .block .t-info p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 10px 0 0;
}
#account-sidebar .p-box .block .t-info p i {
    font-size: 14px;
    line-height: 16px;
}
#account-sidebar .p-box .block .t-info .doc-btn {
    padding: 8px 10px;
    border-radius: 5px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
#account-sidebar .p-box .block .t-info .doc-btn i {
    margin: 0 5px 0 0;
}
#account-sidebar .p-box .block .noo-bor h3,.pro-doc .card .card-body .noo-border h3 {
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0.4px;
}
#account-sidebar .p-box .block .noo-bor h3 i, .pro-doc .card .card-body .noo-border h3 i{
    margin: 0 7px 0 0;
}
#account-sidebar .p-box .block .noo-bor,.pro-doc .card .card-body .noo-border {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}
#account-sidebar .p-box .block .pro-text,.pro-doc .card .card-body .pro-text {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
#account-sidebar .p-box .block .pro-text h4,.pro-doc .card .card-body .pro-text h4 {
    display: flex;
    padding: 5px 5px;
    background: #EAF1FF;
    border-radius: 5px 5px;
    font-size: 12px;
    line-height: 14px;
    align-items: center;
    width: 210px;
}
#account-sidebar .p-box .block .pro-text h4 img,.pro-doc .card .card-body .pro-text h4 img {
    margin: -5px 7px 0 0;
}

#account-sidebar .p-box .block .pro-text h4 a,.pro-doc .card .card-body .pro-text h4 a {
    color: #161718;
    font-size: 13px;
}

#account-sidebar .p-box .block .pro-text h4 a:hover,.pro-doc .card .card-body .pro-text h4 a:hover {
    color: #00a25d;
}


#account-sidebar .p-box .block .bot-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#account-sidebar .p-box .block .bot-area li {
    width: 49%;
    background: #F5F5F5;
    padding: 10px 10px;
    border-radius: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-doc .card {
    border-radius: 15px;
    border: 1px solid #C0C0C0;
}
.pro-doc .card .card-body p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
.pro-doc .card .card-body .doc-btn {
    padding: 8px 10px;
    border-radius: 5px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.pro-doc .card .card-body .doc-btn i {
    margin: 0 5px 0 0;
}
.pro-doc .card .card-body h3 {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    border-bottom: 1px solid #E0E0E0;
}
.pro-doc .up-box {
    border-radius: 15px;
    border: 1px solid #C0C0C0;
    background: #FFF;
    height: 100%;
}
.pro-doc .up-box h2 {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0 0 12px;
}
.pro-doc .up-box .sub-btn {
    padding: 10px 30px;
    border-radius: 5px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.pro-doc .d-bar ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    background: #fff;
    margin: 0 0 15px;
}
.pro-doc .d-bar ul li {
    margin: 0 15px 0 0;
}
.pro-doc .d-bar ul li a {
    padding: 7px 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    background: rgba(230, 230, 230, 1);
    border-radius: 5px 5px;
    text-decoration: none;
    display: block;
}
.pro-doc .box {
    padding: 0;
    width: 97%;
    margin: 0 0 15px 12px;
    border-radius: 5px 5px;
    border: 0;
}
.pro-doc .box .tit {
    border: 1px solid rgba(208, 208, 208, 1);
    padding: 3px 13px;
    margin: 0;
    background: #00a25dc9;
    border-radius: 6px;
    text-align: center;
    width: 100%;
}
.pro-doc .box .tit h2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(255 255 255);
}
.pro-doc .blocks {
    border: 1px solid #C0C0C0;
    padding: 15px 15px;
    border-radius: 15px 15px;
    margin: 0 0 15px;
}
.pro-doc .blocks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pro-doc .blocks ul li:first-child {
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-doc .blocks ul li {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #858585;
    font-weight: 300;
}
.pro-doc .blocks ul li img {
    margin: 0 5px 0 0;
}
.pro-doc .blocks ul li h4 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    width: 70%;
}
.pro-doc .blocks ul li h4 img {
    margin: 0 5px 0 0;
}
.pro-doc .blocks ul li span {
    background: rgba(0, 162, 93, 1);
    padding: 5px 7px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.pro-doc .blocks ul li:last-child {
    border-bottom: 0;
}
.pro-doc .blocks .btn-area {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-doc .blocks .btn-area .do-btn {
    padding: 8px 12px;
    background: #00A25D;
    border-radius: 5px 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
}
.pro-doc .blocks .btn-area .do-btn img {
    margin: 0 5px 0 0;
}
.pro-doc .blocks .btn-area .btn-del {
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 5px 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #D75252;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
}
.pro-doc .blocks .btn-area .btn-del img {
    margin: 0 5px 0 0;
}

.btn-primary {
    background-color: #00a25d;
    border-color: #00a25d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #159760;
    border-color: #159760;
}
#staticBackdrop .btn-close {
    background: url(/assets/business/home/images/icon67.png) no-repeat;
    width: 10px;
    height: 10px;
    background-size: 100%;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 15px;
    top: 10px;
}
#staticBackdrop .modal-body .up-box h2 {
    color: #072D76;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 7px;
}
#staticBackdrop .modal-body .up-box p {
    color: #828282;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
}
#staticBackdrop .modal-body .up-box form .block {
    border-radius: 10px;
    border: 1px dashed #999;
    background: #FFF;
    padding: 7px 7px;
    width: 100%;
}
#staticBackdrop .modal-body .custom-file {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 10px 10px;
    display: flex;
    justify-content: center;
    border-radius: 5px 5px;
    background: #F0F0F0;
    flex-direction: column;
}
#staticBackdrop .modal-body .custom-file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}
#staticBackdrop .modal-body .custom-file label {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #6A6A6A;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 0.9rem 0;
}
#staticBackdrop .modal-body .custom-file label img {
    margin: 0 0 5px;
}
#staticBackdrop .modal-footer {
    padding: 0;
    justify-content: center;
    padding: 0 0 10px;
    border: 0;
}
#staticBackdrop .modal-footer .sub-btn {
    border-radius: 50px;
    background: #072D76;
    padding: 10px 40px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
#staticBackdrop .modal-footer .c-btn {
    border-radius: 50px;
    background: #D3D3D3;
    padding: 10px 40px;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
#account-sidebar .p-box .block .position-relative img {
    border-radius: 5px 5px;
}
.two-box .all-appointments h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.two-box .all-appointments h6 .vi-btn {
    padding: 8px 10px;
    border-radius: 5px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.two-box .all-appointments h6 .vi-btn img {
    margin: 0 5px 0 0;
}
.two-box .all-appointments h6 .vi-btn:focus {
    box-shadow: none;
}
#account-sidebar .acc-inv {
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
}
#account-sidebar .acc-inv .top-head {
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 12px 15px;
    margin: 0 0 15px;
}
#account-sidebar .acc-inv .top-head h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}
#account-sidebar .acc-inv .box-inv {
    padding: 0 15px;
}
#account-sidebar .acc-inv .box-inv .box {
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.05);
    padding: 15px 15px;
}
#account-sidebar .acc-inv .box-inv .box .img-hold img {
    border-radius: 100%;
}
#account-sidebar .acc-inv .box-inv .box .t-area h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px;
}
#account-sidebar .acc-inv .box-inv .box .t-area p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 15px;
}
#account-sidebar .acc-inv .box-inv .box .btn-area ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
#account-sidebar .acc-inv .box-inv .box .btn-area ul li {
    width: 49%;
}
#account-sidebar .acc-inv .box-inv .box .btn-area ul li .a-btn {
    border-radius: 5px;
    background: #00A25D;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 12px;
    display: block;
}
#account-sidebar .acc-inv .box-inv .box .btn-area ul li .r-btn {
    border-radius: 5px;
    background: #DADADA;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 12px;
    display: block;
}

/* invoive page start */

.two-box .inv-block h3 {
    margin: 0;
    background: #EAF1FF;
    font-size: 16px;
    color: #161718;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 15px 20px;
}
.two-box .tab-area .nav {
    background: #f9f9f9;
    padding: 0px 20px;
}
.two-box .tab-area .nav .nav-item {
    margin: 0 25px 0 0;
}
.two-box .tab-area .nav .nav-item:last-child {
    margin: 0;
}
.two-box .tab-area .nav .nav-item button {
    background: none;
    color: #5E5E5E;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 10px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
}
.two-box .tab-area .nav .nav-item button.active {
    color: #00A25D;
    border-bottom: 2px solid #00A25D;
    font-weight: 700;
}
.two-box .tab-area .tab-content {
    padding: 0 20px;
}
.two-box .tab-area .tab-content table tr th {
    padding: 15px 10px;
    border: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}
.two-box .tab-area .tab-content table tr th .form-check input {
    border: 1px solid #D0D0D0;
    background-color: #fff;
    width: 18px;
    height: 18px;
}
.two-box .tab-area .tab-content table tr td .form-check input {
    border: 1px solid #D0D0D0;
    background-color: #fff;
    width: 18px;
    height: 18px;
}
.two-box .tab-area .tab-content table tr td {
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    border-color: #E6E6E6;
}
.two-box .tab-area .tab-content table tr td p span {
    color: #00A25D;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 7px 7px;
    text-align: center;
    background: #E6FFF5;
}
.two-box .tab-area .tab-content table tr td p span.un-paid {
    color: #072D76;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 7px;
    background: #EAF1FF;
    border-radius: 5px 5px;
}
.two-box .tab-area .tab-content table tr:nth-child(even) {
    background: #F9F9F9;
}
.two-box .tab-area .tab-content table tr td .v-detail {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 8px 15px;
    background: #00A25D;
    color: #FFF;
}
.two-box .tab-box {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

/* view-invoice page start */

.two-box .tab-box .vi-invoice {
    padding: 15px 25px;
}
.vi-invoice .img-hold {
    background: url(../images/t-banner.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px;
}
.vi-invoice .img-hold .tb-text h1 {
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px;
}
.vi-invoice .img-hold .tb-text p {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
}
.vi-invoice .two-block {
    padding: 20px 25px;
}
.vi-invoice .two-block .detail-left h2 {
    color: #072D76;
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    margin: 0 0 15px;
}
.vi-invoice .two-block .detail-left h4 {
    color: #072D76;
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    margin: 0 0 15px;
}
.vi-invoice .two-block .detail-left h3 {
    color: #072D76;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px;
}
.vi-invoice .two-block .detail-left p {
    color: #072D76;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 20px;
}
.vi-invoice .two-block .detail-right h2 {
    color: #072D76;
    font-size: 50px;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 10px;
}
.vi-invoice .two-block .detail-right h3 {
    color: #072D76;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.vi-invoice .two-block .detail-right ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.vi-invoice .two-block .detail-right ul li {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #072D76;
}
.vi-invoice .two-block .detail-right p {
    color: #072D76;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}
.vi-invoice .two-block table tr th {
    padding: 15px 10px;
    border: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 500;
}
.vi-invoice .two-block table tr td {
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    border-color: #E6E6E6;
}
.vi-invoice .two-block table tr td p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #000;
}
.vi-invoice .two-block tr td p span {
    display: block;
    color: #5B5B5B;
    margin: 5px 0 0;
}
.vi-invoice .two-block .total-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.vi-invoice .two-block .total-list li {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vi-invoice .two-block .total-list li p {
    color: #686868;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
.vi-invoice .two-block .total-list li:last-child {
    margin: 0;
    border-top: 1px dashed #949494;
    padding: 15px 0 0;
}
.vi-invoice .two-block .total-list li:last-child p {
    font-weight: 700;
}
.two-box .tab-box .btn-block {
    margin: 0;
    padding: 0 25px;
}
.two-box .tab-box .btn-block ul {
    border-top: 10px solid #072D76;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.two-box .tab-box .btn-block ul li {
    margin: 20px 15px 0 0;
}
.two-box .tab-box .btn-block ul li:last-child {
    margin: 20px 0 0;
}
.two-box .tab-box .btn-block ul li .pa-btn {
    background: #00A25D;
    padding: 15px 50px;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 22px !important;
    color: #fff; 
}
.two-box .tab-box .btn-block ul li .pa-btn:hover {
    opacity: 0.8;
}
.two-box .tab-box .btn-block ul li .pr-btn {
    background: #E5E5E5;
    padding: 15px 50px;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 22px !important;
    color: #000; 
}
.two-box .tab-box .btn-block ul li .pr-btn:hover {
    opacity: 0.8;
}


/* task page strat here */

.two-box .task-block h3 {
    margin: 0;
    background: #EAF1FF;
    font-size: 16px;
    color: #161718;
    font-weight: 700;
    border-radius: 10px 10px 0px 0px;
    background: #EAF1FF;
    padding: 15px 20px;
}
.two-box .task-box {
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 10px 10px;
}
.two-box .task-area {
    padding: 15px 15px;
}
.two-box .task-area .block {
    padding: 15px 15px;
    border-radius: 15px 15px;
    border: 1px solid rgba(224, 224, 224, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.two-box .task-area .block .top-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 15px;
}
.two-box .task-area .block .top-area h3 {
    font-size: 20px;    
    line-height: 22px;
    font-weight: 500;
    color: #000;
}
.two-box .task-area .block .top-area h3 span {
    color: rgba(83, 83, 83, 1);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    display: block;
    margin: 7px 0 0;
}
.two-box .task-area .block .top-area .v-btn {
    background: rgba(235, 255, 230, 1);
    padding: 10px 20px !important;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 162, 93, 1);
    font-weight: 500;
    border: 0;
    border-radius: 50px 50px !important;
}
.two-box .task-area .block .top-area .v-btn:hover {
    background: rgba(0, 162, 93, 1);
    color: #fff;
}
.two-box .task-area .block .lt-area {
    display: flex;
    justify-content: space-between;
}
.two-box .task-area .block .lt-area ul {
    display: flex;
}
.two-box .task-area .block .lt-area ul li {
    margin: 0 20px 0 0;
    font-size: 12px;
    line-height: 14px; 
    font-weight: 400;
    color: rgba(7, 45, 118, 1);
}
.two-box .task-area .block .lt-area ul li:last-child {
    margin: 0;
}
.two-box .task-area .block .lt-area ul li img {
    margin: 0 8px 0 0;
}
.two-box .task-area .block .lt-area .foll-area {
    text-align: right;
}
.two-box .task-area .block .lt-area .foll-area h3 {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.two-box .task-area .block .lt-area .foll-area h3 img {
    margin: 0 7px 0 0;
}
.two-box .task-area .block .lt-area .foll-area span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(83, 83, 83, 1);
    font-weight: 300;
}
#taskModal .modal-dialog {
    max-width: 870px;
}
#taskModal .modal-dialog .modal-content {
    border-radius: 20px 20px;
}
#taskModal .modal-dialog .modal-body .le-bar h2 {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin: 0 0 15px;
}
#taskModal .modal-dialog .modal-body .le-bar h3 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
}
#taskModal .modal-dialog .modal-body .le-bar p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    margin: 0 0 25px;
}
#taskModal .modal-dialog .modal-body {
    padding: 0;
}
#taskModal .modal-dialog .modal-body .le-bar {
    padding: 20px 20px;
    border-right: 1px solid rgba(227, 227, 227, 1);
}
#taskModal .modal-dialog .modal-body .le-bar .attachment-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 18px;
    color: rgba(107, 107, 107, 1);
    cursor: pointer;
    padding: 5px 10px;
}
#taskModal .modal-dialog .modal-body .le-bar .attachment-label i {
    font-size: 16px;
}
#taskModal .modal-dialog .modal-body .le-bar .attachment-label:hover {
    background: rgb(0 162 93 / 68%);
    color: #fff;
    border-radius: 5px 5px;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file h3 {
    font-size: 16px;
    line-height: 18px;
    color: rgba(107, 107, 107, 1);
    font-weight: 400;
    margin: 0 0 15px;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box {
    overflow-y: auto;
    max-height: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    background: rgba(239, 245, 255, 1);
    border-radius: 10px 10px;
    max-width: 49%;
    cursor: pointer;
    width: 100%;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .img-hold {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px;
    background: rgba(223, 234, 255, 1);
    margin: 0 10px 0 0;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .text-box h5 {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 5px;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .text-box h4 {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .act-bnt {
    margin: 0 0 0 10px;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .act-bnt button {
    padding: 0;
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .act-bnt button i {
    margin: 0;
    color: rgb(0 162 93);
}
#taskModal .modal-dialog .modal-body .le-bar .nav .nav-item .nav-link {
    background: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    border-radius: 0 !important;
}
#taskModal .modal-dialog .modal-body .le-bar .nav .nav-item .nav-link.active {
    border-bottom: 1px solid rgba(7, 45, 118, 1);
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area {
    display: flex;
    margin: 0 0 15px;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .img-hold {
    margin: 0 15px 0 0;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box h4 {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box h4 span {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 300;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box .s-box {
    display: flex;
    align-items: center;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box input {
    border: 1px solid rgba(208, 208, 208, 1);
    border-radius: 5px 5px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    width: 400px;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box .ms-btn {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box button {
    background: none;
    padding: 0;
    border: 0;
    margin: 0 7px 0 0;
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box .del-btn i {
    color: rgba(215, 82, 82, 1);
}
#taskModal .modal-dialog .modal-body .le-bar .tab-content .mes-area .ms-box button i {
    color: rgba(50, 50, 50, 1);
}
#taskModal .modal-dialog .modal-body .ri-area {
    padding: 20px 20px 20px 0;
}
#taskModal .modal-dialog .modal-body .ri-area .btn-close {
    margin: 0 0 15px auto;
    display: flex;
    opacity: 1;
}
#taskModal .modal-dialog .modal-body .ri-area ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
#taskModal .modal-dialog .modal-body .ri-area ul li {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: rgba(248, 251, 252, 1);
    border-radius: 3px 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(59, 59, 59, 1);
    margin: 0 0 10px;
}
#taskModal .modal-dialog .modal-body .ri-area ul li span {
    font-weight: 300;
}
#taskModal .modal-dialog .modal-body .ri-area ul li img {
    margin: 0 10px 0 0;
}
#taskModal .modal-dialog .modal-body .ri-area ul li:last-child {
    margin: 0;
}
#taskModal .modal-dialog .modal-body .ri-area .bt-area h2 {
    font-size: 14px;
    line-height: 16px;
    color: rgba(59, 59, 59, 1);
    font-weight: 400;
    margin: 0 0 10px;
}
#taskModal .modal-dialog .modal-body .ri-area .bt-area ul li {
    background: rgba(232, 255, 245, 1);
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box:hover {
    background: rgba(239, 245, 255, 0.5);
}
#taskModal .modal-dialog .modal-body .le-bar .att-file .file-box .box .act-bnt button i:hover {
    color: rgb(0 162 93 / 68%);
}
#taskModal .modal-dialog .modal-body .comm-box {
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
}
#taskModal .modal-dialog .modal-body .commt-area {
    margin: 0 0 15px;
    display: flex;
    align-items: flex-start;
}
#taskModal .modal-dialog .modal-body .commt-area .img-hold {
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
}
#taskModal .modal-dialog .modal-body .commt-area .img-hold img {
    width: 100%;
}
#taskModal .modal-dialog .modal-body .commt-area .text-hold p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 300;
}
#taskModal .modal-dialog .modal-body .commt-area .text-hold p b {
    font-weight: 700;
}
#taskModal .modal-dialog .modal-body .commt-area .text-hold span {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 300;
    margin: 0 0 10px;
    display: block;
}

#messages-body .dow-all {
    margin: 15px 0 0;
}
#messages-body .dow-all .d-btn {
    background: rgb(0 162 93);
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
#messages-body .gallery {
    display: flex;
    flex-wrap: wrap;
}
#messages-body .gallery .img-box {
    width: 30%;
    height: auto;
    margin: 0 10px 10px 0;
}
#messages-body .gallery img {
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s ease;
    height: 170px;
}
#messages-body .gallery img:hover {
    opacity: 0.7;
}
#messages-body .gallery .img-box .overlay:hover {
    opacity: 0.7;
}
#messages-body .gallery .img-box .t-box button {
    padding: 0;
    border: 0;
    background: none;
    margin: 10px 0 0;
    display: flex;
    align-items: center;
}
#messages-body .gallery .img-box .t-box button i {
    font-size: 14px;
    line-height: 16px;
    color: rgba(137, 144, 158, 1);
    margin: 0 10px 0 0;
}
#messages-body .gallery .img-box .t-box p {
    margin: 0;
    color: rgba(137, 144, 158, 1);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 100px;
    max-width: 100px;
    text-align: left;
}
#messages-body .gallery .img-box .t-box span {
    margin: 0 0 0 7px;
    color: rgba(137, 144, 158, 1);
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
#messages-body .gallery .img-box .overlay span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    z-index: 9;
}
#messages-body .gallery .img-box .overlay {
    position: relative;
    cursor: pointer;
}
#messages-body .gallery .img-box .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    border-radius: 5px 5px;
}

#messages-body .file-box {
    display: flex;
    flex-wrap: wrap;
}
#messages-body .file-box .boxx {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    background: rgba(239, 245, 255, 1);
    border-radius: 10px 10px;
    min-width: 300px;
    margin: 0 10px 10px 0;
    position: relative;
    cursor: pointer;
}
#messages-body .file-box .boxx .img-hold {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px;
    background: rgba(223, 234, 255, 1);
    margin: 0 10px 0 0;
}
#messages-body .file-box .boxx .text-box h5 {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 5px;
}
#messages-body .file-box .boxx .text-box h4 {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
}
#messages-body .act-bnt {
    margin: 0 0 0 20px;
    position: absolute;
    left: auto;
    right: 15px;
    content: "";
}
#messages-body .act-bnt button {
    padding: 0;
}
#messages-body .act-bnt button i {
    margin: 0;
    color: rgba(7, 45, 118, 1);
}
#messages-body .file-box .boxx:hover {
    background: rgba(239, 245, 255, 0.5);
}
#messages-body .gallery .img-box .t-box button:hover {
    opacity: 0.7;
}
#messages-body .dow-all .d-btn:hover {
    background: rgb(0 162 93 / 68%);
    color: #fff;
}
#messages-body .act-bnt button:hover {
    opacity: 0.7;
}
.messages-images {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.messages-images .modal-content {
    position: relative;
    margin: 5% auto;
    max-width: 40%;
    max-height: initial;
    text-align: center;
    border-radius: 10px 10px;
}
.messages-images .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10;
}
.messages-images .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}
.messages-images .nav-btn.right {
    right: 20px;
}
.messages-images .nav-btn.left {
    left: 20px;
}
.messages-images .modal-content img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px;
    margin: 0 auto;
}
#kt_chat_messenger_footer label {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0;
    color: #a1a5b7;
}
#kt_chat_messenger_footer label:hover {
    color: #00a25d;
}
#kt_chat_messenger_footer #attachments-input,#kt_chat_messenger_footer #images-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#kt_chat_messenger_footer #send-button {
    padding: 7px 20px;
    border-radius: 5px 5px !important;
}
.up-block {
    background: #2F2F2F url(../images/banner-002.png) no-repeat top center;
    padding: 4rem 0;
    background-size: cover;
}
.up-block h2 {
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.up-block .t-box {
    display: flex;
    align-items: center;
} 
.up-block .t-box p {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
}
.up-block .t-box .fr-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 17px 24px;
    background: #00A25D;
    color: #fff;
    border-radius: 10px 10px;
    margin: 0 0 0 20px;
}

/*.tab-slid, .slick-track .row {
    background: #f9fafb;
}
.slick-track {
    background: #ffffff;
}*/