:root {
    --font-family: "IranSans";
    --gray-color: rgba(75, 80, 77, 1);
    --primary-color: rgba(209, 229, 14, 1);
    --secondary-color: rgba(0, 87, 86, 1);
    --black-color: rgba(31, 31, 31, 1);
    --light-gray: rgba(237, 237, 237, 1);
}

*,
*::after,
*::before {
    outline: none;
    border: none;
    text-decoration: none;
    margin-block: 0;
    margin-inline: 0;
    list-style: none;
    box-sizing: border-box;
}

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

.sec-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sub-sub-list a {
    transition: all 0.3s;
}

.sub-sub-list a:hover {
    color: var(--secondary-color) !important;
}

   .border-left {
    border-left: 1px solid #00575638;
}



.title-cnt .title-more {
    display:flex;
    align-items:center;
    margin-left:0;
    margin-right: auto;
}

.title-cnt .title-more span {
    font-size: 16px;
        color: var(--secondary-color);
    font-weight: 800;
}

.title-cnt .title-more img {
    transition: all 0.3s;
}

.title-cnt .title-more:hover img {
    margin-right:4px;
    margin-left:-4px;
}

.contact-page .body-text {
    font-size: 14px;
    line-height: 25.2px;
}

.sub-sub-nav-cnt {
    position: absolute;
    width: calc(100vw - 300px);
    height: 100%;
    left: 300px;
    right: 557px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    padding-top: 72px;
    padding-bottom: 72px;
     padding-right: 65px;
}

.sub-nav-item:hover .sub-sub-nav-cnt {
    opacity: 1;
    visibility: visible;
}

.mobile-sub-sub-nav {
    transition: all 0.3s;
    height: fit-content;
    max-height: 0;
    overflow: hidden;
}

.mobile-sub-nav-item.collapsible--expanded .mobile-sub-sub-nav {
max-height: 1000px;
display: flex;
flex-direction: column;
gap: 12px;
margin: 18px 8px;

}



.sub-sub-nav-cnt .sub-sub-nav {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    width: 100%;
}

.sub-sub-nav-cnt .sub-sub-nav .sub-sub-list {
    width: 36%;
    display: flex;
    flex-direction: column;
    max-height: 327px;
    flex-wrap: wrap;
    column-gap: 40px;
}

.sub-nav-item > div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sub-nav-item > div a {
    transition: all 0.3s;
        margin-right: 0px;
    margin-left: 4px;
}

.sub-nav-item > div a:hover {
    margin-right: 4px;
    margin-left: 0;
}

header.header .header-center .nav-item > div svg {
    stroke: rgb(0 87 86 / 32%);
}

header.header .sub-nav-item svg {
    rotate: 90deg !important;
    /*stroke: #1f1f1f;*/
}

header.header .sub-nav-item:hover svg {
    stroke: var(--secondary-color) !important;
}

header.header .header-center .nav-item > div svg {
    /*stroke: #1f1f1f;*/
    transition: all 0.3s;
    margin-bottom: -2px;
}

a {
    color: var(--black-color) !important;
    text-decoration: none !important;
}

ul {
    padding-inline-start: 0;
}

.padding {
    min-width :10%;
    display: none;
}

body {
    font-family: var(--font-family) !important;
}

::placeholder {
    font-family: var(--font-family) !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader img {
    height: 80px;
    width: 80px;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Thin.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 100;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-UltraLight.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 200;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Light.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Regular.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Medium.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Heavy.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-DemiBold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Bold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 800;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-ExtraBold.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 900;
}

@font-face {
    font-family: "IranSans";
    src: url("../fonts/IRANSansXFaNum-Black.woff");
    font-style: normal;
    font-display: swap;
    font-weight: 1000;
}

/* general classes */

.container-x {
    padding-left: 328px;
    padding-right: 328px;
}

.button {
    border-radius: 28px;
    padding: 8px 16px;
    position: relative;
    display: flex;
    gap: 8px;
    width: fit-content;
    cursor: pointer;
    overflow: hidden;
    background-color: var(--primary-color);
    transition: all 0.3s ease-out;

    font-family: var(--font-family) !important;
}

.button:hover {
    background-color: rgba(226, 242, 61, 1);
}

.button > * {
    position: relative;
    z-index: 1;
}

.button span {
    color: var(--secondary-color);
    font-weight: 500;
    transition: all 0.3s;
}

.title-cnt {
    position: relative;
    display: flex;
    gap: 4px;
    align-items: flex-start;
    flex-wrap:wrap;
}

.honors .title-cnt {
    flex-wrap: initial;
}

.title-cnt .title-circles-cnt {
    position: relative;
    width: 30px;
    height: 30px;
}

.title-cnt .title-circles-cnt .circle {
    position: absolute;
    border-radius: 50%;
}

.title-cnt .title-circles-cnt .circle-xlarge {
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-color: var(--primary-color);
}

.title-cnt .title-circles-cnt .circle-large {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
}

.title-cnt .title-circles-cnt .circle-small {
    right: 0;
    top: 0px;
    width: 8.38px;
    height: 8.38px;
    background-color: rgba(225, 225, 225, 1);
}

.title-cnt h3 {
    color: var(--black-color);
    font-size: 32px;
    font-weight: 1000;
    letter-spacing: -0.5px;
    position: relative;
}

.body-text {
    color: var(--gray-color);
    font-size: 16px;
    font-weight: 400;
}

.sec-title h4 {
    font-size: 16px;
    font-weight: 1000;
    color: var(--black-color);
}

.img-fluid {
    max-width: 100%;
    display: flex;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body ::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #9ebfa7;
    border-radius: 10px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
    height: 8px;
}

/* header section */

header.header {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    height: 112px;
     background-color: #ffffffba;
}

header.header:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ffffffba;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: drop-shadow(0px 1px 3px rgba(64, 64, 64, 0.05));
}

.border-bottom {
    border-bottom: 1px solid var(--light-gray);
}

header.header .header-center ul {
    gap: 16px;
    display: flex;
    padding-bottom: 0px;
}

