@import "./color.css";
@import "./fonts.css";
@import "./animations.css";
a {
    color: var(--maan-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--maan-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.transition-maan {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em IRANSansX;
    font-weight: normal;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
body.rtl-mode {
    text-align: right;
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-maan {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
::-moz-selection {
    color: #ffffff;
    background: var(--maan-color-2);
}
::selection {
    color: #ffffff;
    background: var(--maan-color-2);
}
.user-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-maan {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 1000;
}
.navbar-logo-parent {
    width: 122px;
    position: relative;
}
.navbar-logo {
    width: 100%;
    padding-top: 93.4426%;
    position: relative;
}
.navbar-logo img {
    visibility: hidden;
    opacity: 0;
}
.navbar-maan .navbar-logo img.logo-white {
    visibility: visible;
    opacity: 1;
}
.navbar-maan .nav-link {
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50rem;
}
.navbar-maan .nav-link:hover,
.navbar-maan .nav-link.active,
.navbar-maan .nav-link.show {
    color: var(--maan-color-1);
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
}
.navbar-toggler {
    box-shadow: none !important;
    border-color: transparent;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-maan-sticky {
    position: fixed;
    top: 0;
    background-color: var(--maan-color-1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.navbar-maan-sticky .navbar-logo img.logo-white {
    visibility: visible;
    opacity: 1;
}
.navbar-maan-sticky .navbar-logo img.logo-color {
    visibility: hidden;
    opacity: 0;
}
.navbar-maan-sticky .navbar-logo-parent {
    width: 60px;
}
.navbar-maan-sticky > .container-fluid,
.navbar-maan-sticky > .container {
    align-items: center !important;
}
.pt-page {
    padding-top: 156px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--maan-color-1);
    --bs-btn-border-color: var(--maan-color-1);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4472b6;
    --bs-btn-hover-border-color: #4472b6;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--maan-color-1);
    --bs-btn-active-border-color: var(--maan-color-1);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--maan-color-1);
    --bs-btn-disabled-border-color: var(--maan-color-1);
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--maan-color-2);
    --bs-btn-border-color: var(--maan-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #39a954;
    --bs-btn-hover-border-color: #39a954;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--maan-color-2);
    --bs-btn-active-border-color: var(--maan-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--maan-color-2);
    --bs-btn-disabled-border-color: var(--maan-color-2);
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #111b2b;
    --bs-btn-border-color: #111b2b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #111b2b;
    --bs-btn-active-border-color: #111b2b;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #111b2b;
    --bs-btn-disabled-border-color: #111b2b;
}
.btn-maan {
    box-shadow: 1.563em 0.938em 0.938em 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 1.563em 0.938em 0.938em 0 rgba(0, 0, 0, 0.22);
    border-radius: 1.3rem;
    padding: .65rem 1.5rem;
    font-size: 1rem;
    min-height: 3.4375rem;
}
.btn-maan img {
    height: 2.0104rem;
    display: inline-block;
}
.application-section {
    position: relative;
    width: 100%;
    background-color: var(--maan-color-1);
    overflow: hidden;
    -webkit-transition: all 800ms linear;
    -o-transition: all 800ms linear;
    transition: all 800ms linear;
}
.application-sub-title {
    color: #dde7f7;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.application-title {
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.application-title-doctor {
    font-size: 2.7rem;
    line-height: 4.8rem;
}
.application-description {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: justify;
}
.application-links {
    position: relative;
    width: 100%;
}
.application-links a:first-child {
    z-index: 1;
}
.application-list {
    position: relative;
    width: 100%;
    margin-bottom: 3.5rem;
    margin-top: 1.5rem;
}
.application-list-item {
    width: 100%;
}
.application-list-item:not(:last-child) {
    margin-bottom: .7rem;
}
.application-list-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    color: #d7568a;
    font-size: 1.2rem;
}
.application-list-item h4 {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 500;
}
.application-screenshot-parent {
    position: relative;
    width: 100%;
    min-height: 650px;
}
.application-screenshot-bg-parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 75%;
    height: 100%;
}
.application-screenshot-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
}
.mobile-frame {
    width: 110%;
    height: 110%;
    z-index: 1;
}
.thumb-frame-section-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.thumb-frame {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cbdaf2;
    position: absolute;
}
.thumb-frame-1 {
    box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    width: 150px;
    height: 150px;
    top: 23%;
    left: 20%;
}
.thumb-frame-2 {
    box-shadow: -0.375em 0.875em 1.688em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0.375em 0.875em 1.688em 0 rgba(0, 0, 0, 0.5);
    width: 130px;
    height: 130px;
    top: 48%;
    right: 16%;
}
.thumb-frame-3 {
    box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    width: 107px;
    height: 107px;
    top: 10%;
    left: 30%;
}
.thumb-frame-4 {
    box-shadow: -0.875em 0.313em 1.875em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0.875em 0.313em 1.875em 0 rgba(0, 0, 0, 0.5);
    width: 133px;
    height: 133px;
    top: 30%;
    right: 17%;
}
.thumb-frame-5 {
    box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.375em 0.938em 1.875em 0 rgba(0, 0, 0, 0.5);
    width: 150px;
    height: 150px;
    top: 45%;
    left: 15%;
}
.panel-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #eef3fb;
}
.panel-section > div {
    position: relative;
    z-index: 1;
}
.panel-section::before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../img/bg-dr.png") no-repeat center top;
    background-size: 85% auto;
}
.section-title {
    color: #111b2b;
    font-size: 2.7rem;
    line-height: 4.8rem;
    font-weight: bold;
    margin-bottom: .5rem;
}
.section-description {
    color: #7e92af;
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
    font-weight: 500;
    text-align: justify;
}
.monitor-frame-parent {
    position: relative;
    width: 100%;
    background-color: #f6f8fa;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 1.125em 0.875em 2.375em 0 rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 1.125em 0.875em 2.375em 0 rgba(0, 0, 0, 0.43);
}
.monitor-frame-top {
    position: relative;
    width: 100%;
    padding: .7rem 1rem;
}
.monitor-frame-top-bar {
    background-color: #ffffff;
    height: 1.5rem;
    width: 70%;
    border-radius: .25rem;
}
.monitor-frame-top-btns {
    width: 15%;
}
.monitor-frame-top-btns span {
    background-color: #e6eaed;
    border: 2px solid #e3e7ea;
    border-radius: 50%;
    margin: 0 .3rem;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.monitor-frame-content {
    width: 100%;
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}
.monitor-frame-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.feature-section {
    position: relative;
    width: 100%;
}
.feature-content {
    position: relative;
    width: 100%;
}
.feature-content h5 {
    color: var(--maan-color-3);
    margin-bottom: .7rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.feature-content h3 {
    font-weight: 800;
    margin-bottom: 1rem;
}
.feature-screen-parent-top {
    position: relative;
    width: 100%;
}
.feature-screen-parent {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 50% 50%;
}
.feature-screen-parent-bg-parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.feature-screen-parent-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #8ad756;
    border-radius: 50%;
    padding-top: 100%;
}
.feature-screen-parent-bg2 {
    background-color: var(--maan-color-1);
}
.feature-screen-thumb {
    position: relative;
    width: 60%;
    padding-top: 105%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 2.5rem;
    z-index: 2;
    border: 1px solid rgba(151, 151, 151, .5);
}
.feature-screen-thumb img {
    object-position: center top;
    -o-object-position: center top;
}
.feature-screen-items {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 50%;
    left: 0;
    padding: 0 1.2rem;
}
.feature-screen-items img {
    width: 85%;
    border-radius: .7rem;
    box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
}
.feature-screen-items2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 12% 0 8%;
}
.feature-screen-item2-1 {
    width: 75%;
    border-radius: 50rem;
    box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
    background-color: var(--maan-color-1);
    padding: .2rem;
}
.feature-screen-item2-1 .btn {
    color: #ffffff !important;
    background-color: transparent !important;
    border-radius: 50rem;
    padding: 1rem 1.5rem;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: default;
    font-size: 1rem;
}
.feature-screen-item2-1 .active {
    background-color: #ffffff !important;
    color: var(--maan-color-1) !important;
    font-weight: bold;
}
.feature-screen-item2-2 {
    width: 70%;
    border-radius: 1rem;
    box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1.875em 1.125em 1.125em 0 rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1rem;
    background-color: var(--maan-color-2) !important;
    color: #ffffff !important;
    border: none !important;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    margin-right: -1rem;
    cursor: default;
}
.py-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}
.screenshots-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-color: var(--maan-color-3);
}
.screenshots-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    gap: 4rem;
}
.screenshots-col {
    transform-style: preserve-3d;
}
.screenshots-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0.438em 1.938em 0 rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0.438em 1.938em 0 rgba(0, 0, 0, 0.31);
}
.screenshots-thumb:not(:last-child) {
    margin-bottom: 4rem;
}
.screenshots-thumb img {
    width: 100%;
}
.support-section {
    position: relative;
    width: 100%;
    height: 350px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(71,181,235,0.17) 20%, rgba(60,177,234,0.25) 50%, rgba(51,173,233,0.17) 80%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(71,181,235,0.17) 20%, rgba(60,177,234,0.25) 50%, rgba(51,173,233,0.17) 80%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(71,181,235,0.17) 20%, rgba(60,177,234,0.25) 50%, rgba(51,173,233,0.17) 80%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    text-align: center;
}
.support-section h3 {
    color: #111b2b;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.support-section h4 {
    color: var(--maan-color-1);
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: normal;
}
.support-section h5 {
    color: var(--maan-color-1);
    font-size: 1rem;
    margin-bottom: .7rem;
    font-weight: normal;
}
.social-links a {
    color: var(--maan-color-1);
    width: 2.3rem;
    height: 2.3rem;
    display: inline-block;
    margin: 0 .15rem .2rem;
    font-size: 1.8rem;
}
.social-links a:hover {
    color: var(--maan-color-2);
}
.support-image {
    width: 100%;
}
.single-page-body {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.single-page-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    min-height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 138, 215, 1)), to(rgba(51, 173, 233, 1)));
    background-image: -o-linear-gradient(top, rgba(86, 138, 215, 1) 0%, rgba(51, 173, 233, 1) 100%);
    background-image: linear-gradient(-180deg, rgba(86, 138, 215, 1) 0%, rgba(51, 173, 233, 1) 100%);
}
.single-page-header {
    position: relative;
    width: 100%;
}
.single-page-header h1 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.single-page-header-content {
    border-radius: 0 1rem 0 0;
    color: #4b4847;
    width: 65%;
    position: relative;
    overflow: hidden;
    filter: drop-shadow(0 -0.188em 0.188em #00000029);
    -webkit-filter: drop-shadow(0 -0.188em 0.188em #00000029);
}
.single-page-header-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background-color: #ffffff;
    z-index: 0;
}
.single-page-header-content::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    -webkit-mask-image: url("./../img/mask.svg");
    mask-image: url("./../img/mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-position: left top;
    mask-position: left top;
}
.single-page-header-content-mask {
    z-index: 2;
    padding: 2rem 6rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    /*background-color: #ffffff;*/
}
.line-page {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccdbf3;
    margin-top: .7rem;
}
.single-page-header-thumbs {
    position: relative;
    width: 35%;
}
.application-screenshot-bg-parent-page {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    z-index: 0;
}
.application-screenshot-bg-page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 0;
}
.single-page-header-thumb-1 {
    position: absolute;
    top: -90%;
    left: 5%;
    z-index: 1;
    width: 80%;
}
.single-page-header-thumb-2 {
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 2;
    width: 70%;
}
.single-page-header-thumb-3 {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    z-index: 1;
    width: 75%;
}
.single-page-header-content p {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: .5rem;
    font-weight: 600;
}
.single-page-header-content span {
    color: var(--maan-color-4);
    font-size: .95rem;
    font-weight: 500;
}
.single-page-content {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    padding: 2rem 6rem 3rem;
    border-radius: 1rem 0 1rem 1rem;
    filter: drop-shadow(0 0.188em 0.188em #00000029);
    -webkit-filter: drop-shadow(0 0.188em 0.188em #00000029);
    min-height: 470px;
}
.content-single-page {
    width: 100%;
    position: relative;
    color: #4b4847;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
}
.content-single-page h1 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.4rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page h2 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.3rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page h3 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.2rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page h4 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.1rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.05rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page h6 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1rem;
    border-right: 2px solid var(--maan-color-3);
    padding-right: .5rem;
    color: #111b2b;
}
.content-single-page ul {
    list-style: disc;
}
.content-single-page img {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 1.5rem;
}
.content-single-page p {
    margin-bottom: .8rem;
}
.content-single-page strong {
    font-weight: 700;
}
.content-single-page a {
    /*text-decoration: underline;*/
    color: var(--maan-color-4);
}
.content-single-page a:hover {
    color: var(--maan-color-2);
}
.contact-footer {
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    background-image: -o-linear-gradient(11deg, var(--maan-color-1) 0%, var(--maan-color-3) 100%);
    background-image: linear-gradient(79deg, var(--maan-color-1) 0%, var(--maan-color-3) 100%);
    color: #ffffff;
}
.contact-footer h6 {
    font-weight: 300;
    font-size: .9rem;
    margin-bottom: .1rem;
}
.contact-footer h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.8rem;
}
.contact-footer .btn {
    font-size: .9rem;
    font-weight: normal;
    padding: .6rem .7rem;
    --bs-btn-color: #111b2b;
    --bs-btn-bg: rgba(255, 255, 255, 0.78);
    --bs-btn-border-color: rgba(255, 255, 255, 0.78);
    --bs-btn-hover-color: #111b2b;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #111b2b;
    --bs-btn-active-bg: rgba(255, 255, 255, 0.78);
    --bs-btn-active-border-color: rgba(255, 255, 255, 0.78);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #111b2b;
    --bs-btn-disabled-bg: rgba(255, 255, 255, 0.78);
    --bs-btn-disabled-border-color: rgba(255, 255, 255, 0.78);
}
.copyright-footer {
    font-size: .875rem;
    margin-bottom: 0;
    color: #111b2b;
}
.social-footer a {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--maan-color-4);
    color: #ffffff;
    font-size: 1.1rem;
}
.social-footer a:hover {
    background-color: var(--maan-color-3);
}
.contact-divider {
    width: 1px;
    display: block;
    margin: 0 auto;
    height: 100%;
    background-color: #ccdbf3;
}
.contact-divider-line {
    width: 100%;
    height: 1px;
    background-color: #ccdbf3;
}
.contact-title {
    color: var(--maan-color-1);
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
}
.contact-text {
    font-size: .9rem;
    line-height: 1.6rem;
    color: #111b2b;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 1rem;
}
.contact-sub-title {
    color: #1c1c1c;
    font-size: .9rem;
    margin-bottom: .3rem;
    line-height: 1.7rem;
    font-weight: bold;
}
.contact-link {
    color: var(--maan-color-4);
    font-weight: bold;
    font-size: 1rem;
}
.contact-link:hover {
    color: var(--maan-color-2);
}
.contact-form {
    position: relative;
    width: 100%;
}
.invalid-feedback-parent {
    position: relative;
    width: 100%;
    padding-bottom: 1.2rem;
}
.invalid-feedback-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: var(--maan-color-1);
    box-shadow: none;
}
.form-label {
    margin-bottom: .3rem;
    color: #111b2b;
    font-size: .9rem;
    padding: 0 .8rem;
}
.form-control {
    padding: .4rem 1rem;
    font-size: 1rem;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bbd0ef;
    border-radius: .65rem;
    font-weight: 300;
}
textarea.form-control {
    border-radius: 1rem;
}
.invalid-feedback {
    font-weight: 500;
    font-size: .75rem;
    padding: 0 1rem;
}
.form-control::placeholder {
    color: #9c9897;
}
.success-text-form {
    color: #198754;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 2rem;
    font-weight: bold;
}
.contact-form .btn-maan {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn-free {
    border: none !important;
    color: #7e92af !important;
    font-size: .85rem;
    font-weight: 500;
}
.btn-free:hover {
    color: var(--maan-color-1) !important;
}
.enamad-logo img {
    width: 95px;
    height: auto;
    display: inline-block;
}
.enamad-logo-t2 {
    display: inline-block;
    /*border: 1px solid #000000;*/
}
.enamad-logo-t2 img {
    height: 45px;
    width: auto;
    display: inline-block;
}





@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .navbar-maan .nav-link {
        padding: .4rem .7rem !important;
    }
}
@media only screen and (min-width: 1200px) {
    .navbar-maan .nav-link {
        padding: .4rem 1.5rem !important;
    }
}
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .navbar-maan .nav-link {
        padding: .5rem .6rem;
        font-size: .9rem;
    }
    .application-title {
        font-size: 2.6rem;
        line-height: 4.2rem;
        margin-bottom: .8rem;
    }
    .section-title {
        font-size: 2.6rem;
        line-height: 4.2rem;
    }
    .application-description {
        font-size: 1rem;
        line-height: 1.9rem;
    }
    .feature-content h3 {
        font-size: 2.3rem;
        line-height: 4rem;
    }
    .py-section {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
    .screenshots-container {
        gap: 2rem;
    }
    .screenshots-thumb:not(:last-child) {
        margin-bottom: 2rem;
    }
    .single-page-header-content-mask {
        padding: 2rem 4rem 0;
    }
    .single-page-content {
        padding: 2rem 4rem 3rem;
    }
    .application-screenshot-bg-parent-page {
        top: 120%;
    }
    .single-page-header-thumb-1 {
        top: -50%;
    }
    .single-page-header-thumb-2 {
        top: -20%;
    }
}
@media only screen and (max-width: 1199.98px) {
    .navbar-logo-parent {
        width: 90px;
        position: relative;
    }
    .section-title,
    .feature-content h3 {
        font-size: 2rem;
        line-height: 3.5rem;
    }
    .section-description {
        font-size: 1rem;
        line-height: 1.8rem;
    }
    .py-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .single-page-header-thumb-1 {
        top: 0;
    }
    .single-page-header-thumb-2 {
        top: 25%;
    }
}
@media only screen and (max-width: 991.98px) {
    .pt-page {
        padding-top: 82px;
    }
    .navbar-maan {
        top: 0;
        background-color: var(--maan-color-1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    }
    .navbar-maan .navbar-logo img.logo-white {
        visibility: visible;
        opacity: 1;
    }
    .navbar-maan .navbar-logo img.logo-color {
        visibility: hidden;
        opacity: 0;
    }
    .navbar-maan .navbar-logo-parent {
        width: 60px;
    }
    .navbar-maan > .container-fluid,
    .navbar-maan > .container {
        align-items: center !important;
    }
    .navbar-maan .nav-item:not(:last-child) {
        margin-bottom: 1rem;
    }
    .maan-disable-animation [data-aos-delay] {
        transition-delay: 0s !important;
    }
    .application-title {
        font-size: 2rem;
        line-height: 3.2rem;
    }
    .feature-screen-item2-1 .btn {
        padding: .5rem 1.5rem;
        font-size: .9rem;
    }
    .feature-screen-item2-2 {
        padding: .7rem .5rem;
        font-size: .9rem;
    }
    .py-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .app-doctor-content-parent {
        transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
    }
}
@media only screen and (max-width: 767.98px) {
    .panel-section::before {
        background-size: auto 85%;
    }
    .monitor-frame-top-bar {
        height: 1rem;
        width: 50%;
    }
    .monitor-frame-top-btns {
        width: 25%;
    }
    .monitor-frame-top-btns span {
        width: 9px;
        height: 9px;
    }
    .application-list-item h4 {
        font-size: 1rem;
    }
    .section-title,
    .feature-content h3 {
        font-size: 1.5rem;
        line-height: 3rem;
    }
    .section-description {
        font-size: .9rem;
        line-height: 1.7rem;
    }
    .support-section h3 {
        font-size: 1.5rem;
    }
    .single-page-header-content-mask {
        padding: 2rem 1.7rem 0 4rem;
    }
    .single-page-content {
        padding: 2rem 1.7rem 3rem;
    }
    .single-page-header-content-mask p {
        font-size: .9rem;
        line-height: 1.8rem;
    }
    .single-page-header-content-mask span {
        font-size: .8rem;
        font-weight: normal;
    }
    .contact-footer h5 {
        font-size: .95rem;
    }
    .contact-footer .btn {
        font-size: .875rem;
    }
}
@media only screen and (max-width: 600px) {
    .single-page-header-thumbs {
        transform: translateY(-75%);
        -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
    }
    .single-page-header-content {
        width: 100%;
    }
    .single-page-header-thumbs {
        width: 40%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: 130px;
    }
    .single-page-content {
        border-radius: 0 0 1rem 1rem;
    }
    .single-page-header-content-mask {
        padding: 2rem 1.7rem 0;
        mask: none !important;
        -webkit-mask: none !important;
        background-color: #ffffff;
    }
    .single-page-header-content::before,
    .single-page-header-content::after {
        display: none;
    }
    .single-page-header-content {
        border-radius: 1rem 1rem 0 0;
    }
    .single-page-header-thumb-3 {
        bottom: 20%;
    }
    .application-screenshot-parent {
        min-height: 550px;
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .application-title {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .py-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .application-screenshot-parent {
        min-height: 450px;
    }
}
@media only screen and (max-width: 480px) {
    .application-links {
        flex-direction: column !important;
    }
    .application-links a {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .application-links a:not(:last-child) {
        margin-bottom: 1rem;
    }
}