/* Fonts Include  */
@font-face {
    font-family: 'ibm-bold';
    src: url('../fonts/IBMPlexSansArabic-Bold.eot');
    src: url('../fonts/IBMPlexSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Bold.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Bold.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-Bold.svg#IBMPlexSansArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-thin';
    src: url('../fonts/IBMPlexSansArabic-Thin.eot');
    src: url('../fonts/IBMPlexSansArabic-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-Thin.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Thin.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Thin.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-Thin.svg#IBMPlexSansArabic-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-extralight';
    src: url('../fonts/IBMPlexSansArabic-ExtraLight.eot');
    src: url('../fonts/IBMPlexSansArabic-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-ExtraLight.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-ExtraLight.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-ExtraLight.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-ExtraLight.svg#IBMPlexSansArabic-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-light';
    src: url('../fonts/IBMPlexSansArabic-Light.eot');
    src: url('../fonts/IBMPlexSansArabic-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-Light.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Light.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Light.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-Light.svg#IBMPlexSansArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-medium';
    src: url('../fonts/IBMPlexSansArabic-Medium.eot');
    src: url('I../fonts/BMPlexSansArabic-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-Medium.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Medium.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Medium.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-Medium.svg#IBMPlexSansArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-semibold';
    src: url('../fonts/IBMPlexSansArabic-SemiBold.eot');
    src: url('../fonts/IBMPlexSansArabic-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-SemiBold.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-SemiBold.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-SemiBold.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-SemiBold.svg#IBMPlexSansArabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ibm-regular';
    src: url('../fonts/IBMPlexSansArabic-Regular.eot');
    src: url('../fonts/IBMPlexSansArabic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSansArabic-Regular.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Regular.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Regular.ttf') format('truetype'),
        url('../fonts/IBMPlexSansArabic-Regular.svg#IBMPlexSansArabic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*  Start General  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'ibm-regular', sans-serif;
}

.btn,
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

:root {

    --mainColor: #5A46E6;
    --secandaryColor: #19D2C5;
    --redColor: #C32C2C;
    --blackColor: #161616;
    --blackColor2: #1F2A37;
    --blackColor3: #384250;
    --lightBlueColor: #7777BF;
    --BlueColor: #213185;
    --darkBlueColor: #0A1545;
    --pinkColor: #DAA1B5;
    --orangeColor: #F19E57;
    --grayColor: #4D4D4D;
    --grayRGBAColor: rgba(199, 213, 235, 0.1);
    --greenColor: #82C341;
    --greenRGBAColor: rgba(130, 195, 65, 0.09);
    --trans: all 0.4s ease-in-out;

}

.btn {
    font-family: 'ibm-medium', sans-serif;
}

body,
html {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'ibm-regular', sans-serif;
    font-size: 16px;
    color: var(--blackColor);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    overflow-x: hidden;
    position: relative;
}

a {
    color: #1B8354;
    text-decoration: none;
}

a:hover {
    color: #54C08A;
    /* text-decoration: underline; */
}

a:not(.chip-neutral):not(.btn):not(.nav-link):not(.dropdown-item):visited {
    /*color:#14573A;*/
}

a:not(.btn):focus {
    outline: 2px solid #161616;
}

/* a, a:hover, a:focus, a:active {
    text-decoration: none;
} */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-weight: 900; */
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Side Menu */
.side-menu {
    position: fixed;
    right: -900px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    -webkit-box-shadow: -12px 0 59px 1px #191919;
    box-shadow: -12px 0 59px 1px #191919;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.side-menu .scroll-menu {
    height: calc(100vh - 73px - 44px - 31px);
}

.side-menu-header {
    /*background: url("../images/side-menu.png") no-repeat left;*/
    /* background-size: cover;
    text-align: right;
    padding: 20px 15px; */
    background-color: #F9FAFB;
    padding: 15px 32px;
    border-bottom: 1px solid #D2D6DB;
}

.side-menu-header a img {
    height: 42px;
}

/* .menu-title{
    display: block;
    background: #f4f4f4;
    color: var(--mainColor);
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'bold-ar', 'main', sans-serif;
    margin-bottom: 15px;
} */

.side-menu nav ul {
    list-style: none;
    padding: 16px;
}

.side-menu nav>ul li {}

.side-menu nav>ul li a {
    display: block;
    color: #161616;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 16px;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
    /* margin-bottom: 5px; */
    position: relative;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    border-inline-start: 5px solid transparent;
}

.side-menu nav>ul li a.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side-menu nav>ul li a.dropdown-toggle::after {
    font-size: 18px;
}

.side-menu nav>ul li a.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

/* .side-menu nav > ul li a span{
    position: relative;  
    padding-right: 5px;
    padding-left: 5px;
} */

/* .side-menu nav > ul li a span::after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: var(--sBgColor);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: var(--trans);
    -o-transition: var(--trans);
    transition: var(--trans);
} */

/* .side-menu nav > ul li a.active span::after,
.side-menu nav > ul li a:hover span::after,
.side-menu nav > ul li a:focus span::after{
    width: 100%;
} */
.side-menu nav>ul li a:hover {
    color: #1b8354 !important;
}

.side-menu nav>ul li a.active {
    color: #1b8354 !important;
    background-color: #e5e7eb;
    border-color: #1b8354;
}

.side-menu nav>ul li a.active span,
.side-menu nav>ul li a:hover span,
.side-menu nav>ul li a:focus span {
    color: #fff;
}

.side-menu nav>ul li.dropdown .dropdown-menu {
    position: static !important;
    transform: none;
    border: none;
    padding: 0;
    transform: none !important;
    margin-top: 5px;
}

.side-menu nav>ul li .dropdown-menu a {
    padding-inline-start: 40px;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
}

.side-menu nav>ul li .dropdown-menu a.dropdown-item:not(.active):focus,
.side-menu nav>ul li .dropdown-menu a.dropdown-item:not(.active):hover {
    background-color: transparent;
}

/* .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    bottom: 0;
}
.social-menu a{
    display: block;
    padding: 5px 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
} */
.side-menu button {
    font-size: 25px;
}

.side-menu button:hover {
    color: red !important;
}

.side-menu .langs {
    padding: 12px 16px 31px;
}

.side-menu .langs p {
    font-size: 14px;
    line-height: 20px;
}

.side-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 3, 3, .8);
    z-index: 9998;
    display: none;
}

/* .copy-menu{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
} */

/* Side Menu */


/* style */
.body-content {
    position: relative;
}

/* ::-webkit-input-placeholder { 
  font-size: 14px;
  font-family: 'font400',sans-serif;
  color:var(--darkBlueColor)
}

:-ms-input-placeholder { 
    font-size: 14px;
    font-family: 'font400',sans-serif;
    color:var(--darkBlueColor)
}

::placeholder {
    font-size: 14px;
    font-family: 'font400',sans-serif;
    color:var(--darkBlueColor)
} */

.text-green {
    color: #1B8354;
}

/* buttons */
.btn {
    --bs-btn-border-radius: 4px;
    --bs-btn-padding-x: 16px;
    /* display: inline-flex; */
    border: none;
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 8px;
    --bs-btn-font-size: 1rem;
}

.btn-primary {
    font-weight: 500;
    --bs-btn-bg: #1B8354;
    --bs-btn-border-color: #1B8354;

    --bs-btn-hover-bg: #166A45;
    --bs-btn-hover-border-color: #166A45;

    --bs-btn-active-bg: #104631;
    --bs-btn-active-border-color: #104631;

    --bs-btn-disabled-color: #9da4ae;
    --bs-btn-disabled-opacity: 1;
    --bs-btn-disabled-bg: #f3f4f6;
    --bs-btn-disabled-border-color: #f3f4f6;
}


.btn-primary:focus-visible,
.btn-primary:focus {
    background: #1B8354 !important;
    outline: 2px solid #000000 !important;
    position: relative;
    box-shadow: none;
}

.btn-primary:focus-visible:after,
.btn-primary:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 4px;
}

.btn-primary-neutral {
    background-color: #0d121c;
    border: none !important;
    color: #fff;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
}

.btn-primary-neutral:hover {
    background-color: var(--blackColor2);
    border-color: var(--blackColor2);
    color: #fff;
}

.btn-primary-neutral:active {
    background-color: #4D5761 !important;
    border-color: #4D5761;
    color: #fff !important;
}

.btn-primary-neutral:visited {
    background-color: var(--blackColor3) !important;
    border-color: var(--blackColor3);
    color: #fff !important;
}

.btn-primary-neutral:disabled,
.btn-primary-neutral[disabled] {
    background: #f3f4f6;
    color: #9da4ae;
}

.btn-primary-neutral:focus {
    background-color: #0d121c;
    outline: 2px solid #161616;
    position: relative;
    color: #fff;
}

.btn-primary-neutral:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 4px;
}

.btn-outline-secondary {
    background-color: #FFF !important;
    border: 1px solid #D2D6DB !important;
    color: #161616 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #f3f3f3 !important;
    border-color: #D2D6DB !important;
    color: #161616 !important;
}

.btn-outline-secondary.no-hover:hover,
.btn-outline-secondary.no-hover:focus {
    background-color: #FFF;
    border-color: #D2D6DB;
    color: #161616;
}

.btn-secondary {
    background-color: #F3F4F6;
    border: none !important;
    color: #161616;
}

.btn-secondary:hover {
    background-color: #E5E7EB;
    color: #161616;
}

.btn-secondary:active {
    background-color: #E5E7EB !important;
    color: #161616 !important;
}

.btn-secondary:visited {
    background-color: #E5E7EB !important;
    color: #161616;
}

.btn-secondary:disabled,
.btn-secondary[disabled] {
    background: #E5E7EB;
    color: #9DA4AE;
}

.btn-secondary:focus {
    background-color: #F3F4F6;
    outline: 2px solid #161616;
    position: relative;
    color: #161616;
}

/* .btn-secondary:focus:after {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 4px;
} */
.btn-subtle {
    background-color: transparent;
    border: none !important;
    color: #161616;
}

.btn-subtle:hover {
    background-color: #F3F4F6;
    color: #161616;
}

.btn-subtle:active {
    background-color: #E5E7EB !important;
    color: #161616 !important;
}

.btn-subtle:visited {
    background-color: #E5E7EB !important;
    color: #161616;
}

.btn-subtle:disabled,
.btn-subtle[disabled] {
    background: #E5E7EB;
    color: #9DA4AE;
}

.btn-subtle:focus {
    background-color: transparent;
    outline: 2px solid #161616;
    position: relative;
    color: #161616;
}

/* buttons */

/* customization */
/* hgi */
.hgi {
    /* line-height: 1; */
    vertical-align: middle;
}

.hgi-xs {
    font-size: 12px;
}

.hgi-sm {
    font-size: 16px;
}

.hgi-md {
    font-size: 24px;
}

.hgi-lg {
    font-size: 32px;
}

.hgi-xl {
    font-size: 48px;
}

.hgi-2xl {
    font-size: 64px;
}

/* customization */
/* digital-stamp */
.digital-stamp {
    background-color: #F3F4F6;
    padding: 6px 0;
}

.stamp-header {}

.stamp-header img {
    height: 14px;
    width: auto;
    margin-inline-end: 10px;
}

.stamp-header p {
    font-size: 14px;
    line-height: 20px;
    color: #161616;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
}

.stamp-header p a {
    color: #1B8354;
    margin-inline-start: 10px;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
}

.stamp-header p a:hover {
    text-decoration: underline;
}

.stamp-header p a i {
    margin-inline-start: 4px;
    font-size: 18px;
    vertical-align: middle;
    transition: var(--trans);
    display: inline-block;
}

.stamp-header p a:not(.collapsed) i {
    transform: rotate(180deg);
}

.stamp-body {
    padding-top: 40px;
}

.stamp-body .info {}

.stamp-body .info i {
    width: 48px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #067647;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    color: #067647;
    display: inline-block;
}

.stamp-body .info h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'ibm-semibold', sans-serif;
    margin-bottom: 12px;
}

.stamp-body .info h4 span {
    color: #1B8354;
}

.stamp-body .info p {
    color: #384250;
}

.license-number-box {
    margin: 32px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 24px;
    gap: 18px;

    background: #FFFFFF;
    border-radius: 8px;

}

.license-number-box img {
    height: 30px;
    width: auto;
}

.license-number-box p {
    margin-bottom: 0;
}

.license-number-box p a {
    color: #1B8354;
    text-decoration-line: underline;

}

.license-number-box p a:hover {
    color: #54C08A;
}

/* digital-stamp */
/* header-navbar */
.main-header {
    background-color: #fff;
}

.header-navbar {}

.header-navbar .navbar-toggler {
    line-height: 32px;
}

.header-navbar .brand {
    margin-inline-end: 16px;
    padding: 7px 0;
}

.header-navbar .brand img {
/*    height: 58px;*/
    height: 40px;
}

.header-navbar .main-menu .nav-item {}

.header-navbar .main-menu .nav-link {
    font-size: 16px;
    line-height: 1.5;
    color: var(--blackColor);
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    padding: 0 16px;
    line-height: 72px;
    height: 72px;
    position: relative;
    border: 2px solid transparent;

}

.header-navbar .main-menu .nav-link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 8px;
    right: 8px;
    height: 6px;
    opacity: 0;
    border-radius: 3px;
}

.header-navbar .main-menu .nav-link.active {
    background-color: #1B8354;
    color: #FFFFFF
}

.header-navbar .main-menu .nav-link.active:before {
    opacity: 1;
    background-color: #54C08A;
}

.header-navbar .main-menu .nav-link:not(.active):hover {
    background-color: #F3F4F6;
}

.header-navbar .main-menu .nav-link:not(.active):hover:before {
    opacity: 1;
    background-color: #9DA4AE;
}

.header-navbar .main-menu .nav-link.active:hover {
    background-color: #166A45;
}

/* .header-navbar .main-menu .nav-link:not(.active):visited, */
.header-navbar .main-menu .nav-link:not(.active):active {
    background-color: #E5E7EB;
}

/* .header-navbar .main-menu .nav-link:not(.active):visited:before, */
.header-navbar .main-menu .nav-link:not(.active):active:before {
    opacity: 1;
    background-color: #1F2A37;
}

/* .header-navbar .main-menu .nav-link.active:visited, */
.header-navbar .main-menu .nav-link.active:active {
    background-color: #104631;
}

.header-navbar .main-menu .nav-link:focus-visible,
.header-navbar .main-menu .nav-link:focus {
    background-color: transparent;
    border-color: var(--blackColor);
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}

.header-navbar .main-menu .nav-link.active:focus-visible,
.header-navbar .main-menu .nav-link.active:focus {
    background-color: #1B8354;
    color: #fff;
    border-color: #fff;
    outline: 2px solid #161616;
}

.header-navbar .main-menu .nav-link:disabled,
.header-navbar .main-menu .nav-link[disabled] {
    color: #9DA4AE;
}

.dropdown-toggle::after {
    content: "㭚";
    font-family: "hgi-stroke-rounded" !important;
    font-style: normal;
    border: none;
    vertical-align: middle;
}

.header-navbar .main-menu .nav-item.dropdown .dropdown-menu {
    padding: 8px 15px;
}

.header-navbar .main-menu .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    right: 0;
    margin-top: var(--bs-dropdown-spacer);
}

