* {
    margin: 0;
    padding: 0;
}

:focus {
    outline: none;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: none;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    font-size: 100%;
    color: #1f2e24;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
}

body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body img {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
    cursor: pointer;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    color: #1f2e24;
    transition: 0.6s all ease;
}

/* title */
p,
.table th,
.table td {
    line-height: 2.2rem;
    font-size: 1.4rem;
    color: #1f2e24;
    margin: 0;
    transition: 0.6s all ease;
}

body p {
    line-height: 23px;
    font-size: 16px;
    color: #1f2e24;
    font-weight: 400;
    margin: 0 0 20px 0;
    transition: 0.6s all ease;

}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    color: #1F2E24;
    font-weight: 700;
    margin-bottom: 25px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}



h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    color: #1f2e24;
    font-weight: 700;
}

h5 {
    font-size: 22px;
    line-height: 26px;
    color: #1f2e24;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    color: #1f2e24;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

figure img {
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.form-control {
    border-radius:5px;
    background: #fff;
    border: 1px solid #DCE5DF !important;
    height: 40px;
    color: #636370;
    border: 0;
    font-size: 14px;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.heading-group {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.back-to-courses {
    min-width: 150px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #1f2e24;
    font-weight: 500;
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.back-to-courses:hover {
    color: #1f2e24;
}

.back-to-courses img {
    height: 12px;
    margin-top: 1px
}

.back-to-courses:hover {
    background: #e3f2e8;
}

.common-btn {
    background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important;
    min-width: 114px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    min-height: 44px;
    line-height: 25px;
    color: #fff !important;
    border: 0;
    padding: 0 20px;
    align-items: center;
    gap: 5px;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

.common-btn:hover {
    background: linear-gradient(289deg, #0F5729 0%, #31814F 100%) !important;
}

.common-btn.black {
    background: #2E2E2E;
}

.common-btn.black:hover {
    background: #67335A;
}

.border-btn {
    border: 1px solid #DCE5DF;
    border-radius: 5px;
    background: #fff;
    padding: 8px 25px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #1F2E24;
}

.border-btn:hover {
    background: #e3f2e8;
    color: inherit;
}

.header-top {
    background: linear-gradient(90deg, #0F5729 0%, #31814F 100%);
    min-height: 50px;
}

.header-top .container {
    position: relative;
}

.header-top .container .close {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.header-top .container,
.header-top .row {
    height: 100%;
}

.header-top .container .close:hover {
    background-color: #fff3;
}

.header-top .container .close img {
    filter: brightness(0) invert(1);
    flex-shrink: 0
}

.text-slider {
    position: relative;
    height: 50px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-slider li {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.text-slider li i {
    font-style: normal;
}

.text-slider li img {
    max-width: 25px
}

.text-slider li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: fadeText 9s infinite;
    justify-content: center;
    height: 100%;
}

.text-slider li:nth-child(1) {
    animation-delay: 0s;
}

.text-slider li:nth-child(2) {
    animation-delay: 3s;
}

.text-slider li:nth-child(3) {
    animation-delay: 6s;
}

@keyframes fadeText {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


header {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    background: #fff;
    z-index: 9;
    position: relative;
    border-bottom: 1px solid #dce5df;
}

.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
}

.menu-toggle {
    display: none;
}

header .logo {
    display: block;
}

header .logo img {
    width: 100%;
    max-height: 70px;
    padding: 5px 0;
}

header .header-right {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
}

header.sticky .header-right {
    padding: 20px 0;
}



header.sticky .logo img {
    width: 100%;
    max-height: 50px;
}

header .header-right .nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

header .header-right .nav li {
    font-size: 14px;
    line-height: 1.1;


}

header .header-right .nav li i {
    font-size: 13px;
    position: relative;
    left: 3px;
    top: 1px;
    color: #67335A;
}

header .header-right .nav li .sub-menu {
    width: 210px;
    padding: 15px;
    position: absolute;
    background: #fff;
    border-radius: 0 0 15px 15px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

header .header-right .nav>li .sub-menu>li {
    padding: 7px 0;
}

header .header-right .nav>li .sub-menu>li a:hover::before {
    content: none;
}

/* Desktop hover */
@media (min-width: 992px) {

    .header-right .nav li:hover>.sub-menu {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        transition: all 0.6s ease;
    }

    .toggle-icon {
        display: none;
    }
}

header .header-right .nav>li.active a::before {
    width: 100%;
    left: 0;
    border-bottom: 1px solid #ef4444;
}

header .header-right .nav>li.active>a {
    color: #ef4444;
}

header .header-right .nav li.tel a:hover::before {
    content: none;
}

header .header-right .nav li.tel img {
    height: 15px;
}


header .header-right .nav li a {
    position: relative;
    color: #2E2E2E;
}

header .header-right .nav>li a::before {
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: 0;
}

header .header-right .nav>li a:hover {
    text-decoration: none;
    color: #ef4444;
}

header .header-right .nav>li a:hover::before {
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ef4444;
}

header .header-right ul.action-links {
    display: flex;
    gap: 10px;
}

header .header-right ul.action-links li {
    font-size: 14px;
}

header .header-right ul.action-links li a {
    background: #fff;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    height: 100%;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

header .header-right ul.action-links li:last-child a {
    background: #fa3b29;
    color: #fff;
    min-width: 126px;
}

header .header-right ul.action-links li a:hover {
    background: #31334e;
    color: #fff;
}

header .header-right ul.action-links li:last-child a img {
    margin: 0 -15px 0 10px;
}

header .header-right ul.action-links li a img {
    margin-right: 5px;
    margin-left: -11px;
}

header .score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

header .score li img {
    max-width: 16px;
}

header .score li .score-box {
    display: flex;
    font-size: 14px;
    flex-direction: column;
    gap: 4px;
}

header .score li .score-box span {
    white-space: nowrap;
    color: #1F2E24;
    text-align: right;
}

header .score li .score-box span:first-child {
    color: #5C8A6B;
}

header .score li a {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.user-dropdown:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.user-dropdown .dropdown-menu-custom {
    position: absolute;
    right: 0;
    top: 38px;
    width: 250px;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    z-index: 1000;
    border: 1px solid #DCE5DF;
    padding: 20px;
}

.dropdown-menu-custom .logout {
    padding-left: 30px;
    font-size: 14px;
    color: #1F2E24;
    font-weight: 600;
}

.dropdown-menu-custom .logout:hover {
    background: none;
}

.user-dropdown .dropdown-item-custom {
    display: block;
    padding: 8px 6px;
    color: #222;
    text-decoration: none;
    border-radius: 6px;
}

.user-dropdown .dropdown-item-custom:hover {
    background: #f5f5f5;
}

.user-dropdown .avatar {
    width: 42px;
    height: 42px;
    background: #FECACA;
    color: #B9303D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.user-dropdown .info-box {
    margin-bottom: 15px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}

.user-dropdown .info strong {
    color: #1f2e24;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
}

.user-dropdown .info .mail {
    color: #636370;
    font-size: 13px;
    font-weight: 500;
}

.user-dropdown .list {
    width: 100%;
    border-bottom: 1px solid #DCE5DF;
    border-top: 1px solid #DCE5DF;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.user-dropdown .list li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1F2E24
}

.user-dropdown .list li a {
    color: #1F2E24;
    width: 100%;
    display: flex;
    padding: 7px 0;
    border-radius: 5px;
    justify-content: flex-start;
    height: auto;
    align-items: center;
}

.user-dropdown .list li a img {
    max-width: 20px;
    margin-right: 6px
}

.user-dropdown .plan {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #DCE5DF;
    margin-bottom: 15px;
}

.user-dropdown .plan .top strong {
    color: #1f2e24;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.user-dropdown .plan .price {
    color: #636370;
    font-size: 13px;
    font-weight: 500;
}

.user-dropdown .common-btn {
    min-width: 88px;
    min-height: inherit;
    border-radius: 5px;
    padding: 5px 13px;
    height: 26px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.user-dropdown .common-btn:hover {
    transform: none;
}

.user-dropdown .common-btn img {
    width: 17px;
}

.user-dropdown .logout img {
    height: 12px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.header-right .user-dropdown .logout {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #1F2E24;
    width: auto;
    height: auto;
    justify-content: flex-start;
}

.header-right .user-dropdown .logout:hover {
    background: none
}

.back-to-home, .back-to-page {
    min-width: 130px;
    height: 35px;
    color: #1F2E24;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: absolute;
    top: -70px;
    left: 12px;
}

.back-to-home:hover, .back-to-page:hover {
    background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important;
    color: #fff;
}






.back-to-home:hover img {
    filter: brightness(0) invert(1);
}

.back-to-home img, .back-to-page img {
    width: 15px;
    margin-right: 5px;
}

.space {
    padding: 50px 0;
}

.pull-right {
    margin-left: auto !important;
}

/************Text Color****************/
.yellow-text {
    color: #eebd2b !important;
}

.red-text {
    color: #dc2626 !important;
}




/************BG Color****************/
.yellow-bg {
    background: #eebd2b !important;
}

.red-bg {
    background: #dc2626 !important;
}

.orange-bg {
    background: #f97316 !important;
}

.orange-bg:hover {
    background: #ea580c !important;
}

.yello-bg-gradient {
    background: linear-gradient(90deg, #EEBD2C 0%, #F7D46D 100%) !important;
}

.inner-banner .banner-text {
    text-align: center;
}



footer {
    width: 100%;
    background: #0F5729;
    padding: 50px 0 0 0;
    position: relative;
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 9;
}

footer::after {
    position: absolute;
    left: -106px;
    top: 0;
    content: "";
    width: 500px;
    height: 500px;
    background: url(../images/ball-pattern.png) no-repeat 0 0;
    background-size: 400px;
    opacity: 0.3;
}

footer::before {
    position: absolute;
    right: -106px;
    top: 0;
    content: "";
    width: 500px;
    height: 500px;
    background: url(../images/ball-pattern.png) no-repeat 0 0;
    background-size: 400px;
    opacity: 0.3;
}

.footer-logo {
    width: 75px;
    height: 50px;
    display: block;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

footer p {
    font-size: 16px;
    line-height: 24px;
    color: #fafafacc;
    font-weight: 400;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    width: auto;
}

.social-links li {
    width: auto;
}

.social-links li a:hover:before {
    content: none;
}

footer h3 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 15px;
}

footer ul {
    width: 100%;
}

footer ul li {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px
}

footer ul li:last-child {
    margin-bottom: 0
}

footer ul li a {
    color: #fafafacc;
    position: relative;
}

footer ul li a::before {
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s linear;
    width: 0;
}

footer ul li a:hover::before {
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f1cc5df0;
}

footer ul li a:hover {
    color: #f1cc5df0;
}

footer ul.contact-links li {
    width: auto;
    position: relative;
    padding-left: 25px;
}

footer ul.contact-links li img {
    position: absolute;
    top: 8px;
    left: 0;
    width: 14px;
    filter: brightness(0) invert(1);
}

.copyright {
    width: 100%;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #fafafa33;
    margin-top: 40px;
}

.copyright p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fafafacc;
}

.chat-icon {
    background: #0f5729;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    animation: floatIcon 2.5s ease-in-out infinite;
    z-index: 9999;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.chat-icon img {
    width: 16px;
    height: 16px;
}


/**********Custom Checkbox************/
.custom-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
    margin: 0 !important;
    align-items: center;
    font-weight: 400 !important;
    color: #636370;
}

/* Hide default checkbox */
.custom-check input {
    display: none;
}

/* Custom box */

.checkmark {
    width:16px;
    height:16px;
    border: 1px solid #636370;
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

/* Tick */

.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top:1px;
    width:5px;
    height:9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: transform 0.15s ease;
}

/* Checked state */

.custom-check input:checked+.checkmark {
    background: linear-gradient(90deg, #0f5729 0%, #31814f 100%);

    border: 1px solid transparent;
}

.custom-check input:checked+.checkmark::after {
    transform: rotate(45deg) scale(1);
}

/* Remove bootstrap active blue background */
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
    color: inherit;
}

/* Remove blue focus outline */
.custom-check input:focus {
    outline: none;
    box-shadow: none;
}

/* Mobile tap highlight */
.dropdown-item {
    -webkit-tap-highlight-color: transparent;
}


/****************Rating Modal************************/
.custom-modal {
    max-width: 880px
}

.custom-modal .modal-body {
    padding: 0
}

.custom-modal .modal-content {
    border-radius: 15px;
    padding: 35px 35px 25px 35px;
    border:0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.custom-modal h6 {
    font-weight: 700;
}

.custom-modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-size: 13px;
}

.custom-modal .modal-header {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-modal .total-review {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
}

.custom-modal ul.star {
    display: flex;
    gap: 3px;
    margin-bottom: 15px;
}

.custom-modal ul.star li span {
    font-size: 13px;
    color: #1F2E24;
    margin-left: 2px;
}

.custom-modal .total-review .common-btn {
    min-height: 35px;
    font-size: 14px;
    font-weight: 600;
}

.custom-modal .modal-body .review-list {
    gap: 20px;
    display: flex;
    flex-direction: column;
    max-height: 650px;
}


.custom-modal .modal-body .review-list > li {
    width: 100%;
    margin-bottom: 15px;
}
.custom-modal .modal-body .review-list .mCSB_container li{margin-bottom: 15px;}

.custom-modal .modal-body .review-list li .inner {
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    background: #FAFAFA;
    padding: 20px;
}

.custom-modal .modal-body .review-list li .inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 5px
}

.custom-modal .modal-body .review-list li .inner .top strong {
    font-size: 16px;
    font-weight: 700;
    color: #1F2E24
}

.custom-modal .modal-body.review-list li .inner .top span {
    font-size: 14px;
    font-weight: 400;
    color: #5C8A6B
}

.custom-modal .modal-body .review-list li .inner .raring-row {
    display: flex;
    margin-bottom: 10px;
}

.custom-modal .modal-body .review-list li .inner .raring-row li {
    width: auto;
    margin: 0;
}

.custom-modal .modal-body .review-list li .inner p {
    font-size: 16px;
    line-height: 20px;
    color: #5C8A6B;
    margin: 0;
}

.mCSB_scrollTools .mCSB_dragger_bar {
    width: 4px !important;
    background: #636370 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
    background: #0000004D !important;
}

.custom-modal .review-box {
    width: 100%;
}

.custom-modal .review-box>ul {
    width: 100%;
}

.custom-modal .review-box ul>li {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.custom-modal .review-box ul>li ul {
    display: flex;
    padding-left: 20px;
}

.custom-modal .review-box ul > li ul li {
    width: auto;
    margin: 0 !important;
}

.custom-modal .form-box label {
    font-size: 14px;
    line-height: 16px;
    color: #222;
    font-weight: 400;
    margin-bottom: 5px;
}

.custom-modal .form-box input[type="text"],
.custom-modal .form-box input[type="email"] {
    border: 1px solid #DCE5DF;
    background: #FAFAFA;
    border-radius: 5px;
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
}

.custom-modal .form-box .form-row {
    margin-bottom: 10px;
}

.custom-modal .form-box textarea {
    border: 1px solid #DCE5DF;
    background: #FAFAFA;
    border-radius: 5px;
    height: 127px;
    padding: 5px 10px;
    resize: none;
}

.custom-modal .btn-group {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px 0 20px 0;
}
.custom-modal .btn-group .common-btn{min-width:135px; min-height:35px; text-transform: capitalize;}
.custom-modal .btn-group .common-btn.back{background:#222 !important;}
.common-select {
    background: url(../images/select-arrow-black.svg) no-repeat right 12px center;
    transition: transform 0.3s ease-in;
    border: 1px solid #DCE5DF;
    width: 100%;
    border-radius: 5px;
    padding: 9px 35px 9px 15px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 14px;
    color: #1F2E24;
    font-weight: 400;
    height: 40px;
}

.web-filters{display: none;}

.overlay-blur{position: fixed; height: 100%;    
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;

}
.overlay-blur::before {
position: fixed;
height: 100%;    
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
content: "";
backdrop-filter: blur(2px);
background: rgba(0,0,0,0.5);
}

.close-filter {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #e3f2e8;
    font-size: 20px;
    color: #1f2e24;
    accent-colorborder-radius: 20px;
    padding: 2px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}