@import "fonts.css?2";
@import "helper.css";
@import "reset-bootstrap.css";
@import "iconly.css";

body {
    font-family: var(--font-family) !important;
    color: var(--colorText);
    font-size: 15px;
    background: var(--colorBg);
    background-position: top right;
    background-size: auto 800px;
}

.iziToast-message, .datepicker-plot-area {
    font-family: var(--font-family) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: var(--colorMain);
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

:root {
    --font-family: IRANYekanXFaNum;
    --colorBg: #fff;
    --colorText: #2d365d;
    --colorMain: #f58220;
    --colorMainRGB: 240, 46, 54;
    --colorSecondary: #b3bbc7;
    --colorSecondaryRGB: 33, 35, 65;
    --colorThird: #a8a093;
    --colorGreen: #49be78;
    --colorGreen2: #016E34;
    --colorDanger: #ee232b;
    --colorGray2: #CBD7E1;
    --colorGreenRGB: 73, 190, 120;
    --colorOrange: #FF8A66;
    --colorOrangeRGB: 255, 138, 102;
}

::-moz-selection {
    color: #fff;
    background: var(--colorMain);
}

::selection {
    color: #fff;
    background: var(--colorMain);
}

.custom-container {
    width: 1350px;
    margin: 0 auto;
}

.colorGray2 {
    color: var(--colorGray2);
}

.form-control-custom {
    border: 1px solid #efefef;
    height: 45px;
}

.form-control-custom::placeholder {
    font-size: 13px;
}

.form-control-custom:focus {
    border-color: var(--colorMain);
    padding-right: 15px;
}

.btn-outline-white {
    color: #fff;
    border: 2px solid #fff;
}

.shadow-primary {
    box-shadow: 0 .5rem 1rem rgb(245 130 32, .4) !important;
}

.shadow-success {
    box-shadow: 0 .5rem 1rem rgb(73 190 120, .4) !important;
}

.special-articles {
    margin-top: 100px !important;
}
/************************* Header **************************/

.btn-secondary {
    background: var(--colorSecondary);
    color: #212341;
}

.btn-secondary:hover {
    background: var(--colorMain) !important;
    border-color: var(--colorMain) !important;
    color: #fff;
}

.lang-switch {
    width: auto;
    border-radius: 12px;
    border-color: var(--colorSecondary);
    color: var(--colorSecondary);
    cursor: pointer;
}

.text-secondary {
    color: var(--colorSecondary) !important;
}

.bg-label-secondary{
    background: rgba(var(--colorSecondaryRGB),0.1);
}

.letter-spacing-less{
    letter-spacing: -1px!important;
}

.nav-bg {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-search-btn {
    background: var(--colorSecondary);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 16px 16px;
    outline: none !important;
    border: none;
    transition: 200ms;
    flex-shrink: 0;
}

header .header .fir {
    border: 2px solid var(--colorSecondary);
    border-top: unset;
    border-left: unset;
}

header .header {
    flex: 1;
}

header .logo {
    border: 2px solid var(--colorMain);
    border-top: unset;
    border-right: unset;
    padding: 20px;
}

.lang-switch-2 .separator {
    width: 2px;
    height: 18px;
    background: #000;
}

.search-form {
    border: 1px solid var(--colorSecondary);
    height: 30px;
    background-color: #f8f9fb;
}

.form-control:focus {
    outline: 0 none #fff !important;
    box-shadow: none !important;
}

.header-search-btn:active {
    padding-top: 3px;
}

.header-search-btn .iconly {
    color: #fff;
    font-size: 22px;
    line-height: 48px;
}

.header-search-btn-mobile {
    background: transparent !important;
}

.header-search-btn-mobile .iconly {
    color: var(--colorSecondary) !important;
}

.header-box {
    padding: 8px 15px 8px 29px;
    border-radius: 16px;
    color: var(--colorSecondary);
    font-size: 16px;
    align-items: center;
    transition: 400ms;
    position: relative;
    overflow: hidden;
}

.header-box .iconly {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    transition: 400ms;
    position: relative;
    color: var(--colorSecondary);
}

.header-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: var(--colorSecondary);
    z-index: 0;
    transition: 400ms;
    border-radius: 16px;
}

.header-box-title {
    position: relative;
    margin-left: 8px;
    font-weight: 500;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-box:hover {
    color: #fff;
}

.header-box:hover:before {
    right: 0;
}

.header-box:hover .fw-900 {
    color: #fff;
}

.fancy-phone-number {
    font-weight: 800;
    font-size: 18px;
    color: var(--colorSecondaryDark);
    display: flex;
    align-items: center;
    line-height: 16px;
    transition: 400ms;
}

.fancy-phone-number span {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-right: 6px;
}

.header-box:hover .iconly {
    background-color: #fff;
}

.header-box:hover .header-box-title .text-end span {
    color: var(--colorSecondary);
}
.header-box:hover .header-box-title .text-start span {
    color: var(--colorSecondary);
}




/********************** Mega Menu ***************/

.mega-menu-container svg {
    position: absolute;
    top: -5px;
    right: 60px;
}

.mega-menu-container {
    width: 50vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    top: 45px;
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    border-radius: 15px;
    min-height: 496px;
    max-height: 723px;
    z-index: 99999;
}

.has-mega-menu:hover > .mega-menu-container {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.mega-menu-items {
    width: 200px;
    flex-shrink: 0;
}

.mega-menu-items a {
    margin-bottom: 8px;
    height: 2rem;
    border-radius: unset !important;
    cursor: pointer;
    transition: color 240ms ease !important;
    padding: 0 8px 8px 0 !important;
}
.mega-menu-items a:hover span {
    color: var(--colorMain);
}
.mega-menu-items a i,
.mega-menu-content a,
.mega-menu-content a:before {
    transition: all 240ms ease !important;
}
.mega-menu-items a i {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.mega-menu-items a:hover i {
    color: #fff;
    background-color: var(--colorMain);
}

.mega-menu-content {
    grid-template-columns: 1fr 1fr;
    scroll-behavior: smooth;
    background-color: #f8f9fb;
    border-radius: 10px;
    grid-column-gap: 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

.mega-menu-content a {
    border-radius: unset !important;
    justify-content: start !important;
}


.mega-menu-content a:before {
    content: '';
    display: inline-block;
    background-color: var(--colorMain);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: 8px;
}

.mega-menu-content a:hover {
    color: var(--colorMain);
}

.mega-menu-content div {
    height: 100%;
}

.mega-menu-content .has-children ul a {
    color: #939aa4 !important;
    padding: 0 10px !important;
    font-weight: 400;
}

.mega-menu-content::-webkit-scrollbar {
    width: 10px;
    border-radius: 25px;
}

.mega-menu-content::-webkit-scrollbar-track {
    border-radius: 25px;
}

.mega-menu-content::-webkit-scrollbar-thumb {
    background: #939aa4;
    border-radius: 25px;
}

/********************** Main Menu ***************/
.main-nav {
    width: 100%;
}

.menu-items {
    margin: 0;
    padding: 0;
}

.menu-items li {
    display: inline-block;
}

.menu-items {
    position: relative;
    z-index: 51;
}

.menu-items li {
    display: inline-block;
    position: relative;
}

.menu-items li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 7px 16px;
    transition: 350ms;
    z-index: 1;
    border-radius: 12px;
}

.menu-items li > a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    background: var(--colorMain);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    transition: 350ms;
    z-index: -1;
    border-radius: 12px !important;
}

.menu-items li:hover > a {
    color: #fff;
}

.menu-items li.menu-item-has-children > a:before {
    border-radius: 12px !important;
}

.menu-items li.menu-item-has-children > a:after,
.menu-items li.has-mega-menu > a:after {
    content: "\e903";
    font-weight: 200;
    font-family: 'iconly' !important;
    display: inline-block;
    margin-right: 4px;
    vertical-align: bottom;
}

.menu-items li.menu-item-has-children:hover > a:after{
    content: "\e912";
}


.menu-items li:hover > a:before {
    height: 100%;
    border-radius: 50px;
}

.menu-items li > ul {
    position: absolute;
    width: 240px;
    background: var(--colorSecondary);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    top: 45px;
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    border-radius: 15px;
}

.menu-items li > ul svg {
    position: absolute;
    top: -5px;
    right: 60px;
}

.menu-items > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.menu-items li.menu-item-has-children li.menu-item-has-children > a:after {
    content: "\e908";
}

.menu-items li ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 8px 0;
}

.menu-items li ul li a {
    font-size: 14px;
    color: var(--colorSecondaryDark) !important;
}

.menu-items li ul li:hover > a {
    color: var(--colorMain) !important;
}

.menu-items li ul li a:before {
    background: var(--colorMain) !important;
    left: auto !important;
    right: 0 !important;
    width: 2px !important;
    height: 0;
}

.menu-items li ul li a:hover:before {
    height: 100% !important;
}

.menu-items > li > ul {
    z-index: 2;
}

.menu-items li ul ul {
    opacity: 0;
    visibility: hidden;
    left:auto;
    right: 110%;
    top: -10px;
    z-index: 3;
    border-radius: 20px;
}
.menu-items li li.menu-item-has-children:hover > ul{
    visibility: visible;
    opacity: 1;
    top:0;
}


.main-menu-toggle {
    color: var(--colorSecondary);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 4px;
    display: none;
}

.menu-item-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    background: #eee;
    width: 50px;
    height: 50px;
}

.mobile-menu-heading {
    padding: 0 15px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu-heading-back {
    display: flex;
    width: 56px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
    color: #111;
    cursor: pointer;
}

.mobile-menu-heading-name {
    font-weight: bold;
    font-size: 14px;
    color: var(--colorMain);
}

.menu-backdrop {
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 50;
    background: var(--colorSecondary);
    opacity: 0.6;
}
.page-header {
    background-image: url("../images/اا.png");
    background-blend-mode: color-dodge;
    background-size: cover;
}
.page-header .shape {
    left: -25px;
    top: 80px;
    z-index: -1;
}

.page-header .iconlyBulk-Danger {
    font-size: 80px;
}

/*************************** Breadcrumb **********************/
.breadcrumb-item+.breadcrumb-item::before{
    background: var(--colorMain) !important;
    content: '';
    width: 1px;
    height: 100%;
    margin-left: 6px;
    padding: unset !important;
}
.breadcrumb-item:first-of-type:before{
    content: "\e938";
    font-weight: 700;
    font-family: 'iconly' !important;
    color: #000;
    font-size: 17px;
    margin-left: 8px;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item a{
    color: #B3BBC7;
}
.breadcrumb-item a:hover{
    color: var(--colorSecondary);
}
.breadcrumb-item.active {
    color: var(--colorText)!important;
    font-weight: 600;
}




/*************************** Pagination **********************/

.page-item.disabled a {
    border: 1px solid #d5d8d0;
}
.page-item:last-child .page-link {
    border: 1px solid var(--colorMain);
}
a.page-link {
    border-radius: 50px !important;
    padding: 6px 20px;
    margin: 2px 10px;
    border: unset;
    color: var(--colorSecondary);
    transition: all .2s ease-in-out;
}
a.page-link:hover{
    color: white;
    background: var(--colorMain);
    border-color: var(--colorMain);
}
.active a.page-link{
    background: #F8F9FB;
    color: #171717;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50% !important;
}







/*************************** After Header **********************/

.service-item {
    background: var(--colorSecondary);
    border-radius: 15px;
    border: 2px solid var(--colorSecondary);
    transition: all .4s ease-in-out;
}

.service-item img {
    object-fit: contain;
    width: 75px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-item h4 {
    color: #000;
    font-size: 15px;
    transition: all .4s ease-in-out;
}

.service-item .icon {
    height: 128px;
}

.service-item:hover h4 {
    color: #fff;
}
/*.service-item:hover {
    background: var(--hover-color);
    border: 2px solid var(--hover-color);
}
*/

/*************************** After Header **********************/



.shop-slider-item-2 {
  background: #F8F9FB;
    border-radius: 20px;
}
.shop-slider-item-2 img {
    border-radius: 20px;
    width: 65%;
}
.shop-slider-item-2 .shop-slider-details {
    margin: 60px;

    width: 30%;
}

.shop-slider-item-2 .shop-slider-details .label {
    background: var(--colorGreen2);
}

.shop-slider-item-2 .shop-slider-details .title:after {
    content: '';
    height: 2px;
    width: 35px;
    margin-top: 17px;
    margin-bottom: 5px;
    display: block;
    background: var(--colorGreen2);
}

.shop-swiper-2 .swiper-arrows {
    bottom: 50%;
    transform: translateY(50%);
    z-index: 9999;
}
.shop-swiper-arrow-2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    transition: 200ms;
}

.shop-swiper-2 .swiper-slide {
    padding: 0 45px;
}
/*************************** After Header **********************/


.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50px;
}
.swiper-pagination-bullet-active{
    width: 30px;
}

.info-row{
    border-radius: 25px;
    background: var(--colorSecondary);
    color: #fff;
    height: 180px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
    display: flex;
    box-shadow: -4px 5px 20px rgba(var(--colorSecondaryRGB),0.4);
}
.info-row-container{
    position: relative;
    background: url('../images/dots_shape.png') no-repeat;
    background-position: 100px 120px;
    background-size: 100px;
    padding-bottom: 80px;
}
.info-row .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.info-row .box .icon{
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 15px;
}
.info-row .separator{
    background: linear-gradient(80deg,transparent, rgba(255, 255, 255, 0.5),transparent);
    width: 2px;
    height: 100%;
    flex-shrink: 0;
}







/*************************** Services Section **********************/
.services-bg{
    background: #eee;
    background: linear-gradient(0,#eee,transparent);
}
.text-main{
    color: var(--colorMain)!important;
}
.service-card{
    padding-top: 50px;
    position: relative;
    z-index: 1;
    padding-bottom: 6px;
    transition: 500ms;
    margin-bottom: 40px;
}
.service-card:after{
    content: '';
    height: 6px;
    background: var(--colorMain);
    width: calc(100% - 160px);
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    position: absolute;
    border-radius: 0 0 10px 10px;
    transition: 500ms;
}
.service-card:hover:after{
    width: calc(100% - 120px);
}
.service-card:hover{
    transform: translate(0,-4px);
}

.service-card-head{
    background: url(../images/card_curve.png) no-repeat top;
    background-size: 100% 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
.service-card-head img{
    width: 100px;
    height: auto;
    margin-top: -48px;
}
.service-card-body{
    background: #fff;
    border-radius: 0 0 35px 35px;
    box-shadow: 0 0 25px #00000014;
    padding: 45px 30px 30px;
    text-align: center;
}
/*************************** About Section **********************/
.about-section .about-bg {
    /*background: url('../images/laptooop-(10).png') no-repeat bottom;*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border-radius: 35px;
    backdrop-filter: brightness(0.3);
}

.about-section .box {
    padding: 50px 100px;
    border-radius: 35px;
    border: 1px solid #A8A093;
}

.about-section .paragraph{
    line-height: 24px;
    color: #538095;
    font-size: 15px;
}
.about-section .social-icon-link {
    background: #B3BBC7;
    color: #000;
}

.about-section .shape {
    left: -18px;
    bottom: -32px;
    z-index: -1;
}



/*************************** Doctors **********************/



/*************************** Department **********************/
.department-item {
    margin-bottom: 100px;
}
.department-item .video-box {
    background: linear-gradient(321deg, rgba(248, 249, 251, 1) 0%, rgba(255, 243, 240, 1) 100%);
    border-radius: 35px;
}
.department-item .video-box .shape {
    right: -25px;
    bottom: -25px;
    z-index: -1;
}

.department-item video {
    border-radius: 22px;
}

.department-item .video-box .play-icon {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}
.department-item .meta-box .title {
    color: #939aa4;
}
.department-item .meta-box .iconly {
    background: #f8f9fb;
}
.department-item .desc {
    color: #538095;
}


/*************************** Articles Section **********************/
.btn-head-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--colorSecondary);
    color: #fff;
    height: 40px;
    border-radius: 6px;
    font-size: 14px;
    transition: 400ms;
    cursor: pointer;
    user-select: none;
    padding: 0 4px 0 15px;
    flex-shrink: 0;
}
.btn-head-more:hover{
    color: #fff;
    background: var(--colorSecondary);
}
.btn-head-more span{
    background: var(--colorSecondary);
}.btn-head-more .iconly-Arrow-Left {
     font-size: 25px;
}

.posts-section .related-posts:before {
    top: 38px;
    width: 15%;
}

.btn-see-all .icon, .btn-see-all .title {
    border: 1px solid #000;
    height: 35px;
    transition: .3s all;
}
.btn-see-all .icon {
    width: 35px;
}
.btn-see-all {
    color: #000;
}
.btn-see-all:hover .title {
    border-color: var(--colorMain);
    background: var(--colorMain);
}
.btn-see-all:hover .icon {
    border-color: var(--colorMain);
    background: var(--colorMain);
}
.btn-see-all:hover {
    color: #fff;
    background: var(--colorMain);
}

/*************************** Footer **********************/
footer {
    border-top: 2px solid var(--colorMain);
}
.location-icon .iconlyBulk-Location {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    transition: 400ms;
    position: relative;
}
.border-bottom-dotted {
    border-bottom: 2px dotted #2c2c2c;
}
.location-icon {
    width: fit-content;
}
.footer-about .title{
    font-weight: 800;
    font-size: 24px;
    color: var(--colorMain);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.footer-about .title:before{
    content: '';
    height: 2px;
    background: #ddd;
    width: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-logo{
    width: 236px;
    height: auto;
}
.footer-lists{
    display: flex;
}

/*** vertical list **/
.vertical-list {
    padding: 0;
    margin: 0;
    width: 100%;
}
.vertical-list li {
    display: block;
    margin-bottom: 5px;
}
.vertical-list li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    color: var(--colorSecondaryDark);
    transition: 400ms;
    font-weight: 500;
}
.vertical-list li a:before {
    content: '';
    width: 12px;
    height: 4px;
    display: inline-block;
    margin-left: 10px;
    transition: 400ms;
    border-radius: 25px;
    background: #f1eff8;
}
.vertical-list li a:hover {
    color: var(--colorSecondary);
    font-weight: 700;
}
.vertical-list li a:hover:before {
    transform: scale(1.2);
    background: var(--colorMain);
    margin-left: 20px;
}
.footer-divider{
    background: #F5F3FC;
    height: 1px;
    position: relative;
    margin: 35px 0;
}
.footer-shadow {
    padding: 40px 0 20px;
    width: 60%;
    height: 50px;
    filter: blur(3px);
    margin: 0 auto;
    background: linear-gradient(180deg, rgb(79 75 75 / 0%) 10%, rgb(204 204 204 / 10%) 100%);
}
.footer-title {
    overflow: hidden;
    text-align: center;
}
.footer-title .title {
    position: relative;
    color: var(--colorMain);
    font-weight: 900;
    font-size: 25px;
    padding: 0 15px;
    margin: 0;
    display: inline-block;
}
.footer-title .title:after, .footer-title .title:before {
    content: '';
    height: 2px;
    width: 45px;
    right: -45px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: var(--colorMain);
    position: absolute;
}
.footer-title .title:after {
    right: auto;
    left: -45px;
}


/**** social icon ****/
.social-icon-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9edf2;
    color: #b3bbc7;
    transition: 300ms;
}
.social-icon-link:not(:last-child) {
    margin-left: 10px;
}
.social-icon-link i {
    font-size: 20px;
}
.social-icon-link:hover {
    background: var(--colorMain);
    color: #fff;
}
.copyright {
    color: #fff;
    background: var(--colorSecondary);
    font-size: 14px;
    margin-top: 20px;
}

.copyright a {
    color: #fff !important;
    font-weight: 900;
    margin: 0 4px;
}

.footer-description p {
    width: 84%;
    text-align: justify;
    color: #538095;
    font-size: 14px;
    line-height: 25px;
}
.custom-border {
    border: 2px solid #f5f3fc;
}

.phone-box {
    width: auto;
    height: 110px;
    transition: .4s all ease-in-out;
}
.phone-box:hover {
    background: var(--colorMain);
    transform: scale(1.08);
}




/*************************** Gallery **********************/

.gallery-item img {
    object-fit: cover;
    border-radius: 35px;
}

.label-orange {
    color: #ff8a66;
    background-color: #fff3f0;
}
.label-secondary {
    color: var(--colorSecondary);
    background-color: #F5F3FC;
}

.secondary-separator {
    height: 1px;
    background-color:  var(--colorSecondary);
}

.white-separator {
    height: 1px;
    width: 15%;
    background-color:  #fff;
}

.hero-secondary-section {
    padding: 45px 150px;
    margin-top: 100px;
}

.hero-secondary-section img  {
    left: 0;
    top: -87px;
    position: absolute;
}


/*************************** FAQ **********************/
.full-width-separator {
    height: 1px;
    background-color: #F5F3FC;
}

.faq-list .iconlyBulk-Paper {
    color: #f8f9fb;
    font-size: 220px;
    transform: rotate(-26deg);
    position: absolute;
    left: 20%;
    top: -50px;
}
.faq-list .separator {
    width: 5%;
}
.fancy-bg {
    line-height: 17px;
    height: 20px;
    display: inline-block;
}
.faq-list .accordion-item {
    border-radius: 40px !important;
    border: none;
    margin-top: 15px !important;
    position: relative;
    background: #faf9fe;
}
.faq-list .accordion-header, .gallery-item, .overline-bg {
    position: relative;
}
.accordion {
    padding: 0 100px;
}
.accordion-header {
    margin-bottom: 0;
}
.faq-list .count {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    background: var(--colorMain);
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.faq-list button.accordion-button {
    background: 0 0 !important;
    box-shadow: none !important;
    padding: 30px;
    font-weight: 700;
}
.accordion-button::after {
    background-color: #fff;
    border-radius: 50%;
    padding: 30px;
    background-position: center;
}

.accordion-button:not(.collapsed) {
    color: var(--colorText);
}

.accordion-button:not(.collapsed)::after {
    background-color: #efebee;
}

.faq-list .accordion-body {
    padding: 0 30px 30px !important;
    color: #939aa4;
    text-align: justify;
}

/*************************** Video Section **********************/
.video-section.bg {
    background-color: #dcdddf;
    padding: 80px 0;
}
.video-section .title {
    font-size: 24px;
}

.video-section .desc {
    color: #538095;
}
.video-section video {
    border-radius: 35px;
}
.video-section .play-icon {
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.video-section .shape {
    z-index: -1;
    left: -30px;
    bottom: -22px;
}

/*************************** Event **********************/
.event-item {
    border-radius: 35px;
    background-color: #dcdddf;
}
.event-item .title{
    font-size: 22px;
}
.event-item .desc{
    color: #456e81;
}
.event-item img {
    border-radius: 25px;
    height: 310px;
    width: 40%;
    object-fit: cover;
}

/*************************** Team **********************/

.team-item .avatar {
    padding: 25px;
    width: fit-content;
    margin-top: -50px;
}
.team-item .avatar .iconly {
    font-size: 50px;
}

.team-item {
    border: 1px solid #F5F3FC;
    margin-bottom: 110px;
    border-radius: 35px;
    background: linear-gradient(0deg, rgb(79 75 75 / 0%) 10%, rgb(204 204 204 / 10%) 100%);
}
.separator2 {
    width: 5%;
    height: 2px;
    background-color: #F5F3FC;
}
.separator3 {
    width: 13%;
    height: 2px;
    background-color: var(--colorSecondary);
}


.about-us-section .about-us-card {
    border-radius: 50px;
    padding: 70px;
    margin-top: -220px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px;
}

.about-us-section .desc p {
    color: #538095;
}

.about-section .about-image {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}


.counter-item img {
    top: -1.4em;
    right: 50%;
    transform: translateX(50%);
}
.counter-item {
    position: relative;
    background: linear-gradient(0deg, #fff, #fff, #f3f5fc);
    padding: 33px 10px;
    border-radius: 35px;
    text-align: center;
}

.counters {
    margin-top: 100px;
}


/*************************** Blog Slider **********************/
.shop-slider-item img {
    height: 355px;
    border-radius: 15px;
}

.shop-slider-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    border-radius: 21px;
}

.shop-slider-item .shop-slider-details {
    z-index: 1;
    width: 70%;
    bottom: 35px;
    right: 50%;
    transform: translateX(50%);
}

.shop-slider-details .title {
    font-size: 30px;
}

.shop-swiper-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 200ms;
    background: var(--colorMain);
}

.shop-search-box {
    width: 72%;
    margin: -22px auto 0 auto;
    border-radius: 15px;
    padding: 20px;
    z-index: 1;
}
.shop-search-box .search-btn, .shop-search-box .search-btn:hover {
    background-color: #A8A093;
    width: 30%;
    height: 50px;
}
.shop-search-box .search-input {
    width: 70%;
    height: 50px;
    border-radius: 10px;
}
.shop-search-box .search-input .iconly {
    right: 10px;
    top: 10px;
    z-index: 9;
    color: #d7dce3;
    position: absolute;
}
.shop-search-box input,
.shop-search-box input:focus {
    border-radius: 10px;
}

.shop-search-box input::placeholder {
    color: #b3bbc7;
}



/*************************** Cart **********************/
.cart-prices-box {
    background-color: #edf5e6;
}
.cart-discount-sum-price {
    border-bottom: 1px solid #f2f8ee;
    padding-bottom: 20px;
}

.cart-discount-price {
    padding-top: 20px;
}

.cart-prices-total .total-price {
    color: #67b930;
}
.cart-prices-total .total-price span {
    color: #67b930;
    font-weight: 800;
    font-size: 25px;
    margin-left: 5px;
}

.label-danger {
    color: #ff8a66;
    background: #fff3f0;
}
.total-price-label {
    color: #0f295d;
}
.cart-prices-details , .cart-total {
    border: 1px solid #edf5e6;
}
.card {
    border-radius: 40px;
}
.cart-header {
    border-bottom: 1px solid #F5F3FC;
}
.cart-total {
    border-radius: 15px;
}

.cart-header .icon {
    background: var(--colorGreen);
}

.cart-header .discount-input {
    width: auto;
    background: #f8f9fb;
    border-color: #efefef;
    color: #212341;
    border-radius: 12px;
}
.cart-header button {
    border-radius: 12px;
}

.cart-item {
    border: 1px solid #F5F3FC;
}

.cart-item img {
    object-fit: fill;
    height: 130px;
    width: 200px;
}

.cart-item .delete-cart-item {
    color: #ff8a66;
    background: #fff3f0;
}
.cart-item .delete-cart-item:hover {
    color: #fff3f0;
    background: var(--colorDanger);
}

.cart-item .main-price {
    font-size: 20px;
    color: #67b930;
}
.cart-item .discount-price {
    font-size: 20px;
}
.cart-item .main-price .title {
    font-size: 14px;
    color: #113261;
}

.cart-item .discount-price .discount-percent {
    background: var(--colorDanger);
}


/*************************** Countdown **********************/
.countdown-container {
    background: var(--colorMain) no-repeat center;
    background-size: cover;
    border-radius: 35px;
    padding: 50px;
    margin-top: 80px;
}

.countdown-container,.profile-title {
    align-items: end;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.countdown-container .title {
    color: #fff;
    font-weight: 900;
    display: inline-block;
    font-size: 35px;
    line-height: 50px
}
.countdown-container .subtitle {
    color: var(--colorSecondaryDark);
    display: inline-block;
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px
}

.countdown-field .text,.countdown-field .time {
    display: inline-block
}

.countdown-image {
    height: calc(100% + 80px);
    width: auto;
    position: absolute;
    left: 0;
    bottom: 0
}

.countdown-timer {
    /*background: linear-gradient(180deg,var(--colorMain),#9d9d9dc2);*/
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    width: 40%;
}
.countdown-title {
    width: 50%;
}
.countdown-fields {
    display: flex;
    align-items: start;
    gap: 10px;
}

.countdown-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.countdown-field .time {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    line-height: 74px;
    color: var(--colorMain);
}

.countdown-field .text {
    font-size: 14px;
    margin-top: 8px;
    color: #222;
}

/*************************** Profile **********************/
.profile-container {
    background: #dcdddf;
    border-radius: 25px;
}
.profile-body {
    border-radius: 25px;
}
.btn-white {
    background: #fff;
    color: #000;
}
.btn-white:hover {
    background: var(--colorMain) !important;
}
.profile-container .avatar {
    top: -40px;
    right: 50px;
    background: linear-gradient(150deg, transparent, #ffb035 100%);
}
.profile-container .profile-header {
    padding: 20px 150px 20px 60px;
}
.profile-sidebar {
    border-left: 1px solid #F5F3FC;
}
.profile-sidebar .menu-item .icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #dcdddf;
    padding-top: 10px;
}
.profile-sidebar .menu-item .icon .iconly {
    color: #a8a093;
}

.profile-header-title .iconly {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

.profile-sidebar .menu-item .title {
    width: 100%;
    flex: 1;
    border-radius: 12px;
    padding: 9px 18px;
    color: #000;
    transition: .3s all ease-in-out;
}

.profile-sidebar .menu-item.active .title {
    background: #a8a093;
    color: white;
}

.profile-sidebar .menu-item:hover .title {
    background: #a8a093;
    color: white;
}

.buy-item {
    border-radius: 25px;
    background: #f8f9fb;
}

.buy-item .buy-item-desc {
    border-radius: 25px;
    flex: 1;
}
.buy-item .buy-item-desc .author {
    color: #538095;
}

.btn-info {
    background: #ecfcfc;
    color: #39dfdf;
    border-color: #ecfcfc;
}
.bg-main .border-left {
    border-left: 1px solid #fff;
}
.profile-box {
    background: #f8f9fb;
    border-radius: 25px;
}
.profile-box .title {
    color: #2d365d;
}

.profile-box .title:after {
    content: '';
    height: 1px;
    width: 30px;
    background: #707070;
    display: block;
    margin-top: 10px ;
}
.profile-box-item {
    border: 1px solid #fff;
    transition: .3s all ease-in-out;
}
.profile-box small {
    color: #a8a093;
}
.profile-box .iconly {
    transition: .3s all ease-in-out;
    border: 1px solid var(--colorMain);
}
.profile-box-item:hover {
    border-color: var(--colorMain);
}

.profile-box-item:hover .iconly {
    background: var(--colorMain);
    color: #fff;
}

.buy-item .like {
    background: #f8f9fb;
    border-radius: 15px;
    padding: 11px;
}

.my-message-item {
    transition: all .3s ease-in-out;
    background-color: #f8f9fb;
    border: 2px solid #f8f9fb;
    padding: 30px;
}
.my-message-item:hover {
    background-color: #fff;
    transition: all .3s ease-in-out;
    border-color: var(--colorMain);
}
.my-message-item .title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid var(--colorMain);
    margin-left: 10px;
}
.btn-white {
    color: #939aa4;
}
.btn-white:hover {
    color: #fff !important;
}


.form-control-custom-2 {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.form-control-custom-2 input {
    background: #f8f9fb;
    border-radius: 15px;
    height: 50px;
    font-size: 14px;
    color: #939aa4;
    width: 80%;
    z-index: 99;
    border: unset;
}
.form-control-custom-2 input::-webkit-file-upload-button {
    height: 50px;
}
.form-control-custom-2 input:focus {
    background: #f8f9fb;
}
.form-control-custom-2 .icon {
    height: 50px;
    background: #2d365d;
    border-radius: 15px;
    width: 60%;
    position: absolute;
    right: 0;
    padding: 10px 15px;
}

.form-control-custom-2 .file-upload {
    background: #f8f9fb;
    border-radius: 15px;
    height: 50px;
    font-size: 14px;
    color: #939aa4;
    width: 77%;
    z-index: 99;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
}

.my-comment-item {
    background-color: #f8f9fb;
    border-radius: 28px;
    padding: 5px 70px 5px 5px;
}
.my-comment-item .inner {
    border-radius: 25px;
}
.my-comment-item .my-comment-header {
    border-radius: 12px;
    background: linear-gradient(90deg, #f8f9fb, #fff9eb);
}
.my-comment-item .inner .icon{
    color: #939aa4;
    font-size: 60px;
    z-index: 999;
    position: absolute;
    right: -25px;
    top: 44px;
}

/*************************** Profile Ticket Table **********************/
.my-ticket-item {
    padding-right: 20px;
    border-radius: 50rem;
    background: var(--colorMain);
    transition: all .3s ease-in-out;
}

.my-ticket-item .my-ticket-header {
    padding: 23px 30px;
    margin-left: -1px;
    box-shadow: 8px 0 20px 0 #f8f9fb;
    background: #f8f9fb;
    border-radius: 50rem;
}
.my-ticket-item .iconly {
    margin-left: 15px;
}

.my-ticket-item .notification {
    width: 10px;
    height: 10px;
}


.my-ticket-item.open {
    background: #dcdddf;
    border-radius: 43px;
}

.my-ticket-item.open .my-ticket-header {
    box-shadow: unset;
    border-radius: 40px 43px 0 0;
}

.my-ticket-item-details {
    background: #f8f9fb;
    padding: 23px 40px;
    border-radius: 0 0 43px 43px;
    margin-right: auto;
    width: 94.5%;

}
.my-ticket-reply-item {
    border-radius: 20px;
    background-color: #f1f3f8;
}

.my-ticket-reply-item .avatar-img {
    width: 55px;
    height: 55px;
}

.my-ticket-write-reply {
    border-top: 1px solid #d6d1e5;
}

.my-ticket-write-reply textarea {
    border-radius: 20px !important;
}

.my-ticket-write-reply textarea::placeholder {
    color: #939aa4;
}

.my-ticket-write-reply .btn-success {
    background-color: #67b930;
}

/*************************** Slider **********************/

.slider-swiper-arrow {
    background-color: #fff;
    border: 2px solid #A8A093;
    color: #A8A093;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.slider-swiper-arrow:hover {
    background-color: #A8A093;
    border: 2px solid #A8A093;
    color: #fff;
}

.slider-item .slider-image {
    height: 100vh;
}
/*.slider-item .title:after {
    content: '';
    height: 3px;
    width: 12%;
    background: var(--colorMain);
    display: block;
    margin-top: 20px;
}
*/

.slider-item .btn-more, .slider-item .btn-more:hover {
    background-color: #A8A093
}
.slider-item .btn-more .iconly {
    color: #A8A093;
    background-color: #fff;
    width: 34px;
    height: 34px;
}
.slider-item .up-title {
    border: 2px solid #568599;
    border-radius: 30px;
    width: fit-content;
    height: fit-content;
}
.slider-item .up-title span {
    width: fit-content;
    height: fit-content;
    font-weight: 700;
    font-size: 90px;
    color: #568599;
    margin: 0;
    padding: 0.62em 0.1em 0.60em 0.1em;
    line-height: 0;
}

.slider-item .title-3 {
    color: #1375be;
    font-size: 30px;
}
.slider-item .desc {
    color: #1375be;
    font-size: 22px;
    width: 50%;
}
.slider-item h3 {
    margin-top: 50px;
}
.slider-item .slider-label{
    width: 27%;
}
.slider-item .title-1{
    font-size: 84px;
    line-height: 17px;
    height: 21px;
    display: inline-block;
}
.slider-item .title-2{
    font-size: 87px;
    bottom: 8px;
    right: 47%;
}


/*************************** Course **********************/
.course-item img {
    height: 230px;
    transition: 300ms;
    border-radius: 25px;
    object-fit: cover;
}
.shape .fancy-bg {
    width: 42px;
    height: 8px;
}
.shape .rot:first-child {
    margin-left: -15px;
}
.course-item:hover img {
    height: 230px;
    transition: 300ms;
}
.img-container {
    transition: opacity 0.5s ease;
}
.course-item .icon, .blog-item .icon {
    display: none;
    width: 67px;
    height: 67px;
    border: 2px solid #fff;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
    transition: all 0.5s ease-in-out;
    z-index: 99;
    animation: moveUp .5s ease-in-out forwards;
}
.course-item:hover .icon, 
.blog-item:hover .icon{
    display: flex;
}
.course-item:hover .img-container::after,
.blog-item:hover .img-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(245, 130, 32, 1), rgba(245, 130, 32, 0));
    transition: opacity 0.5s ease-in-out;
    border-radius: 25px;
    animation: moveUp .5s ease-in-out forwards;
}

@keyframes moveUp {
    from {
        opacity: 0.3;
    }
    to {
        opacity: .9;
    }
}
/*************************** Blog **********************/

.blog-item {
    overflow: hidden;
    /*height: 450px;*/
    width: 100%;
    transition: .3s ease-in;
}
.blog-item .rot:first-child {
    margin-left: -15px;
}

.blog-item img {
    height: 293px;
    transition: .3s ease-in;
}
.blog-item p {
    color: #538095;
}

.blog-list:before {
    top: 0 !important;
}
.blog-list-2:before {
    top: 200px !important;
}

.related-posts .subtitle {
    color: #538095;
    font-size: 13px;
}
.member-posts-section .related-posts:before {
    width: 5%;
    top: 0;
}
.courses-arrows .swiper-arrows {
    bottom: 47%;
    transform: translateY(47%);
    z-index: 0;
    padding: 0 3%;
}

.events-arrows .swiper-arrows {
    bottom: 41%;
    transform: translateY(41%);
    z-index: 0;
    padding: 0 3%;
}

.posts-arrows .swiper-arrows {
    top: 43%;
    transform: translateY(-43%);
    z-index: 0;
    padding: 0 3%;
}


.bg-secondary-2 {
    background: #dcdddf;
}
.bg-secondary-3 {
    background: #f8f9fb;
    margin-top: -200px !important;
    padding-top: 100px;
    z-index: -1;
}

.blog-swiper-arrows{
    position: absolute;
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    justify-content: space-between;
    width: 100%;
    right: 0;
}
.blog-swiper-arrow{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b3bbc7;
    border: 2px solid #f8f9fb;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: 200ms;
    background: #f8f9fb;
}
.blog-swiper-arrow:hover{
    background: #b3bbc7;
    color: #f8f9fb;
}


.aiz-megabox {
    position: relative;
    cursor: pointer;
    margin: 0
}

.aiz-megabox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.aiz-megabox .aiz-megabox-elem {
    border: 1px solid #e2e5ec;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 25px;
    padding: 10px;
    display: block
}

.aiz-megabox-elem img {
    border-radius: 20px;
    max-width: 100px;
    height: auto
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    visibility: visible;
    opacity: 1;
    transform: rotate(0)
}

.aiz-megabox>input:checked~.aiz-megabox-elem .aiz-rounded-check {
    border-color: #67b930
}

.aiz-megabox>input:checked~.aiz-megabox-elem {
    box-shadow: 0 0 15px rgba(103,185,48,.32);
    border-color: #67b930
}


.testimonials-section {
    background: linear-gradient(180deg, rgba(249, 250, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 200px 10px 100px 0;
}
.testimonials-section .subtitle,
.testimonial-item .name {
    color: #6b708d;
}

.testimonial-item .first-column,
.testimonial-item .second-column {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255,255,255) 100%);
    border-radius: 45px;
}

.testimonial-item .name:before {
    content: '';
    position: absolute;
    right: -35px;
    bottom: 0;
    top: 0;
    background: #0055ff;
    margin: auto;
    width: 25px;
    height:2px;
}

.testimonial-item .user-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, rgba(249, 250, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.testimonial-item .second-column {
    padding: 30px 53px 30px 30px;
}
.testimonial-item {
    z-index: 9999;
}
.testimonials-section .shape {
    left: 80px;
    top: 70px;
}

.testimonial-item .iconlyBulk-Star .path1:before {
    opacity: 1;
}

.testimonial-item .swiper-arrows {
    border: 1px solid var(--colorSecondary);

}

.custom-swiper-arrow-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: 400ms;
    cursor: pointer;
    user-select: none;
    color: var(--colorMain);
    font-size: 20px;
}
.related-posts .head .shape {
    width: 40px;
    height: 40px;
    position: relative;
}
.related-posts .head-title {
    font-size: 24px;
    border-left: 3px solid var(--colorMain);
}

.related-posts {
    margin-top: 50px;
}
.top-shadow {
    background: linear-gradient(180deg, #f6f6f6, transparent);
    width: 80%;
    height: 60px;
    filter: blur(5px);
}
 .bottom-shadow {
    background: linear-gradient(360deg, transparent 20%, #f6f6f6 100%);
    width: 60%;
    height: 60px;
    filter: blur(5px);
}


/*************************** Global Elements **********************/
.border-bottom {
    border-bottom: 1px solid #F5F3FC !important;
}
.page-title{
    text-align: center;
    padding: 0 0 50px 0;
}
.page-title .title{
    position: relative;
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    display: inline-block;
}
.star-rate .iconly {
    color: #ef9a3d;
}
.star-rate .iconlyBulk-Star .path1:before {
    opacity: 1;
}

.star-rate .iconly.dark {
    color: #212341;
}

.page-title .title:after {
    content: '';
    height: 3px;
    width: 30px;
    right: 0;
    bottom: 0;
    top: 86px;
    margin: auto;
    background: var(--colorMain);
    position: absolute;
}

.page-image img{
    width: 100% ;
    border-radius: 25px;
    position: relative;
}

.with-collapse {
    min-height: 200px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}
.collapse-container {
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, .67), transparent);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
}
.collapse-container .lines-bg {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapse-container .lines-bg:after,.collapse-container .lines-bg:before {
    content: '';
    height: 1px;
    background: #dedede;
    width: 100%;
}
.collapse-container .collapse-toggle {
    background: #A8A093;
    color: #fff;
    border-radius: 50px;
    padding: 5px 25px;
    font-size: 17px;
    flex-shrink: 0;
    cursor: pointer;
    margin: 0 10px;
}

.html-content{
    line-height: 28px;
}
.html-content p{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
}
.html-content img{
    width: 90%;
    display: block;
    margin: 0 auto 50px  auto;
    height: auto;
    border-radius: 25px;
}
.html-content video{
    width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.html-content h1,
.html-content h2,
.html-content h3,
.html-content h4,
.html-content h5,
.html-content h6{
    margin: 50px 0 25px;
    font-size: xx-large;
}
.linear-section-head{
    border-bottom: 1px solid #F5F3FC;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.linear-section-head:before{
    content: '';
    width: 100px;
    height: 2px;
    background: var(--colorSecondary);
    position: absolute;
    right: 0;
    bottom: 0;
}
.linear-section-head.with-icon .title{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}
.linear-section-head.with-icon:before{
    width: 30px;
}
.linear-section-head.with-icon .title .iconly{
    color: var(--colorSecondary);
    font-size: 30px;
}
.linear-section-head .title {
    color: var(--colorSecondaryDark);
    font-weight: 800;
    font-size: 22px;
}

.feature-item{
    text-align: center;
    padding: 10px;
    background: linear-gradient(180deg, #fff, #fff, #f3f5fc);
}

.feature-item .btn {
    margin-bottom: -40px;
    font-size: 16px;
}

.steps {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

.step-item .step-title {
    font-size: 17px;
    font-weight: 700;
}
.step-item img {
    top: -1.7em;
    right: 50%;
    transform: translateX(50%);

}
.step-item .step-num{
    font-size: 28px;
    position: absolute;
    top: -0.6em;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 100% 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    background: var(--colorSecondaryDark);
}
.step-item {
    position: relative;
    border: 3px solid #354d9a;
    padding: 33px 10px;
    border-radius: 22px;
}

.bg-secondary-dark.bg-shape {
    background-image: url("../images/tareq-ajalyakin.png");
    background-blend-mode: color-dodge;
    background-position: bottom;
}

.bg-main.shape:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 3px;
    background: var(--colorMain);
    left: 0;
    top: 38px;
}

.feature-item-2 {
    border: 2px solid var(--colorSecondary);
    border-radius: 40px;
    padding: 0 30px 30px 30px;
    margin-bottom: 50px;
}

.feature-item-2 .title:after {
    content: '';
    width: 25%;
    height: 1px;
    background: var(--colorMain);
    display: block;
    margin: 15px auto;
}
.feature-item-2 .img-box {
    background-color: #fff;
    margin: -62px auto 0 auto;
    width: fit-content;
}


.bordered-title:after{
    content: '';
    width: 25%;
    height: 1px;
    background: var(--colorSecondary);
    display: inline-block;
    margin-top: 20px;
}
.title-mark:before {
    content: '';
    height: 12px;
    background: var(--colorMain);
    position: absolute;
    width: 78px;
    right: -93px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.comment-item{
    display: flex;
    margin-bottom: 15px;
}
.comment-item .avatar{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    border: 1px solid #000;
    font-size: 30px;
    flex-shrink: 0;
}
.comment-item .iconly{
    width: 30px;
}
.comment-content{
    width: 100%;
    padding-right: 20px;
}
.comment-head{
    background: linear-gradient(90deg, rgba(248, 249, 251, 1) 0%, rgb(255 249 235) 100%);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
}

.comment-head .date{
    border: 1px solid #000;
    line-height: 20px;
}
.comment-body{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.comment-form {
    margin: 50px auto 150px auto;
}

.comment-form .rate {
    background-color: #fff9eb;
}

.comment-form .rate .rate-title {
    color: #ffb035;
}

/****************** Range Slider *********************/
.slider-container {
    width: 300px;
}

.slider-container .shapes {
    top: 24px;
    left: 0;
    width: 100%;
}
.slider-container .shapes div {
    width: 4px;
    height: 4px;
    background-color: #efdcd7;
    border-radius: 50%;
}

#range-slider {
    direction: ltr;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #eae0cf;
    border-radius: 5px;
    position: relative;
}

#range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    bottom: 3px;
    background-color: #ff7b5a;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;

}

#range-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    bottom: 3px;
    background-color: #ff7b5a;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#range-slider::-ms-thumb {
    width: 15px;
    height: 15px;
    bottom: 3px;
    background-color: #ff7b5a;
    border-radius: 50%;
    cursor: pointer;
}

#range-slider::-webkit-slider-runnable-track {
    height: 8px;
    /*background: linear-gradient(to right, #ffb045 25%, #eae0cf 75%);*/
    border-radius: 5px;
}

/*#range-slider::-moz-range-track {
    height: 8px;
    background: linear-gradient(to right, #ffb045 20%, #eae0cf 50%);
    border-radius: 5px;
}

#range-slider::-ms-track {
    height: 8px;
    background: linear-gradient(to right, #ffb045 20%, #eae0cf 50%);
    border-radius: 5px;
    border-color: transparent;
    color: transparent;
}*/

#range-slider::-ms-fill-lower {
    background: #ffb045;
}

#range-slider::-ms-fill-upper {
    background: #eae0cf;
}

/****************** Range Slider *********************/


.form-floating > label {
    margin: 0;
    top: -0.6em;
    right: 10%;
    background: #fff;
    width: auto;
    height: auto;
    padding: 0 10px;
}
.form-floating > .form-control {
    background: #fff;
    border: 2px solid #00000012 !important;
    height: calc(3rem + 2px);
    border-radius: 40px !important;
    padding: .625rem 1.625rem !important;
}
.form-floating > textarea, textarea.form-control {
    border-radius: 45px;
    padding: 20px 30px;

}

.form-control-custom:disabled {
    background: #f8f9fb;
}

.form-floating>.form-select~label {
    opacity: 1;
    transform: unset;
}

.doctor-card{
    height: 360px;
    background: var(--colorSecondary) ;
    border-radius: 30px;
    display: flex;
    padding: 30px;
    margin-bottom: 100px;
}
.doctor-card-image{
    width: 250px;
    height: 370px;
    flex-shrink: 0;
    background: linear-gradient(180deg,var(--colorMain),transparent,transparent);
    padding: 30px;
    border-radius: 25px;
}

.doctor-card-image img{
    width: 100%;
    height: 340px;
    background: #fff;
    border-radius: 24px;
    object-fit: cover;
}
.outlined-label{
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 15px;
}

.circle-icon{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.doctor-card .social-icon-link{
    background: rgba(0,0,0,0.18);
    color: #fff;
}
.doctor-card .social-icon-link:hover{
    background: rgba(0,0,0,0.25);
}
.overline-bg{
    position: relative;
    width: 100%;
    z-index: 1;
}
.overline-bg:after{
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}
.overline-bg .outlined-label{
    background: var(--colorSecondary);
}
.doctor-bio{
    padding-right: 200px;
    position: relative;
}
.doctor-bio img.dots{
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    right: 60px;
}
.list-item-circled{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.list-item-circled:before{
    content: '';
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid var(--colorSecondary);
    display: inline-block;
    margin-left: 6px;
}
.doctor-page .doctor-item{
    background: linear-gradient(180deg,rgba(var(--colorMainRGB),0.8),#f5f5f5,#f5f5f5);
}
.doctor-page .doctor-item:hover{
    background: linear-gradient(180deg,rgba(var(--colorSecondaryDarkRGB),0.8),#f5f5f5,#f5f5f5);
}

.booking-form-container{
    background: #fff;
    border-radius: 30px;
    min-height: 300px;
    display: flex;
    width: 100%;
    padding: 40px;
    position: relative;
    border: 4px solid var(--colorMain);
}
.booking-form-container:before{
    content: '';
    width: calc(100% + 60px);
    right: -30px;
    margin: auto;
    top: -35px;
    background: var(--colorMain);
    height: 400px;
    border-radius: 45px;
    z-index: -1;
    position: absolute;
}
.booking-form-image{
    flex-shrink: 0;
    width: 280px;
    text-align: center;
}
.booking-form-container img{
    width: 100%;
    height: auto;
}
.booking-form-image .dots{
    width: 100px;
}
.booking-form{
    padding: 50px;
    width: 100%;
}

.page-title:after {
    content: '';
    height: 1px;
    width: 96%;
    right: 50px;
    bottom: 0;
    top: 86px;
    margin: auto;
    background: #F5F3FC;
    position: absolute;
}

.article-image {
    position: relative;
    margin-bottom: 100px;
}
.article-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 30px;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgb(var(--colorSecondaryRGB)) 100%);
}

.article-image img{
    width: 100%;
    display: block;
    height: auto;
    border-radius: 30px;
}

.article-details{
    height: 90px;
    justify-content: space-around;
    align-content: center;
    background: #fff;
    border: 1px solid var(--colorSecondary);
    display: flex;
    padding: 10px 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    width: 100%;
}
.blog-reading-time {
    width: 80px;
    height: 80px;
    background: #a8a093;
}
.article-details-box{
    position: absolute;
    height: 100px;
    z-index: 99;
    right: 65px;
    bottom: -55px;
    display: flex;
}
.bg-secondary{
    background: var(--colorSecondary)!important;
}
.fancy-bg-main {
    background: #2d365d;
}


.product-teacher-box {
    background: #fff;
    border-radius: 25px;
    padding: 35px 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .12);
    position: relative;
    margin-top: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-teacher-box:before {
    content: '';
    width: calc(100% - 80px);
    height: 12px;
    background: var(--colorSecondary);
    opacity: .5;
    border-radius: 20px 20px 0 0;
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    display: block;
    position: absolute;
}
.product-teacher-box .avatar {
    width: 100px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}
.product-teacher-box .avatar img {
    width: 100%;
    height: auto;
}
.product-teacher-box .teacher-name {
    font-weight: 950;
    font-size: 22px;
    position: relative;
    padding-bottom: 20px;
    color: var(--colorMain);
    margin-bottom: 20px;
}
.product-teacher-box .teacher-name:before {
    background: #f1f1f1;
    height: 8px;
    width: 40px;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}





.bg-main {
    background-color: var(--colorMain)!important;
}


.article-share-row{
    text-align: center;
    position: relative;
}
.article-share-row:before{
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    background: #F5F3FC;
}

.article-share-row .icons{
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    cursor: default;
}
.article-share-row a{
    color: #E7EBEE;
    padding: 5px;
    border-radius: 8px;
    font-size: 20px;
    transition: 300ms;
}
.article-share-row a:hover{
    color: var(--colorSecondary);
}
.html-content blockquote{
    background: url(../images/quote-left.png) no-repeat;
    background-size: 180px;
    background-position: right 40px;
    padding: 100px 150px;
    min-height: 100px;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    line-height: 32px;
    font-size: 17px;
}



.form-floating .input-light {
    background: #f8f9fb;
    border: 1px solid #00000012 !important;
}

.about-head{
    background: #fff;
    border-radius: 35px;
    margin-bottom: 100px;
    display: flex;
    border: 10px solid var(--colorMain);
    justify-content: space-between;
    padding: 0 80px;
}
.about-head-content{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.about-head-content .logo{
    width: 250px;
    height: auto;
    display: block;
}
.about-head-content .text{
    display: block;
    width: 250px;
    margin: 20px 0;
    border-top: 1px solid #eee;
    line-height: 28px;
    color: var(--colorGray);
    padding-top: 15px;
}
.about-head img.main-image{
    width: 65%;
    flex-shrink: 0;
    height: auto;
    margin-top: 50px;
}

.about-page{
    padding-right: 200px;
    position: relative;
    padding-bottom: 80px;
}
.about-page img.dots{
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    right: 60px;
}


.title-icon{
    display: flex;
}
.title-icon .icon{
    height: 70px;
    width: 70px;
    background: linear-gradient(180deg,rgba(var(--colorSecondaryRGB),0.2),transparent);
    color: var(--colorSecondary);
    font-size: 24px;
    margin-left: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-alert-row{
    display: flex;
    align-items: center;
    position: relative;
    border-top: 1px solid #F5F3FC;
    border-bottom: 1px solid #F5F3FC;
}
.text-alert-row .icon{
    width: 70px;
    height: 70px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--colorGray);
}

.text-alert-row:before,
.text-alert-row:after
{
    content: '';
    width: 70px;
    height: 1px;
    background: var(--colorSecondary);
    position: absolute;
    top: 0;
    right: 0;
}
.text-alert-row:after{
    top: auto;
    bottom: 0;
}

.text-alert-row.border-top-0:before{
    display: none;
}



/******************** Top Bar Notification *****************/
.top-bar-notification.active{
    display: block
}
.top-bar-notification {
    background: #ff75008a;
    padding: 15px 54px;
    display: none
}

.notification-section {
    padding: 95px 0
}

.notification-section .pattern-layer {
    position: absolute;
    content: "";
    right: -311px;
    bottom: -51px;
    width: 1100px;
    height: 700px
}

.notification-span {
    position: absolute;
    left: -10px;
    top: -8px;
    width: 24px;
    height: 24px;
    z-index: 2;
    box-shadow: 0 1px 6px rgba(255,0,0,.2),0 1px 10px rgba(255,0,0,.15)
}


#whatsapp-message {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    padding: 8px;
    background: #4dc247!important;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    z-index: 99999
}

#whatsapp-message .tooltip-call {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(106,102,112,.15);
    pointer-events: none;
    color: #a3a2a5;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
    -webkit-animation: 7s forwards hideAnimation;
    animation: 7s forwards hideAnimation
}

.notification-box {
    border-radius: 20px;
    width: 300px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999
}

.advice-modal .advice-modal-container,.support-modal .support-modal-container,.ticket-modal .advice-modal-container {
    width: 100%;
    max-width: 56.25rem;
    position: relative;
    margin: 0 auto
}

.advice-modal .advice-modal-container .advice-wrap,.support-modal .support-modal-container .advice-wrap,.ticket-modal .advice-modal-container .advice-wrap {
    overflow: hidden;
    transition: .3s;
    width: 100%;
    border-radius: .625rem;
    box-shadow: 0 .1875rem 2.875rem rgba(22,69,113,.2);
    background: #fff;
    transform: scale(.95)
}

.advice-modal .advice-modal-container .advice-wrap .bg-image,.support-modal .support-modal-container .advice-wrap .bg-image,.ticket-modal .advice-modal-container .advice-wrap .bg-image {
    background-color: #05cbca;
    position: relative
}

.advice-modal .advice-modal-container .advice-wrap .bg-image .image,.support-modal .support-modal-container .advice-wrap .bg-image .image,.ticket-modal .advice-modal-container .advice-wrap .bg-image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.advice-modal .advice-modal-container .advice-wrap .custom-control-inline,.support-modal .support-modal-container .advice-wrap .custom-control-inline,.ticket-modal .advice-modal-container .advice-wrap .custom-control-inline {
    padding-right: 1.5rem!important;
    margin-left: 1rem!important
}


/******************************** Login and Register **********/
.login-form {
    border: 1px solid var(--colorMain);
}
.login-form .title {
    border: 1px solid var(--colorMain);
    margin-top: -15px;
}
.login-form .form-group label {
    position: absolute;
    top: -9px;
    right: 40px;
    background-color: #fff;
    color: #8f959d;
    font-size: 12px;
}
.login-form label::after, .login-form label::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d7d6d6;
    border-radius: 100%;
}
.login-form label::before {
    margin-left: 10px;
}
.login-form label::after {
    margin-right: 10px;
}

.login-form input, .send-comment textarea {
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f9fb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.login-form .form-group {
    padding: 6px;
    border: 1px solid #d7d6d6;

    border-radius: 25px;
    position: relative;
}

.login-form .shadow-shape {
    filter: blur(15px);
    left: 60%;
    top: 20px;
    transform: translateX(-73%);
    z-index: -1;
}


/************************ Product Single ***********************/
.shape .rot.rotate {
    transform: rotate(310deg);
    margin-top: -10px;
}

.single-product .excerpt {
    padding-right: 70px;
}

.like-box {
    background: #f8f9fb;
    border-radius: 15px;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .plus-box .lines-bg:after, .single-product .plus-box .lines-bg:before {
    content: '';
    height: 2px;
    background: #F5F3FC;
    width: 100%;
}

.course-details-item-box {
    width: 90px;
    height: 90px;
    border: 1px solid #dcdddf;
    border-radius: 10px;
}

.course-details-item {
    border-bottom: 2px solid #F5F3FC;
}


.head-title-bg-lines:after, .head-title-bg-lines:before {
    content: '';
    height: 1px;
    background: #bbb;
    width: 40%;
}

.btn-soft-blue {
    color: #514eb6;
    background-color: #F5F3FC;
}

.btn-soft-blue:hover {
    background-color: #514eb6 !important;
    color: #F5F3FC !important;
}

.comment-average {
    background-color: #f5f3fc;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    border-top: 7px solid #ffb035;
}

.comment-average .position-absolute {
    top: -23px;
    background: radial-gradient(circle, rgba(254, 219, 172, 1) 0%, transparent 100%);
}
.avatar-comment img {
    width: 52px;
    height: 52px;
}
.comment-item .comment-info {
    flex: 1;
}
.comment-info .name {
    background: linear-gradient(90deg, rgba(248, 249, 251, 1) 0%, rgba(255, 249, 235, 1) 100%);
    padding: 15px 25px;
}
.comment-info .name small {
    bottom: -12px;
    padding: 2px 10px;
    right: 24px;
}

/************************ accordion sessions ***********************/
#accordionSessions {
    padding: 0 70px 0 0;
}
.accordion-item-bg {
    border-radius: 15px !important;
    background: #dcdddf;
}
.accordion-item-bg .count {
    height: 84px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 0 15px 15px 0;

}

.accordion-item-sessions {
    border-radius: 15px !important;
    border: 3px solid #dcdddf !important;
    right: 40px;
    width: -webkit-fill-available;
}

.accordion-item-sessions .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none !important;
    background: #fff !important;
    border-radius: 15px !important;
    height: 80px;
}

.accordion-header {
    margin-bottom: 0;
    border-radius: 15px 12px 12px 15px;
}


.accordion-item-sessions  .icon.unlock {
    background: rgba(var(--colorGreenRGB), .1);
    color: var(--colorGreen);
}

.accordion-item-sessions  .icon {
    background: rgba(var(--colorOrangeRGB), .1);
    color: var(--colorOrange);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
}

.accordion-item-sessions .accordion-button::after {
    content: unset !important;
}

.accordion-item-sessions .accordion-button .time {
    margin-left: 100px;
}

.accordion-sub-item {
    background: #f8f9fb;
    border-radius: 15px;
}

/************************ Contact Us ***********************/

.map-iframe .map-icon {
    font-size: 100px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}
.map-iframe {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 20px;
}
.map-iframe img {
    filter: grayscale(1);
    height: 576px;
    border-radius: 20px;
    transition: .3s ease;
}

.map-iframe:hover img {
    filter: unset;
}

.contact-us {
    padding: 50px 30px;
    /*height: 576px;*/
    border-radius: 20px;
    border: 1px solid var(--colorMain);
}

.contact-us .social-icon-link {
    color: #000;
    background: transparent;
    border: 1px solid #f6f7f9;
}

.contact-us .icon-location {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff3f0;
}

.contact-us .icon-phone {
    width: 60px;
    height: 106px;
    border-radius: 15px;
    background-color: #edf5e6;
    color: #41b783;
}


.contact-us .logo-box {
    background-image: url('../images/Line 193.png');
    background-position-x: left;
    background-repeat: no-repeat;
}


.department-item .avatar {
    height: 412px;
    border-radius: 22px;
}

.border-dark {
    border: 1px solid #000;
}
.border-y {
    border-top: 1px solid #F5F3FC;
    border-bottom: 1px solid #F5F3FC;
}
.border-top {
    border-top: 2px solid #F5F3FC !important;
}

.lh-45 {
    line-height: 45px;
}
.btn-custom-success {
    background-color: #00867d;
    padding: 10px;
}

.position-lg-relative {
    position: relative;
}

.section-about-2 {
    border-bottom: 1px solid #F5F3FC;
}

.section-about-2 p {
    color: #939aa4;
}

.member-item .desc {
    color: #6b708d;
}

.member-item .label {
    margin-top: -20px;
    position: relative;
    z-index: 9999;
    border: 5px solid #fff;
}

.linear-icon .iconly {
    color: #E7EBEE;
}
.linear-icon:after, .linear-icon:before {
    content: '';
    height: 1px;
    background: #F5F3FC;
    width: 10%;
}

.posts-arrows .swiper-arrows, .courses-arrows .swiper-arrows, .events-arrows .swiper-arrows {
    padding: 0 1%;
}

/************************ Responsive ***********************/



@media (max-width: 1490px) {
    .custom-container {
        width: calc(100% - 60px);
    }
    .info-row-container{
        background-position: 10px 110px;
    }
    img.about_bg{
        width: 500px;
        left: -250px;
    }
    .events-arrows .swiper-arrows, .courses-arrows .swiper-arrows, .posts-arrows .swiper-arrows {
        z-index: 9;
    }
}

@media (max-width: 1260px) {
    .feedbacks-head{
        background-size: cover;
    }
    .page-container{
        width: 940px;
    }
    .page-container.single-page{
        margin-top: -40px!important;
    }
    .after-header.single-page{
        padding-bottom: 40px!important;
    }
    .position-lg-relative {
        position: unset;
    }
    
    .slider-item .slider-image {
        width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 1440px) {
    .mega-menu-container {
        width: 60vw;
    }
}

@media (max-width: 1024px) {
    .blog-swiper-arrows {
        bottom: 20px;
    }
    .mega-menu-container {
        width: 80vw;
    }
}

@media (max-width: 992px) {
    
    .register-form-fields{
        width: 100%;
    }
    .register-box-image{
        width: 200px;
    }
    .about-head{
        flex-direction: column;
        padding: 0 30px;
        align-items: center;
    }
    .about-head-content{
        width: 100%;
        padding-top: 30px;
        align-items: center;
    }
    .about-head-content .text{
        width: 100%;
    }

    .about-head img.main-image{
        width: 90%;
        margin-top: 30px;
    }


    .contact-box{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .contact-box .button{
        margin: 20px 0 0;
    }

    .blog-swiper-arrows{
        bottom: auto;
        top: 25px;
        left: 25px;
    }

    .about-page{
        padding-right: 0;
    }
    .about-page img.dots {
        right: 0;
        top: -120px;
        z-index: -1;
    }
    .about-head{
        margin-bottom: 80px;
    }

    .page-container{
        width: calc(100% - 60px);
    }
    .footer-divider:before{
        content: none;
    }

    .feedback-content .title:before{
        left: 0;
        margin: auto;
    }
    .feedback-item{
        flex-direction: column;
        box-shadow: none!important;
    }
    .feedback-item:before{
        height: 6px;
        bottom: -6px;
        width: 180px;
    }
    .feedback-content{
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .section-title{
        flex-wrap: wrap;
    }
    .section-title .dotty-title{
        width: auto;
    }

    .section-title-desc{
        order: 1;
        margin-top: 20px;
        margin-bottom: 0!important;
    }
    .info-row-container{
        background-position: 10px 90%;
    }
    .info-row{
        height: auto;
        flex-wrap: wrap;
    }
    .info-row .box{
        width: calc(50% - 1px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .info-row .box.wide-sm{
        width: 100%!important;
        height: 150px;
    }
    .info-row .separator{
        height: 150px;
    }
    .custom-container {
        width: calc(100% - 60px);
    }

    .nav-bg {
        padding: 0;
    }

    .header-search-container {
        margin: -60px 0 0 65px;
    }

    .header-search-btn {
        background: transparent !important;
    }

    .header-search-btn .iconly {
        color: var(--colorSecondary);
        font-size: 24px;
    }

    .menu-item-toggle {
        display: flex;
    }

    .main-menu-toggle {
        display: inline-flex;
    }

    .menu-items li.menu-item-has-children a:after,
    .menu-items li ul li.menu-item-has-children > a:after {
        content: none !important;
    }

    .menu-items li ul {
        width: 290px;
        top: 0 !important;
        right: 0 !important;
        left: auto;
        position: fixed;
        z-index: 2;
        padding: 56px 10px 10px 10px !important;
        height: 100%;
        visibility: hidden !important;
        opacity: 0 !important;
        overflow-x: auto;
        background: #fff;
        border-radius: 0;
    }

    .menu-items li ul.open {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .menu-items li ul ul {
        z-index: 2;
    }

    .menu-items li a {
        color: #111;
    }

    .menu-items li:hover a {
        color: var(--colorMain);
    }

    .menu-items li a:before {
        content: none;
    }

    .menu-items {
        position: fixed;
        width: 290px;
        background: #fff;
        color: #111;
        top: 0;
        right: -290px;
        height: 100%;
        padding: 10px;
        overflow-x: auto;
        visibility: hidden;
        opacity: 1;
        transition: 350ms;
    }

    .menu-items.open {
        opacity: 1;
        visibility: visible;
        right: 0;
    }

    .menu-items li {
        display: block;
        border-bottom: 1px solid #eee;
        height: 50px;
    }

    .menu-items ul > li:last-of-type {
        border-bottom: none;
    }

    .menu-items li a {
        padding: 0;
        line-height: 50px;
    }

    .menu-items li a:focus,
    .menu-items li a:active {
        color: var(--colorMain);
    }

    .advice-modal,.search-modal,.support-modal,.ticket-modal {
        width: calc(100% - 30px)
    }

    .countdown-container,.profile-wrapper {
        flex-direction:column
    }

    .countdown-container {
        margin-top: 0;
        padding: 30px 30px 0
    }

    .countdown-image {
        position: static;
        width: 80%;
        height: auto
    }

    .countdown-title {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px
    }
}

@media (max-width: 768px) {
    .bg-main.shape:before {
        top: 38px;
    }
    .related-posts .head-title {
    font-size: 22px;
    }
    .bg-secondary-3 {
        padding-top: 200px;
    }

    .head-title-bg-lines:after, .head-title-bg-lines:before {
        content: '';
        height: 1px;
        background: #bbb;
        width: 33%;
    }
    .shop-slider-item-2 img {
        width: auto;
        height: 150px;
    }

   .shop-slider-item-2 .shop-slider-details {
        width: auto;
       margin: 20px;
    }
    .shop-swiper-2 .swiper-arrows {
        bottom: 70%;
        transform: translateY(70%);
    }

    #accordionSessions {
        padding: 0 20px 0 0;
    }

    .about-us-section .about-us-card .footer-logo{
        width: 100%;
    }
    .about-us-section .about-us-card h6{
        font-size: 18px;
    }
    .about-us-section .about-us-card .social-icon-link{
        margin-left: unset;
        margin-top: 5px;
    }
    .video-section .shape {
        left: -25px;
    }
    .about-us-section .about-us-card {
        padding: 40px;
        margin-top: -120px;
    }
    .shop-search-box {
        width: 85%;
    }
    .shop-slider-details .title {
        font-size: 25px;
    }
    .shop-slider-item .shop-slider-details {
        width: 80%;
    }
    .has-mega-menu {
        display: none;
    }
    .related-posts:before {
        content: unset;
    }
    .html-content p {
        line-height: 30px;
    }
    .html-content blockquote {
        padding: 50px 80px;
        text-align: justify;
        background-size: 100px;
        background-position: right 20px;
    }
    .search-form {
        width: 50%;
    }
    .article-details-box {
        right: 15px;
    }
    .faq-list .iconlyBulk-Paper {
        left: 12%;
        top: 20px;
    }
    .page-header .shape {
        left: -18px;
        top: 75px;
    }
    .page-header {
        background-position: right;
    }
    .font-md-20 {
        font-size: 20px !important;
    }
    .video .play-icon {
        width: 30%;
    }
    .title-mark:before {
        right: -84px;
    }

    .blog-swiper-arrows {
        bottom: 50%;
        justify-content: space-between;
        top: unset;
        width: auto;
        left: 0;
    }
    .service-item h4 {
        font-size: 14px;
    }

    .accordion {
        padding: 0 40px;
    }

    .article-details{
        border-radius: 20px;
    }


    .doctor-card-image{
        width: 200px;
    }
    .faq-list{
        padding: 20px;
    }
    .page-content{
        background-size: calc(100% + 170px) 80px;
    }
    .feedbacks-swiper{
        padding: 25px 0;
    }
    .page-title .title{
        font-size: 26px;
    }
    .page-title .title:before,
    .page-title .title:after{
        display: none;
    }
    .w-md-100 {
        width: 100%;
    }
    .page-container{
        width: calc(100% - 40px);
    }

    .header-contact-insider .map-iframe {
        height: 300px;
        border-radius: 25px;
    }
    .header-contact-insider .map-icon {
        top: 100px;
    }

    .slider-item .title-1 {
        font-size: 57px;
    }
    .slider-item .title-2 {
        font-size: 57px;
        right: 59%;
    }
    .about-section .box {
        padding: 25px 50px;
    }
    .my-comment-item {
        padding: 5px 50px 5px 5px;
    }
    
    .slider-item .title-1 {
        font-size: 80px;
    }
    .slider-item .slider-label {
        width: 41%;
    }
    .slider-item .desc {
        width: 66%;
    }
}

@media (max-width: 576px) {
    .blog-swiper-arrows {
        bottom: 77%;
        z-index: 1;
    }
    .blog-swiper img {
        position: relative;
        z-index: 999;
    }
    .slider-item .up-title span {
        font-size: 56px;
    }
    .slider-item .up-title {
        border-radius: 15px;
    }
    .slider-item h3 {
        margin-top: 35px;
    }
    .slider-item .slider-image {
        height: auto;
    }
    .slider-item .title-1 {
        font-size: 60px;
    }
    .slider-item .slider-label {
        width: 51%;
    }
    .slider-item .desc {
        width: 84%;
    }
    .slider-swiper-arrow {
        font-size: 20px;
    }
    .bg-main.shape:before {
        top: 33px;
    }

    .video-section.bg {
        padding: 30px 0;
    }
    .video-section video {
        border-radius: 25px;
    }
    .courses-arrows .swiper-arrows, .events-arrows .swiper-arrows, .posts-arrows .swiper-arrows {
        padding: 0 0%;
    }
    .posts-arrows .swiper-arrows {
        top: 39%;
        transform: translateY(-39%);
    }
    
    .event-item img {
        width: 100%;
    }

    #accordionSessions {
        padding: 0;
    }
    .service-item h4 {
        font-size: 12px;
    }
    .accordion-item-bg .count {
        width: 30px;
    }
    .accordion-item-bg .accordion-button {
        padding: 7px;
    }
    .accordion-item-sessions .accordion-button .time {
        margin-left: 10px;
    }
    .accordion-item-sessions .accordion-button .icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .my-ticket-item .my-ticket-header {
        padding: 13px 10px;
    }
    .my-ticket-item .iconly {
        margin-left: 5px;
    }
    .my-ticket-item .my-ticket-header {
        padding: 10px;
    }
    .my-ticket-item {
        padding-right: 10px;
    }
    .my-ticket-item-details {
        width: 91%;
        border-radius: 0 0 28px 28px;
        padding: 15px 20px;
        font-size: 13px;
    }
    .my-ticket-item.open .my-ticket-header {
        border-radius: 27px 27px 0 0;
    }
    .my-ticket-reply-item .avatar-img {
        width: 40px;
        height: 40px;
    }
    .my-ticket-write-reply textarea {
        padding: 10px 15px;
    }


    .countdown-field .time {
        width: 40px;
        height: 40px;
        line-height: 43px;
        font-size: 18px
    }

    .comments-box,.countdown-timer {
        padding: 20px
    }

    .top-bar-notification {
        padding: 15px 4px;
    }

    .buy-item .like {
        border-radius: 12px;
        padding: 7px;
    }
    .course-details-item aside {
        width: 50%;
    }
    .slider-container {
        width: auto;
    }
    .head-title-bg-lines:after, .head-title-bg-lines:before {
        width: 26%;
    }
    .course-details-item-box {
        width: 85px;
        height: 85px;
    }
    .about-us-section .about-us-card {
        padding: 20px;
        margin-top: -60px;
    }

    .department-item .avatar {
        height: 220px;
    }
    .my-comment-item {
        padding: 5px 30px 5px 5px;
    }
    .department-item .video-box .shape {
        right: -8px;
        bottom: -20px;
    }
    .department-item video {
        height: 250px;
    }
    .department-item .video-box .play-icon {
        width: 180px;
        height: 180px;
    }

    .contact-us .icon-phone {
        width: 126px;
        height: 110px;
    }
    .contact-us .logo-box {
        background-image: unset;
        text-align: center;
    }
    .comment-form {
        margin: 50px auto;
    }
    .shop-search-box {
        width: 100%;
    }
    .shop-search-box .search-btn {
        width: 20%;
    }
    .shop-slider-item .shop-slider-details {
        width: 90%;
    }
    .shop-slider-details .title {
        font-size: 18px;
    }
    .shop-swiper-arrow {
        width: 35px;
        height: 35px;
    }
    .shop-search-box .search-input {
        width: 80%
    }
    .related-posts .head .shape {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .custom-arrow .swiper-slide {
        padding: 15px;
    }
    .blog-item img {
        height: 200px;
    }
    .posts-swiper .swiper-arrows {
        bottom: 74%;
        transform: translateY(74%);
    }
    .related-posts .head-title {
        border-left: unset;
    }
    .btn-see-all .icon, .btn-see-all .title {
        height: 25px;
    }
    .events-swiper .swiper-arrows {
        bottom: 57%;
        transform: translateY(57%);
    }
    .btn-see-all .icon {
        width: 25px;
    }

    .related-posts .subtitle {
        font-size: 10px;
    }
    .related-posts .head-title {
        font-size: 18px;
    }

    .logo .brand-logo {
        height: 50px;
        width: auto;
    }
    .page-header {
        background-position: center;
    }
    .main-menu-toggle img {
        width: 30px;
    }
    header .header .fir {
        border: unset;
    }
    header .logo {
        border-left: unset;
        width: 100%;
    }
    header .header {
        width: 100%;
    }
    .separator2 {
        width: 15%;
    }


    .bordered-title:after {
        margin-top: unset;
    }
    .font-sm-22 {
        font-size: 22px!important;
    }
    .font-sm-20{
        font-size: 20px!important;
    }

    .contact-us-header:before {
        top: 100px;
    }

    .header-contact-insider .map-icon {
        top: 14vh;
    }

   
    .service-item img {
        border-radius: 20px;
    }
    .service-item h4 {
        border-radius: 20px;
        padding: 1rem;
    }
    .accordion {
        padding: unset;
    }
    .accordion-button::after {
        padding: 15px;
    }
    .faq-list .accordion-body {
        font-size: 14px;
    }

    .register-box-image{
        display: none;
    }
    .about-head-content .logo{
        width: 100%;
    }
    .about-head-content{
        align-items: start;
    }
    .blog-swiper-arrows.departments-arrows {
        bottom: 87%;
    }
    .article-details-box{
       height: 50px;
        right: 18px;
        bottom: -18px;
        width: 80%;
    }
    .article-details-box .font-16 {
        font-size: 10px !important;
    }
    .article-details-box .font-36 {
        font-size: 15px !important;
        line-height: 10px !important;
    }
    .blog-reading-time {
        width: 60px;
        height: 60px;
    }
    .article-details-box .font-14 {
        font-size: 10px !important;
    }
    .page-title {
        padding: 0 0 5px 0;
    }
    .article-details{
        height: 60px;
        padding: 5px 10px;
        left: 55%;
    }
    .font-sm-15 {
        font-size: 12px !important;
    }

    .page-image img{
        border-radius: 15px;
    }
    .gallery-item{
        height: 250px;
    }
    .gallery-item .overly{
        height: 90%;
    }
    .gallery-item .icon img{
        width: 50px;
        height: 50px;
    }
    .page-content{
        background-size: calc(100% + 500px) 80px;
    }
    .page-container{
        width: calc(100% - 30px);
    }
    .breadcrumb{
        margin: 10px 0 0 0;
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }
    .page-title .title{
        font-size: 20px;
        margin-top: 50px;
    }
    .article-image {
        margin-bottom: 50px;
    }
    .html-content p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 {
        margin: 20px 0 15px;
        font-size: x-large;
    }
    .html-content blockquote {
        background-size: 100px;
        padding: 10px 15px;
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
        background-position: right 0;
    }
    .related-posts {
        margin-top: 50px;
    }

    .bottom-shadow {
        width: 90%;
        margin-top: 10px;
    }
    .comment-content {
        padding-right: 10px;
    }
    .comment-body {
        font-size: 14px;
    }
    .comment-item .avatar {
        width: 60px;
        height: 60px;
    }
    .comment-item .iconly {
        width: 15px;
    }
    .comment-item .btn-dark {
        font-size: 11px;
    }

    .comment-head {
        padding: 10px 20px;
    }
    .vertical-list li{
        padding: 4px 0;
    }
    .footer-logo {
        display: block;
        margin: 0 auto;
        width: 236px !important;
    }
    .video-section video {
        height: 250px;
    }
    .video-section .play-icon {
        width: 150px;
        height: 150px
    }
    .video-section .shape {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-shadow {
        width: 90%;
    }
    .font-24 {
        font-size: 20px !important;
    }

    .page-header .shape {
        left: -15px;
        bottom: -12px;
    }

    .feedbacks-head{
        font-size: 22px;
    }
    .feedbacks-body{
        padding-top: 0;
    }
    .feedback-item{
        padding: 20px;
    }
    .custom-swiper-arrow{
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    img.about_bg{
        left: -50%;
        width: 100%;
    }
    

    .service-card{
        margin-bottom: 30px;
    }

    .info-row{
        margin-top: -40px;
    }
    .custom-container {
        width: calc(100% - 30px);
    }
    .steps {
        grid-template-columns: 1fr 1fr;
    }
    .search-form {
        width: 250px;
        left: -50px;
    }

    .paragraph {
        font-size: 15px;
        line-height: 26px;
        text-align: justify;
    }

    .header-up .header-news-bar {
        padding: 4px;
    }
    .header-up .header-news {
         padding: 9px;
     }
    .header-middle-right {
        width: 100%;
        justify-content: end;
    }
    .header-down-container {
        padding: 7px 0;
    }
    .form-select {
        padding: .275rem .25rem .275rem 1.25rem;
        background-position: left .25rem center;
        background-size: 10px 10px;
    }
    .header-middle-center img {
        width: 130px;
    }
}

@media (max-width: 390px) {
    .slider-item h3 {
        margin-top: 35px;
    }
    .blog-swiper-arrow {
        width: 30px;
        height: 30px;
    }
    .blog-swiper-arrows {
        bottom: 0;
    }
}
@media (max-width: 365px) {
    .article-details {
        left: 68%;
        width: max-content;
    }
}
@media (max-width: 320px) {
    .copyright p {
        font-size: 11px;
    }
    .brands img {
        width: 80px;
    }

    .vertical-list li a {
        font-size: 12px;
    }

    .vertical-list li {
        padding: 0px 0;
    }
    .btn-outline-secondary {
        font-size: 10px;
    }
    .font-24 {
        font-size: 18px !important;
    }
    .job-item .avatar {
        padding: 15px;
    }
    .font-28 {
        font-size: 22px !important;
    }
    a.page-link {
        font-size: 12px;
    }
}

@media (min-width: 1980px) {
    .custom-container {
        width: calc(100% - 100px);
    }
}

@media (max-width: 1980px) {
    .slider-item .desc {
        width: 70%;
    }
    .slider-item .title-1 {
        font-size: 81px;
    }
    .slider-item .slider-label {
        width: 42%;
    }
}

@media (max-width: 1280px) {
    .slider-item .desc {
        width: 96%;
    }

    .slider-item .slider-label {
        width: 57%;
    }
}

@media (max-width: 350px) {
    .slider-item .title-1 {
        font-size: 40px !important;
    }
}

@media (max-width: 1046px) {
    .slider-item .title-1 {
        font-size: 66px;
    }
    .slider-item .slider-label {
        width: 59%;
    }
    .slider-item .desc {
        width: 100%;
    }

}

@media (max-width: 846px) {
    .slider-item .title-1 {
        font-size: 50px;
    }
    .slider-item .slider-label {
        width: 50%;
    }
    .slider-item .desc {
        width: 82%;
    }

}

@media (max-width: 767px) {
    header .logo {
        border-left: unset;
        width: 100%;
    }
}