.header-navbar .main-menu .nav-item.dropdown:hover .dropdown-toggle:not(.active) {
    background-color: #F3F4F6;
}

.header-navbar .main-menu .nav-item.dropdown:hover .dropdown-toggle:not(.active):before {
    opacity: 1;
    background-color: #9DA4AE;
}

.header-navbar .main-menu .dropdown-item-title {
    padding: 8px 16px;
    color: #1B8354;
    display: block;
    font-size: 16px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
}

.header-navbar .main-menu .dropdown-item {
    border-radius: 8px;
    padding: 8px 16px;
    margin-bottom: 2px;
}

.header-navbar .main-menu .dropdown-item.active,
.header-navbar .main-menu .dropdown-item:active,
.header-navbar .main-menu .dropdown-item:hover {
    background-color: #F3F4F6;
    color: #1F2A37
}

.h-toolbar-list {}

.h-toolbar-list a {
    color: var(--blackColor);
    font-size: 16px;
    padding: 0 12px;
    line-height: 1.5;
    line-height: 72px;
    height: 72px;
    position: relative;
    border: 2px solid transparent;
    display: inline-block;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
}

.h-toolbar-list a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 8px;
    right: 8px;
    height: 6px;
    opacity: 0;
    border-radius: 3px;
}

.h-toolbar-list a span {
    font-family: inherit;
}

/* .h-toolbar-list a:hover {
    color: #6C737F;
} */

.h-toolbar-list a:hover:before {
    opacity: 1;
    background-color: #9DA4AE;
}

.h-toolbar-list a.active {
    background-color: #1B8354;
    color: #FFFFFF
}

.h-toolbar-list a.active:before {
    opacity: 1;
    background-color: #54C08A;
}

.h-toolbar-list a:not(.active):hover {
    background-color: #F3F4F6;
}

.h-toolbar-list a:not(.active):hover:before {
    opacity: 1;
    background-color: #9DA4AE;
}

.h-toolbar-list a.active:hover {
    background-color: #166A45;
}

/* .h-toolbar-list a:not(.active):visited, */
.h-toolbar-list a:not(.active):active {
    background-color: #E5E7EB;
}

/* .h-toolbar-list a:not(.active):visited:before, */
.h-toolbar-list a:not(.active):active:before {
    opacity: 1;
    background-color: #1F2A37;
}

/* .h-toolbar-list a.active:visited, */
.h-toolbar-list a.active:active {
    background-color: #104631;
}

.h-toolbar-list a:focus-visible,
.h-toolbar-list a:focus {
    background-color: transparent;
    border-color: var(--blackColor);
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}

.h-toolbar-list a.active:focus-visible,
.h-toolbar-list a.active:focus {
    background-color: #1B8354;
    color: #fff;
    border-color: #fff;
    outline: 2px solid #161616;
}


.h-toolbar-list a i {
    vertical-align: middle;
    font-size: 20px;
}

/* header-navbar */
.home-hero-section {
    background-image: url('../images/home-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;

}

.home-hero-section .row {
    min-height: 571px;
}

.home-hero-section .info {}

.home-hero-section .info h1 {
    color: var(--blackColor2);
    font-size: 48px;
    line-height: 1.25;
    font-family: 'ibm-semibold', sans-serif;
    letter-spacing: -2%;
    margin-bottom: 24px;
}

.home-hero-section .info p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--blackColor3);
    margin-bottom: 0;
    max-width: 600px;
}

.home-hero-section .info .btn {
    margin-top: 32px;
}

.home-hero-section .info .btn i {
    line-height: 1;
}

/* levels-section */
.levels-section {
    padding: 40px 0;
}

.sec-header {
    margin-bottom: 32px;
}

.sec-header h2 {
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: var(--blackColor);
}

.level-item {
    border: 1px solid transparent;
    border-radius: 16px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.level-item.level-1 {
    border-color: #B2DDFF;
    background-color: #EFF8FF;
}

.level-item.level-2 {
    border-color: #D2D6DB;
    background-color: #F9F5FA;
}

.level-item.level-3 {
    border-color: #B8EACB;
    background-color: #F7FDF9;
}

.level-item.level-4 {
    border-color: #FEDF89;
    background-color: #FFFEF7;
}

.level-item h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 16px;
}

.level-item p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 0 16px;
}

.level-item figure {
    margin-bottom: 0;
    margin-top: auto;
}

.level-item figure img {
    border-radius: 0 0 16px 16px;
    width: 100%;
}

/* levels-section */

/* services-section */
.services-section {
    padding: 40px 0;
    background-color: #F7FDF9;
}

.services-slider {}

.services-slider.owl-carousel .owl-stage {
    display: flex !important;
}

.services-slider.owl-carousel .owl-item {
    height: auto;
}

.services-slider .owl-dots {}

.owl-dots {
    text-align: center;
    margin-top: 24px;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E5E7EB;
    transition: var(--trans);
    display: inline-block;
}

.owl-dots .owl-dot.active span {
    background-color: #1B8354;
}

.card {
    --bs-card-border-color: #D2D6DB;
    --bs-card-border-radius: 1rem;
}

.service-item {
    padding: 16px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    height: 100%;
}

.service-item figure {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F3FCF6;
    margin-bottom: 24px;
}

.service-item figure img {
    height: 22px;
}

.service-item figure i {
    color: #067647;
    font-size: 22px;
}

