/*--------------------------------------------------------------------------------------*/
/*General-Css-Here
/*--------------------------------------------------------------------------------------*/
*{margin:0;padding:0;box-sizing:border-box}
body{margin:0;padding:0;box-sizing:border-box;font-family: 'Space Grotesk', sans-serif; font-weight: 400}
a{-webkit-transition:.5s ease-out;-moz-transition:.5s ease-out;-o-transition:.5s ease-out;transition:.5s ease-out}
ul{margin:0;padding:0;list-style:none}
figure,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
img{max-width:100%}
footer,header,section{display:block}
footer:after,footer:before,header:after,header:before,section:after,section:before{display:table;clear:both;content:""}

a:focus{border:0;outline:0}
button:focus{border:0;outline:0}
select{appearance:none}
p,span{margin:0;padding:0}
a:hover{text-decoration:none}
html{scroll-padding-top: 5rem;}

/*--------------------------------------------------------------------------------------*/
/*font-family
/*--------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/*------------------------------------------------------------------------------------*/
/*common-css
/*--------------------------------------------------------------------------------------*/

.bg-dark{background-color:#2e2e2e!important}
.section-padding{padding:90px 0 80px}
.heading-card small{font-size:22px;color:#6c3;font-weight:700;padding-bottom:13px;display:block}
.heading-card h2{font-size:42px;color:#000;font-weight:700;line-height:46px;padding-bottom:15px}
.heading-card p{font-size:18px;color:#6c6f81;line-height:23px;font-weight:500;padding-bottom:30px}
.text-off {color: rgb(255 255 255 / 39%) !important;}

.form-control{height:42px;border:1px solid #dce3eb;font-size:15px;color:#000;border-radius:6px;padding:5px 16px}
.form-control:focus,.form-select:focus{outline:0;box-shadow:none;border-color:#dce3eb}
.form-control::-webkit-input-placeholder{color:#6c6f81}
.form-control:-ms-input-placeholder{color:#6c6f81}
.form-control::placeholder{color:#6c6f81}
.form-control.note-min{height:118px;resize:none}

.cpt{padding-top:80px}
.breadcrumb-item a,li.breadcrumb-item{font-size:16px;color:#6c6f81;text-transform:uppercase;font-weight:500}
.breadcrumb-item a{color:#6c3;text-decoration:none}
.breadcrumb{margin:0}
.with-icon{position:relative}
.with-icon .icon-box{position:absolute;right:18px;top:12px;bottom:0;font-size:18px;color:#a8abaf}

/*--------------------------------------------------------------------------------------*/
/*btn-css
/*--------------------------------------------------------------------------------------*/
.btn:focus{box-shadow:none}
.btn{font-size:16px;border-radius:6px;border:0;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;min-width:106px;line-height:24px;font-weight:500}
.btn-primary{background:#6c3;color:#fff}
.btn-primary:hover{background:#6c3;opacity:.8}
.btn-secondary{background:#0e0f0d}
.btn-secondary:hover{background:#0e0f0d;opacity:.8}
.btn-icon{height:49px;margin-right:5px}
.btn-icon .icon-box{width:40px;height:39px;display:flex;align-items:center;justify-content:center;background:var(--primary_active_color);border-radius:6px;margin-left:14px}
.btn-icon .icon-box i{font-size:21px;  transition: 0.4s;}
.btn-icon:hover i {transform: rotate(-90deg);transition: 0.4s;}

/*--------------------------------------------------------------------------------------*/
/*home
/*--------------------------------------------------------------------------------------*/
header{position:fixed;left:0;right:0;z-index:999;top:0;padding:14px 0;background:#fff}
.topHeader .navbar-nav li a:hover{color:#6c3!important}
.navbar-brand{padding:0;margin-right:25px}
.navbar.navbar-expand-lg{padding:0}
.navbar-inner-box{width:100%}
.navbar-nav>li>a{font-size:16px;color:#000!important;padding:0 15px!important;line-height:normal;text-decoration:none;display:block;font-weight:500}
.navbar-nav .nav-item .nav-link.active{color:#6c3!important}
.navbar-toggler:focus{box-shadow:none}
header .container-fluid{padding:0 30px}

.banner-sec{background:url(../images/banner-img.png);background-position:bottom center;background-size:cover;height:100vh;position:relative;display:flex;align-items:center}
.banner-sec:after{background:rgb(39 34 34 / 48%);position:absolute;left:0;right:0;top:0;bottom:0;content:"";display:block}
.banner-sec-content{z-index:1}
.banner-sec-content{text-align:center}
.banner-sec-content h1{font-size:90px;color:#fff;font-weight:500;text-transform:uppercase;line-height:77px;margin-bottom:15px}
.banner-sec-content p{font-size:22px;color:#fff;line-height:28px;padding-bottom:45px}

.list-content li{font-size:18px;color:#6c6f81;padding-bottom:15px;padding-left:35px;position:relative}
.list-content li:after{width:16px;height:16px;background:#6c3;position:absolute;content:"";border-radius:50%;left:0;border:2px solid #000;top:6px}

.blog-box{position:relative}
.blog-box.even-blog:after,.blog-box.odd-blog:after{background:rgb(102 204 51 / 14%);width:573px;content:"";position:absolute;left:0;top:0;height:100%;z-index:-1}
.blog-box-img img{height:458px;width:100%;object-fit:cover}
.blog-box.even-blog .blog-box-content{padding-left:88px}
.blog-box.odd-blog .row{flex-direction:row-reverse}
.blog-box.odd-blog:after{left:auto;right:0}
.blog-box.odd-blog .blog-box-content{padding-right:88px}

.how-its-works{background:#2e2e2e url(../images/works-pettern.png);background-size:cover;background-repeat:no-repeat}
.works-card{background:#6c3;padding:65px 30px;height:100%}
.works-card figure{padding-bottom:45px}
.works-card figcaption h3{font-size:30px;color:#fff;font-weight:700;padding-bottom:13px}
.works-card p{font-size:16px;color:#fff;line-height:21px}

.footer-box{padding:100px 0 100px 0}
.footer-top-left p{color:rgb(255 255 255 / 81%);font-weight:300;line-height:20px;font-size:14px}
.footer-content h3{font-size:22px;color:#fff;margin-bottom:34px;font-weight:500}
.footer-link li a{font-size:16px;color:#fff;text-decoration:none;font-weight:300}
.footer-link li{margin-bottom:10px;}
.footer-link li a:hover {color: #66cc33;padding-left: 2px;}
.social-link li{width:42px;height:42px;background:#6c3;display:flex;align-items:center;justify-content:center;border-radius:12px;margin-right:8px}
.social-link li i{color:#fff;font-size:20px;transition: 0.3s;}
.social-link li a{text-decoration:none!important;display: flex;}
.social-link{display:flex}
.social-link li:hover i {transform: scale(1.2);transition: 0.3s;}
.footer-bottom{background:#2c2c2c;padding:14px 0}
.footer-bottom p{color:#fff;font-size:14px;font-weight:300}

/*--------------------------------------------------------------------------------------*/
/*inner-pages
/*--------------------------------------------------------------------------------------*/

.banner-inner-card h1{position:relative;padding-bottom:15px;margin-bottom:16px;text-transform:uppercase;font-weight:500}
.banner-inner-card h1:after{width:54px;height:7px;position:absolute;bottom:0;left:0;background:#000;content:""}
.inner-banner{background:#e6fbdb url(../images/inner-banner-shape.png);height:261px;display:flex;align-items:center;background-repeat:no-repeat;background-position:right -75px center;background-size:268px 100%}

.about-blog-odd{flex-direction:row-reverse}
.about-blog-box-img figure img{width:610px;height:395px;object-fit:cover;border-radius:20px}
.about-blog-box{margin:0 30px;position:relative}
.about-blog-box:after{position:absolute;height:784px;width:77px;background:#6c3;content:"";right:-30px;top:0}
.about-blog-box:before{position:absolute;height:784px;width:77px;background:#000;content:"";left:-30px;bottom:0}

.content-box h3{font-size:24px;color:#010101;font-weight:500;padding-bottom:15px}
.content-box p{font-size:15px;color:#6d7174;padding-bottom:20px;line-height:24px}

.faq-inner .accordion-button{background-color:#fff;font-size:24px;padding:8px 20px;color:#000;border-radius:15px!important;font-weight:500;border:1px solid #ced5ca;height:70px}
.faq-inner .accordion-button:not(.collapsed){color:#6c3;background-color:transparent;box-shadow:none;border-radius:6px!important;border:0}
.faq-inner .accordion-item{margin-bottom:18px;border-radius:15px!important;border:0}
.faq-inner .accordion-body p{font-size:14px;color:#74788a;line-height:20px}
.faq-inner .accordion-button::after{width:24px;height:24px;background-size:contain}
.faq-inner .accordion-body{padding-top:0;padding-right:80px}
.faq-inner .accordion-item:not(:first-of-type){border-top:0 solid var(--body-color)}
.faq-inner .accordion-item .accordion-button::after{background-image:url(../images/faq-plus.png);background-position:center}
.faq-inner .accordion-button:not(.collapsed)::after{background-image:url(../images/faq-close.png);transform:none}
.faq-inner .accordion-button:focus{outline:0}
.accordion-collapse{border:1px solid #6c3;border-radius:15px!important;border-top-left-radius:0!important;border-top-right-radius:0!important;border-top:0}
.faq-inner .accordion-button:not(.collapsed){color:#6c3;background-color:transparent;box-shadow:none;border-radius:15px!important;border:1px solid #6c3;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:0}

.contact-info-list{display:flex;justify-content:center;text-align:center}
.contact-info-list li figure{width:112px;height:112px;background:#e6fbdb;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:auto;margin-bottom:20px}
.contact-info-list li figure i{font-size:44px;color:#6c3}
.contact-info-list li figcaption small{font-size:16px;color:#6c6f81;display:block;font-weight:500;padding-bottom:5px}
.contact-info-list li{width:25%}
.contact-info-list figcaption a,ul.contact-info-list figcaption p{color:#000;font-size:20px;font-weight:700;text-decoration:none}

.map-box iframe{border-radius:35px}
.contact-info-list li i{transition:.3s}
.contact-info-list li:hover i{transform:scale(1.1);transition:.3s}
.contact-info-list li:hover a{color:#6c3}


.accounts-page-box{display:flex}
.accounts-page-box-left{position:relative}
.accounts-page-box-right{background:url(../images/login-banner.png);background-size:cover;display:flex;align-items:center;justify-content:center}
.accounts-page-box-inner-R{display:flex;flex-direction:column;z-index:9;position:relative;justify-content:center;align-items:flex-start}
.accounts-page-box-inner{background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}
.account-content{position:absolute;bottom:40px;left:40px;width:65%}
.account-content h3{font-size:45px;color:#fff;text-transform:uppercase;font-weight:500;padding-bottom:10px;line-height: 50px;}
.account-content p{font-size:18px;color:#fff;font-weight:500;line-height: 23px;}
.accounts-page-box-left figure img{height:743px;width:100%;object-fit:cover;border-radius:30px}
.accounts-page-box-left figure{display:block;height:100%}
.accounts-page .container-fluid{padding:0}
.accounts-page-box-inner-L{width:100%;padding-left:70px}
.top-from-headning figure{margin-bottom:48px}
.top-from-headning h3{font-size:34px;font-weight:700;padding-bottom: 5px;}
.top-from-headning P{font-size:16px;color:#6c6f81;font-weight:500}
.forget-password{font-size:14px;color:#6c3;font-weight:500;text-decoration:none}
.bottom-text{font-size:14px;color:#77718f;font-weight:500}
.bottom-text a{color:#6c3!important}
.h-50{height:50px!important}

.otp-box input{margin:0 10px;font-size:30px}
.otp-box{margin:0 -2%}
.link-text{color:#6c3;text-decoration:none}
.form-check-input{width:18px;height:18px;margin-top:2px;border-radius:6px!important}
.form-check-input:checked{background-color:#6c3;border-color:#6c3}
.form-check-input:focus{box-shadow:none;border-color:#6c3}
.form-check-label{font-size:14px;color:#77718f;font-weight:500;padding-left:5px}


/*--------------------------------------------------------------------------------------*/
/*dashboard
/*--------------------------------------------------------------------------------------*/

.dash-main{display:flex;width:100%;align-items:stretch}
.dash-main-R{width:100%;transition:all .3s;z-index:9;background:#f6f7f8}
.dash-side-R-head{position:fixed;right:0;left:0;background:#fff;padding:20px 20px 20px 20px;z-index:99;border-bottom:1px solid #d8e2e9}
.dash-side-R-body{padding:120px 20px 100px 20px;height:100%}
.dash-title-head h4{font-size:14px;color:#1d1616;margin-bottom:4px;font-weight:400}
.dash-amount{font-size:18px;color:#1d1616;font-weight:700}
.dash-title-head select.form-select{width:184px;background-color:#f5f5f5}
.dash-box-R{display:flex}
.dash-box-R-main{display:flex;justify-content:space-between;margin-top:-12px;margin-bottom:-12px}
.dash-side-R-head-left h2{font-size:22px;color:#1d1616;font-weight:700}

.sidebar-head figure{padding:0 15px}
.side-bar-L{z-index:99;width:270px;background:#fff;transition:all .3s}
.sidebar-head{padding:20px 0;display:flex;flex-direction:column;justify-content:center;color:#fff;border-right:1px solid rgb(255 255 255 / 40%)}
.sidebar-body{margin-top:20px}
.sidebar-body{max-height:100%;overflow:auto;padding-top:80px}
.sidebar-link-list li a{font-size:16px;color:#000;display:flex;align-items:center;padding:11px 15px;transition:.35s all;position:relative;font-weight:500;text-decoration:none}
.sidebar-link-list li a figure i{font-size:24px;color:#000000}
.sidebar-link-list>li.active>a{color:#66CC33!important;font-weight:600}
.sidebar-link-list>li.active>a i{color:#66cc33!important;font-weight:400}
.sidebar-link-list li a:hover i {color: #66cc33;}

.sidebar-link-list li:hover a figure img,.sidebar-link-list>li.active>a figure img{opacity:1}
.sidebar-link-list li:hover a{color:#66CC33!important;cursor:pointer}
.sidebar-link-list li a figure{margin-right:10px}


.dropdown-toggle::after{display: none}


.space-b{padding-bottom:150px !important}
.dash-title{font-size:24px;color:#1c1818;font-weight:700;padding-bottom:20px}
.dash-box-shadow{box-shadow:0 1px 3px rgb(0 0 0 / 22%);background:#fff;padding:30px 30px;border-radius:10px;}

.form-label{font-size:14px;margin-bottom:5px;font-weight:500}
.form-label small{color:red;font-size:14px}

.avatar-upload{position:relative;width:138px}
.avatar-upload .avatar-edit input{display:none}
.avatar-upload .avatar-preview{width:138px;height:138px;position:relative;border-radius:50%;margin-bottom:20px}
.avatar-upload .avatar-preview .avatar-preview-img{width:100%;height:100%;border-radius:50%;background-size:cover;background-repeat:no-repeat;background-position:center}
.avatar-upload .avatar-edit .img-upload-icon{display:inline-block;width:40px;height:40px;margin-bottom:0;border-radius:100%;background:#fff;cursor:pointer;font-weight:400;transition:all .2s ease-in-out;position:absolute;top:0;right:-18px;z-index:99;display:grid;align-items:center;justify-content:center;color:#000;box-shadow:0 3px 6px rgb(0 0 0 / 23%);bottom:0;margin:auto}
.avatar-upload label.img-upload-icon i{font-size:24px}

.sidebar-link-list li.active{background:rgb(102 204 51 / 9%);position:relative}
.sidebar-link-list li.active:after{content:"";border-left:3px solid #6c3;top:0;bottom:0;left:0;position:absolute}
.sidebar-link-list li.active figure img,ul.sidebar-link-list li:hover figure img{filter:invert(65%) sepia(96%) saturate(370%) hue-rotate(51deg) brightness(91%) contrast(88%)}

.table-data tr th{border-bottom:2px solid #000;padding:15px 25px 15px 10px;font-size:14px;color:#000;font-weight:700}
.table-data tr td{padding:15px 25px 15px 10px;font-size:13px;color:#000;border-bottom:1px solid #e2e2e2}

.btn-s{border-radius:6px;height:35px;padding:10px 15px;color:#fff;font-size:16px;text-decoration:none;font-weight:500;display:flex;align-items:center;justify-content:center}
.table-data{width:100%}
.btn-s.danger-btn{background:#c33}
.btn-s.org-btn{background:#ff9f31}
.btn-s.green-btn{background:#6c3}

.action-tag .btn-s{margin-right:6px}
.action-tag{display:flex}

.pagination .page-link{width:45px;height:45px;display:flex;align-items:center;justify-content:center;margin:0 10px;border-radius:12px;font-size:15px;color:#6c3;border:1px solid #6c3}
.page-item:last-child .page-link,.pagination .page-item:first-child .page-link{border-radius:12px;border:1px solid #6c3}
.pagination .page-item .page-link span{font-size:26px;line-height:normal;display:flex}
.pagination li.page-item.active .page-link,ul.pagination li.page-item:hover .page-link{background:#6c3;border:1px solid #6c3;color:#fff}
.pagination .page-link:focus{border:1px solid #6c3;color:#6c3;box-shadow:none;background:#fff}


.table-data tr td i{font-size:16px}
.dropdown.profile-list-drop button.dropdown-toggle{display:flex;align-items:center;border:1px solid #a9b4a3;border-radius:33px;background:rgb(169 180 163 / 11%);font-size:14px;color:#232422;font-weight:500;height:46px;padding:0 6px 0 20px}
.dropdown.profile-list-drop button.dropdown-toggle i{padding:0 8px 0 4px;font-size:19px;vertical-align:unset}

.banner-card-content{background:url(../images/banner-card.png);height:322px;display:flex;flex-direction:column;justify-content:center;background-size:cover;border-radius:20px;position:relative;overflow:hidden;z-index:1;align-items:center}
.banner-card-content:after{background:rgb(0 0 0 / 42%);position:absolute;left:0;right:0;top:0;bottom:0;content:"";z-index:-1}
.banner-card-content h1{position:relative;padding-bottom:12px;margin-bottom:20px;color:#fff}
.banner-card-content h1:after{width:54px;height:7px;position:absolute;bottom:0;left:0;background:#fff;content:"";right:0;margin:auto}

.banner-card-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before{color:#fff}
.banner-card-content .breadcrumb li.breadcrumb-item{color:#fff!important}

.inner-header{box-shadow:0 1px 3px rgb(0 0 0 / 16%)}

.grid-box{padding:20px 20px;background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / 22%);border-radius:10px;position:relative;height:100%}
.grid-box h3{font-size:20px;color:#1c1818;font-weight:700;line-height:26px;text-decoration:underline;padding-bottom:15px}
.grid-box p{font-size:14px;color:#909890;line-height:18px;    word-break: break-word;}
.grid-back{background:#fff;box-shadow:0 1px 3px rgb(0 0 0 / 22%);border-radius:10px;width:81%;content:"";position:absolute;bottom:-12px;height:100%;left:0;right:0;margin:auto}
.grid-box-main .col-md-4{margin-bottom:40px;position:relative}

.date-info{display:flex;align-items:center;padding-bottom:15px;font-size:14px;font-weight: 500}
.date-info i{font-size:22px;padding-right:10px;color:#6c3;line-height:normal}

.bg-grey{background:#f6f7f8;z-index:-1}
.question-info{display:block;font-size:14px;color:#6c3;padding-top:15px;padding-bottom:15px;font-weight:500}

.topic-info small{display:flex;width:18px;height:18px;background:#6c3;align-items:center;justify-content:center;border-radius:50%;font-size:13px;color:#fff;font-weight:500;margin-left:10px}
.topic-info{display:flex;align-items:center;font-size:14px;color:#000;font-weight:500;margin-bottom:10px}


.inner-space{padding-top:40px;padding-bottom:50px}
.inner-title{font-size:22px;color:#1c1818;font-weight:700;padding-bottom:18px}
.card-questions-box p{font-size:14px;color:#909890;line-height:20px;padding-bottom:15px;font-weight:500}
.s-tag{font-size:14px;color:#1c1818;font-weight:700;text-transform:uppercase;padding-bottom:15px;display:block}


.range-slider{width:100%;position:relative}
#range{-webkit-appearance:none;width:100%; background: #ddd !important;}
#range::before{left:0;content:attr(data-min)}
#range::after{right:0;content:attr(data-max)}
#range::-webkit-slider-runnable-track{width:100% !important;height:3px !important;cursor:pointer !important;animate:0.2s !important;linear-gradient(90deg,#000 var(--range-progress),#dee4ec var(--range-progress));border-radius:1rem}
#range::-webkit-slider-thumb{-webkit-appearance:none;background:#6c3;box-shadow:0 1px 3px rgba(0,0,255,.3);border-radius:50%;cursor:pointer;height:22px;width:22px;transform:translateY(calc(-85% + 8px))}
.divider{margin:30px -30px;border-color:#e2e2e2;opacity:1}


.form-radio .form-check-input:checked~.form-check-label{border:2px solid #6c3}
.form-radio .form-check-label{font-size:14px;color:#77718f;font-weight:500;padding-left:5px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:0}
.form-radio input#flexRadioDefault1:checked~.form-check-label .grey-emoji{display:none}
.form-radio input#flexRadioDefault1:checked~.form-check-label .active-emoji{display:block!important}
.form-radio input#flexRadioDefault2:checked~.form-check-label .grey-emoji{display:none}
.form-radio input#flexRadioDefault2:checked~.form-check-label .active-emoji{display:block!important}
.form-radio input#flexRadioDefault3:checked~.form-check-label .grey-emoji{display:none}
.form-radio input#flexRadioDefault3:checked~.form-check-label .active-emoji{display:block!important}
.form-radio input#flexRadioDefault4:checked~.form-check-label .grey-emoji{display:none}
.form-radio input#flexRadioDefault4:checked~.form-check-label .active-emoji{display:block!important}
.form-radio input#flexRadioDefault5:checked~.form-check-label .grey-emoji{display:none}
.form-radio input#flexRadioDefault5:checked~.form-check-label .active-emoji{display:block!important}
.form-radio .form-check-input{opacity:0;position:absolute}
.select-face-list{display:flex}
.select-face-list li{margin-right:8px}

.check-list li{width:35%;padding-bottom:10px}
.check-list{display:flex;flex-wrap:wrap}
.card-questions-box p:last-child{padding-bottom:0}

.survey-info{border:1px solid #6c3;border-radius:10px;padding:15px 15px 20px;background:rgb(102 204 51 / 6%)}
.survey-info h3{font-size:20px;color:#1c1818;font-weight:700;padding-bottom:15px}
.thanku-card figcaption h1{font-size:35px;color:#1c1818;font-weight:700;padding-bottom:4px}
.thanku-card figcaption span{font-size:14px;color:#909890;font-weight:500}
.s-title{font-size:14px;color:#1c1818;margin-bottom:15px;text-transform:capitalize}
.grid-box figure img{height:294px;width:100%;object-fit:cover;border-radius:10px}
.grid-box figure{margin-bottom:20px}
.grid-box-main .col-md-6{margin-bottom:30px}

.file-upload-wrapper{position:relative;width:100%;height:50px;border-radius:6px;overflow:hidden}
.file-upload-wrapper:after{content:attr(data-text);font-size:14px;position:absolute;top:0;left:0;background:#fff;padding:10px 140px 10px 15px;display:block;width:100%;pointer-events:none;height:100%;line-height:26px;color:#6c6f81;border:1px solid #dce3eb;border-radius:8px;font-weight:500}
.file-upload-wrapper:before{content:"Browse";position:absolute;top:0;right:0;height:50px;background:#19340b;color:#fff;font-weight:500;z-index:25;font-size:16px;line-height:60px;padding:0 15px;text-transform:capitalize;pointer-events:none;border-radius:0 8px 8px 0;display:flex;align-items:center;width:132px;justify-content:center}
.file-upload-wrapper input{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;height:100%;margin:0;padding:0;display:block;cursor:pointer;width:100%}
.inner-banner-main{background:#f5fdf7;overflow:hidden;position:relative;margin-bottom:60px}
.btn-browse{position:absolute;right:0;top:0;bottom:0;z-index:99;border:0;background:#19340b;color:#fff;padding:0 20px;width:132px;font-size:14px}
.form-inner-title{font-size:14px;color:#141416;font-weight:500;padding-bottom:10px}
select.form-control{background:#fff url(../images/select-arrow.png);background-repeat:no-repeat;background-position:right 15px center}
.survey-info .date-info{padding-bottom:0}
.banner-card-content.banner-card-vanue.text-center{background:url(../images/banner-card-vanue.png)}
.card-info i{font-size:22px;padding-right:10px;color:#6c3;line-height:normal}
.card-info{display:flex;align-items:center;padding-bottom:15px;font-size:14px;font-weight: 500;}
.card-info-list{display:flex;padding-bottom:12px}
.card-info-list li{margin-right:30px}
.vanue-details-content h3{text-decoration:underline;padding-bottom:18px;font-size:24px;color:#1c1818;font-weight:700}
.title-stand{font-size:16px;color:#1c1818}
.title-stand:after{width:2px;background:#6c3;height:18px;position:absolute;left:0;top:0;bottom:0;content:""}
.title-stand{position:relative;padding-left:20px;text-transform:uppercase;padding-bottom:20px}
.description-box p{color:#909890;font-weight:500;margin-bottom:20px;line-height:22px}


.lightbox{display:none;position:fixed;z-index:999;top:0;left:0;right:0;bottom:0;padding:1em;background:rgba(0,0,0,.8)}
.lightbox:target{display:block}
.lightbox span{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain;width:50%;margin:auto}

.img-box .img-box-inner{border-radius:10px;overflow:hidden;height:186px;width:100%;object-fit: cover;}
.img-box{position:relative;overflow:hidden;border-radius:10px}
.img-box-content{position:absolute;left:0;right:0;top:0;bottom:0}
.img-box:hover .img-box-content{opacity:1}
.img-box-content{position:absolute;left:0;right:0;top:0;bottom:0;background:rgb(102 204 51 / 75%);display:flex;align-items:center;justify-content:center;flex-direction:column;opacity:0}
.img-box-content h4{font-size:14px;color:#fff;padding-top:12px}
.row.media-rows .col-md-3{margin:12px 0}
.dash-box-shadow.vanue-details{border-top-left-radius:0;border-top-right-radius:0}
.vanue-details-main>figure img{width:100%;border-radius:10px;height:399px;border-bottom-left-radius:0;border-bottom-right-radius:0;object-fit: cover;}
.card-info-list.border-box-card{border-bottom:1px solid #e2e2e2;border-top:1px solid #e2e2e2;padding:10px 15px;margin-left:-20px;margin-right:-20px}
.border-box-card .card-info,.border-box-card .date-info{padding:0}
.like-info{margin:20px 0}
.black-icon{color:#1c1818!important}
.back-btn{width:42px;height:42px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#000;text-decoration:none;font-size:22px;margin-right:14px;    box-shadow: 0 1px 2px rgb(0 0 0 / 16%);}
.top-head-title{display:flex;align-items:center;padding-bottom:25px}
.content-breadcum h3{font-size:24px;font-weight:500;padding-bottom:8px}

.card-info-list.border-box-card.space-30{margin-left:-30px;margin-right:-30px;padding:10px 30px}
.commnet-sec{display:flex;align-items:flex-start}
.commnet-box{flex:1;padding-left:15px}
textarea.form-control.h-4{height:99px;resize:none;padding:15px 15px}
.commnet-sec figure{width:40px}
.commnet-sec figure img{width:100%;height:100%;object-fit:cover}
.comment-box-list-inner{display:flex;align-items:flex-start;}
.all-comments>h3{font-size:14px;color:#111;text-transform:uppercase}
.comment-box-list-inner figcaption{padding-left:15px}
.comment-box-list-inner figcaption h4{font-size:14px;font-weight:700;padding-bottom:5px}
.comment-box-list-inner figcaption small{padding-left:24px;font-size:13px;color:#909890;position:relative;    font-weight: 400;}
.comment-box-list-inner figcaption small:after{width:5px;height:5px;position:absolute;left:12px;right:0;content:"";background:#909890;border-radius:50%;top:7px}
.comment-box-list-inner figcaption p{font-size:14px;color:#909890;padding:0 0 10px;    margin: 0;
    padding: 0;    padding-bottom: 5px;    font-size: 14px !important;}
.info-reply{display:flex;align-items:center}
.comment-box-list-inner figcaption{flex:1}
.info-reply .card-info,.info-reply .date-info{padding-bottom:0}
.info-reply .card-info-list{padding-bottom:0}
.reply-text{font-size:14px;color:#6c3;text-decoration:none;padding-left:15px;font-weight:500}
.comment-box-list-inner textarea.form-control{margin-top:15px;resize:none}
.comment-box-list-sub{display:flex;margin-top:15px}


.announcements-box-list li figure{width:40px;height:40px;background:rgb(102 204 51 / 14%);display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:10px}
.announcements-box-list li{display:flex;margin-bottom:20px}
.announcements-box-list li figcaption .announcements-title{color:#111;font-size:14px;font-weight:700;padding-bottom:5px}
.announcements-box-list li figcaption p{color:#909890;font-size:14px;margin-bottom:0}
.announcements-box-list figcaption{padding-left:5px;border-bottom:1px solid #e2e2e2;flex:1;padding-bottom:15px}
.announcements-box-list li:last-child figcaption{border-bottom:0;padding-bottom:0}
.announcements-box-list li:last-child{margin-bottom:0}
.inner-sub-title{font-size:35px;font-weight:700}
.reg-title{font-size:20px;color:#1c1818;font-weight:700;margin-bottom:14px}
.dash-box-shadow-2{box-shadow:0 1px 3px rgb(0 0 0 / 22%);background:#fff;padding:20px 20px;border-radius:10px}
.progessbar-list{width:100%;padding-bottom:50px}
.progessbar-list li{width:calc(100%/2);text-align:center;counter-increment:step;position:relative;display:flex;flex-direction:column;align-items:center;color:#000}
.progessbar-list li span{z-index:2;display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:50%;margin-bottom:15px;background:#bbb;font-size:21px;color:#fff;font-weight:700}
.progessbar-list li:after{content:"";height:1px;width:100%;background-color:#bbb;position:absolute;left:-50%;top:20px;z-index:1}
.announcements-box-list li figure {
    width: 40px;
    height: 40px;
    background: rgb(102 204 51 / 14%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
.announcements-box-list li {
    display: flex;
    margin-bottom: 20px;
}
.announcements-box-list li figcaption h4 {
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}


.announcements-box-list li figcaption p{ color:#909890; font-size:14px;    margin-bottom: 0; }

.announcements-box-list figcaption {
    padding-left: 5px;
    border-bottom: 1px solid #E2E2E2;
    flex: 1;
    padding-bottom: 15px;
}

.announcements-box-list li:last-child figcaption{ border-bottom:0; padding-bottom:0 }


.announcements-box-list li:last-child{ margin-bottom:0 }

.inner-sub-title {
    font-size: 35px;
    font-weight: bold;
}

.reg-title {
    font-size: 20px !important;
    color: #1C1818;
    font-weight: 700;
    margin-bottom: 14px;
}

.dash-box-shadow-2 {
    box-shadow: 0 1px 3px rgb(0 0 0 / 22%);
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.progessbar-list{width:100%;padding-bottom:20px}
.progessbar-list li{width:calc(100%/2);text-align:center;counter-increment:step;position:relative;display:flex;flex-direction:column;align-items:center;color:#000;}
.progessbar-list li span {
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    background: #BBBBBB;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
}
.progessbar-list li:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #BBBBBB;
    position: absolute;
    left: -50%;
    top: 20px;
    z-index: 1;
}
.progessbar-list li:first-child:after{display:none}
.progessbar-list li.active span{border:0;background:#6c3;color:#fff}
.progessbar-list li.active:after{content:"";background:#6c3}
.progessbar-list li h6{font-size:16px;color:#bbb;font-weight:400}
.progessbar-list li.active h6{color:#6c3;font-weight:700}
.step-process{width:55%;margin:30px auto 0}
.date-box{position:relative}
.date-box.date.datepicker{padding:0}
.datepicker td,.datepicker th{width:35px!important;height:30px!important;font-size:14px!important;text-align:center}
.table-condensed{width:100%}
.datepicker table tr td span{height:40px!important;line-height:40px!important}
.input-cal-icon{position:absolute;right:10px;top:0;bottom:0;display:flex;align-items:center;font-size:20px;color:#000}
.reg-sub-title{font-size:14px;color:#000;font-weight:700}
.switch{position:relative;display:inline-block;width:64px;height:34px}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;box-shadow:0 1px 2px rgb(0 0 0 / 16%)}
.slider:before{position:absolute;content:"";height:24px;width:24px;left:7px;bottom:0;background-color:rgb(255 255 255 / 71%);-webkit-transition:.4s;transition:.4s;top:0;margin:auto}
input:checked+.slider{background-color:#fff}
input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);background:#000}
.slider.round{border-radius:34px}
.slider.round:before{border-radius:50%}
.toggle-box h4{font-size:14px;color:#000;flex:1;padding-right:40px}
.form-check.black-check .form-check-input:checked{background-color:#000;border-color:#000}
.chek-box-card{display:flex}
.chek-box-card .form-check{margin-right:25px}
.form-check.black-check .form-check-input{border-color:#000}
.form-check.black-check .form-check-label{color:#000}
.agenda-box p{color:#707070;font-size:14px}
.radio-coustom .form-check-label{border:1px solid #e2e2e2;border-radius:10px;background:#fcfcfc;padding:13px 15px;width:100%}
.radio-coustom .form-check-input:checked~.form-check-label{border:2px solid #000}
.radio-coustom .form-check.radio-coustom{padding:0}
.radio-coustom{width:33%;padding:0 9px;position:relative}
.radio-coustom .form-check-label h5{font-size:14px;color:#000;font-weight:700;padding-bottom:12px}
.radio-coustom .form-check-label span{font-size:18px;color:#000;font-weight:500}
.radio-coustom .form-check-label span small{font-size:12px;color:#707070}
.radio-coustom .form-check-input:checked{background-color:#000;border-color:#000}
.radio-coustom .form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}
.radio-coustom .form-check-input{border-radius:50%!important;right:20px;position:absolute;top:6px}
.radio-group-coustom{margin:0 -1%}
.divider.less-space{margin:20px 0}
.range-black #range::-webkit-slider-runnable-track{width:100%;height:3px;cursor:pointer;animate:0.2s;background:linear-gradient(90deg,#000 var(--range-progress),#dee4ec var(--range-progress));border-radius:1rem}
.range-black #range::-webkit-slider-thumb{-webkit-appearance:none;background:#000;box-shadow:0 1px 3px rgba(0,0,255,.3);border-radius:50%;cursor:pointer;height:22px;width:22px;transform:translateY(calc(-85% + 8px))}


.black-select .form-radio .form-check-input:checked~.form-check-label {
    border: 2px solid #000;
}


.works-card .figcaption h3 {
    padding-bottom: 15px;
    display: block;
}


a.close-side-btn,a.sidebar-btn {
    display: none;
}
.common-modal .modal.fade .modal-dialog{max-width:850px}
.common-modal .modal-body{padding:20px 30px}
.sep{border-color:#e2e2e2;opacity:1;margin:20px 0}
.common-modal .modal-body .inner-title{font-size:20px;padding-bottom:10px}
.common-modal .btn-close{opacity:1;font-size:13px}
.modal-header{padding:15px 30px}
.edit-point{color:#7dd451;font-weight:500;vertical-align:middle;margin-left:6px}
.ans-question{font-size:14px;color:#000;font-weight:700}
.text-info{display:flex;flex-wrap:wrap}
.text-info>li{margin-right:40px}
.text-info>li b{color:#000;font-weight:700;font-size:14px}
.text-info li p{font-size:14px;color:#000}
.option-list li{color:#000;font-weight:400;font-size:14px;padding:3px 0;position:relative;padding-left:20px}
.option-list li:after{position:absolute;left:0;top:11px;background:#6c3;content:"";width:7px;height:7px;border-radius:50%}
.select-option{border:2px solid #000;padding:10px 10px;border-radius:10px;background:#fcfcfc;width:33%;margin-right:10px;padding:13px 15px}
.select-option h5{font-size:14px;color:#000;font-weight:700;padding-bottom:12px;width:100%}
.select-option span{font-size:18px;color:#000;font-weight:500}
.select-option span small{font-size:12px;color:#707070}
.select-option-main{display:flex}
.text-list>li{margin-right:0!important;width:100%;margin-bottom:12px}
.text-list>li:last-child{margin-bottom:0}
.content-info p{font-size:14px;color:#000;font-weight:400}
.table-list li{width:100%;display:flex;justify-content:space-between;font-size:14px;padding-bottom:5px}
.table-list li span{font-weight:700;flex:1}
.table-list li P{font-weight:400;flex:1}
.table-list{width:40%}
.table-list li small{width:15%;font-size:15px;color:#000}
.reg-title .edit-btn i { color: #6c3;font-size:24px }
.reg-title{font-size:20px;color:#1c1818;font-weight:700;margin-bottom:14px}
.reg-title .edit-btn { border:none;background:none; }
.reg-title .edit-btn i { color: #6c3;font-size:24px }
.page-404 .container { display: flex;align-items: center;justify-content: center;min-height: 600px;}
.page-404-in { max-width: 450px;}
.page-404-in h3 { font-weight: 600;}
.page-404-in p { color: #999999;}


/* Chat design css*/
.black-select .form-radio .form-check-input:checked~.form-check-label{border:2px solid #000}
.dash-box-shadow-2.bg-grey{background:#fcfcfc}
ul.address-list{display:flex;margin-top:20px}
ul.address-list li{width:35%}
ul.address-list li b{font-size:14px;font-weight:700}
ul.address-list li p{font-size:14px;font-weight:400}
.total-info{border:1px solid #dce3eb;border-radius:6px;background:#fbfbfb;padding:10px 15px}
ul.total-show li{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dce3eb;padding-bottom:10px;margin-bottom:10px}
ul.total-show li:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}
ul.total-show li h4{font-size:14px;color:#1e241e}
ul.total-show li span{font-size:14px;color:#1e241e;font-weight:500}
ul.total-show li h4{font-size:14px}
.users-box figure{width:76px;height:76px;margin:auto;position:relative;margin-bottom:20px}
.users-box figure:after{background:url(../images/border-img.png);content:"";width:88px;height:88px;background-position:100%;background-size:cover;position:absolute;left:-6px;right:0;top:-6px;display:flex;margin:auto}
.users-box figcaption .user_name{font-size:16px;color:#000;font-weight:500;padding-bottom:10px}
.users-box figcaption p{color:#707070;font-size:14px;margin-bottom:25px}
.users-box{margin-bottom:25px}
.search-box{display:flex;position:relative}
button.btn-search{position:absolute;left:16px;background:0 0;border:0;top:3px;bottom:0}
.search-box input.form-control{padding-left:45px;height:45px;border-radius:12px}
.sm-drop{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border:0;background:#fff;border-radius:50%;font-size:22px;margin-left:20px}
.inbox_people{background:#fff none repeat scroll 0 0;overflow:hidden;box-shadow:0 3px 6px rgb(0 0 0 / 6%);display:flex;flex-direction:column;flex:0 0 320px}
.inbox_msg{clear:both;overflow:hidden;box-shadow:0 3px 6px rgb(0 0 0 / 6%);border-radius:10px;background:#fff;display:flex;height:calc(100vh - 145px)}
.recent_heading{width:40%}
.headind_srch{padding:21px 21px 21px}
.recent_heading h4{color:#05728f;font-size:21px;margin:auto}
.srch_bar input{border:1px solid #cdcdcd;border-width:0 0 1px 0;width:80%;padding:2px 0 4px 6px;background:0}
.srch_bar .input-group-addon button{background:rgba(0,0,0,0) none repeat scroll 0 0;border:medium none;padding:0;color:#707070;font-size:18px}
.srch_bar .input-group-addon{margin:0 0 0 -27px}
.chat_ib h5{font-size:16px;color:#201d3e;font-weight:700;padding-bottom:5px}
.stylish-input-group{position:relative}
.stylish-input-group .btn.search-btn{right:auto;left:12px;opacity:.3}
.stylish-input-group input.form-control{padding-left:40px;height:52px!important;border-radius:4px;border:1px solid #d8d8e1;font-size:14px;font-weight:500}
.chat_ib p{font-size:14px;color:#84858a;margin:auto}
.chat_list.active_chat{position:relative}
.chat_list.active_chat:after{width:6px;background:#6c3;position:absolute;right:0;top:0;bottom:0;height:100%;content:""}
.chat_img img{width:44px;height:44px;object-fit:cover;border-radius:50%}
.chat_img{margin-right:20px}
.chat_list.active_chat .chat_ib h5{color:#fff}
.chat_list.active_chat .chat_ib p{color:#fff}
.chat_people{clear:both;display:flex}
.chat_list{border-bottom:1px solid #f6f6f6;margin:0;padding:14px 15px}
.inbox_chat{overflow-y:auto;height:100%}
.active_chat{background:#6c3}
.outgoing_msg{display:flex;justify-content:flex-end;margin-bottom: 20px;}
.outgoing_msg_img{width:45px;margin-right:10px;display:flex;align-items:center;margin-left:20px}
.received_msg{display:inline-block;padding:0 0 0 10px;vertical-align:top;width:92%}
.received_withd_msg-bg{display:inline-block;color:#7e7d86;font-size:14px;margin:0;padding:15px 18px 17px;width:auto;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 1px 2px rgb(0 0 0 / 16%)}
.mesgs-head{display:flex}
.mesgs-head figcaption h4{font-size:18px;color:#201d3e;font-weight:700}
.mesgs-head figcaption{padding-left:10px}
.mesgs-head{padding:15px 20px;border-bottom:1px solid #f4f2f2}
.time_date{color:#707070;display:block;font-size:12px;margin:0;padding-top:3px}
.sent_msg span.time_date{display:flex;justify-content:flex-end}
.sent_msg span.time_date i{font-size:16px;padding-left:5px}
.received_withd_msg{max-width:50%}
.mesgs{flex:1;display:flex;flex-direction:column;position:relative}
.incoming_msg{display:flex;margin-bottom:20px}
.incoming_msg_img{width:45px;margin-right:10px;display:flex;align-items:center}
.sent_msg-bg{color:#fff;font-size:14px;margin:0;padding:15px 18px 15px;width:100%;box-shadow:0 1px 2px rgb(0 0 0 / 16%);border-radius:10px;background:#245d08;display:inline-block;text-align:left}
.sent_msg{max-width:50%}
.msg_send_btn{width:57px;height:57px;background:#ffba00;color:#fff;border-radius:50%;font-size:25px;margin-left:20px;flex:0 0 57px}
.msg_history{overflow-y:auto;padding:30px 15px;height:100%}
.offer-sent-box,.reciver-offer{padding:4px 0;border-top:1px solid rgb(255 255 255 / 43%)}
.sent_msg-bg h6{padding-bottom:10px}
.reciver-offer{display:flex;justify-content:space-between;border-top:1px solid #f6f6f6}
.received_withd_msg-bg h6{color:#201d3e;font-weight:400}
.received_withd_msg-bg h6{padding-bottom:10px}
.received_withd_msg .offer-sent-L,.received_withd_msg .offer-sent-R{color:#201d3e}
.received_withd_msg-bg p{color:#201d3e}
.input_msg_write{display:flex;align-items:center;margin:20px 20px}
.input_msg_write .form-control{height:50px!important;line-height: 38px;resize: none;}
.chat_list:hover{background:#6c3;cursor:pointer}
.chat_list:hover .chat_ib h5{color:#fff}
.chat_list:hover .chat_ib p{color:#fff}
.scroll-chat{overflow-y:auto}
.reciver-offer small{display:block;font-size:13px;text-transform:uppercase;padding-bottom:5px;color:#fff}
.reciver-offer span.price-offer{font-size:24px;font-weight:700;color:#fff}
.btn-offer-list li a{height:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:20px;color:#000!important;box-shadow:0 2px 3px rgb(0 0 0 / 16%);padding:15px;margin-right:10px}
.btn-offer-list{display:flex;margin-top:8px;margin-bottom:8px}
.received_withd_msg-bg-offer{min-width:351px}
.mesgs-head figcaption h3{font-size:16px;color:#000;font-weight:500;padding-left:10px}
.mesgs-head figure{width:44px;height:44px}
.mesgs-head figure img{width:100%;height:100%}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--primary_active_color);
    opacity: 0.5;
}
.smooth-scroll{
    scroll-behavior: smooth;
}
.write_msg{flex:1}
.msg-send-btn{
    width: 50px;
    height: 50px;
    background: var(--primary_active_color);
    color: #fff;
    border-radius: 7px;
    border: 1px solid var(--primary_active_color);
    margin-left: 10px;
}
.nav-icon-button {
    text-decoration: none;
    color: #000000;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0s;
    position: relative;
}
.nav-icon-button i {
    transition: all 0s;
}
.nav-icon-button.active {
    color: var(--primary_active_color);
}
.nav-icon-button:not(.active):hover {
    background: var(--primary_active_color);
    color: #fff;
}
.notification-badge {
    position: absolute;
    right: -6px;
    top: -6px;
    user-select: none;
    font-size: 11px;
    color: white;
    background: red;
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 15px;
    margin: 0;
    box-sizing: border-box;
    padding: 0px 3px 0px 2px;
}
.notification-list.height-fixed{
    max-height: 398px;
    overflow: auto;
}
.notification-list .bell{
    color: var(--primary_active_color);
}
.notification-list li{
    padding: 15px;
    margin-bottom: 0;
}
.notification-list li:not(.no-hover):hover,.notification-list li.unread{
    background-color: var(--light_active_color);
}
.notif-title {
    font-size: 14px;
    font-weight: 600;
}
.notif-message {
    font-size: 14px;
    display: block;
}

.navbar-toggler[aria-expanded="true"] i.ri-menu-3-line

 {
    display: none;
}


.navbar-toggler[aria-expanded="true"] i.ri-close-line {
    display: block !important;
}

.content-box {
    max-width: 1320px;
    margin: auto;
    margin-top: 50px;
}


  
  .grid-transaction-box p {
    font-weight: bold;
  }
  
  .grid-transaction-box span {
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
  }
  
  .grid-transaction-box div{
    margin-bottom: 5px;
    font-size: 15px;
  }
.mobile-btn-group{display: none !important;}

.filled-icons {
    color: var(--active_text_colour) !important;
}

#languageSelect{display: none;}
.btn-group.mobile-btn-group.lang-box{display: block !important;}


.radio-list {
    display: flex;
    align-items: center;
}

.radio-list label {
    line-height: normal;
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 22px;
    margin-right: 20px;
}


.all-comments.mt-4 h3{font-size:20px!important}
.child-comments .comment-box-list{background:#f2f2f2;border-radius:6px;margin-bottom:0}
.child-comments .comment-box-list-inner .comment-box-list-inner{background:#fff;padding:12px 15px;border-radius:6px;margin-top:10px;    border: 1px solid rgb(221 221 221 / 25%);}
.comment-box-list-inner figcaption h4{font-size:16px!important;text-transform:capitalize!important;padding-bottom:0}
ul.card-info-list li i{font-size:16px;vertical-align:text-bottom}
.card-info-list li{margin-right:12px}
.reply-text{font-size:13px}
.child-comments .comment-box-list-inner .comment-box-list-inner figcaption h4{font-size:16px!important}
.child-comments .comment-box-list .comment-box-list-inner{padding:15px 15px;margin-top:12px}
.comment-box-list{margin-bottom:15px}


.child-comments .comment-box-list-inner .comment-box-list-inner .child-comments .comment-box-list-inner {
    background: rgb(255 255 255 / 36%);
    box-shadow: 0 0px 5px #00000005;
    border: 0;
}

.child-comments .comment-box-list-inner .comment-box-list-inner .child-comments .comment-box-list-inner .comment-box-list-inner {
    background: rgb(255 255 255);
    box-shadow: 0 0px 5px #00000005;
}

.commnet-box i.fa.fa-paperclip {
    vertical-align: bottom;
}

.child-comments .comment-box-list .comment-box-list-inner figcaption h4 {
    font-size: 14px !important;
}