header.header .header-center .nav-item > div {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

header.header .header-center .nav-item > div > a {
    font-size: 14px;
    transition: all 0.3s;
}

header.header .header-center .nav-item > div  a {
    color: var(--secondary-color) !important;
}

header.header .header-center .nav-item > div svg {
    stroke: #1f1f1f;
    transition: all 0.3s;
    margin-bottom: -2px;
}

header.header .header-center .nav-item div svg {
      stroke: rgb(0 87 86 / 32%);

}

header.header .header-center .nav-item:hover > div > svg {
    stroke: var(--secondary-color);
    rotate: 180deg;
}

header.header .header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

header.header .header-left .header-lang {
    border-radius: 20px;
    border: 1px solid var(--light-gray);
    width: 41px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    height: 41px;
    transition: all 0.2s;
    z-index: 13;
    cursor: pointer;
}

.header-left .header-lang .header-lang-selected {
    margin-top: 2px;
            height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.header .header-left .header-lang:not(.collapsible--expanded) {
}

header.header .header-left .header-lang.collapsible--expanded {
    border-radius: 50% 50% 0 0;
    /*border-bottom: 0px solid rgba(237, 237, 237, 1);*/
}


header.header .header-left .header-lang .header-lang-options span {
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}

header.header .header-left .header-lang .header-lang-options span:hover {
    opacity: 1;
}

header.header
    .header-left
    .header-lang.collapsible--expanded
    .header-lang-options {
    max-height: 100px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-top: none;
    padding-bottom: 4px;
}

header.header .header-left .header-lang {
    border-radius: 50%;
    border: 1px solid var(--light-gray);
    width: 41px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    height: 41px;
    transition: all 0.2s;
}


header.header .header-left .header-lang .header-lang-options {
    height: fit-content;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;

    gap: 4px;
    max-height: 0px;
    width: calc(100% + 2px);
    right: -1px;
    top: 38px;
    position: absolute;
    background-color: #fff;
    align-items: center;
    border: 0px solid rgba(237, 237, 237, 1);
    border-radius: 0 0 38% 38%;
}

header.header .header-left .header-lang .header-lang-options span {
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}

header.header .header-left .header-lang .header-lang-options span:hover {
    opacity: 1;
}

header.header
    .header-left
    .header-lang.collapsible--expanded
    .header-lang-options {
    max-height: 100px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-top: none;
    padding-bottom: 4px;
}

.header-account.button {
    background-color: var(--primary-color);
    gap: 4px;
    align-items: center;
}

.header-account.button::before {
    background-color: rgba(225, 242, 58, 1);
}

.sub-nav-cnt {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
    right: 0;
    left: 0;
    top: 60px;

}

.header .nav-item .sub-nav-cnt:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    top: 50px;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
     background-color: #ffffffba;
    height: 500px;
}

.header .nav-item:hover .sub-nav-cnt {
    height: 500px;
     box-shadow: 0px 14px 12px -5px #a9a9a926;
}

.sub-nav-cnt .sub-nav {
    top: 50px;
    background-color: #ffffffba;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding-top: 72px;
    padding-bottom: 72px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
}

.sub-nav-cnt .sub-nav .sub-nav-list {
    width: 265px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    flex-wrap: wrap;
    max-height: 336px;
    column-gap: 48px;
    height: 327px;
}



/* hero section */

.hero-cnt {
    margin-top: 112px;
    background-color: #fff;
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-cnt .hero-bg-vector {
    display: flex;
    justify-content: center;
    margin-top: -88px;
}

.hero-btn-cnt {
    position: absolute;
    bottom: -2px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    z-index: 2;
}

.phone-hero-bg-img {
    display: none;
}

.hero-btn {
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 33.33px;
    width: 33.33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -10px;
}

.hero-btn svg {
    margin-bottom: -4px;
}

.hero-bg-cnt {
    width: 100%;
}

.hero-cnt .hero-bg-cnt > svg {
    position: relative;
    max-height: calc(100svh - 113px);
}

.hero-cnt .hero-content-cnt {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: translateX(50%);
    right: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 50%;
    text-align: center;
}

.hero-cnt .hero-content-cnt .hero-title h1 {
    color: var(--primary-color);
    font-size: 44px;
    font-weight: 1000;
    letter-spacing: -0.5px;
}

.hero-cnt .hero-content-cnt .hero-desc .body-text {
    color: #fff;
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt {
    display: flex;
    gap: 8px;
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn {
    background-color: transparent;
    border: 1px solid var(--primary-color);
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn span {
    color: #fff;
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn a {
    color: #fff !important;
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn:hover {
    background-color: var(--primary-color);
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn:hover span {
    color: var(--secondary-color);
}

.hero-cnt .hero-content-cnt .hero-content-btns-cnt .transparent-btn:hover a {
    color: var(--secondary-color) !important;
}

/* response section */

.response-cnt {
    display: flex;
    gap: 24px;
    margin-bottom: 100px;
}

.response-item-cnt {
    position: relative;
    height: 171px;
    width: 35%;
    overflow: hidden;
}

.response-item-cnt:hover .response-item-img {
    scale: 1.16;
    margin-top: 70px;
}

.response-item-cnt:hover .response-item-bg {
    margin-top: 50px;
}

.response-item-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 60px;
    transition: all 0.3s;
}

.response-item-bg svg path {
    fill: #d1e50e;
    transition: all 0.3s;
}

.response-item-cnt:hover .response-item-bg svg path {
    /*fill: rgba(226, 242, 61, 1);*/
}

.response-item-img {
    width: 40%;
    height: 100%;
    scale: 1;
    transition: all 0.3s;
    margin-top: 120px;
}

.response-item-img img {
    object-fit: contain;
    margin-right: 24px;
}

.response-item-cnt .response-item {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    border-bottom-right-radius: 16px;
    overflow: hidden;
}

.response-dna {
    position: absolute;
     height: 100%;
    bottom: 0px;
    top: 45px;
    right: -82px;
    width: 142%;
    rotate: 74deg;
    display: none;
}

.response-dna img {
     width: 100%;
    height: 100%;
    object-fit: contain;
}

.response-item-cnt .response-item-context {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.response-item-cnt .response-item-context .response-item-title h5 {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
}

.response-item-cnt .response-item-context .response-item-btn {
    background-color: #fff;
    border-radius: 20px;
    padding: 0 28px;
    width: fit-content;
}

.response-item-cnt .response-item-context .response-item-btn span {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: -0.5px;
    font-size: 14px;
}

/* about Genetic section */

.about-cnt {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 80px;
}

.about-cnt .about-bg-cnt {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 0;
    left: 0;
}

.about-cnt .about-bg-cnt svg {
    width: 100%;
}

.about-cnt .about-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
    position: relative;
}

.about-cnt .about-left {
    width: 50%;
    padding-left: 40px;
    padding-bottom: 12px;
}

.about-cnt .about-left img {
    max-height: 100%;
    object-fit: contain;
    max-width: 100%;
    transform: scaleX(-1);
    float: left;
}

.about-cnt .about-right .about-btns-cnt {
    display: flex;
    gap: 8px;
}

.about-cnt .about-right .about-btns-cnt .white-button {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

.about-cnt .about-right .about-btns-cnt .white-button.button:hover {
    background-color: rgba(226, 242, 61, 1);
}

.about-records {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 66px;
    margin-top: 48px;
    margin-bottom: 40px;
    opacity:0;
}

.about-records .record-line {
    width: 1px;
    height: 42px;
    background-color: rgba(175, 192, 12, 1);
}

.about-records .records-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
}
.about-records .honors_num {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    color: var(--secondary-color);
    font-weight: 1000;
    font-size: 20px;
    width: 67px;
}

.about-records .honors_num h3 {
    color: var(--secondary-color);
    font-weight: 1000;
    font-size: 20px;
}

.about-records .records-item span {
    font-size: 12px;
}

/* services section  */

.services-cnt {
    background-color: rgba(252, 254, 237, 1);
    padding-top: 122px;
    padding-bottom: 128px;
    margin-top: -80px;
}

.services-item-cnt {
    position: relative;
    padding-top: 80px;
    width: 96% !important;
}

.services-slider .slick-slide > div > a {
    display: flex !important;
    justify-content: center;
}

.services-item-cnt .services-item-bg {
    position: absolute;
    bottom: 0;
    height: calc(100% - 80px);
    width: 100%;
    right: 0;
}

.services-item-cnt .services-item-bg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-item-cnt .services-item-bg svg path.services-item-bg-path {
    fill: #d1e50e;
    transition: all 0.3s;
}

.services-item-cnt:hover .services-item-bg svg path.services-item-bg-path {
    /*fill: rgba(226, 242, 61, 1);*/
}

.services-dna {
    position: absolute;
    height:50%;
    width: 50%;
      bottom: 49px;
    left: -28px;
    rotate: -9deg;
    display: none;
}

.services-dna img {
    width:100%;
    object-fit: cover;
}

.services-item-cnt .services-item-context {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 44px;
    padding-right: 44px;
    padding-bottom: 34px;
    gap: 12px;
    overflow: hidden;
    border-radius: 24px;
}

  body {
    -webkit-text-size-adjust: 100%;
  }

.services-item-cnt .services-item-context .services-item-title h5 {
    font-size: 16px;
    font-weight: 1000;
    text-align: center;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
    display: flex;
    align-items: center;
}

.services-item-cnt .services-item-context .services-item-line {
    height: 2px;
    width: 66px;
    background-color: #fff;
}

.services-item-cnt .services-item-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    height: 84px;
    position: relative;
}

.services-item-cnt .services-item-context .services-item-more {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.services-item-cnt .services-item-context .services-item-more span {
    color: var(--secondary-color);
    font-weight: 800;
}

.services-item-cnt .services-item-context .services-item-more .more-icon {
    display: flex;
    align-items: center;
}

.services-item-context .more-icon-arrow {
    height: fit-content;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.5s 0.1s;
    margin-bottom: 0px;
    margin-top: 0.5px;
    object-fit: contain;
    height: 100%;
}

.services-item-context .more-icon-line {
    width: 0px;
    height: 2px;
    margin-left: -6px;
    margin-right: 6px;
    border-radius: 1px;
    transition: all 0.3s;
    background-color: #005756c5;
}

.services-item-cnt:hover .more-icon-line {
    width: 19px;
}

.services-item-context .more-icon-line svg {
    width: 100%;
}

.services-item-cnt:hover .more-icon-arrow {
    opacity: 1;
}

.services-cnt .services-item-icon-cnt {
    background-color: var(--secondary-color);
    border-radius: 50%;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s;
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
}

.services-cnt .services-item-cnt:hover .services-item-icon-cnt {
    scale: 1.1;
}

.services-slider .slick-dots {
    display: flex !important;
    transform: translate(50%, 64px);
    width: fit-content;
    gap: 8px;
    right: 50%;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 24px;
}

.services-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.services-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.services-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

.mng-item-cnt .slick-dots {
    display: flex !important;
    transform: translate(50%, 64px);
    width: fit-content;
    gap: 8px;
    right: 50%;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 24px;
}

.mng-item-cnt .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.mng-item-cnt .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.mng-item-cnt .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

.services-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid var(--light-gray);
    transform: translateY(50%);
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
}

.services-slider .slick-arrow svg {
    stroke: var(--gray-color);
    transition: all 0.3s;
}

.services-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}

.services-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.services-slider .slick-prev.slick-arrow {
    transform: translate(-20%, 50%);
    left: 0;
}

.services-slider .slick-next.slick-arrow {
    transform: translate(20%, 50%);
    right: 0;
}

/* test section */

.test-cnt {
    background-color: var(--primary-color);
    padding-top: 184px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 112px;
    position: relative;
    padding-bottom: 69px;
}

.test-bg-vector {
    position: absolute;
    display: flex;
    width: 100%;
    right: 0;
    z-index: 2;
    justify-content: center;
}

.test-bg-vector.top-vector {
    top: -1px;
}

.test-bg-vector.bottom-vector {
    bottom: -1px;
}

.test-parts-gradient {
    position: absolute;
    height: 180px;
    bottom: 0;
    width: 20%;
    z-index: 5;
    display: none;
}

.test-parts-gradient.right-gradient {
    right: 0;
    background: linear-gradient(
        to left,
        var(--primary-color) 0%,
        transparent 100%
    );
}

.test-parts-gradient.left-gradient {
    left: 0;
    background: linear-gradient(
        to right,
        var(--primary-color) 0%,
        transparent 100%
    );
}

.test-part-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: max-content;
}

.test-cnt .test-title {
    position: relative;
}

.test-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 184px);
    mix-blend-mode: multiply;
}

.test-bg svg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.test-cnt .test-title h3 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    color: var(--secondary-color);
    font-size: 32px;
}

.test-cnt .test .test-main-img {
    display: flex;
}

.test-cnt .test {
    position: relative;
    width: 1015px;

    margin: 0 auto;
}

.test-cnt .test .test-main-img-cnt {
    position: relative;
    width: 291px;
    margin: 0 auto;
}

.test-cnt .test .test-main-img-cnt .body-part {
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
}

.test-mobile-link {
    display: none;
    order: 3;
    color: var(--secondary-color) !important;
    font-size: 12px;
    font-weight: 800;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-ekhtelal {
    width: 25px;
    height: 22.71px;
    top: 312px;
    left: 28px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-barvari {
    width: 80.28px;
    height: 63.55px;
    top: 389.49px;
    left: 107px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-kolieh {
    width: 93.8px;
    height: 120.65px;
    top: 297.48px;
    left: 100.79px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-ghalb {
    width: 39.15px;
    height: 62.9px;
    top: 195.05px;
    left: 132.21px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-maghz {
    width: 61.08px;
    height: 51.84px;
    top: 10.12px;
    left: 116.11px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-thyroid {
    width: 24px;
    height: 20px;
    top: 112px;
    left: 134px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-shosh {
    width: 118px;
    height: 116px;
    top: 147.8px;
    left: 87px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-kabed {
    width: 91px;
    height: 62px;
    top: 255.14px;
    left: 96px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-pancras {
    width: 39.87px;
    height: 26.66px;
    top: 302.72px;
    left: 141.51px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-tab {
    width: 88.7px;
    height: 106.52px;
    left: 101.5px;
    top: 0;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-mitu {
    width: 25px;
    height: 30px;
    top: 304px;
    left: 238px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-muscle {
    width: 36px;
    height: 28px;
    top: 155px;
    left: 54px;
}

.test-cnt .test .test-main-img-cnt .body-part.body-part-immu {
    width: 35px;
    height: 37px;
    top: 423px;
    left: 189px;
}

.test-cnt .test .test-main-img-cnt .body-part img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.test-cnt .test .test-main-img-cnt .body-part.visible {
    opacity: 1;
}

.test-cnt .test .test-part-cnt {
    position: absolute;
    z-index: 1;
    display: flex;
    height: 53px;
    align-items: center;
}

.test-cnt .test .test-part-cnt .test-part-line {
    opacity: 0;
    background-color: var(--secondary-color);
    transition: all 0.5s;
    height: 2px;
}

.test-cnt .test .test-part-cnt:hover .test-part-line {
    opacity: 1;
}

.test-cnt .test .test-part-cnt.test-part-ekhtelal .test-part-line {
    margin-left: -5px;
    width: 60px;
    transform: rotate(-21deg);
    margin-top: -50px;
}

.test-cnt .test .test-part-cnt.test-part-barvari .test-part-line {
    margin-top: -20px;
    width: 171px;
    transform: rotate(-4deg);
    margin-left: -1px;
}

.test-cnt .test .test-part-cnt.test-part-kolieh .test-part-line {
    margin-top: 34px;
    margin-left: -3px;
    width: 112px;
    transform: rotate(12deg);
}

.test-cnt .test .test-part-cnt.test-part-ghalb .test-part-line {
    margin-top: 12px;
    margin-left: 0px;
    width: 122px;
    transform: rotate(1deg);
}

.test-cnt .test .test-part-cnt.test-part-maghz .test-part-line {
    margin-top: 36px;
    margin-right: -5px;
    width: 40px;
    transform: rotate(-19deg);
}

.test-cnt .test .test-part-cnt.test-part-thyroid .test-part-line {
    margin-top: 52px;
    margin-right: -5px;
    width: 70px;
    transform: rotate(-24deg);
}

.test-cnt .test .test-part-cnt.test-part-shosh .test-part-line {
    margin-top: 28px;
    margin-right: -3px;
    width: 75px;
    transform: rotate(-15deg);
}

.test-cnt .test .test-part-cnt.test-part-kabed .test-part-line {
    margin-top: 41px;
    margin-right: -2px;
    width: 96px;
    transform: rotate(-19deg);
}

.test-cnt .test .test-part-cnt.test-part-pancras .test-part-line {
    margin-top: 20px;
    margin-right: -2px;
    width: 119px;
    transform: rotate(-1deg);
}

.test-cnt .test .test-part-cnt.test-part-tab .test-part-line {
    margin-top: -16px;
    margin-right: 0px;
    width: 41px;
    transform: rotate(-7deg);
}

.test-cnt .test .test-part-cnt.test-part-mitu .test-part-line {
    margin-top: -45px;
    margin-right: -6px;
    width: 60px;
    transform: rotate(31deg);
}

.test-cnt .test .test-part-cnt.test-part-muscle .test-part-line {
    margin-top: 22px;
    margin-left: 0px;
    width: 38px;
    transform: rotate(14deg);
}

.test-cnt .test .test-part-cnt.test-part-immu .test-part-line {
    margin-top: -7px;
    margin-left: -5px;
    width: 108px;
    transform: rotate(1deg);
}

.test-cnt .test .test-part-cnt span {
    color: rgba(0, 87, 86, 1);
    font-size: 12px;
    white-space: nowrap;
    margin-right: 8px;
    margin-left: 8px;
    font-weight: 400;
    transition: all 0.3s;
}

.test-cnt .test .test-part-cnt:hover span {
    font-size: 14px;
    font-weight: 500;
}

.test-cnt .test .test-part-cnt.test-part-ekhtelal {
    top: 345px;
    right: 622px;
}

.test-cnt .test .test-part-cnt.test-part-barvari {
    top: 418px;
    right: 523px;
}

.test-cnt .test .test-part-cnt.test-part-kolieh {
    top: 272px;
    right: 554px;
}

.test-cnt .test .test-part-cnt.test-part-ghalb {
    top: 199px;
    right: 525px;
}

.test-cnt .test .test-part-cnt.test-part-maghz {
    top: -19.5px;
    left: 540px;
}

.test-cnt .test .test-part-cnt.test-part-thyroid {
    top: 53.5px;
    left: 522px;
}

.test-cnt .test .test-part-cnt.test-part-shosh {
    top: 126px;
    left: 556px;
}

.test-cnt .test .test-part-cnt.test-part-mitu {
    top: 345px;
    left: 621px;
}

.test-cnt .test .test-part-cnt.test-part-kabed {
    top: 199px;
    left: 549px;
}

.test-cnt .test .test-part-cnt.test-part-pancras {
    top: 272px;
    left: 545px;
}

.test-cnt .test .test-part-cnt.test-part-tab {
    top: 53.5px;
    right: 552px;
}

.test-cnt .test .test-part-cnt.test-part-muscle {
    top: 126px;
    right: 596px;
}

.test-cnt .test .test-part-cnt.test-part-immu {
    top: 418px;
    left: 593px;
}

.test-cnt .test .test-part-cnt.test-part-oncology {
    top: -19.5px;
    right: 577px;
    /*height: 101px;*/
    flex-direction: row-reverse;
    /*gap: 4px;*/
}

.test-cnt .test .test-part-cnt.test-part-baby {
    top: -113px;
    left: 50%;
    transform: translate(-50%, 0px);
    flex-direction: column-reverse;
    height: 101px;
    gap: 4px;
    width: 74px;
}

.test-cnt .test .test-part-cnt .test-part-img-cnt {
    background-color: #fff;
    border-radius: 50%;
    height: 53px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 2px solid #fff;
}

.test-cnt .test .test-part-cnt:hover .test-part-img-cnt {
    border: 2px solid rgba(0, 87, 86, 1);
    height: 68px;
    width: 68px;
}

/* officials section */

.officials-cnt {
    background-color: rgba(252, 254, 237, 1);
    padding-top: 72px;
    padding-bottom: 336px;
    margin-bottom: -193px;
}

.officials-cnt .title-cnt h3 {
    font-size: 24px;
}

.officials-slider {
    margin-top: 28px;
}

.official-item {
    position: relative;
    height: 311px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.officials-slider .official-item {
    position: relative;
    height: 311px;
    display: flex !important;
    width: 70% !important;
    margin: 0 auto;
    justify-content: center;
    border-radius: 16px;
}

.official-item .official-item-bg-cnt {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    bottom: 44px;
    width: 130%;
    right: 50%;
    transform: translateX(50%);
}

.official-item .official-item-bg-cnt .official-item-bg-vector {
    display: flex;
    margin-bottom: -2px;
    width: 100%;
}

.official-item .official-item-bg-cnt .official-item-bg-vector img {
    height: 100%;
    width: 100%;
}

.official-item .official-item-bg-cnt .official-item-bg-rect {
    height: 68px;
    width: 100%;
    border-radius: 0 0 24px 24px;
    background-color: var(--primary-color);
    transition: all 0.3s;
    margin-top: -1px;
}

.official-item:hover .official-item-bg-cnt .official-item-bg-rect {
    height: 80px;
}

.official-item .official-item-main-img {
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.official-item .official-item-main-img img {
    width: 95%;
    transition: all 0.3s;
    object-fit: contain;
}

.official-item:hover .official-item-main-img img {
    width: 100%;
    margin-bottom: -6px;
}

.official-item .official-item-context {
    position: absolute;
    background: rgba(215, 215, 215, 0.2);
    border: 1px solid var(--Gray-Gray-3, rgba(237, 237, 237, 1));
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
overflow: hidden;
    z-index: 3;
    bottom: 0;
    width: 100%;
    align-items: center;
    padding: 12px 4px;
    text-align: center;
}

.official-item .official-item-context .official-item-name h5 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--black-color);
}

.official-item .official-item-context .official-item-job span {
    color: rgba(113, 113, 113, 1);
    font-size: 14px;
}

.officials-slider .slick-dots {
    display: flex !important;
    transform: translate(50%, 64px);
    width: fit-content;
    gap: 8px;
    right: 50%;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 24px;
}

.officials-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.officials-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.officials-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

/* consult section */

.consult-cnt {
    position: relative;
    padding-bottom: 142px;
    margin-bottom: 60px;
}

.consult-cnt .consult-title {
    position: relative;
    padding-top: 46px;
    text-align: center;
}

.consult-cnt .consult-title h3 {
    color: var(--secondary-color);
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: 1000;
}

.consult-cnt .consult-cnt-bg {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
}

.consult-arrow-bg {
    position: absolute;
    z-index: 2;
    top: 50%;
}

.consult-arrow-bg.right-arrow {
    right: -1px;
    transform: translate(0%, -50%);
}

.consult-arrow-bg.left-arrow {
    left: -1px;
    rotate: 180deg;
    transform: translate(0%, 50%);
}

.consult-cnt .consult-cnt-bg img {
    height: 100%;
    width: 100%;
}

.consult-cnt .consult-item-cnt {
    background-color: rgba(226, 242, 61, 1);
    border-radius: 60px;
    padding: 12px;
    width: 98% !important;
    transition: all 0.3s;
    height: 446px;
    margin-bottom: 20px;
    position: relative;
}

.consult-cnt .consult-item-cnt:hover {
    padding-bottom: 32px;
    height: 466px;
    margin-bottom: 0px;
}

.consult-cnt .consult-item-cnt .consult-item {
    border-radius: 52px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-content {
    height: calc(100% - 51px);
    overflow: hidden;
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-content img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.consult-slider {
    margin-top: 52px;
    margin-right: 84px;
    margin-left: 84px;
}

.consult-slider .slick-arrow {
    position: absolute;
}

.consult-slider .slick-slide > div {
    display: flex;
    justify-content: center;
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-context {
    position: absolute;
    bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    gap: 12px;
    z-index: 2;
    width: 100%;
}

.consult-cnt .consult-item-cnt .consult-item .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    text-align: center;
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-title h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    font-weight: 1000;
    height: 60px;
    display:flex;
    align-items:center;
}
.consult-cnt .consult-item-cnt .consult-item .consult-item-gradient {
    bottom: 50px;
    position: absolute;
    height: 60%;
    left: -1px;
    width: 101%;
    background: linear-gradient(to top, #ffffff 0%, #ffffff00 100%);
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-vector {
    height: 51px;
    position: relative;
}

.consult-cnt .consult-item-cnt .consult-item .consult-item-vector svg {
    width: 100%;
}

.consult-cnt .consult-item-cnt .consult-item-more {
    position: absolute;
    bottom: 13px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s 0.1s;
    right: 0;
}

.consult-cnt .consult-item-cnt .consult-item-more span {
    text-align: center;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
}

.consult-cnt .consult-item-cnt:hover .consult-item-more {
    opacity: 1;
}

.consult-slider .slick-dots {
    display: flex !important;
    transform: translate(50%, 64px);
    width: fit-content;
    gap: 8px;
    right: 50%;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background-color: #e2f23d;
    border-radius: 24px;
}

.consult-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.consult-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #afbe1b;
}

.consult-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

.consult-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(237, 237, 237, 1);
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
}

.consult-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

.consult-slider .slick-arrow.slick-next {
    right: -70px;
    transform: translateY(-62%);
}

.consult-slider .slick-arrow.slick-prev {
    left: -70px;
    transform: translateY(-42%);
}

.consult-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.consult-slider .slick-arrow:hover svg {
    stroke: #fff;
}

/* exprience section */

.expr-cnt {
    padding-top: 130px;
    padding-bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.expr-cnt .title-cnt h3 {
    font-size: 24px;
}

.expr-item {
    position: relative;
    width: 96% !important;
}

.expr-slider .slick-slide > div {
    display: flex;
    justify-content: center;
}

.expr-item .expr-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
}

.expr-item .expr-bg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expr-item .expr-context {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
}

.expr-item .expr-context .expr-context-top {
    display: flex;
    justify-content: space-between;
}

.expr-item .expr-context-top .expr-context-quote {
    margin-bottom: -12px;
    margin-top: 12px;
}

.expr-item .expr-context-top .expr-context-quote svg {
    width: 100%;
    height: 100%;
}

.expr-item .expr-context .expr-context-profile {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.expr-item .expr-context .expr-avatar {
    border-radius: 50%;
    height: 69px;
    width: 69px;
    background-color: #f3f7d2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expr-item .expr-context .expr-profile-name {
    font-weight: 1000;
    letter-spacing: -0.5px;
    color: var(--black-color);
    font-size: 16px;
}

.expr-profile-stars {
    display: flex;
}

.expr-item .expr-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    line-height: 26.2px;
}

.expr-slider .slick-dots {
    display: flex !important;
    transform: translate(50%, 53px);
    width: fit-content;
    gap: 8px;
    right: 50%;
    position: absolute;
    bottom: 0;
    padding: 8px 16px;
    background-color: rgba(248, 249, 249, 1);
    border-radius: 24px;
}

.expr-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
}

.expr-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    background-color: rgba(203, 203, 203, 1);
}

.expr-slider .slick-dots li.slick-active {
    background-color: var(--secondary-color);
    width: 36px;
    border-radius: 24px;
}

.expr-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(237, 237, 237, 1);
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
}

.expr-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

.expr-slider .slick-arrow.slick-next {
    right: 0px;
    transform: translate(50%, -50%);
}

.expr-slider .slick-arrow.slick-prev {
    left: -0px;
    transform: translate(-50%, -50%);
}

.expr-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.expr-slider .slick-arrow:hover svg {
    stroke: #fff;
}

/* insurance section */

.insu-cnt {
    padding-top: 72px;
    padding-bottom: 72px;
}

.insu-cnt .title-cnt {
    margin-bottom: 48px;
}

.insu-cnt .title-cnt h3 {
    font-size: 24px;
}

.insu-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    background-color: transparent;
}

.insu-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
}

.insu-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.insu-slider .slick-arrow {
    position: absolute;
    background-color: #fff;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    transition: all 0.3s;
}

.insu-slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(10%, -50%);
}

.insu-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-10%, -50%);
}

.insu .insu-gradient {
    position: absolute;
    height: 100%;
    width: 80px;
    top: 0;
    z-index: 2;
}

.insu {
    position: relative;
}

.insu .insu-gradient-right.insu-gradient {
    right: 0px;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.insu .insu-gradient-left.insu-gradient {
    left: 0px;
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.insu-slider * {
    background-color: #fff;
}

.insu-slider .insu-slide img {
    width: 80% !important;
    object-fit: contain;
    margin: 0 auto;
}

.insu-slider .insu-slide {
    filter: grayscale(100%);
    transition: all 0.4s;
    text-align: center;
}

.insu-slider .insu-slide:hover {
    filter: grayscale(0%);
}

/* accordion section */

.acrd-cnt {
    display: flex;
    flex-direction: column;
    background-color: rgba(252, 254, 237, 1);
gap:48px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.acrd-cnt .title-cnt h3 {
    font-size: 24px;
}

.acrd {
    display: flex;
}

.acrd .acrd-right {
    width: 45%;
}

.acrd .acrd-right img {
    max-height: 543px;
}

.acrd .acrd-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.acrd .acrd-left .acrd-item {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 30px 38px;
    display: flex;
    flex-direction: column;

    transition: all 0.4s;
}

.acrd .acrd-left .acrd-item.open {
    background-color: var(--primary-color);
}

.acrd .acrd-left .acrd-item .acrd-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.acrd .acrd-left .acrd-item .acrd-top .acrd-qu h4 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--black-color);
}

.acrd .acrd-left .acrd-item .acrd-top .acrd-chevron {
    background-color: var(--secondary-color);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    rotate: 180deg;
}

.services-slider1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.services-slider1>a {
    width: 25%;
}

.acrd .acrd-left .acrd-item.open .acrd-top .acrd-chevron {
    rotate: 0deg;
}

.acrd .acrd-left .acrd-item .acrd-answer {
    transition: all 0.4s;
    direction: ltr;
    overflow-y: scroll;
    transition: height 0.3s;
}

.acrd .acrd-left .acrd-item .acrd-answer.no-scroll::-webkit-scrollbar-track {
    background: var(--secondary-color) !important;
}

.acrd .acrd-left .acrd-item:not(.open) .acrd-answer {
    height: 0px;
}

.acrd .acrd-left .acrd-item.open .acrd-answer {
    height: 87px;
    margin-top: 41px;
    margin-bottom: 7px;
    justify-content: flex-end;
}

.acrd .acrd-left .acrd-item .acrd-answer .body-text {
    direction: rtl;
}

.acrd .acrd-left .acrd-item .acrd-answer .body-text p {
    margin-right: 12px;
}

.acrd ::-webkit-scrollbar {
    width: 4px;
}

.acrd ::-webkit-scrollbar-track {
    background: #9ebfa7;
    border-radius: 10px;
}

.acrd ::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

/* news section */

.news-cnt {
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-bottom: 64px;
}

.news-cnt .title-cnt h3 {
    font-size: 24px;
}

.news-cnt .news {
    display: flex;
    gap: 24px;
}

.news-cnt .news .news-section-right {
    /*min-width: 30%;*/
    /*max-width: 32%;*/
    width: fit-content;
}

.news-section-right .news-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 404px;
}

.mobile-news-img {
    display: none;
}

.news-section-right .news-item .news-context {
    /* padding: 152px 20px 20px 20px; */
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 16px;
    margin-top: -122px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: calc(100% - 70px);
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.3s;
}

.news-section-right .news-item:hover .news-context {
        box-shadow: 0 0 29px 6px #a4a4a442;
}

.news-section-right .news-item .news-img {
    width: 90%;
    position: relative;
    height: 230px;
}

.news-section-right .news-item .news-img svg {
    width: 100%;
    object-fit: contain;
}

.news .news-title h5 {
    color: var(--black-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.news-section-right .news-item .news-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 12px;
}

 .news-date {
    display: flex;
    gap: 4px;
    align-items: center;
}

 .news-date span {
    color: var(--secondary-color);
    font-size: 12px;
}

.news-section-right .news-context-bottom .news-context-more {
    display: none;
}

.news-section-right .news-context-bottom .news-date {
    display: none;
}

.news .news-context-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .news-context-bottom .news-dur {
    display: flex;
    align-items: center;
    gap: 4px;
}

 .news-context-bottom .news-dur span {
    font-size: 12px;
    color: rgba(173, 173, 173, 1);
}

.news-cnt .news .news-section-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 16px
}

.news-section-left .news-item {
    display: flex;
    align-items: center;
}

.news .news-item {
    transition: all 0.3s;
}

/*.news .news-item:hover {*/
/*    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.034))*/
/*        drop-shadow(0px 8px 8px rgba(0, 0, 0, 0.09))*/
/*        drop-shadow(0px 19px 11px rgba(0, 0, 0, 0.05))*/
/*        drop-shadow(0px 33px 13px rgba(0, 0, 0, 0.01))*/
/*        drop-shadow(0px 52px 15px rgba(0, 0, 0, 0));*/
/*}*/

.news-section-left .news-item .news-img {
    height: 90%;
    width: 242px;
    position: relative;
    display: flex;
}

.news-section-left .news-item .news-img svg {
    width: 245px;
    height: 100%;
}

.news-item .news-img svg image {
    object-fit: cover !important;
}

.news-section-left .news-item .news-context {
    padding: 20px 142px 20px 16px;
    margin-right: -120px;
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 154px;
    transition: all 0.3s;
}

.news-section-left .news-item:hover .news-context {
        box-shadow: 0 0 29px 6px #a4a4a442;
}

.news-section-left .news-item .news-context .body-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    font-size: 14px;
}

.news-section-left .news-context-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 .news-bottom-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.news-context-more span {
    font-size: 14px;
    color: var(--secondary-color);
}

.news-page .news-section-left>a {
    width: 49%;
}

/* footer section */

.footer-cnt {
    position: relative;
}

.footer-cnt .footer-cnt-bg {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    right: 0;
}

.footer-cnt .footer-cnt-bg svg {
    height: 100%;
    width: 100%;
}

.footer-cnt .footer {
    position: relative;
}

.footer-vector {
    position: absolute;
    right: 50%;
    transform: translate(50%, -3px);
    z-index: 2;
}

.footer-vector .jump-up {
    position: absolute;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33.33px;
    width: 33.33px;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;
}

.footer-cnt .footer .footer-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
}

.footer-cnt .footer .footer-bg path {
    height: 100%;
    width: 100%;
}

.footer-cnt .footer .footer-context {
    position: relative;
    padding: 80px 185px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
}

.footer-cnt .footer .footer-context .footer-top {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-col.footer-add span {
    font-size: 14px;
}

.footer-col.footer-add a {
    font-size: 14px;
}

.footer-cnt .footer .footer-context .footer-top .body-text {
    text-align: justify;
    font-size: 14px;
    color: var(--black-color);
}

.footer-cnt .footer .footer-context .footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    row-gap: 24px;
}

.footer-cnt .footer .footer-title span {
    font-weight: 1000;
    letter-spacing: -0.5px;
    font-size: 16px;
    color: var(--secondary-color);
}

.footer-cnt .footer .footer-menu {
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-cnt .footer .footer-menu a {
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
        margin-right: 0px;
    margin-left: 4px;
}

.footer-cnt .footer .footer-menu a:hover {
    margin-right: 4px;
    margin-left: 0px;
}

.footer-cnt .footer .footer-add {
    width: max-content;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.phone-num {
    direction: ltr;
}

.footer-cnt .footer .footer-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-cnt .footer .footer-icon {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #afc00c;
    margin-top: 4px;
    margin-bottom:0 ;
    transition: all 0.3s;
}

.footer-cnt .footer .footer-social-cnt .footer-icon:hover {
        margin-top: 0px;
    margin-bottom:4px;
}

.footer-cnt .footer .footer-row {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer .footer-social-cnt {
    padding-top: 20px;
    margin-top: 8px;
    border-top: 1px solid #afc00c;
}

.footer .footer-social {
    display: flex;
    gap: 16px;
    margin-top: 18px;
}

.footer-cnt .copyright-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

.footer-cnt .copyright-cnt .copyright-right {
    text-align: center;
}

.footer-cnt .copyright-cnt .copyright-right span {
    color: var(--secondary-color);
    font-size: 12px;
}

.footer-cnt .copyright-cnt .copyright-adrian {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-cnt .copyright-cnt .copyright-adrian .copyright-text span {
    font-size: 12px;
    color: var(--secondary-color);
}

.footer-cnt .copyright-cnt .copyright-adrian .copyright-text h6 {
    font-size: 12px;
    color: var(--secondary-color);
    font-weight: 900;
}

/* hero and present sectio animation slider */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.fadeIn {
    animation: fadeIn 1s forwards;
}

.fadeOut {
    animation: fadeOut 1s forwards;
}

.fadeInRight {
    animation: fadeInRight 1s forwards;
}

.fadeOutRight {
    animation: fadeOutRight 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(100%);
    }
}

.hero-right {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.hero-left {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.present-item-context {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.present-item-context.fadeInLeft {
    animation-name: fadeInLeft;
}

.present-item-context.fadeOutLeft {
    animation-name: fadeOutLeft;
}

.present-item-img {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* mobile menu */

.mobile-menu-cnt {
    display: none;
}

.menu-btn-1 {
    height: 28px;
    width: 32px;
    cursor: pointer;
}

.menu-btn-1 span,
.menu-btn-1 span::before,
.menu-btn-1 span::after {
    background: var(--secondary-color);
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 32px;
    height: 3px;
    margin-top: 13px;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.menu-btn-1 span::before {
    margin-top: -10px;
}

.menu-btn-1 span::after {
    margin-top: 10px;
}

.menu-btn-1.active span {
    background: transparent;
}

.menu-btn-1.active span::before {
    margin-top: 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-btn-1.active span::after {
    margin-top: 0;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-cnt .mobile-menu {
    height: 0;
    transition: all 0.4s;
    top: 111px;
    right: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    background-color: #ffffffba;
    z-index: 12;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-cnt .mobile-menu::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: inherit;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background-color: #ffffffba;
    height: calc(100dvh - 111px);
}

.mobile-menu-cnt.collapsible.collapsible--expanded .mobile-menu {
    height: calc(100dvh - 111px);
    padding: 24px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;

}

.mobile-menu-cnt-cnt {
    overflow-y:auto;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li > div svg {
    stroke: var(--secondary-color);
    transition: all 0.3s;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li.collapsible--expanded > div svg {
    rotate: 180deg;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li .chevron {
    stroke: var(--secondary-color);
    transition: all 0.3s;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li.open .chevron {
    rotate: 180deg;
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    li.category.open
    .mobile-sub-nav {
    max-height: 700px;
    padding-top: 16px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li .mobile-sub-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 16px;
}

.mobile-menu-cnt
    .mobile-menu
    ul.mobile-menu-list
    li
    .mobile-sub-nav
    .mobile-sub-nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-menu-cnt .mobile-menu ul.mobile-menu-list li a {
    color: var(--secondary-color) !important;
}

.mobile-menu-cnt .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobile-menu-cnt .mobile-menu .mobile-menu-bottom {
    align-self: flex-start;
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang .vertical-line {
    background-color: var(--gray-color);
    height: 50%;
    width: 1px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang span {
    color: var(--black-color);
    cursor: pointer;
    font-size: 18px;
}

.mobile-menu-cnt .mobile-menu .mobile-lang span:not(.active-lang) {
    opacity: 0.7;
}

/* about page */

/* about page - about section */
.container-x.about-section {
    padding-left: 569px;
    padding-right: 569px;
    background-color: rgba(250, 253, 223, 1);
    padding-top: 88px;
    padding-bottom: 153px;
}

.about-page .about-section {
    margin-top: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
    position: relative;
}

.about-page .mng-item-cnt .official-item-cnt {
    max-width: 270px;
}

.about-page .mng-item-cnt .official-item {
    width: 80%;
}


.about-page .about-section .about-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-page .about-section .about-top .about-top-title {
    color: var(--secondary-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
    margin-top: 20px;
    font-size: 32px;
}

.about-page .about-section .about-top .about-logo {
    display: flex;
    height: 140px;
}

.about-page .about-section .about-bottom .body-text p {
    text-align: justify;
}

.about-page .about-section .about-bottom {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.about-page .co-right .official-item {
    width: 240px;
}

.about-page .official-item .official-item-main-img {
    border-radius: 0 0 16px 16px;
}

.about-page .about-section .about-bottom .about-records {
    justify-content: space-between;
}

.about-page .about-section .about-vector-cnt {
    position: absolute;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
}

.about-page .about-section .about-vector-cnt .mouse-icon-cnt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    bottom: 7px;
    right: 50%;
    transform: translateX(50%);
}

.about-page .records-item span {
    text-align: center;
}

/* about page - value section */

.value-cnt {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 172px;
    position: relative;
    z-index: 3;
}

.value-cnt .value-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.value-cnt .value-left {
    width: 30%;
    position: relative;
}

.value-left .yellow-shadow {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(209, 229, 14, 1);
    filter: blur(59.95px);
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.value-left .value-main-img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 379px;
    height: 379px;
}

.value-left .value-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.value-left .value-icon-cnt {
    background-color: rgba(231, 231, 231, 0.5);

    padding: 8px;
    width: fit-content;
    border-radius: 24px;
    position: absolute;
    z-index: 3;
}

.value-left .value-icon-cnt .value-icon {
    background-color: rgba(231, 231, 231, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px;
    border-radius: 16px;
}

.value-left .value-icon-cnt .value-icon img {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.value-left .value-icon-cnt.right-icon {
    bottom: 33px;
    right: 8px;
}

.value-left .value-icon-cnt.left-icon {
    top: 6px;
    left: 8px;
}

/* about page - timeline section */

.timeline-cnt {
    padding-top: 174px;
    padding-bottom: 174px;
    position: relative;
    background-color: rgba(252, 254, 237, 1);
    display: flex;
    flex-direction: column;
}

.timeline-cnt .timeline-vector {
    position: absolute;
    right: 50%;
    transform: translate(50%, 0);
    width: 100%;
    display: flex;
}

.timeline-cnt .timeline-vector.timeline-top-vector {
    top: -1px;
}

.timeline-cnt .timeline-vector.timeline-bottom-vector {
    bottom: -1px;
}

.timeline-cnt .timeline-content-item {
    display: flex !important;
    flex-direction: column;
    position: relative;

    align-items: center;
    width: 50% !important;
    margin: 0 auto;
}

.timeline-cnt .timeline-content-item .timeline-item-img {
    width: 421px;
    height: 421px;
    position: relative;
    border-radius: 50%;
    display: flex;
}

.timeline-cnt .timeline-item-img .timeline-item-img-gradient {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    width: 110%;
    height: 110%;
    z-index: 2;
    border-radius: 50%;
    background: radial-gradient(
        transparent 0%,
        rgba(252, 254, 237, 1) 63%,
        rgba(252, 254, 237, 1) 100%
    );
}

.timeline-cnt .timeline-content-item .timeline-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.timeline-cnt .timeline-content-item .timeline-year-cnt {
    border-radius: 50%;
}

.timeline-cnt .timeline-content-item .timeline-year {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    top: 50%;
    width: 189px;
    height: 189px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.timeline-cnt .timeline-content-item .timeline-year::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid transparent;
    pointer-events: none;
    transform: translate(-50%, -50%);
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.116)),
        linear-gradient(to top, rgba(209, 229, 14, 0) 65%, #d1e50e 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.timeline-cnt .timeline-content-item .timeline-year-cnt span {
    font-weight: 900;
    font-size: 54px;
    color: var(--secondary-color);
    position: relative;
}

.timeline-content-item .body-text {
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index:10;
}

.timeline-dots-cnt {
    margin-top: 70px;
    position: relative;
}

.timeline-dots-cnt .timeline-dots-line {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: rgba(203, 203, 203, 1);
}

.timeline-dots-slider .slick-track {
    float: right !important;
}

.timeline-dots-cnt .timeline-dots-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    height: 100px;
    margin: 0 auto;
}

.timeline-dots-cnt .timeline-dots-item span {
    color: var(--Gray-Gray-8, rgba(144, 144, 144, 1));
    font-size: 14px;
    margin-top: 22px;
    transition: all 0.3s;
    font-weight: 900;
}

.timeline-dots-cnt .timeline-dots-item .timeline-dots-item-border {
    border: 1px solid rgba(203, 203, 203, 1);
    border-radius: 50%;
    background-color: rgba(248, 249, 249, 1);
    height: 18px;
    width: 18px;
    transition: all 0.3s;
}

.timeline-dots-cnt .slick-current .timeline-dots-item span {
    color: var(--secondary-color);
    font-size: 16px;
}

.timeline-dots-cnt .timeline-dots-item .timeline-dots-item-top {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-dots-cnt
    .slick-current
    .timeline-dots-item
    .timeline-dots-item-border {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 30px;
    width: 30px;
    border: 3px solid var(--secondary-color);
}

.timeline-dots-cnt .slick-current .timeline-dots-item .small-circle {
    background-color: var(--secondary-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.timeline-dots-slider .slick-slide {
    float: left !important;
}

/* about page - CO section */

.co-cnt {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: #fff;
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 468px;
    padding-right: 468px;
}

.co-cnt .co-right {
    width: 40%;
}

.co-cnt .co-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 80%;
}

/* about page - managers section  */

.mng-cnt {
    background-color: #fff;
}

.mng {
    background-color: rgba(252, 254, 237, 1);
    border-radius: 24px;
    padding-bottom: 27px;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    gap: 46px;
    align-items: center;
}

.mng .mng-item-cnt {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 28px;
    row-gap: 0px;
}

.mng-item-cnt .official-item-cnt {
   max-width: 260px;
}

.mng-item-cnt .slick-slide>div {
    display: flex;
    justify-content: center;
}

.mng-item-cnt .official-item {
    width: 70%;
}

.about-page .title-cnt h3 {
    font-size: 24px;
}
/* about page - honors section  */

.honors-cnt {
    background-color: #fff;

    padding-top: 84px;
    padding-bottom: 84px;
    gap: 26px;
}

.honors-cnt .honors {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honors-cnt .honors-slider {
}

.honors-cnt .honors-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.honors-cnt .honors-item .honors-item-img {
    justify-content: center;
    transition: all 0.3s;
    padding: 20px 0 0 0;
    height: 350px;
    width: 60%;
    display: flex;
    align-items: flex-end;

    transform: scale(1);
}

.honors-cnt .honors-item .honors-item-img img {
    object-fit: contain;
    box-shadow: 0px 1px 3px 0px rgba(64, 64, 64, 0.05),
        0px 5px 5px 0px rgba(64, 64, 64, 0.04),
        0px 11px 6px 0px rgba(64, 64, 64, 0.03),
        0px 19px 8px 0px rgba(64, 64, 64, 0.01),
        0px 30px 8px 0px rgba(64, 64, 64, 0);
    max-width: 100%;
}

.honors-cnt .honors-item .honors-item-title h4 {
    font-weight: 1000;
    letter-spacing: -0.5px;
    color: var(--black-color);
}

.honors-cnt .slick-slide:not(.slick-current) .honors-item .honors-item-title {
    opacity: 0;
    transition: all 0.1s;
}

.honors-cnt .slick-slide.slick-current .honors-item .honors-item-title {
    opacity: 1;
    transition: all 0.2s 0.2s;
}

.honors-cnt .honors-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 24%;
    margin-top: -56px;
}

.honors-cnt .honors-left {
    position: relative;
    width: 74%;
}

.honors-cnt .honors-left .honors-slider-bg {
    position: absolute;
    height: calc(100% - 0px);
    width: 100%;
    border-radius: 24px 24px 24px 24px;
    background-color: rgba(250, 253, 223, 1);
    top: 15px;
}

.honors-cnt .honors-left .honors-bg-vector {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 38%;
}

.honors-slider .slick-current .honors-item .honors-item-img {
    transform: scale(1.1);

    margin-top: -13px;
    margin-bottom: 13px;
}

.honors-slider .slick-target .honors-item .honors-item-img {
    transform: scale(1.1);

    margin-top: -13px;
    margin-bottom: 13px;
}

.honors-slider .slick-arrow {
    position: absolute;
    border: 1px solid rgba(237, 237, 237, 1);
    bottom: 23%;
    right: -35%;
    transition: all 0.3s;
    cursor: pointer;
}

.honors-slider .slick-arrow:hover {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.honors-slider .slick-arrow:hover svg {
    stroke: #fff;
}

.honors-slider .slick-arrow.slick-prev {
    margin-right: 50px;
}

.honors-slider .slick-arrow svg {
    stroke: rgba(144, 144, 144, 1);
    transition: all 0.3s;
}

/* bread crumb */

.bread-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 112px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 42px;
    align-items: center;
    gap: 16px;
    height: 235px;
    position: relative;
}

.bread-cnt .bread-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
}

.bread-cnt .bread-bg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bread-cnt .bread-context {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    height: 100%;
    justify-content: center;
}

.bread-cnt .bread-title h3 {
    color: var(--secondary-color);
    letter-spacing: -0.5px;
    font-size: 32px;
    font-weight: 1000;
}

.bread-cnt .bread-road {
    position: relative;
}

.bread-cnt .bread-list {
    display: flex;
    gap: 8px;
}

.bread-cnt .bread-list li {
    color: var(--black-color);
    transition: all 0.3s;
    font-size: 12px;
}

.bread-cnt .bread-road .bread-list li:hover {
    opacity: 1;
}

.bread-cnt .bread-list li.current-page {
    color: var(--secondary-color);
}

.bread-cnt .bread-road .bread-list li:not(.current-page) {
    cursor: pointer;
}

.bread-cnt .bread-line {
    position: relative;
    height: 4px;
    background-color: var(--primary-color);
    width: 48px;
}

/* contact us page - map */

.map-cnt {
    border-radius: 24px;
    width: 100%;
    height: 579px;
    background-color: #fff;
    overflow: hidden;
}

.map-cnt iframe {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

/* contact us page - form */

.contact-bottom {
    display: flex;
    gap: 24px;
    background-color: #fff;
    padding-left: 469px;
    padding-right: 469px;
    margin-top: -262px;
    align-items: flex-end;
    padding-bottom: 72px;
}

.contact-bottom .contact-form-cnt {
    background-color: rgba(248, 249, 249, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 48px 36px 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(237, 237, 237, 1);
    gap: 36px;
    border-radius: 24px;
    width: 50%;
}

.contact-bottom .contact-form-cnt .button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.contact-bottom .contact-form-cnt .contact-form-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.contact-bottom .contact-form-cnt .contact-form .contact-form-inputs-cnt {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid rgba(237, 237, 237, 1);
    width: 100%;
    padding: 16px 24px;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt input {
    padding: 0;
    width: 100%;
    height: 18px;
}

.contact-bottom .contact-form-cnt .contact-form .input-cnt textarea {
    padding: 0;
    resize: none;
    width: 100%;
}

.contact-bottom .contact-form-cnt .contact-form ::placeholder {
    font-weight: 200;
     color: var(--black-color);
    font-size: 14px;
}

.contact-bottom .contact-form-cnt .contact-form .button {
    background-color: var(--primary-color);
    width: 100%;
    justify-content: center;
}

.contact-bottom .contact-form-cnt .contact-form .button::before {
    background-color: #afc00c;
}

.contact-info-cnt {
    border: 1px solid rgba(237, 237, 237, 1);
    background-color: rgba(248, 249, 249, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    height: fit-content;
    position: relative;
    z-index: 2;
}

.contact-info-cnt .contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-info-cnt .contact-info-section .contact-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info-cnt .contact-info-title {
    color: var(--secondary-color);
    font-weight: 1000;
    letter-spacing: -0.5px;
}

.contact-info-cnt .contact-info-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact-info-cnt .contact-icon {
    border-radius: 50%;
    background-color: var(--primary-color);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-cnt .contact-info-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid var(--primary-color);
    padding-top: 32px;
}

.contact-info-cnt .contact-info-bottom .contact-social {
    display: flex;
    gap: 16px;
}

.contact-info-cnt .phone-num {
    width: fit-content;
}

.location-icon {
    display: flex;
    height: 40px;
    width: 40px;
}

.location-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* consult page */

.consult-form-cnt {
    background-color: #fff;
    padding-top: 117px;
    padding-bottom: 96px;
    padding-right: 469px;
    padding-left: 469px;
}

.consult-form-cnt .consult-form {
    /* background-color: rgba(248, 249, 249, 1); */
    border: 1px solid rgba(237, 237, 237, 1);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.consult-form-cnt .consult-form .form-top {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    width: 100%;
    align-items: center;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt {
    position: absolute;
    bottom: -16px;
    right: 0;
    display: flex;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt img {
    width: 100%;
    object-fit: contain;
}

.consult-form-cnt .consult-form .form-top .form-img-cnt .form-img-gradient {
    position: absolute;
    bottom: -1px;
    height: 50%;
    right: -1px;
    width: 101%;
    background: linear-gradient(
        to top,
        rgba(248, 249, 249, 1) 10%,
        rgba(248, 249, 249, 0) 100%
    );
}

.consult-form-cnt .form-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row .input-cnt {
    width: 50%;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 16px 24px;
    background-color: #fff;
}

.consult-form-cnt .form-bottom .form-row .input-cnt.full-width {
    width: 100%;
}

.consult-form-cnt .form-bottom .form-row .input-cnt input {
    padding: 0;
    width: 100%;
    height: 20px;
    direction: rtl;
}

.consult-form-cnt .form-bottom .form-row .input-cnt textarea {
    width: 100%;
    resize: vertical;
    min-height: 25px;
}

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

.consult-form-cnt .form-bottom .two-col {
    width: 50%;
    display: flex;
    gap: 16px;
}

.consult-form-cnt .form-bottom .two-col .input-cnt {
    width: 48%;
}

.consult-form-cnt .form-bottom ::placeholder {
    font-size: 14px;
     color: var(--black-color);
    font-weight: 300;
}

.consult-form-cnt .button {
    background-color: var(--primary-color);
    width: 100%;
    justify-content: center;
}

.consult-form-cnt .button::before {
    background-color: #afc00c;
}

/* present time page */

.calendar-top {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.calendar-bottom {
    background-color: #fff;
    padding-bottom: 98px;
    padding-top: 48px;
}

.calendar-top .dr-img-cnt {
    position: relative;
    width: 294px;
}

.calendar-top .dr-img-cnt img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.calendar-top .dr-img-cnt .dr-img-circle {
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 244px;
    width: 244px;
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
}

.calendar-top .dr-img-cnt .dr-img-gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #ffffff 0%, #ffffff00 100%);
    z-index: 1;
}

/* single test */

.single-test-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 48px;
    gap: 98px;
}

.single-test-icon {
    position: absolute;
    width: 32px;
    height: 32px;
}

.single-test-img-cnt {
    height: 452px;
    width: 452px;
    position: relative;
}

.single-test-img-cnt > img {
    width: 100%;
}

.single-test-icon.top-icon {
    top: 29px;
    left: 298px;
    animation: circle 7s linear infinite;
}

.single-test-icon.left-icon {
    top: 202px;
    left: -12px;
    animation: rotate 7s infinite;
}

.single-test-icon.right-icon {
    top: 360px;
    left: 360px;
    animation: upDown 6s linear infinite;
}

@keyframes circle {
    0% {
        transform: translate(10px, 0);
    }
    10% {
        transform: translate(8px, 6px);
    }
    20% {
        transform: translate(3px, 9.5px);
    }
    30% {
        transform: translate(-3px, 9.5px);
    }
    40% {
        transform: translate(-8px, 6px);
    }
    50% {
        transform: translate(-10px, 0);
    }
    60% {
        transform: translate(-8px, -6px);
    }
    70% {
        transform: translate(-3px, -9.5px);
    }
    80% {
        transform: translate(3px, -9.5px);
    }
    90% {
        transform: translate(8px, -6px);
    }
    100% {
        transform: translate(10px, 0);
    }
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 30deg;
    }

    100% {
        rotate: 0deg;
    }
}

@keyframes upDown {
    0% {
        transform: translate(0px, 10px);
    }

    50% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(0px, 10px);
    }
}

.single-test-list-cnt {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding-bottom: 48px;
}

.single-test-list-cnt .single-test-list .single-test-list-row {
    border: 1px solid rgba(237, 237, 237, 1);
    border-bottom: none;
    display: flex;
    padding: 16px 40px;
    align-items: center;
}

.single-test-list .single-test-list-row.list-header .test-title {
    color: #000;
    font-weight: 500;
}

.single-test-list .single-test-list-row.list-header .test-short {
    color: rgba(0, 87, 86, 1);
    font-weight: 500;
}

.single-test-list .single-test-list-row.list-header .test-part {
    color: rgba(0, 87, 86, 1);
    font-weight: 500;
}

.single-test-list-cnt .single-test-list .single-test-list-row:first-child {
    border-radius: 16px 16px 0 0;
}

.single-test-list-cnt .single-test-list .single-test-list-row:last-child {
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid rgba(237, 237, 237, 1) !important;
}


.single-test-list .single-test-list-row .test-title {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.single-test-list .single-test-list-row .test-short {
    width: 20%;
}

.single-test-list .single-test-list-row .test-part {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 8px;
}

.single-test-list .single-test-list-row .test-row-chevron {
    background-color: #eceff0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* test list */

.search-cnt {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 28px;
    margin-top: 72px;
}

.search-cnt .search-title h6 {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: -0.5px;
    font-size: 16px;
}

.search-cnt .search-form {
    border: 1px solid var(--light-gray);
    border-radius: 112px;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 8px;
    margin: 16px auto 0 auto;
}

.search-cnt .search-form .button {
    background-color: var(--primary-color);
}

.search-cnt .search-form .button span {
    color: var(--secondary-color);
    font-family: var(--font-family);
}

.alpha-cnt .alpha-title h6 {
    color: var(--secondary-color);
    font-weight: 800;
    letter-spacing: -0.5px;
    font-size: 16px;
    text-align: center;
}

.alpha-items-cnt {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    justify-content: center;
    direction: ltr;
    margin-bottom: 48px;
}

.alpha-items-cnt .alpha-item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #80808057;
}

.alpha-items-cnt .alpha-item span {
    color: #80808057;
}

.test-group-cnt .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    margin-bottom: 72px;
    row-gap: 36px;
}

.test-group-cnt .test-group-item {
    width: 120px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.test-group-cnt .test-group-item img {
    width: 80%;
    object-fit: contain;
}

.test-group-cnt .test-group-item span {
    color: var(--gray-color);
    text-align: center;
    font-weight: 300;
    font-size:13px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#forget_overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    opacity: 0.9;
    z-index: 99999999;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.myloader,
.myloader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

.myloader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: 0.8em solid var(--primary-color);
    border-left: 0.8em solid rgba(204, 204, 204, 1);
    animation: spin 1.1s infinite linear;
}

.text-center {
    direction: rtl;
    display: flex;
    justify-content: center;
}

.border-red {
   background-color: #efcccc !important;
}

.border-red input {
     background-color: transparent !important;
}

.border-red textarea {
     background-color: transparent !important;
     resize: vertical;
}
.tests{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* faq page */

.faq-page .acrd .acrd-left {
    margin-top: 80px;
}

.faq-page .acrd .acrd-left .acrd-item.open .acrd-answer {
    max-height: 2000px;
}

.faq-page .acrd .acrd-left .acrd-item .acrd-answer {
    height: fit-content;
    max-height: 0;
    transition: all 0.3s;
    overflow-y: hidden;
}

.faq-page .acrd .acrd-left .acrd-item {
    background-color: rgb(248 249 249);
}

.faq-page .acrd .acrd-left .acrd-item.open {
    background-color: var(--primary-color);
}

.insu-slider1 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.insu-slider1 .insu-slide {
    width: 11%;
    text-align: center;
}

.insu-slider1 .insu-slide span {
    font-size: 14px;
}

.insu-slider1 .insu-slide img {
    width: 100%;
    object-fit: contain;
}

/* chat section */

.quick-menu {
  /* position: absolute; */
  padding: 24px;
  border-radius: 20px;
  background-color: rgba(226, 242, 61, 1);
  width: 204px;
  padding-bottom: 44px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quick-menu-vector {
  position: absolute;
  bottom: -20px;
  left: 0px;
  height: 26px;
  display: flex;
  width: 100%;
  padding-bottom: 5px;
}

.quick-menu-vector img {
  height: 100%;
  object-fit: contain;
  margin-left: 24px;
  margin-right: auto;
}

.quick-menu .quick-menu-item {
  color: var(--secondary-color) !important;
  font-size: 14px;
  font-weight: 800;
  transition: all 0.3s;
}

.quick-menu .quick-menu-item:hover {
    margin-right: 8px;
}

.quick-menu .quick-menu-item.collapsible--expanded:hover {
    margin-right: 0px;
}





.chat-cnt {
  position: fixed;
  bottom: 45px;
  left: 12px;
  display: flex;
  flex-direction: column-reverse;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.6s, z-index 1s;
}

.chat-cnt .chat-icon {
  display: flex;
  /* height: 55px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border-radius: 16px;
  /* box-shadow: 0 0 4.3px rgba(175, 192, 12, 1); */
  margin-right: auto;
  margin-left: 21px;
}

.chat-cnt .quick-menu-desc {
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
  bottom: 90px;
  left: 0;
  visibility: hidden;
}

.chat-cnt .chat-icon span {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
}

.chat-cnt .quick-access-icon {
  border-radius: 50%;
  /*background-color: rgba(226, 242, 61, 1);*/
  width: 80px;
  height: 80px;
  /*border: 8px solid rgba(242, 250, 173, 1);*/
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-cnt .quick-access-icon img {
  height: 100%;
  width: 100%;
  /*margin-top: 12px;*/
}

.quick-menu-item.direction {
  position: absolute;
  overflow: hidden;
  height: 44px;
  transition: all 0.3s;
  width: 100%;
  bottom: 0;
  right: 0;
}

.quick-menu-item.direction span {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.quick-menu-item.direction span svg {
stroke: var(--secondary-color);
transition: all 0.3s;

}

.quick-menu-item.direction:not(.collapsible--expanded) span svg {
   opacity: 0;
   visibility: hidden;
}


.quick-menu-item.direction.collapsible--expanded {
  height: 292px;
  background-color: rgba(226, 242, 61, 1);
  width: 100%;
  right: 0;
  border-radius: 20px;
  padding: 20px;
}

.quick-menu-item.direction:not(.collapsible--expanded) {
  padding: 0 20px;
}

.quick-menu-item.direction .direc-icons-cnt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
  opacity: 0;
  transition: all 0.2s;
  /* padding: 0 20px; */
}

.quick-menu-item.direction.collapsible--expanded .direc-icons-cnt {
  opacity: 1;
}

.quick-menu-item.direction .direc-icons-cnt a {
  /* width: 38px; */
  height: 38px;
  padding: 2px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quick-menu-item.direction .direc-icons-cnt a span {
    color: var(--secondary-color);
}

.quick-menu-item.direction .direc-icons-cnt a:hover {
    margin-right: 8px;
}

.quick-menu-item.direction .direc-icons-cnt a img {
  height: 100%;
  object-fit: contain;
}

.chat-cnt.hide {
  opacity: 0;
  z-index: -1;
}

/* steps section */

.steps-cnt {
  margin-top: 72px;
  margin-bottom: 72px;
  display: flex;
  flex-direction: column;
}

.steps .steps-img {
    animation: upDown 2s infinite;
}


.steps {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 90px;
  align-self: center;
}

.steps > div {
  display: flex;
  flex-direction: column;
  gap: 74px;
}

.steps .steps-img img {
  width: 100%;
}

.steps .steps-item {
  background-color: rgba(248, 252, 215, 1);
  padding: 16px;
  border-radius: 16px;
  transition: all 0.3s;
  display: flex;
  max-width: 330px;
  align-items: center;
}

.steps .steps-item:hover {
  background-color: var(--primary-color);
}

.steps .steps-item:hover .steps-num {
  border-color: var(--secondary-color);
  background-color: var(--primary-color);
}

.steps .steps-item:hover .steps-num span {
  color: var(--secondary-color);
}

.steps .steps-item .steps-num {
  border-radius: 50%;
  border: 4px solid rgba(209, 229, 14, 1);
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background-color: #fff;
}

.steps .steps-right .steps-item {
  flex-direction: row;
  padding-left: 0;
}

.steps .steps-item.mobile-item {
  display: none;
}

.steps .steps-right .steps-item .steps-num {
  margin-left: -22px;
  margin-right: 22px;
}

.steps .steps-left .steps-item {
  flex-direction: row-reverse;
  padding-right: 0;
}

.steps .steps-left .steps-item .steps-num {
  margin-right: -22px;
  margin-left: 22px;
}

.steps .steps-item .steps-num span {
  color: var(--secondary-color);
  font-size: 28px;
  font-weight: 800;
  margin-top: 2px;
  transition: all 0.3s;
}

/* suits section */

.suits-cnt {
  padding-bottom: 72px;
  padding-top: 72px;
}

.suits {
  display: flex;
  gap: 12px;
  margin-top: 90px;
}

.suits .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.suits-item {
  display: flex !important;
  flex-direction: column;
  width: 95% !important;
 margin: 16px 0;
}

.suits-item:hover .suits-context {
  box-shadow: 0px 0px 10px #c2c2c2;
}

/*.suits-item:hover .suits-img svg {*/
/*  filter: drop-shadow(0px 0px 10px #c2c2c2);*/
/*}*/
.suits-item .suits-img {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.suits-item .suits-img svg {
    width: 100%;
}

.suits-context {
  padding-top: 72px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 18px;
  margin-top: -72px;
  border-radius: 16px;
  border: 1px solid rgba(237, 237, 237, 1);
   transition: all 0.3s;
}

.suits-context .suits-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.suits-context .suits-item-title h6 {
  text-align: center;
  color: var(--black-color);
  font-weight: 1000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center; */
  font-size: 16px;
}

.suits-line {
  background-color: var(--primary-color);
  height: 2px;
  width: 66px;
  border-radius: 2px;
}

.suits-context .suits-desc .body-text {
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.suits .slick-dots {
  display: flex !important;
  transform: translate(50%, 64px);
  width: fit-content;
  gap: 8px;
  right: 50%;
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  background-color: #f7f4f4;
  border-radius: 24px;
}

.suits .slick-dots li button {
  font-size: 0;
  padding: 0;
}

.suits .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  background-color: rgba(203, 203, 203, 1);
}

.suits .slick-dots li.slick-active {
  background-color: var(--secondary-color);
  width: 36px;
  border-radius: 24px;
}

.suits .slick-dots {
  display: flex !important;
  transform: translate(50%, 64px);
  width: fit-content;
  gap: 8px;
  right: 50%;
  position: absolute;
  bottom: 0;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 24px;
}

.suits .slick-dots li button {
  font-size: 0;
  padding: 0;
}

.suits .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: all 0.3s;
  cursor: pointer;
  background-color: rgba(203, 203, 203, 1);
}

.suits .slick-dots li.slick-active {
  background-color: var(--secondary-color);
  width: 36px;
  border-radius: 24px;
}
.consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt  {
    background-color: transparent;
  }

  .consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt .input-desc {
      padding: 16px 24px;
      border-radius: 12px;
          border: 1px solid rgba(237, 237, 237, 1);
  }

  .consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt span.radio-title  {
      width: fit-content;
  }
/* checkbox and radio button */

.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* margin-top: 10px; */
    color: var(--gray-color);
    font-size: 14px;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid rgba(237, 237, 237, 1);
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox .checkmark::after {
    background: var(--primary-color);
    border: none;

    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
}

.checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}

.input-cnt.radio .checkbox input:checked ~ .checkmark {
    /* background: #3f7fed;
    outline: 1px solid rgb(95, 126, 240); */
}

.checkbox input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 4px;
    height: 8px;
    border: solid #646e02;
    border-width: 0 1.5px 1.5px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}
/* dropdown menu */

.select-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.select-container .options-cnt {
    position: absolute;
    background: #ffffff;
    transition: 0.4s;
    width: calc(100% + 50px);
    top: 30px;
    border-radius: 0 0 16px 16px;
    right: -25px;
    overflow: hidden;
    /* padding: 8px; */
}

.select-container .select {
    position: relative;
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1.5px solid var(--gray-color);
    border-right: 1.5px solid var(--gray-color);
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    border-top: 1.5px solid var(--gray-color);
    border-left: 1.5px solid var(--gray-color);
}
.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    color: var(--black-color);
    cursor: pointer;
}
.select-container .option-container {
    overflow-y: auto;
    height: 0;
    transition: 0.4s;

    margin: 0 8px 8px 8px;
    /* box-shadow: 0px 4px 6px #bbbbbb44; */
}

.select-container.active .options-cnt {
    border-left: 1px solid rgba(165, 165, 165, 0.3);
    border-bottom: 1px solid rgba(165, 165, 165, 0.3);
    border-top: none;
    border-right: 1px solid rgba(165, 165, 165, 0.3);
}

.select-container.active .option-container {
    height: 120px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(126, 126, 126, 0.2);
    width: 4px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #919090;
}

.select-container .option-container .option {
    position: relative;
    padding-right: 8px;
    height: 48px;
    border-top: 1px solid rgba(165, 165, 165, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
}

.select-container .option-container .option:first-child {
    border-top: none;
}

.select-container .option-container .option.selected {
    background: rgba(192, 192, 192, 0.5);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgba(0, 0, 0, 0.2);
    padding-right: 20px;
}

.select-container .option-container .option label {
    font-size: 12px;
    color: var(--black-color);
    cursor: pointer;
}
.consult-form-cnt .form-bottom .form-row .input-cnt.full-width {
    width: 100%;
}
.consult-form-cnt .form-bottom .form-row .radio-cnt.input-cnt {
    background-color: transparent;
}
.consult-form-cnt .form-bottom .form-row .input-cnt {
    width: 50%;
    border-radius: 12px;
    border: 1px solid rgba(237, 237, 237, 1);
    padding: 16px 24px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    direction: rtl;
}

.form-top .body-text {
    max-width: 41%;
}
p {
    display: flex;
}

p img {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 16px;
    object-fit: contain;
}

.single-test-list-cnt .title-cnt h3 {
    font-size: 24px;
}

.single-test-list-cnt .body-text {
    font-size: 14px;
}

.single-test-desc .body-text {
    font-size: 14px;
}
.p-hover:hover{
    color:#005756 !important;
}