.service-item h3 {
    color: var(--blackColor2);
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-item p {
    color: var(--blackColor2);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

.service-item .tools {
    margin-bottom: 24px;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.service-item .tools .badge {}

.badge {
    font-size: 12px;
    line-height: 18px;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.badge-secondary {
    color: var(--blackColor2);
    border-color: #E5E7EB;
    background-color: #F9FAFB;
}

.badge-warning {
    color: #93370D;
    border-color: #FEDF89;
    background-color: #FFFAEB;
}

.badge-success {
    color: #085D3A;
    border-color: #ABEFC6;
    background-color: #ECFDF3;
}

.badge-info {
    color: #1849A9;
    border-color: #B2DDFF;
    background-color: #EFF8FF;
}

.badge-danger {
    color: #912018;
    border-color: #FECDCA;
    background-color: #FEF3F2;
}

.service-item .actions {}

.service-item .actions .btn {}

/* services-section */
/* madrasti-numbers-section */
.madrasti-numbers-section {
    padding: 40px 0;
}

.number-item {
    text-align: center;
}

.number-item figure {
    background-color: #F3FCF6;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 24px;
}

.number-item figure img {
    height: 21px;
    width: auto;
}

.number-item figure i {
    font-size: 24;
    color: #067647;
}

.number-item p {
    color: #14573A;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    direction: ltr;
    margin-bottom: 8px;
}

.number-item h4,
.number-item h3 {
    color: #1F2A37;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'ibm-regular', sans-serif;
}

/* madrasti-numbers-section */
/* events-section */
.events-section {
    padding: 40px 0;
}

/* events-section */
/* characters-hero-section */
.characters-hero-section {
    padding: 40px 0;
}

.characters-hero-section .wrapper {
    border: 1px solid #D2D6DB;
    background-color: #F9FAFB;
    background-image: url('../images/characters-hero-shap.png');
    background-position: left bottom;
    /* background-size: cover; */
    background-repeat: no-repeat;
    border-radius: 24px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F9FAFB;
    border: 1px solid #D2D6DB;
    border-radius: 24px;
    padding-top: 24px;
    padding-inline-start: 24px;
}

.characters-hero-section h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.characters-hero-section p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--blackColor);
    margin-bottom: 32px;
}

.characters-hero-section .info {
    padding-bottom: 24px;
}

.characters-hero-section figure {
    text-align: end;
    margin-bottom: 0;
}

.characters-hero-section figure img {
    border-bottom-left-radius: 24px;
}

/* characters-hero-section */
/* environmental-protection-section */
.environmental-protection-section {
    padding: 40px 0 88px;
    background-image: url('../images/environmental-protection-section.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;

}

.resource-item {
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    min-height: 300px;

}

.resource-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.resource-item.books {
    background-image: url('../images/resource-books.png');
    background-size: 240px auto;
}

.resource-item.channels {
    background-image: url('../images/resource-hand.png');
    background-size: 240px auto;
}

.resource-item h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'ibm-regular', sans-serif;
    margin-bottom: 16px;
}

.resource-item p {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    direction: ltr;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.resource-item .btn {}

/* environmental-protection-section */
/* education-resources-section */
.education-resources-section {
    padding: 40px 0;
}

/* education-resources-section */
/* apps-section */
.apps-section {
    padding: 40px 0;
}

.apps-desktop-section {
    gap: 24px;
}

.app-desktop-item {
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: top left;
    flex-grow: 1;
    height: 458px;
    transition: var(--trans);
    border: 1px solid transparent;
}

.app-desktop-item.rawdati {
    background-color: #1570EF;
    border-color: #175CD3;
    background-image: url('../images/apps-desktop/rawdati-bg-shape-1.svg');
}

.app-desktop-item.rawdati:hover {
    background-color: #F5FAFF;
    border-color: #B2DDFF;
    background-image: url('../images/apps-desktop/rawdati-bg-shape.svg');
}

.app-desktop-item.madrasati {
    background-color: #1F2A37;
    border-color: #1F2A37;
    background-image: url('../images/apps-desktop/madrasati-bg-shape-1.svg');
}

.app-desktop-item.madrasati:hover {
    background-color: #FCFCFD;
    border-color: #D2D6DB;
    background-image: url('../images/apps-desktop/madrasati-bg-shape.svg');
}

.app-desktop-item.moshaf {
    background-color: #1B8354;
    border-color: #074D31;
    background-image: url('../images/apps-desktop/moshaf-bg-shape-1.svg');
}

.app-desktop-item.moshaf:hover {
    background-color: #F7FDF9;
    border-color: #B8EACB;
    background-image: url('../images/apps-desktop/moshaf-bg-shape.svg');
}

.app-desktop-item.madrasati-teacher {
    background-color: #9973B2;
    border-color: #80519F;
    background-image: url('../images/apps-desktop/madrasati-teacher-bg-shape-1.svg');
}

.app-desktop-item.madrasati-teacher:hover {
    background-color: #F9F5FA;
    border-color: #CCB8D9;
    background-image: url('../images/apps-desktop/madrasati-teacher-bg-shape.svg');
}

.apps-desktop-section.item-hovered .app-desktop-item:not(:hover) {
    max-width: 198px;
    width: 100%;
}

.app-desktop-item .wrapper {
    height: 100%;
    align-items: center;
}

.app-desktop-item .info {
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: width .3s ease-in-out;
    max-width: 310px;

    box-sizing: content-box;
}

.app-desktop-item:hover .info {
    width: auto;
    padding: 19px;
    padding-top: 81px;
    opacity: 1;
}

.app-desktop-item .info h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    color: var(--blackColor2);
    margin-bottom: 8px;
}

.app-desktop-item .info p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--blackColor2);
    margin-bottom: 16px;
}

.app-desktop-item .stores {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 11px;
    margin-top: auto;
}

.app-desktop-item .stores a {}

.app-desktop-item .stores a img {
    width: auto !important;
    height: 24px;
}

.app-desktop-item .app-logo {
    margin-bottom: 8px;
}

.app-desktop-item .app-logo img {
    height: 46px;
    width: auto;
}

.app-desktop-item .front {
    align-self: flex-end;
    padding-inline-start: 16px;
    padding-inline-end: 12px;
    width: 100%;
}

.app-desktop-item .front {}

.app-desktop-item .front h3 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: auto;
    text-align: center;
    margin-top: 54px;
    transition: var(--trans);
}

.apps-desktop-section.item-hovered .app-desktop-item .front h3 {
    margin-bottom: 16px;
}

.app-desktop-item:hover .front h3 {
    opacity: 0;
}

.app-desktop-item .app-img {
    margin-bottom: 0;
    transition: opacity .3s ease-in-out;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
}

.apps-desktop-section.item-hovered .app-desktop-item .app-img {
    width: 0;
    opacity: 0;

}

.apps-desktop-section.item-hovered .app-desktop-item:hover .app-img {
    width: 290px;
    opacity: 1;
}

.app-desktop-item .app-img img {}

/* apps-section */
/* awards-section */
.awards-section {
    padding-bottom: 40px;
    background-image: url('../images/awards-bg-1.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    background-color: #F7FDF9;
    margin-top: 40px;
    position: relative;
}

.awards-section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 415px;
    height: 190px;
    background-image: url('../images/awards-bg-shap.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.awards-section figure {
    text-align: center;

}

.awards-section figure img {}

.awards-section .info {
    margin-bottom: 100px;
}

.awards-section .info h2 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    color: var(--blackColor);
    margin-bottom: 24px;
}

.awards-section .info p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--blackColor);
}

/* awards-section */
/* last-update-section */
.last-update-section {
    padding: 16px 0;
}

.last-update-section p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* last-update-section */
/* useful-page-section */
.useful-page-section {
    padding: 24px 0;
    border-top: 2px solid #1B8354;
}

.useful-page-section .question {
    margin-bottom: 0;
}

.useful-page-section .buttons {}

.useful-page-section .buttons .btn.active {
    background-color: #104631;
    border-color: #104631;
}

.useful-page-section .users-used-numbers {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: end;
    order: 1;
    margin-inline-start: auto;
}


.useful-page-section .closed-item {
    padding: 0 8px;
    margin-inline-start: auto;
    cursor: pointer;
    transition: var(--trans);
    display: none;
}

.useful-page-section .closed-item i {
    vertical-align: middle;
}

.useful-page-section .closed-item:hover {
    color: var(--blackColor3)
}

.useful-page-section .successful-message {
    /* padding: 0 4px; */
}

.evaluations-section .successful-message i,
.useful-page-section .successful-message i {
    vertical-align: middle;
    color: #1B8354;
}

.useful-page-section .usefull-content {
    display: none;
    padding-top: 32px;
}

.feedback-sec {}

.feedback-sec h6 {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    color: var(--blackColor);
    margin-bottom: 16px;
}

.feedback-sec h6 small {
    color: #6C737F;
    font-size: 14px;
    line-height: 20px;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
}

.feedback-sec .gender {
    margin-bottom: 32px;
}

.feedback-sec .gender p {
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.feedback-sec .more-info {
    margin: 0;
}

.feedback-sec .more-info a {}

.form-check {
    padding: 0 !important;
    padding-inline-start: 1.5em;
    /* margin-bottom: 16px !important */
}

.form-check:last-child {
    /* margin-bottom: 0 !important */
}

.form-check-input:checked {
    background-color: #1B8354;
    border-color: #1B8354;
}

input.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'><circle r='2' fill='%23fff'/><circle r='1.3' fill='%231B8354'/></svg>") !important
}

.form-check-input {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    float: inline-start !important;
    margin: 0 !important;
    margin-inline-start: -1em;
}

.form-check-input:checked:hover {
    background-color: #104631 !important;
    border-color: #104631 !important
}

.form-check-input[type=checkbox] {

    border-radius: .25em;

}

.form-check-input:hover:not(:checked) {
    background: #F3F4F6
}

.form-check-input:focus-visible::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 0;
    background-color: #fff;
    outline: 3px solid #161616 !important;
    z-index: -2;
    transition: all .2s ease-in-out
}

.form-check-input[type=checkbox]:focus-visible::before {
    border-radius: 2px
}

.form-check-input:focus-visible:hover::before {
    outline: none !important
}

.form-check-input:hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #F3F4F6;
    z-index: -1;
    transition: all .2s ease-in-out;
    border: none
}

.form-check-input:active {
    filter: none !important
}

.form-check-input[type=checkbox] {
    width: 1.5rem !important;
    height: 1.5rem !important
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

input.form-check-input:checked[type=radio]:hover {
    --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 4 4'><circle r='2' fill='%23fff'/><circle r='1.3' fill='%2314573A'/></svg>") !important
}

.form-check-label {
    /* vertical-align: super; */
    margin-inline-start: 12px;
    font-weight: 500;
    white-space: normal;
    font-family: 'ibm-medium', sans-serif;
    color: var(--blackColor2);
}


.form-control {
    --line-c1: #161616;
    --line-c2: #161616;
    background: linear-gradient(var(--line-c1), var(--line-c1)), linear-gradient(white, white);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 0 2px, auto;
    height: 40px;
    border-color: #9da4ae !important;
    color: #384250 !important;
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 4px;
    transition: all .2s ease-out;
}

input[type=password]:hover,
input[type=password]:focus,
input[type=text]:hover,
input[type=text]:focus,
input[type=file]:hover,
input[type=file]:focus,
textarea:hover,
textarea:focus,
.sp-peoplepicker-topLevel:hover,
.sp-peoplepicker-topLevel:focus,
.ms-inputBox:hover,
.ms-inputBox:focus {
    border-color: #384250 !important;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    overflow-y: scroll !important;
    height: 6rem;
    max-height: 12rem !important;
}

.form-control[readonly] {
    border-color: #D2D6DB !important;
    color: #6C737F !important;
}

.form-control[disabled]:hover,
.form-control[disabled] {
    border-color: #D2D6DB !important;
    color: #9DA4AE !important;
    cursor: not-allowed;
}

.form-control:focus {
    --line-c2: #fff;
    background-size: 100% 2px, auto;
}

.input-group-text {
    border-color: #9da4ae;
}

.form-check-input[type=radio]:disabled {
    opacity: 1;
    border-color: #9DA4AE;
    cursor: not-allowed;
}

.form-check-input:disabled,
.form-check-input[disabled] {
    cursor: not-allowed;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: 1;
    color: var(--blackColor2);
    cursor: not-allowed;
}

.form-check-input:disabled:hover::before,
.form-check-input[disabled]:hover::before {
    background: #fff;
}

.form-check-input:disabled:hover:not(:checked),
.form-check-input[disabled]:hover:not(:checked) {
    background: #fff;
}

input.form-check-input:checked[type=radio][disabled],
input.form-check-input:checked:disabled[type=radio] {
    background-color: #9DA4AE;
}

.form-select {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.1281 0.254404C1.22967 0.388883 1.53293 0.790336 1.71353 1.02176C2.07526 1.48527 2.56952 2.10118 3.10269 2.71526C3.63856 3.33244 4.20148 3.93352 4.70158 4.37539C4.95234 4.59695 5.17262 4.76531 5.35439 4.87489C5.52535 4.97796 5.62634 4.99939 5.62634 4.99939C5.62634 4.99939 5.72436 4.97795 5.89531 4.8749C6.07708 4.76532 6.29737 4.59696 6.54813 4.37539C7.04822 3.93352 7.61114 3.33244 8.14701 2.71525C8.68018 2.10116 9.17444 1.48525 9.53617 1.02173C9.71678 0.790306 10.0196 0.38942 10.1212 0.25494C10.3259 -0.0229954 10.7175 -0.082942 10.9955 0.121752C11.2734 0.326446 11.3328 0.717694 11.1281 0.99563L11.1265 0.997703C11.02 1.13871 10.7059 1.55461 10.5216 1.79077C10.1517 2.26475 9.64302 2.89884 9.09089 3.53476C8.54146 4.16757 7.93673 4.81649 7.3758 5.31212C7.09605 5.5593 6.81247 5.78156 6.54067 5.94542C6.28602 6.09893 5.96361 6.25 5.62485 6.25C5.28609 6.25 4.96368 6.09893 4.70904 5.94541C4.43723 5.78156 4.15366 5.5593 3.87391 5.31212C3.31298 4.81649 2.70825 4.16758 2.15882 3.53477C1.60669 2.89886 1.098 2.26478 0.728099 1.7908C0.543666 1.55447 0.229494 1.13852 0.123226 0.997826L0.1219 0.996069C-0.082796 0.718135 -0.0237164 0.326489 0.254218 0.121794C0.532143 -0.0828948 0.923396 -0.0235067 1.1281 0.254404Z' fill='%23161616'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left 14px center !important;
    background-size: 12px !important;
    /* padding-right: 35px !important; */
}

.upload-file h5 {
    font-size: 14px;
    line-height: 20px;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.upload-file p {
    font-size: 12px;
    line-height: 1.5;
    color: #6C737F;
}

/* useful-page-section */
/* main-footer */
.main-footer {
    background-color: #F3F4F6;
    padding-top: 40px;
    padding-bottom: 24px;
}

.main-footer .f-top {
    padding-top: 16px;
    padding-bottom: 44px;
    margin-bottom: 48px;
}

.f-widget {
    margin-bottom: 0;
}

.f-widget .title {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 1px solid #D2D6DB;
    margin-bottom: 8px;
}

.links-list {}

.links-list li {
    margin-bottom: 8px;
}

.links-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #384250;
    text-decoration: none;
}

.links-list li a:hover {
    color: #067647;
    text-decoration: underline;
}

.icons-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.icons-list button,
ß .icons-list a {
    display: inline-block;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.icons-list button i,
.icons-list a i {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #D2D6DB;
    border-radius: 4px;
    font-size: 20px;
    color: #161616;
    display: inline-block;
    padding: 7;
    text-align: center;
}

.icons-list button:hover i,
.icons-list a:hover i {
    background-color: #f3f3f3;
    border-color: #D2D6DB;
}

.f-bottom {
    padding: 16px 0;
}

.inline-links {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.inline-links a {
    color: #384250;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
}

.inline-links a:hover {
    color: #067647;
}

.f-copyright {
    font-size: 14px;
    line-height: 20px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.developmentby {
    color: #384250;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.lastupdate {
    color: #384250;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}

.f-logos img {
    height: 42px;
    width: auto;
}

/* main-footer */
/* apps-slider-sec */
.apps-slider-sec {}

@media(min-width:1200px) {
    .apps-slider-sec {
        display: none !important;
    }
}

.app-sm-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* justify-content: center; */
    min-height: 300px;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 16px;
    background-repeat: no-repeat;
    background-position: top left;
}

.app-sm-item.rawdati {
    background-color: #F5FAFF;
    border-color: #B2DDFF;
    background-image: url('../images/rawdati-app-bg.png');
}

.app-sm-item.madrasati {
    background-color: #FCFCFD;
    border-color: #D2D6DB;
    background-image: url('../images/madrasati-app-bg.png');
}

.app-sm-item.moshaf {
    background-color: #F7FDF9;
    border-color: #B8EACB;
    background-image: url('../images/moshaf-app-bg.png');
}

.app-sm-item.madrasati-teacher {
    background-color: #F9F5FA;
    border-color: #CCB8D9;
    background-image: url('../images/madrasti-teacher-bg.png');
}

.app-sm-item figure {
    margin-bottom: 0;
}

.app-sm-item figure img {
    width: auto !important;
    height: 46px;

}

.app-sm-item h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    font-family: 'ibm-bold', sans-serif;
    margin-bottom: 0;
    color: var(--blackColor2);
}

.app-sm-item p {

    margin-bottom: 0;
    color: var(--blackColor2);
}

.app-sm-item .stores {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 11px;
    margin-top: auto;
}

.app-sm-item .stores a {}

.app-sm-item .stores a img {
    width: auto !important;
    height: 24px;
}

/* apps-slider-sec */
/* page-header */
.page-header {
    background-color: #F7FDF9;
    padding: 40px 0;
}

.page-header .breadcrumb {
    margin-bottom: 8px;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    color: #9DA4AE;
}

.breadcrumb a {
    color: #384250;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #6C737F;
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "㭪";
    font-size: 18px;
    font-family: "hgi-stroke-rounded" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    float: none;
    padding-left: 4px;
    color: inherit;
    vertical-align: middle;
}

.page-header h1 {
    font-size: 48px;
    line-height: 60px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.page-header p {
    /* margin-bottom: 0; */
}

/* page-header */
/* services-filter */
.services-filter {
    padding-top: 40px;
    margin-bottom: 16px;
}

.search-input {
    position: relative;
}

.search-input input {
    padding-inline-start: 35px;
    padding-inline-end: 35px;
}

.search-input i {
    color: #161616;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
    display: inline-block;
    z-index: 1;

}

.search-input .prefix-icon {
    right: 0;
}

.search-input .suffix-icon {
    left: 0;
}

.filter-button-dropdown {
    position: relative;
}

.filter-button-dropdown>.btn i.arrow {
    transition: var(--trans);
}

.filter-button-dropdown>.btn:not(.collapsed) i.arrow {
    transform: rotate(180deg);
}

.filter-button-dropdown .filter-content {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D2D6DB;
    position: absolute;
    z-index: 2;
    top: calc(100% + 5px);
    width: 290px;
}

.filter-button-dropdown .filter-body {
    padding: 8px;
}

.filter-button-dropdown .filter-body .title {
    font-size: 14px;
    line-height: 20px;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 16px;
}

.filter-button-dropdown .filter-body .title span {}

.text-meuted {
    color: #6C737F;
}

.filter-button-dropdown .filter-footer {
    padding: 8px;
    border-top: 1px solid #D2D6DB;
    column-gap: 4px;
    display: flex;
}

.filter-button-dropdown .filter-footer .btn {
    white-space: nowrap;
}

.filter-button-dropdown .filter-footer .btn span {
    font-weight: 500;
    font-family: 'ibm-medium', sans-serif;
}

.services-filter .filter-results-tags {}

.filter-results-tags .filter-tag-item,
.services-filter .filter-tag-item {
    padding: 2px 12px;
    background-color: #1B8354;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.filter-results-tags .filter-tag-item i,
.services-filter .filter-tag-item i {
    font-size: 18px;
    cursor: pointer;
}

.filter-results-tags .filter-tag-item i:hover,
.services-filter .filter-tag-item i:hover {
    color: #D92D20;
}

/* services-filter */
.pagination {
    --bs-pagination-font-size: 16px;
    --bs-pagination-color: #161616;
    --bs-pagination-border-color: transparent;
    --bs-pagination-active-color: #161616;
    --bs-pagination-active-bg: #fff;
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-hover-color: #161616;
    --bs-pagination-hover-bg: #fff;
    --bs-pagination-hover-border-color: transparent;
    --bs-pagination-disabled-border-color: transparent;
    font-size: 16px;
    margin-top: 40px !important;
    --bs-pagination-border-radius: 4px;
    gap: 2px;

    /* --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-right: 0;
    list-style: none; */
}

.page-item .page-link {
    padding: 4px 12px;
    border-radius: var(--bs-pagination-border-radius);
    height: 40px;
    line-height: 30px;
}

.page-item .page-link i {
    font-size: 22px;
}

.page-item:first-child .page-link {
    padding: 4px 8px;
}

.page-item:not(:first-child) .page-link {
    margin-right: 0px;
}

.page-item.active .page-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #1B8354;
    border-radius: 2px;
}

.pagination .page-item.disabled {
    pointer-events: none;
    opacity: .5;
    border-color: transparent;
}

.pagination .page-item:not(.active):not(.disabled)>.page-link:hover {
    background: #f3f4f6 !important;
}

.service-details-header {}

.service-details-header.page-header h1 {
    font-size: 30px;
    line-height: 38px;
}

.service-details-header .tags {
    margin-bottom: 16px;
}

.service-details-header .service-level-agreement-link i {
    /* font-size: 20px; */
}

.btn-link {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #1B8354;
    font-weight: 400;
    font-family: 'ibm-regular', sans-serif;
}

.btn-link:hover {
    color: #54C08A;
    text-decoration: underline;
}

.btn-link:active {
    color: #88D8AD;
    text-decoration: underline;
}

.btn-link:focus {
    outline: 2px solid var(--blackColor);
}

.cs-navtabs {
    background: white;
    width: max-content;
    position: relative;
    padding-bottom: 8px;
}

.cs-navtabs.bordered:before {
    content: '';
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #D2D6DB;
    border-radius: 25px;
}

.cs-navtabs .nav-item {
    padding: 12px;
}

.cs-navtabs .nav-link {
    color: #384250;
    padding: 0;
    font-weight: 500;
    font-family: 'ibm-medium', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    position: relative;
}

.cs-navtabs .nav-item.show .nav-link,
.cs-navtabs .nav-link.active {
    background-color: transparent;
    color: #161616;
    font-weight: bold;
    font-family: 'ibm-bold', sans-serif;
    position: relative;
}

.cs-navtabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -12px;
    /* width: 100%; */
    height: 3px;
    background-color: #1B8354;
    border-radius: 25px;
    right: 25%;
    left: 25%;
}

.cs-navtabs.bordered .nav-link.active:after {
    right: 5%;
    left: 10%;
}

.cs-navtabs .nav-link .badge {
    border-radius: 50%;
    margin-inline-start: 4px;
    line-height: 24px;
}

/* cs-navtabs: Interactive States (Hover, Pressed, Focus, Disabled) */
/* cs-navtabs: Hover */
.cs-navtabs .nav-item:hover:not(:active) {
    background-color: #F9FAFB;
    border-radius: 4px;
}

.cs-navtabs .nav-item:hover:not(:active) .nav-link {
    position: relative;
    color: #161616;
}

.cs-navtabs .nav-item:hover:not(:active) .nav-link:not(.active)::after {
    content: '' !important;
    position: absolute !important;
    bottom: -12px !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #161616 !important;
    border-radius: 4px !important;
    z-index: 2 !important;
    opacity: 1 !important;
}

/* cs-navtabs: Pressed */
.cs-navtabs .nav-item:active,
.cs-navtabs .nav-item:hover:active {
    background-color: #E5E7EB;
    border-radius: 4px;
}

.cs-navtabs .nav-item:active .nav-link,
.cs-navtabs .nav-item:hover:active .nav-link {
    position: relative;
    color: #161616;
}

.cs-navtabs .nav-item:active .nav-link:not(.active)::after,
.cs-navtabs .nav-item:hover:active .nav-link:not(.active)::after {
    content: '' !important;
    position: absolute !important;
    bottom: -12px !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background-color: #161616 !important;
    border-radius: 4px !important;
    z-index: 2 !important;
    opacity: 1 !important;
}

/* cs-navtabs: Focus using :after pseudo-element (Keyboard navigation only) */
.cs-navtabs .nav-item {
    position: relative;
}

.cs-navtabs .nav-link:focus {
    outline: none;
}

.cs-navtabs .nav-item:has(.nav-link:focus-visible):after {
    position: absolute;
    border: 2px solid #161616;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    pointer-events: none;
    z-index: 2;
}

/* cs-navtabs: Disabled */
.cs-navtabs .nav-link.disabled,
.cs-navtabs .nav-link[aria-disabled="true"] {
    color: #9DA4AE;
    pointer-events: none;
    opacity: 0.5;
}

/* @media(max-width:512px) {
    .cs-navtabs {
        width: auto;
    }
}
@media(max-width:380px){
    .cs-navtabs .nav-item {
        padding: 16px 5px;
    }
} */
/* service-details-content-section */
.service-details-content-section {
    position: relative;
    padding-bottom: 40px;
}

.service-details-content-section .details-info .cs-navtabs {
    margin-bottom: 24px;
}

.service-details-content-section .details-info ol li {
    margin-bottom: 16px;
}

.service-details-sideinfo {
    border: 1px solid #D2D6DB;
    border-radius: 16px;
    padding: 40px;
    background-color: #fff;
    margin-top: -188px;
}

.service-details-sideinfo li {
    margin-bottom: 16px;
}

.service-details-sideinfo li .flex-shrink-0 i {
    color: #1B8354;
    font-size: 20px;
}

.service-details-sideinfo .apps-stores h5,
.service-details-sideinfo li h5 {
    color: var(--blackColor2);
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
}

.service-details-sideinfo li p {
    color: var(--blackColor2);
    margin-bottom: 0;
}

.service-details-sideinfo li p a {
    display: flex;
    align-items: center;
}

.service-details-sideinfo .apps-stores,
.service-details-sideinfo .additional-info {
    border-top: 1px solid #D2D6DB;
    padding-top: 24px;
    margin-top: 24px;
}

.service-details-sideinfo .apps-stores .stores {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.service-details-sideinfo .apps-stores .stores img {
    height: 40px;
}

/* service-details-content-section */
/* comments-call-action-section */
.icon-circle-bg {
    width: 48px;
    height: 48px;
    background-color: #F3FCF6;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 24px;
    color: #067647;
}

.icon-circle-bg.gray {
    background-color: #F9FAFB;
}

.modal .icon-circle-bg {
    color: var(--blackColor);
}

.comments-call-action-section {
    padding: 40px 0;
}

.comments-call-action-section .wrapper {
    padding: 16px;
    border: 1px solid #D2D6DB;
    border-radius: 16px;
}

.comments-call-action-section figure {
    margin-bottom: 24px;
}

.comments-call-action-section h3 {
    color: var(--blackColor2);
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.comments-call-action-section p {
    margin-bottom: 24px;
    color: var(--blackColor2);
}

.comments-call-action-section .btn {}

/* comments-call-action-section */
/* evaluations-section */
.ratings .bi-star-fill,
.ratings-modal .bi-star-fill {
    color: #e5e7eb;
    font-size: 1.5rem;
    cursor: pointer;
    margin: 0 2px;
}

.ratings .bi-star-fill.rating-color,
.ratings-modal .bi-star-fill.rating-color {
    color: #1b8354;
}

.ratings .star-half {
    color: rgba(0, 0, 0, 0) !important;
    background: linear-gradient(270deg, #1B8354 50%, #e5e7eb 50%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}

.evaluations-section {
    padding: 24px 0;
    border-top: 2px solid #1B8354;
}

.evaluation-head {}

.evaluation-head p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.rating-info {
    margin-inline-start: 24px;
}

.rating-info .rating-text {
    font-size: 14px;
    line-height: 20px;
    color: #6C737F;
}

strong {
    font-family: 'ibm-bold', sans-serif;
}

.evaluation-content {
    margin-top: 24px;
    display: none;
}

.evaluation-content .info h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.evaluation-content .info p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}

.evaluation-content .closed-item {
    padding: 0 8px;
    margin-inline-start: auto;
    cursor: pointer;
    transition: var(--trans);
}

.evaluation-content .closed-item:hover {
    color: var(--blackColor3);
}

.evaluation-content .rating-content {
    margin-bottom: 32px;
}

.evaluation-content .how {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.evaluation-content .rating-instruction-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.evaluation-content label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.evaluation-content .more-info {
    margin: 0;
}

.evaluation-content .more-info a {
    margin-inline-start: 4px;
}

/* evaluations-section */
/* about-madrasati-section */
.about-madrasati-section {
    padding: 40px 0;
}

.about-madrasati-section .about h2 {
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
}

.about-madrasati-section .about p {
    line-height: 1.5;
}

.about-madrasati-section .media {
    border-radius: 16px;
}

.about-madrasati-section .media h2 {
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor2);
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
}

.about-madrasati-section .media p {
    line-height: 1.5;
}

.about-madrasati-section .vision {
    background-color: #F7FDF9;
    margin-bottom: 24px;
    padding: 27px 0 27px 24px;
}

.about-madrasati-section .vision .flex-grow-1 {
    margin-inline-start: 10px;
}

.about-madrasati-section .message {
    background-color: #F9FAFB;
    margin-bottom: 24px;
    padding: 27px 24px 0 0;
}

.about-madrasati-section .message .flex-grow-1 {
    margin-inline-end: 10px;
}

/* about-madrasati-section */
/* goals-section */
.goals-section {
    padding: 40px 0;
}

.goals-section .sec-content {
    background-color: #FCFCFD;
    border: 1px solid #D2D6DB;
    border-radius: 24px;
}

.goals-list {}

.goals-list li {
    display: flex;
    align-items: center;
    color: #14573A;


    margin-bottom: 16px;
    gap: 16px;
}

.goals-list li .icon-circle-bg {
    flex-shrink: 0;
}

.goals-list li i {
    font-size: 20px;
}

.goals-list li span {
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.goals-section .goals-list {
    margin: 28px 24px;
    margin-inline-end: 0;
    position: relative;
    z-index: 1;
}

.goals-section figure {
    margin-bottom: 0;
    position: relative;
    height: 100%;
}

.goals-section figure img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-bottom-left-radius: 24px;
}

/* goals-section */
/* channel-section */
.channel-section {
    padding: 40px 0;
}

.channel-section.bg {
    background-color: #F7FDF9;
}

.channel-section .info {}

.channel-section .logo-img {
    margin-bottom: 12px;
}

.channel-section .logo-img img {}

.channel-section h2 {
    font-size: 24px;
    line-height: 38px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.channel-section p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.channel-section .btn {}

.channel-section .main-img {}

.channel-section .main-img img {
    border-radius: 16px;
}

.channel-section .users-list {
    display: flex;
    flex-wrap: wrap;
}

.channel-section .users-list li {
    flex: 0 0 auto;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 4px;
}

.channel-section .users-list li .icon-circle-bg {
    flex-shrink: 0;
}

.channel-section .users-list li i {
    font-size: 20px;
}

.channel-section .users-list li span {
    font-size: 18px;
    line-height: 28px;
    color: #14573A;
}

/* channel-section */
/* search page */
.sort-dropdown .dropdown-toggle::after {
    display: none;
}

.search-page-form {
    padding: 40px 0;
}

.search-result-head .filter-button-dropdown .filter-content {
    left: 0;
}

.search-result-head {
    margin-bottom: 32px;
}

.search-result-head .info {}

.search-result-head .info h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.search-result-head .info p {
    color: #6C737F;
    line-height: 1.5;
    margin-bottom: 8px;
}

.search-results-section {}

.search-result-item {
    border-bottom: 1px solid #D2D6DB;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.search-result-item:last-of-type {
    border: none;
}

.search-result-item .tags {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.search-result-item .badge {}

.search-result-item h3 {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
}

.search-result-item h3 a {}

.search-result-item p {
    color: var(--blackColor2);
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

.search-result-item .date {
    color: #6C737F;
    font-size: 12px;
    line-height: 1.5;
}

.link-primary {
    color: #1B8354 !important;
}

.link-primary:hover {
    color: #54C08A !important;
    text-decoration: underline;
}

.link-primary:visited {
    color: #14573A !important;
}

.link-primary:focus {
    outline: 2px solid #161616;
}

.empty-search {
    padding: 32px 0;
}

.empty-search figure {
    margin-bottom: 32px;
}

.empty-search figure i {
    font-size: 64px;
    color: #9DA4AE;
    line-height: 1;
    ;
}

.empty-search h3 {
    color: #6C737F;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

/* search page */
/* identity-box-section */
.identity-box-section {
    padding: 40px 0;
}

.identity-box-section .wrapper {
    border: 1px solid #D2D6DB;
    background-color: #FCFCFD;
    background-image: url('../images/identity-bg.svg');
    background-repeat: no-repeat;
    background-position: top left;
    /* background-size: contain; */
    border-radius: 16px;
}

.identity-box-section .info {
    max-width: 75%;
}

.identity-box-section figure {
    margin-bottom: 0;
}

.identity-box-section figure img {}

.identity-box-section h2 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    color: var(--blackColor2);
    margin-bottom: 24px;
}

.identity-box-section p {
    font-size: 18px;
    line-height: 28px;
}

/* identity-box-section */
/* identity-video-section */
.identity-video-section {
    padding-top: 40px;
}

/* identity-video-section */
/* madrasati-characters-inspired */
.madrasati-characters-inspired {
    padding: 40px 0;
}

.madrasati-characters-inspired .sec-header {
    max-width: 752px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.madrasati-characters-inspired .sec-header h2 {
    margin-bottom: 24px;
}

.madrasati-characters-inspired .sec-header p {
    font-size: 20px;
    line-height: 1.5;
}

.madrasati-characters-inspired .nav-pills {
    margin-inline-end: 32px;
}

.madrasati-characters-inspired .nav-pills .nav-link {
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor2);
    border-inline-start: 4px solid #D2D6DB;
    padding: 16px;
    background-color: #fff;
    margin-bottom: 8px;
    width: 245px;
    text-align: center;
    border-radius: 0;
}

.madrasati-characters-inspired .nav-pills .nav-link.active {
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
}

.madrasati-characters-inspired .nav-pills .nav-link.active.falcon {
    background-color: #F9F5FA;
    border-color: #161616;
}

.madrasati-characters-inspired .nav-pills .nav-link.active.star {
    background-color: #EFF8FF;
    border-color: #B2DDFF;
}

.madrasati-characters-inspired .nav-pills .nav-link.active.plam {
    background-color: #F3FCF6;
    border-color: #ABEFC6;
}

.madrasati-characters-inspired .nav-pills .nav-link.active.camel {
    background-color: #FFFEF2;
    border-color: #FEDF89;
}

.character-description-sec {
    padding: 16px;
}

.character-description-sec figure {
    margin-bottom: 24px;
}

.character-description-sec figure img {
    height: 114px;
}

.character-description-sec h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.character-description-sec .info {
    margin-inline-start: 32px;
}

.character-description-sec h4 {
    color: var(--blackColor);
    font-size: 20px;
    line-height: 1.5;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

.character-description-sec p {
    color: var(--blackColor);
    font-size: 20px;
    line-height: 1.5;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
}

.character-description-sec p strong {
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
}

/* madrasati-characters-inspired */
/* visual-experience-section */
.visual-experience-section {
    padding: 40px 0;
}

.visual-experience-section .sec-body>.row {
    gap: 32px;
}

.visual-item {
    padding: 16px;
}

.visual-item figure {
    text-align: center;
    margin-bottom: 24px;
}

.visual-item figure img {
    height: 128px;
}

.visual-item h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.visual-item p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}

/* visual-experience-section */
/* seamless-experience-section */
.seamless-experience-section {
    padding: 62px 0;
    background-color: #F5FAFF;
    background-image: url('../images/seamless-experience-bg.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.seamless-experience-section h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor);
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.seamless-experience-section h3 span {
    color: #1B8354;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
}

/* seamless-experience-section */
/* characters-for-levels-section */
.characters-for-levels-section {
    padding: 40px 0;
}

.character-for-level {
    margin-bottom: 32px;
}

.character-for-level .main-img {}

.character-for-level .main-img img {
    border-radius: 24px;
}

.character-for-level .info {
    height: 100%;
}

.character-for-level .info .flex-grow-1 {
    margin-inline-start: 24px;
}

.character-for-level .level-img {}

.character-for-level .level-img img {}

.character-for-level h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.character-for-level h3 .badge {
    border-radius: 15px;
    margin-inline-start: 8px;
}

.character-for-level p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}

.character-for-level .btn {}

.character-for-level .btn i {
    font-size: 24px;
    line-height: 1;
}

/* characters-for-levels-section */
/* madrasati-colors-section */
.madrasati-colors-section {
    padding: 40px 0;
}

.colors-imgs-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 13px;
    margin-bottom: 32px;
}

.colors-imgs-sec .img {
    position: relative;
    overflow: hidden;
}

.colors-imgs-sec .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.colors-imgs-sec .img.img-1 {
    grid-area: 1 / 1 / 2 / 2;
}

.colors-imgs-sec .img.img-2 {
    grid-area: 2 / 1 / 3 / 2;
}

.colors-imgs-sec .img.img-3 {
    grid-area: 1 / 2 / 3 / 3;
}

.colors-imgs-sec .img.img-4 {
    grid-area: 1 / 3 / 2 / 5;
}

.colors-imgs-sec .img.img-5 {
    grid-area: 2 / 3 / 3 / 5;
}

@media (max-width: 900px) {
    .colors-imgs-sec {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px;
    }

    .colors-imgs-sec .img {
        height: 200px;
    }

    .colors-imgs-sec .img.img-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .colors-imgs-sec .img.img-2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .colors-imgs-sec .img.img-3 {
        grid-area: 2 / 2 / 3 / 3;
    }

    .colors-imgs-sec .img.img-4 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .colors-imgs-sec .img.img-4 img {
        object-position: left center;
    }

    .colors-imgs-sec .img.img-5 {
        grid-area: 3 / 1 / 4 / 3;
    }
}

.colors-means {}

.color-mean-item {
    padding: 16px;
    text-align: center;
    /* margin-bottom: 24px; */
}

.color-mean-item h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    color: var(--blackColor2);
}

.color-mean-item p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

/* madrasati-colors-section */
/* books-page */
.books-page {
    padding: 40px 0;
}

.books-level-section {
    padding-top: 64px;
}

.sec-title {
    padding-inline-start: 16px;
    border-inline-start: 4px solid #1B8354;
    margin-bottom: 32px;
}

.sec-title h2 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.book-item {
    border: 1px solid #D2D6DB;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    /* margin-bottom: 32px; */
    height: 100%;
}

.book-item figure {
    margin-bottom: 0;
}

.book-item figure img {
    height: 180px;
}

.book-item h3 {
    font-size: 24px;
    line-height: 32px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.book-item .btn {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.modal-header {
    align-items: flex-start;
    border: none;
    padding-bottom: 0px;
}

.modal-header .btn-close {
    padding: 0;
    display: inline-block;
    line-height: 30px;
    height: 32px;
    width: 32px;
    border-radius: 4px;
    opacity: 1;
    background: transparent;
}

.modal-header .btn-close:hover {
    background-color: #F3F4F6;
}

.modal-header .btn-close:active {
    background-color: #E5E7EB;
}

.modal-header .btn-close:focus {
    background-color: transparent;
    border: 2px solid var(--blackColor);
}

.modal-header .btn-close i {
    font-size: 20px;
}

.modal-title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    color: var(--blackColor2);
    margin-bottom: 8px;
}

.external-subtitle {
    font-size: 14px;
    color: #384250;
    margin-bottom: 16px;
    line-height: 20px;
}

.books-list {}

.books-list-item {
    padding: 16px 0;
}

.books-list-item:not(:last-of-type) {
    border-bottom: 1px solid #D2D6DB;
}

.books-list-item h3 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.books-list-item .btn {}

.books-list-item .btn i {
    font-size: 20px;
    line-height: 1;
}

.btn-icon {
    padding: 7px 9px;
}

.btn-icon i {
    font-size: 20px;
    line-height: 1;
}

/* books-page */
/* guidelines-page */
.guidelines-page {
    padding: 40px 0;
}

.guidelines-page .search-sec {
    margin-bottom: 64px;
}

.guidelines-section {}

.guidelines-section .filter-button-dropdown .filter-footer,
.guidelines-section .filter-button-dropdown>.btn {
    display: none;
}

.guidelines-section .filter-button-dropdown .filter-content {
    position: static;
    width: auto;
    border-color: transparent;
}

@media(min-width:992px) {
    .guidelines-section .filter-button-dropdown .filter-content {
        display: block;
    }
}

.guidelines-section .filter-button-dropdown .filter-body {
    padding: 0;
}

.guidelines-section .filter-section {
    background-color: #F9FAFB;
    padding: 16px;
    border-radius: 16px;
}

.guidelines-section .filter-section .title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--blackColor2);
}

.guidelines-section .filter-section .filter-title {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
    margin-bottom: 16px;
    color: var(--blackColor2);
}

.guidelines-section .filter-section .filter-options {
    margin-bottom: 24px;
}

.guidelines-content {}

.guidelines-content .results-view {
    margin-bottom: 32px;
}

.guidelines-content .results-view p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #6C737F;
}

.evidence-list {}

.evidence-item {
    border: 1px solid #D2D6DB;
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.evidence-item figure {
    margin-bottom: 24px;
}

.evidence-item h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--blackColor2);
}

.evidence-item p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-regular', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--blackColor2);
    margin-top: auto;
}

.evidence-item .user-types,
.evidence-item .subject {
    margin-bottom: 24px;
}

.evidence-item .btn i {
    font-size: 20px;
    line-height: 1;
    margin-inline-start: 4px;
}

.dga-accordion {
    --bs-accordion-color: #384250;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-color: var(--blackColor);
    --bs-accordion-active-color: var(--blackColor);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-btn-icon-transform: rotate(-180deg) translateX(4px);
}

.dga-accordion .accordion-item {
    border-bottom: 1px solid #D2D6DB;
}

.dga-accordion .accordion-button {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
}

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

.dga-accordion .accordion-button::after {
    content: "㭚";
    background: none !important;
    font-family: "hgi-stroke-rounded" !important;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
}

/* guidelines-page */
/* faqs-page */
.faqs-page {
    padding: 40px 0;
}

.faqs-page .search-sec {
    margin-bottom: 64px;
}

/* faqs-page */
.header-search-sec {
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.header-search-sec .suggestions {
    margin-top: 40px;
}

.header-search-sec .suggestions h3 {
    color: #1B8354;
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.chip-neutral {
    color: var(--blackColor);
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    background-color: #F3F4F6;
    border-radius: 4px;
    padding: 3px 12px;
}

.chip-neutral:hover {
    color: var(--blackColor);
    background-color: #E5E7EB;
}

.chip-neutral:active {
    color: var(--blackColor);
    background-color: #D2D6DB;
}

.chip-neutral:visited {
    color: #fff;
    background-color: #384250;
}

.chip-neutral:visited {
    color: var(--blackColor);
    background-color: #F3F4F6;
    outline: 3px solid #161616;
}

/* sitemap-page */
.sitemap-page {
    padding: 40px 0;
    color: #1B8354;
    font-size: 14px;
}

.sitemap-page li {
    margin-bottom: 16px;
}

/* .sitemap-page li ul li {
  list-style-type: circle;
} */
.sitemap-page li:has(ul) {
    list-style: none;
}

/* .sitemap-page li ul{
    list-style: none;
} */

/* sitemap-page */
/* brand-description-section */
.brand-description-section {
    padding: 40px 0;
}

.brand-description-section .brand-head {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.brand-description-section .brand-head:before,
.brand-description-section .brand-head:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.brand-description-section .brand-head:before {
    background-image: url('../images/kids-brand/characters-shape-1.svg');
    right: 0;
    background-position: right bottom;
}

.brand-description-section .brand-head:after {
    background-image: url('../images/kids-brand/characters-shape-2.svg');
    left: 0;
    background-position: left bottom;
}

.brand-description-section .brand-head.tweens:before {
    background-image: url('../images/tweens-brand/characters-shape-1.svg');
}

.brand-description-section .brand-head.tweens:after {
    background-image: url('../images/tweens-brand/characters-shape-2.svg');
}

.brand-description-section .brand-head h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-description-section .brand-head h3 .badge {
    border-radius: 15px;
    margin-inline-start: 8px;
}

.brand-description-section .brand-head p {
    font-size: 18px;
    line-height: 28px;
    color: var(--blackColor);
    text-align: center;
}

.brand-description-section .brand-colors {}

.brand-description-section .brand-colors .info {}

.brand-description-section .brand-colors h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 24px;
}

.brand-description-section .brand-colors .desc {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 24px;
}

.brand-description-section .brand-colors .desc p {}

.brand-description-section .brand-colors .btn {
    margin-bottom: 32px;
}

.brand-description-section .brand-colors .colors {}

.brand-description-section .brand-colors .main-img {}

.brand-description-section .brand-colors .main-img img {
    border-radius: 24px;
}

/* brand-description-section */
/* characters-section */
.characters-section {
    padding: 40px 0;
    background-color: #FCFCFD;
}

.character-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
}

.character-item figure {
    margin-bottom: 24px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.character-item figure img {}

.character-item h4 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.adults .character-item h4 {
    font-size: 24px;
    line-height: 36px;
}

.character-item .btn {}

/* characters-section */
/* brand-character-section */
.brand-character-section {
    padding: 40px 0;
}

.brand-character-section .sub-img,
.brand-character-section .main-img {
    margin-bottom: 40px;
}

.brand-character-section .main-img img {
    border-radius: 24px;
}

.brand-character-slider {}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.owl-nav .owl-prev {
    right: 0;
}

.owl-nav .owl-next {
    left: 0;
}

.owl-nav i {
    width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
    color: #000;
    background-color: #F9FAFB;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.owl-nav i:hover {
    background-color: #1B8354;
    color: #fff;
}

.simple-characters-slider-item,
.brand-character-slider-item {
    margin-bottom: 0;
    height: 240px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-character-slider-item img {
    max-width: 188px;
    height: auto;
}

/* brand-character-section */
/* vision-element-item */
.vision-element-item {}

.vision-element-item h4 {
    font-size: 30px;
    line-height: 38px;
    color: var(--blackColor2);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.vision-element-item figure {
    height: 214px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.vision-element-item figure img {}

/* vision-element-item */
/* page-section */
:root {
    --bs-border-color: #D2D6DB;
}

.page-section {
    padding: 40px 0;
    color: var(--blackColor2);
    line-height: 1.5;
}

.page-section h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
}

.dga-table {
    border: 1px solid #D2D6DB;
    border-radius: 16px;

}

.dga-table .table {
    border-style: hidden;
    color: #161616;
    margin-bottom: 0;
}

.dga-table .table>thead th {
    background-color: #F3F4F6;
    color: #384250;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    font-size: 12px;



}

.dga-table .table>thead tr:first-child th:first-child {
    border-radius: 0 16px 0 0;
}

.dga-table .table>thead tr:first-child th:last-child {
    border-radius: 16px 0 0 0;
}

.dga-table .table>tbody tr:last-child td:first-child {
    border-radius: 0 0 16px 0;
}

.dga-table .table>tbody tr:last-child th:last-child {
    border-radius: 0 0 0 16px;
}

.info-list-rows {
    font-weight: 400;
    font-size: 16px;
    color: var(--blackColor2);
    line-height: 1.5;
}

.bg-gray {
    background-color: #F9FAFB;
}

.info-list-rows div[class^="col-"] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.info-list-rows h5 {
    font-weight: 500;
    font-size: 16px;
    color: var(--blackColor2);
    line-height: 1.5;
    margin-bottom: 0;
    font-family: 'ibm-bold', sans-serif;
}

.info-list-rows p,
.info-list-rows ul {
    margin-bottom: 0;
}

.info-list-rows li {
    margin-bottom: 5px;
}

@media(max-width: 767px) {
    .info-list-rows h5 {
        margin-top: 8px;
    }

    .info-list-rows div[class^="col-"] {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .info-list-rows p,
    .info-list-rows ul {
        margin-bottom: 8px;
    }
}

/* page-section */
/* form-page */
.form-page {}

.form-page .form-wrapper {
    padding-top: 20px;
}

.form-wrapper .title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--blackColor);
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-wrapper .form-label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.form-wrapper .disabled .form-label {
    color: #9DA4AE;
}

.phone-input .input-group-text {
    direction: ltr;
}

.form-wrapper .required {
    color: #B42318;
}

.status-tag {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 4px 16px;
    border-radius: 25px;
    border: 1px solid transparent;
    position: relative;
    display: inline-block;
}

.status-tag:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: currentColor;
    margin-inline-end: 8px;
}

.status-success {
    color: #085D3A;
    border-color: #ECFDF3;
    background-color: #ECFDF3;
}

.status-secondary {
    color: var(--blackColor2);
    border-color: #F9FAFB;
    background-color: #F9FAFB;
}

.status-warning {
    color: #93370D;
    border-color: #FFFAEB;
    background-color: #FFFAEB;
}

.status-info {
    color: #1849A9;
    border-color: #EFF8FF;
    background-color: #EFF8FF;
}

.status-danger {
    color: #912018;
    border-color: #FEF3F2;
    background-color: #FEF3F2;
}

/* form-page */
/* ticket-box */
.card-box .card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
}

/*.card-box .card-body .btn{
    margin-top: auto;
}*/
.card-boxfigure,
.ticket-box figure {
    margin-bottom: 16px;
}

.card-box h3,
.ticket-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    color: var(--blackColor2);
    margin-bottom: 8px;
}

.card-box p,
.ticket-box p {
    color: var(--blackColor2);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.follow-us {}

.follow-us .title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    color: var(--blackColor2);
    margin-bottom: 8px;
}

/* ticket-box */
/* alert */
.alert {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #D2D6DB;
    background-color: #fff;
    border-right-width: 8px;
}

.alert-wraning {
    border-right-color: #DC6803;
}

.alert-wraning .icon-circle-bg {
    background-color: #FFFAEB;
    color: #B54708;
}

.alert h3 {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    color: var(--blackColor2);
    margin-bottom: 8px;
}

.alert p {
    font-size: 14px;
    line-height: 20px;
    color: #384250;
    margin-bottom: 16px;
}

.otp-box {}

.otp-box .form-control {
    text-align: center;
}

.otp-box p {
    font-size: 12px;
    line-height: 1.5;
    color: #384250;
}

/* alert */
/* contact-us-page */
.contact-us-page {
    padding: 40px 0;
}

/* contact-us-page */

/* login-page */
.login-page {
    padding: 40px 0;
}

.login-box .head {
    text-align: center;
    margin-bottom: 32px;
}

.login-box .head h1 {
    color: var(--blackColor);
    font-size: 24px;
    line-height: 32px;
    font-family: 'ibm-semibold', sans-serif;
    font-weight: 600;
    margin-bottom: 16px;
}

.login-box .head p {
    color: #384250;
    font-size: 18px;
    line-height: 28px;
    font-family: 'ibm-medium', sans-serif;
    font-weight: 500;
}

.login-methods {}

.login-methods .method-item {
    border: 1px solid #D2D6DB;
    border-radius: 12px;
    padding: 16px;
    gap: 12px;
    margin-bottom: 32px;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
}

.login-methods .method-item:hover {
    background-color: #E5E7EB;
}

.login-methods .method-item figure {
    margin-bottom: 0;
    flex-shrink: 0;
}

.login-methods .method-item figure img {}

.login-methods .method-item .info {}

.login-methods .method-item .info h3 {
    color: var(--blackColor);
    font-size: 14px;
    line-height: 20px;
    font-family: 'ibm-bold', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}

.login-methods .method-item .info p {
    color: var(--blackColor);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.login-methods .method-item i {
    color: var(--blackColor);
    margin-inline-start: auto;
}

/* login-page */

/* responsive */
@media(min-width:768px) {}

@media (min-width: 1600px) {
    .body-content {
        min-height: 77vh;
    }
}

@media (max-width: 1400px) {
    .awards-section:before {
        height: 150px;
    }
}

@media (max-width: 1280px) {}

@media (max-width: 1199px) {
    .awards-section:before {
        height: 110px;
    }

    .apps-desktop-section {
        display: none !important;
    }

    .stamp-body .info h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .stamp-body .info p {
        font-size: 14px;
    }

    .header-navbar .brand img {
        height: 40px;
    }

    .header-navbar .main-menu .nav-link {
        font-size: 14px;
        padding: 0 12px;
        line-height: 50px;
        height: 54px;
        padding-bottom: 4px;
    }

    .home-hero-section .info h1 {
        font-size: 38px;
        line-height: 50px;
    }

    .home-hero-section .info p {
        font-size: 18px;
    }

    .sec-header h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .level-item h3 {
        font-size: 20px;
    }

    .number-item p {
        font-size: 36px;
    }

    .awards-section .info h2,
    .characters-hero-section h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .awards-section .info p,
    .characters-hero-section p {
        font-size: 18px;
    }

    .awards-section {
        padding-bottom: 12px;
    }

    .guidelines-page .search-sec {
        margin-bottom: 16px;
    }

    .guidelines-section .filter-button-dropdown {
        margin-bottom: 48px;
    }

    .guidelines-section .filter-button-dropdown .filter-footer {
        display: flex;
    }

    .guidelines-section .filter-button-dropdown>.btn {
        display: block;
    }

    .guidelines-section .filter-button-dropdown .filter-content {
        position: absolute;
        width: 290px;
        border-color: #D2D6DB;
    }

    /* .guidelines-section .filter-button-dropdown .filter-content:not(.show){
        display: none;
    } */
    .guidelines-section .filter-button-dropdown .filter-body {
        padding: 8px;
    }

    .guidelines-section .filter-section {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
    }

    .guidelines-section .filter-section .filter-options {
        max-height: 33vh;
        overflow: auto;
    }

    .guidelines-section .filter-options.user-types {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        max-height: none;
        overflow: initial;
    }

    .guidelines-section .filter-options.user-types .form-check {
        position: relative;
        margin-bottom: 0 !important;
    }

    .guidelines-section .filter-options.user-types .form-check-input {
        position: absolute;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .guidelines-section .filter-options.user-types .form-check-label {
        margin: 0;
        background-color: #F3FCF6;
        color: #14573A;
        font-size: 12px;
        line-height: 1.5;
        font-family: 'ibm-medium', sans-serif;
        font-weight: 500;
        padding: 2px 12px;
        position: relative;
        border-radius: 12px;
        cursor: pointer;
    }

    .guidelines-section .filter-options.user-types .form-check-label:hover {
        background-color: #B8EACB;
    }

    .guidelines-section .filter-options.user-types .form-check-label:active {
        background-color: #54C08A;
    }

    .guidelines-section .filter-options.user-types .form-check-label:foucs {
        outline: 3px solid var(--blackColor);
    }

    .guidelines-section .filter-options.user-types .form-check-label:after {
        content: "䕌";
        display: inline-block;
        margin-inline-start: 4px;
        font-family: "hgi-stroke-rounded" !important;
        font-style: normal;
    }

    .guidelines-section .filter-options.user-types .form-check-input[checked]+.form-check-label,
    .guidelines-section .filter-options.user-types .form-check-input:checked+.form-check-label {
        background-color: #1B8354;
        color: #fff;
    }

    .guidelines-section .filter-options.user-types .form-check-input:checked+.form-check-label:after {
        content: "㵂";
    }

    .guidelines-section .filter-options.user-types .form-check-input[value="all"]+.form-check-label:after {
        display: none;
    }

}

@media (max-width: 1023px) {}

@media (max-width: 991px) {

    .home-hero-section {
        background-image: url('../images/home-hero-sm.png');
        background-position: left bottom;
    }

    .home-hero-section .row {
        min-height: 490px;
        padding: 40px 0;
    }

    .home-hero-section .info h1 {
        font-size: 46px;
        line-height: 55px;
    }

    .awards-section .info h2,
    .characters-hero-section h2,
    .sec-header h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .level-item {
        margin-bottom: 24px;
        height: auto;
    }

    .level-item h3 {
        font-size: 24px;
    }

    .number-item {
        margin-bottom: 24px;
    }

    .characters-hero-section .wrapper {
        padding-inline-start: 0;
    }

    .characters-hero-section .info {
        padding: 0 16px;
    }

    .characters-hero-section figure {
        margin-top: 16px;
    }

    .environmental-protection-section {
        background-image: none;
    }

    .resource-item.books {
        background-size: 188px auto;
    }

    .resource-item.channels {
        background-size: 220px auto;
    }

    .awards-section {
        background-image: none;
        padding-top: 40px;
    }

    .awards-section:before {
        display: none;
    }

    .awards-section .info {
        margin-bottom: 32px;
    }

    .main-footer .f-top {
        margin-bottom: 0;
    }

    .inline-links {
        justify-content: center;
    }

    .lastupdate,
    .developmentby,
    .f-copyright {
        text-align: center;
    }

    .h-toolbar-list {
        gap: 4px;
    }

    .h-toolbar-list .lang {
        display: none;
    }

    .h-toolbar-list .login span,
    .h-toolbar-list .search-dropdown span,
    .h-toolbar-list .search span {
        display: none;
    }

    .h-toolbar-list a {
        padding: 0 4px;
        border-radius: 4px;
        line-height: 27px;
        height: auto;
        text-align: center;
    }

    .h-toolbar-list a:before {
        display: none;
    }

    .h-toolbar-list a i {
        margin-inline-end: 0 !important;
    }

    .service-details-sideinfo {
        margin-top: 16px;
    }

    .about-madrasati-section .about {
        margin-bottom: 24px;
    }

    .goals-section figure {
        display: none;
    }

    .channel-section .main-img {
        display: none;
    }

    .identity-box-section .wrapper {
        padding: 16px;
    }

    .identity-box-section figure {
        margin-bottom: 32px;
    }

    .identity-box-section figure img {
        height: 93px;
    }

    .identity-box-section .info {
        max-width: 100%;
    }

    .identity-box-section .wrapper {
        background-image: url('../images/identity-bg-sm.svg');
        background-size: contain;
    }

    .madrasati-characters-inspired .nav-pills {
        display: none;
    }

    .madrasati-characters-inspired .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }

    .character-description-sec {
        border: 1px solid transparent;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 24px;
    }

    .character-description-sec.falcon {
        background-color: #F9F5FA;
        border-color: #D2D6DB;
    }

    .character-description-sec.star {
        background-color: #F5FAFF;
        border-color: #B2DDFF;
    }

    .character-description-sec.plam {
        background-color: #F7FDF9;
        border-color: #B8EACB;
    }

    .character-description-sec.camel {
        background-color: #FFFEF2;
        border-color: #FEDF89;
    }

    .character-description-sec h3 {
        margin-bottom: 32px;
    }

    .character-description-sec .info {
        text-align: center;
        margin-inline-start: 0;
        ;
    }

    .seamless-experience-section h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .seamless-experience-section {
        background-position: -55px 125%;
        background-size: 184px 127px;
    }

    .character-for-level {
        margin-bottom: 16px;
    }

    .character-for-level .info {
        height: auto;
        padding: 16px;
    }

    .character-for-level .info .flex-grow-1 {
        margin-inline-start: 0;
        text-align: center;
    }

    .character-for-level .main-img {
        display: none;
    }

    .character-for-level h3 {
        justify-content: center;
    }

    .brand-description-section .brand-head:before,
    .brand-description-section .brand-head:after {
        background-size: contain;
        width: 15%;
    }

    .character-item {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .characters-hero-section figure img {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .useful-page-section .buttons {
        order: 1;
    }

    .useful-page-section .question {
        margin-bottom: 16px;
    }

    .useful-page-section .users-used-numbers {
        margin-bottom: 16px;
        text-align: start;
        margin-inline-start: 0;
    }

    .evaluations-section .successful-message,
    .useful-page-section .successful-message {
        margin-bottom: 16px;
    }

    .useful-page-section .buttons .btn {
        --bs-btn-padding-y: 4px;
    }

    .useful-page-section .closed-item {
        order: -1;
    }

    .evaluation-content .more-info,
    .feedback-sec .more-info {
        margin-bottom: 16px;
    }

    .rating-info {
        margin-inline-start: 0;
        padding: 16px 0;
    }

    .evaluation-content .closed-item {
        order: -1;
        margin-bottom: 8px;
    }

    .page-header h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .about-madrasati-section .media {
        text-align: center;
        padding: 16px 24px;
    }

    .about-madrasati-section .media .flex-shrink-0 {
        margin-bottom: 8px;
    }

    .search-result-head .filter-button-dropdown .filter-content {
        transform: translateX(-25%);
    }

    .books-list-item {
        flex-wrap: wrap;
    }

    .books-list-item h3 {
        margin-bottom: 8px;
        width: 100%;
    }

    .vision-element-item figure {
        height: auto;
    }

}

@media (max-width: 575px) {
    .alert {
        padding: 16px;
        border-right-width: 1px;
        border-right-color: #D2D6DB;
        border-top-width: 8px;
    }

    .alert .btn {
        width: 100%;
    }

    .alert-wraning {
        border-top-color: #DC6803;
    }

    .alert-wraning .icon-circle-bg {
        height: 40px;
        line-height: 40px;
        width: 40px;
        margin-bottom: 16px;
        font-size: 20px;
    }
}

@media (max-width: 479px) {}

@media (max-width: 360px) {}

/* responsive */