@import "fonts.css";
@import "helper.css";
@import "reset-bootstrap.css";
@import "iconly.css?6";

body {
    font-family: YekanBakhFaNum, sans-serif !important;
    color: var(--colorText);
    font-size: 15px;
    background: var(--colorBg);
    background-position: top right;
    background-size: auto 800px;
}

main {
    margin-bottom: 200px;
}

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 {
    --colorBg: #fff;
    --colorText: #494949;
    --colorMain: #D55557;
    --colorMainRGB: 240, 46, 54;
    --colorSecondary: #38A1AB;
    --colorSecondaryRGB: 33, 35, 65;
    --colorGreen: #49be78;
    --colorDanger: #FF0004;
    --colorGray: #727272;
    --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: 1470px;
    margin: 0 auto;
}

.form-control-custom {
    background-color: #f8f9fb;
    box-shadow: none !important;
    border: 1px solid #efefef;
    padding: 10px 30px;
    transition: 300ms;
}

.form-control-custom::placeholder {
    font-size: 13px;
}

.form-control-custom:focus {
    border-color: var(--colorMain);
    padding-right: 15px;
}
/************************* Header **************************/

.header-container {
    position: relative;
    z-index: 2;
}

.btn-secondary {
    background: var(--colorSecondary);
    color: #fff;
}

.btn-secondary:hover {
    background: var(--colorMain) !important;
    border-color: var(--colorMain) !important;
    color: #fff;
}

.lang-switch {
    width: auto;
    width: 12%;
    padding: 19px 10px;
}

.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 {
    margin-top: 20px;
}

.header-search-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    border-width: 2px;
}

header .header .fir {
    border: 2px solid var(--colorSecondary);
    border-top: unset;
    border-left: unset;
}

header .header {
    flex: 1;
}

.header-logo {
    width: 58px;
    height: 58px;
}

.search-form {
    border: 2px solid var(--colorSecondary);
    height: 55px;
}
.search-form input::placeholder, .search-form input {
    color: var(--colorSecondary);
    transition: .3s ease;
}


.form-control:focus {
    outline: 0 none #fff !important;
    box-shadow: none !important;
}

.header-search-btn:active {
    padding-top: 3px;
}

.btn-outline-primary {
    color: var(--colorSecondary);
    border-width: 2px;
}

.floating-call-button {
    position: fixed;
    width: 70px;
    height: 70px;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out;
}

.floating-call-button:hover {
    transform: scale(1.08);
}

.header-search-btn .iconly {
    color: var(--colorSecondary);
    font-size: 24px;
    line-height: 48px;
}

.header-search-btn:hover .iconly {
    color: #fff;
}

.header-search-btn-mobile {
    background: transparent !important;
}

.header-search-btn-mobile .iconly {
    color: var(--colorSecondary) !important;
}

.iconlyBulk-Calling {
    width: 40px;
    height: 40px;
}

.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);
}

.map-iframe {
    height: 648px;
}

/********************** Main Menu ***************/
.main-nav {
    width: 100%;
    position: relative;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2) !important;
}

.bottom-menu {
    background-color: #F5F5F5;
    border-radius: 0 0 40px 40px;
    width: 85%;
    padding: 10px 50px;
}

.bottom-menu a:hover .rounded-circle {
    background-color: var(--colorMain);
    transform: scale(1.05);
}

.bottom-menu a .rounded-circle {
    transition: .3s all ease-in-out;
    background-color: var(--colorSecondary);
}

.bottom-menu a img {
    width: 20px;
    height: 20px;
}

.loader img {
    width: 9rem;
}

.menu-items li {
    display: inline-block;
}

.menu-items {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999999;
}

.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 {
    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: 200px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    top: 100%;
    right: 0;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    border-radius: 25px;
}

.menu-items > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.menu-items li ul li {
    display: block;
}

.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: 100%;
    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 {
    background: var(--colorSecondary);
    color: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    border-radius: 12px;
    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;
}

/*************************** Maganize **********************/
.magazine-image, .magazine-header, .magazine-title, .magazine-meta {
    border-radius: 25px;
}
.magazine-image {
    max-height: 476px;
    object-fit: cover;
}
.magazine-header {
    box-shadow: 0 10px 70px 0 #0000001A;
    min-height: 476px;
}
.magazine-title {
    background: #000000CC;
}
.magazine-title .count {
    font-size: 80px;
}
.magazine-title .title {
    font-size: 40px;
}
.magazine-meta {
    background: #F4F4F4E5;
}

/*************************** 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 {
    padding: 10px 14px;
}
a.page-link {
    font-weight: 700;
    border-radius: 8px !important;
    padding: 10px 20px;
    margin: 2px 10px;
    border: unset;
    background-color: #F5F5F5;
    color: #3D3D3D;
    transition: all .2s ease-in-out;
}
a.page-link:hover{
    color: white;
    background: var(--colorMain);
    border-color: var(--colorMain);
}
.active a.page-link{
    background: var(--colorMain);
    color: #fff;
}







/*************************** After Header **********************/

.service-item {
    transition: all .5s ease-in-out;
    z-index: 999;
}

.service-item img {
    object-fit: contain;
    border-radius: 35px;
}

.service-item h4 {
    font-weight: 800;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgb(var(--colorSecondaryRGB)) 100%);
    padding: 2rem;
    z-index: 2;
    border-radius: 35px;
    transition: all .5s ease-in-out;
}

.service-item:hover h4 {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(var(--colorMainRGB)) 100%);
}

.service-item .shape {
    right: -24px;
    top: -24px;
    z-index: -1;
}


/*************************** After Header **********************/


.swiper-pagination-bullet {
    background: #fff;
    border-radius: 50px;
}
.swiper-pagination-bullet-active{
    width: 30px;
}
.home-slider{
    padding-bottom: 90px;
}
.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-bg{
    background: url(../images/curve_down.png) no-repeat top;
    background-size: 100% 80px;
    position: relative;
    padding: 150px 0 50px;
    overflow: hidden;
}
img.about_bg{
    position: absolute;
    width: 600px;
    height: auto;
    left: -300px;
    bottom: 0;
    z-index: -1;
}
.anchor-down{
    background: rgba(var(--colorMainRGB),0.2);
    color: var(--colorMain)!important;
    width: 46px;
    height: 46px;
    display: block;
    line-height: 59px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
    border-radius: 50%;
}
.dotty-title{
    display: flex;
    width: 100%;
    align-items: start;
}

.dotty-title .fancy-bg{
    background: #f8f9fb;
}

.fancy-bg {
    background: #fff3f0;
}

.paragraph{
    line-height: 32px;
    color: var(--colorGray);
    font-size: 17px;
}


.video video{
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.video .play-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*************************** Doctors **********************/

.custom-swiper-arrow{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transition: 400ms;
    cursor: pointer;
    user-select: none;
    background: #D2AB66;
    color: #fff;
}
.swiper-button-disabled{
    opacity: 0.4;
    pointer-events: none;
}
.custom-swiper-arrow:hover{
    background: var(--colorMain);
    color: #fff;
}
.section-title{
    display: flex;
}




/*************************** Feedbacks **********************/
.feedbacks-bg{
}
.feedbacks-head{
    background: url(../images/feedbacks_head.png) no-repeat top;
    background-size: 100% 70px;
    height: 70px;
    text-align: center;
    line-height: 34px;
    font-weight: 800;
    font-size: 26px;
    color: var(--colorSecondaryDark);
}
.feedbacks-body{
    background: #F8F9FB;
    padding: 30px 0;
}
.feedbacks-body .swiper-pagination-bullet {
    background: var(--colorMain);
}
.feedbacks-swiper{
    padding: 40px 0;
}
.feedback-item{
    border-radius: 30px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 6px;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
}
.feedback-item:before{
    content: '';
    width: calc(100% - 300px);
    margin: auto;
    height: 0;
    background: var(--colorMain);
    border-radius: 0 0 50px 50px;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.2;
    transition: 300ms;
    z-index: -1;
}
.feedback-item:hover:before{
    opacity: 1;
    height: 6px;
    bottom: -6px;
}
.feedback-icon{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--colorCyan);
    background: rgba(var(--colorCyanRGB),0.2);
    font-size: 40px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(var(--colorCyanRGB),0.3);
}
.feedback-icon .iconly{
    width: 45px;
}
.feedback-content{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 0 30px;
}
.feedback-content svg{
    margin-bottom: 15px;
}
.feedback-content .name{
    color: var(--colorSecondaryDark);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px;
}
.feedback-content .title{
    color: var(--colorGray);
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
}
.feedback-content .title:before{
    content: '';
    height: 2px;
    width: 40px;
    background: var(--colorGray);
    position: absolute;
    right: 0;
    bottom: 0;
}
.feedback-text{
    font-size: 14px;
    line-height: 26px;
    color: var(--colorSecondaryDark);
    text-align: center;
}

.lessons-section {
    margin-top: 100px;
}


/*************************** 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 {
    margin-top: 120px;
}
.posts-section .bg-secondary {
    border-radius: 30px;
    padding: 30px;
    background-image: url(../images/Pattern22.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.post-item{
    transition: 500ms;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
}
.post-item:hover{
    background: linear-gradient(180deg, transparent,rgba(var(--colorSecondaryRGB),0.1));
}
.post-item-image{
    width: 100%;
    border-radius: 25px 25px 0 0;
    object-fit: cover;
}

.post-item:hover {
    transform: translate(0,3px) scale(1.01);
}
.post-item-content{
    border-radius: 0 0 25px 25px;
    padding: 15px;
}
.post-item .subtitle{
    color: #4E4E4E;
}
.post-item .title{
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    transition: 300ms;
}
.post-item:hover .title{
    color: var(--colorSecondary);
}
.post-item .excerpt{
    font-size: 14px;
    line-height: 24px;
    color: var(--colorGray);
    margin: 0 0 20px;
}
.post-item-footer{
    width: 100%;
    display: flex;
    align-items: center;
}
.post-item-footer .more{
    color: var(--colorSecondaryDark);
    margin-left: auto;
    font-size: 14px;
    border-radius: 40px;
    padding: 4px 10px;
    transition: 300ms;
    background: rgba(var(--colorSecondaryDarkRGB),0.1);
}
.post-item-footer .more:hover{
    background: var(--colorSecondaryDark);
    color: #fff;
}


/*************************** Footer **********************/
.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;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.footer-logo{
    width: 220px;
    height: auto;
    z-index: 999;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
}
.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: 16px;
    padding: 5px 0;
    color: #fff;
    transition: 400ms;
    font-weight: 600;
}

.vertical-list li a:hover {
    color: var(--colorMain);
    font-weight: 900;
}

.footer-divider{
    background: #F5F3FC;
    height: 1px;
    position: relative;
    margin: 25px 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: 60px;
    height: 60px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #fff;
    color: var(--colorMain);
    transition: 300ms;
}
.social-icon-link:not(:last-child) {
    margin-left: 10px;
}
.social-icon-link i {
    font-size: 25px;
}
.social-icon-link:hover {
    background: var(--colorMain);
    color: #fff;
}

.newsletter-form {
    border-radius: 15px;
    border: 2px solid #fff;
}

.newsletter-form input::placeholder {
    color: #fff;
}

.copyright {
    color: #fff;
    font-size: 14px;
    padding-bottom: 25px;
}

.copyright a {
    color: var(--colorMain) !important;
    font-weight: 900;
    margin: 0 4px;
}
footer {
    background: var(--colorSecondary);
}
.footer-description p {
    width: 84%;
    text-align: justify;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.custom-border {
    border: 1px solid #f5f3fc;
}

.phone-box {
    width: 126px;
    height: 110px;
    transition: .4s all ease-in-out;
}
.phone-box:hover {
    background: var(--colorMain);
    transform: scale(1.08);
}




/*************************** Gallery **********************/
.video-item {
    border-radius: 15px;
}
.video-item .icon, .gallery-item.video .icon {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
}


.gallery-item.video .poster {
    height: 300px;
}
.gallery-item-two {
    border-radius: 15px;
    box-shadow: 0 10px 70px 0 #0000001A;
}
.gallery-item-two img, .video-item video {
    border-radius: 15px;
    height: 338px;
}
.gallery-swiper {
    padding: 50px 120px 60px;
}
.gallery-item-two .title {
    bottom: 10px;
    right: 50%;
    z-index: 9;
    transform: translateX(50%);
}
.gallery-item-two .gradient:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-radius: 15px;
    height: 100%;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.99%, #000000 100%);

}

.videos-section .page-title:before {
    background: var(--colorSecondary);
}


.gallery-item img {
    object-fit: cover;
    border-radius: 25px;
    max-height: 467px;
}

.gallery-item .details {
    border-radius: 25px;
    padding: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.95deg, rgba(0, 0, 0, 0) 36.35%, rgba(0, 0, 0, 0.9) 105.11%);
}

.label-orange {
    background-color: #fff2f3;
}
.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;
}



/*************************** aside **********************/
aside {
    box-shadow: 0 10px 70px 0 #0000001A;
    background-color: #fff;
    border-radius: 25px;
}
.aside-title:after {
    width: calc(100% - 50px) !important;
}
.aside-title {
    font-size: 24px;
}
.aside-item .thumbnail-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.aside-item .title {
    color: #805C5C;
}

.filters {
    border-radius: 12px;
    box-shadow: 0 10px 70px 0 #0000001A;
}
.filters .title {
    color: #535353;
}

.filter-item.active {
    position: relative;
    font-weight: 700;
}
.filter-item .shape {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

/*************************** course accordion **********************/
.icbo {
    font-weight: 700;
}

.accordion-sessions {
    padding: 50px !important;
    background: linear-gradient(-45deg, #f1fdfd, transparent);
    border-radius: 35px;
}
.accordion-item-sessions.child {
    border: none !important;
    margin-bottom: 10px;
}
.accordion-item-sessions.child .accordion-button {
    background: #fafafa !important;
    padding: 10px;
}
.accordion-item-sessions {
    border-radius: 40px !important;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid rgba(81,78,182, .2) !important;
}

.accordion-item-sessions .accordion-button {
    display: flex;
    align-items: center;
    box-shadow: none !important;
    background: #fff !important;
}
.accordion-item-sessions .accordion-button .count {
    background: rgb(237 237 248 / 50%);
    color: #D55557;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 17px;
    margin-left: 10px;
}
.accordion-item-sessions .accordion-button .name {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 0 auto;
}
.accordion-item-sessions .accordion-button .time {
    font-weight: 300;
    font-size: 14px;
}
.accordion-item-sessions .accordion-button:after {
    content: unset;
}
.accordion-item-sessions .accordion-button .icon.unlock {
    background: rgba(var(--colorGreenRGB), .1);
    color: var(--colorGreen);
}
.accordion-item-sessions .accordion-button .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;
}

/*************************** 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;
}




/*************************** Dropdown **********************/
.dropbtn {
    padding: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
    transition: .4s ease-in;
}



.dropdown-content::-webkit-scrollbar-track
{
    left: 30px;
    margin-left: 20px;
    background-color: #F5F5F5;
}
.dropdown-content::-webkit-scrollbar
{
    border-radius: 30px;
    margin-left: 10px;
    width: 10px;
    background-color: #F5F5F5;
}
.dropdown-content::-webkit-scrollbar-thumb
{
    border-radius: 30px;
    background-color: var(--colorSecondary);
}



.dropdown-content {
    box-shadow: -30px 30px 70px 0 #00000033;
    transition: .4s ease-in;
    display: none;
    z-index: 1;
    width: 300px;
    right: 0;
    top: 60px;
    max-height: 380px;
    overflow-y: scroll;
}

.dropdown-content a .more {
    width: 30px;
    height: 30px;
}
.dropdown-content a {
    color: #000;
    display: block;
    border-bottom: 1px dashed #38A1AB;
    padding: 12px 0 10px 0;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropbtn {
    background-color: var(--colorMain);
}


/*************************** 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: 1px;
    background-color: #F5F3FC;
}
.separator3 {
    width: 13%;
    height: 2px;
    background-color: var(--colorSecondary);
}
.btn-outline-secondary3 {
    background-color: white;
    border: 1px solid var(--colorSecondary);
    color: var(--colorSecondary);
}
.btn-outline-secondary3:hover {
    color: #fff !important;
    background: var(--colorSecondary) !important;
}


.slider-item img {
    height: 600px;
    transition: transform 1s ease;
    object-fit: cover;
    border-radius: 30px;
}

.btn-outline-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.btn-outline-white:hover {
    color: #000 !important;
    background: #fff !important;
}

.lessons-swiper {
    padding: 80px 40px;
    margin-top: -80px;
}
.events-swiper {
    padding: 80px 20px;
    margin-top: -80px;
}

.about-section {
    margin-top: 100px;
}
.about-section.bg-img {
    background-image: url("../images/background-sec.svg");
    background-size: contain;
    padding: 50px;
}
.about-slider-item .shape-1 {
    left: 50px;
    bottom: -40px;
}
.about-slider-item .shape-2 {
    left: 50px;
    top: -40px;
}
.about-slider-item .shape-3 {
    right: 60px;
    top: -19px;
    z-index: -1;
}
.about-slider-item .floating-img {
    right: -50px;
    top: 30px;
    width: 250px;
}





.blog-swiper .swiper-slide-active img {
    transform: translateX(0);
}

.blog-swiper .swiper-slide-active .slider-details {
    transform: translateX(-70%);
}




.btn-more {
    color: #212341;
    border: 1px solid #212341;
    transition: all .3s ease-in-out;
    width: max-content;
}

.btn-more:hover {
    background: #212341;
    color: #fff;
}


.line-x {
    height: 1px;
    width: 100%;
    background: #F5F3FC;
}


.btn-more-2 {
    color: #212341;
}


.about-section .about-desc {
    color: #939aa4;
}

.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;
}

.card-sticky {
    top: 20px;
    z-index: 999;
}
.card-sticky-item .rounded-circle {
    transition: .4s all ease-in-out;

}
.card-sticky-item .rounded-circle {
    background-color: var(--colorSecondary);
    width: 65px;
    height: 65px;
}
.card-sticky-item:hover .rounded-circle{
    background-color: var(--colorMain);
    transform: scale(1.2);
}
.card-sticky .logo {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.card-sticky-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about-slider-main-img {
    width: 498px;
    height: 322px;
    object-fit: contain;
    border-radius: 25px;
}

/*************************** laboratory-item **********************/
.laboratory-item img {
    width: 100px;
    height: 100px;
}
.laboratory-item {
    transition: .3s all ease-in-out;
    border-radius: 25px;
    box-shadow: 0 10px 70px 0 #0000001A;
}
.laboratory-item:hover {
    transform: scale(1.02);
    background: var(--colorMain);
}
.laboratory-item:hover .title {
    color: #fff;
}

.laboratory-item .more {
    background-image: url("../images/hshs.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 38px;
    height: 75px;
}

.laboratory-details-box {
    position: absolute;
    box-shadow: 0 10px 70px 0 #0000001A;
    height: 100px;
    z-index: 9999;
    right: 50%;
    transform: translateX(50%);
    bottom: -55px;
    border-radius: 25px;
    width: 60%;
}

.laboratory-details-box .title {
    font-size: 34px;
    line-height: normal;
}
.swiper-slide .laboratory-item {
    margin-bottom: unset;
    margin-top: 80px;
}

.laboratories-swiper {
    padding: 60px 70px;
    margin-top: -100px;
}

.posts-swiper {
    padding: 60px 70px;
    margin-top: -60px;
}

.border-dashed {
    border: 2px dashed var(--colorMain);
}

/*************************** preloader **********************/
#preloader {
    background-color: rgba(0,0,0, .9);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 99999999;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position: relative;
    /*width: 60px;
    height: 60px;*/
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
}

.loader img {
    animation: rotation 3s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

/*************************** 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 {
    width: 150px;
}
.cart-item img {
    object-fit: cover;
    width: 100%;
}

.cart-item .delete-cart-item {
    color: #ff8a66;
    background: #fff3f0;
    border: none;
}
.cart-item .delete-cart-item:hover {
    color: #fff3f0;
    background: var(--colorDanger);
}


.cart-item .discount-price {
    font-size: 20px;
}

.cart-item .discount-price .discount-percent {
    background: var(--colorDanger);
}


/*************************** 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 .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-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;
}



.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: 90%;
    z-index: 99;
    border: unset;
}
.form-control-custom-2 input:focus {
    background: #f8f9fb;
}
.form-control-custom-2 .icon {
    height: 52px;
    background: #2d365d;
    border-radius: 15px;
    width: 60%;
    position: absolute;
    right: 0;
    padding: 10px 15px;
}

/*************************** Blog **********************/
.blog-item {
    border-radius: 18px;
    transition: .4s all ease-in-out;
    box-shadow: 0 10px 70px rgba(0, 0, 0, .1) !important;
}

.blog-item:hover {
    scale: 1.04;
    box-shadow: -30px 30px 70px rgba(0, 0, 0, .2) !important;
}

.blog-item img {
    height: 180px;
}

.blog-item p {
    color: #727272;
}


.related-posts .subtitle {
    color: #939aa4;
    font-size: 13px;
}


.posts-swiper .custom-swiper-arrow {
    background: #a8a093;
}

.posts-swiper .swiper-arrows {
    justify-content: space-between;
    position: absolute;
    bottom: 300px;
    z-index: 999999999999;
    width: 100%;
}

.slider-item .subtitle {
    font-size: 14px;
}

.slider-item .title {
    font-size: 24px;
}
.box-shadow {
    box-shadow: -30px 30px 70px rgba(0, 0, 0, .2) !important;
}

.border-secondary {
    border: 1px solid var(--colorSecondary) !important;
}
.slider-item .slider-details {
    right: 40px;
    bottom: -40px;
    z-index: 999;
    width: 50%;
    transition: transform 1s ease;
}

.blog-swiper-arrows{
    position: absolute;
    z-index: 2;
    bottom: 40px;
    display: flex;
    right: 40px;
}
.blog-swiper-arrow{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: 200ms;
    background: #fff;
}
.blog-swiper-arrow:hover{
    background: var(--colorMain);
    color: #fff;
}
.lessons-item-2 .more {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    transition: .3s all ease-in-out;
}
.lessons-item-2 .more:hover {
    color: #000;
    background: #fff;
}
.lessons-section-2 {
    margin-top: 100px;
}
.members-section {
    margin-top: 70px;
}

.course-item {
    height: 255px;
}

.teacher-avatar {
    width: 100px;
    height: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
}

.product-timing .chapter {
    background: var(--colorMain);
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 15px 0 130px;
    margin-left: 1px;
    display: flex;
    align-items: center;
}

.product-timing .time {
    background: #d4f8f8;
    color: var(--colorSecondary);
    height: 46px;
    border-radius: 50px;
    width: 120px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: -3px;
}

.product-timing .iconly {
    font-size: 24px;
    margin-left: 10px;
}

.cart-header-banner {
    background: linear-gradient(90deg, rgba(73, 190, 120, 1) 0%, rgba(38, 132, 85, 1) 100%);
    border-radius: 50rem;
}
.cart-header-banner > i {
    color: #49be78;
    background-color: #f8f9fb;
    transform: rotate(328deg);
    font-size: 50px;
}

.cart-page-header {
    margin-top: -100px;
    background-color: #f8f9fb;
    border-radius: 50px 50px 24px 24px;
}

.header-cart {
    margin-top: 100px;
}

.header-page-builder-insider {
    padding: 3em 4em;
}
.btn-add-discount {
    background-color: #39d4df;
}
.cart-item-title {
    font-weight: 700;
    border-bottom: 1px solid #f2f8ee;
    padding-bottom: 15px;
}


.events-section {
    margin-top: 220px;
}
.events-swiper-arrows {
    position: absolute;
    z-index: 2;
    bottom: -70px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
}
.events-swiper-arrow, .lessons-swiper-arrow, .members-swiper-arrow, .about-swiper-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: 200ms;
    background: #000;
}

.laboratories-section .bg-secondary {
    border-radius: 30px;
    padding: 120px;
    background-image: url("../images/Pattern22.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.laboratories-section .box {
    /*width: 390px;*/
    width: 100%;
    height: 225px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.laboratories-section .box2 {
    left: 170px;
    top: 100px;

}

.events-poster {
    margin-top: 50px;
}

.events-poster-2 img {
    object-fit: cover;
}

.events-poster .event-poster-item img {
    width: 100%;
    height: auto;
    filter: brightness(0.6);
    border-radius: 20px;
    object-fit: cover;
}
.events-poster .event-poster-item .title {
    left: 0;
    bottom: 50%;
    font-size: 18px;
    transform: translateY(50%);
}

.events-poster .event-poster-item {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.events-poster .event-poster-item:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.events-poster [class*=col-]:nth-child(odd) .event-poster-item {
    margin-top: 30px;
}



.circle-list li:before{
    content: '';
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--colorMain);
    display: inline-block;
    margin-left: 6px;
}



.branches-section, .publications-section, .laboratories-section {
    margin-top: 120px;
}

.branches-swiper {
    padding: 70px;
    margin-top: -50px;
}

.publications-section .shape-1{
    left: 40px;
    bottom: 0;
    width: 70px;
    height: auto;
}
.publications-section .shape-2{
    right: 60px;
    bottom: -30px;
    width: 60px;
    height: auto;
}
.publications-section .shape-3{
    left: 15%;
    top: 90px;
    width: 25px;
    height: auto;
    z-index: -1;
}
.publications-section .shape-4{
    right: 25%;
    top: -15px;
    width: 55px;
    height: auto;
}


.publication-item img {
    border-radius: 30px;
}
.publication-item .publication-details {
    background: rgba(0,0,0, .8);
    border-radius: 30px;
    left: 0;
    bottom: 20px;
    width: 90%;
    margin-left: 5%;
}
.publication-item .publication-details .title {
    font-size: 36px;
}
.publication-item .publication-details .count {
    font-size: 44px;
}


.publication-item.thumb .publication-details {
    bottom: 10px;
}

.btn-primary.rounded-circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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);
}
.related-posts .head .shape {
    width: 40px;
    height: 40px;
}
.related-posts .head-title {
    font-size: 24px;
    border-left: 1px solid var(--colorMain);
}

.related-posts {
    margin-top: 150px;
}
.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 **********************/
.custom-table thead {
    color: #fff;
    background-color: var(--colorSecondary);
}
.custom-table tbody tr {
    color: var(--colorSecondary);
    background-color: #F6F6F6;
}
.custom-table thead th, .custom-table tbody td {
    padding: 14px;
    font-weight: 600;
    border: solid 2px #fff;
}
.custom-table thead th:first-child, .custom-table tbody td:first-child {
    border-radius: 0 14px 14px 0;
    font-weight: 700;
}
.custom-table thead th:last-child, .custom-table tbody td:last-child {
    border-radius: 14px 0 0 14px;
}



.border-bottom {
    border-bottom: 1px solid #F5F3FC !important;
}
.page-title{
    display: inline-block;
    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: #0AD074;
}
.star-rate .iconlyBulk-Star .path1:before {
    opacity: 1;
}

.star-rate .iconly.dark {
    color: #EEEAEA;
}

.page-title .title:after {
    content: '';
    height: 3px;
    width: 30px;
    right: 0;
    bottom: 0;
    top: 86px;
    margin: auto;
    background: var(--colorMain);
    position: absolute;
}

.page-image{
    position: relative;
    margin-bottom: 30px;
}
.page-image:before{
    content: '';
    width: 85px;
    height: 85px;
    background: url("../images/dots_shape.png") no-repeat right;
    position: absolute;
    top: calc(100% - 30px);
    right: -30px;
    z-index: -1;
}
.page-image img{
    width: 100% ;
    border-radius: 25px;
    position: relative;
}
.page-container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: var(--colorSecondaryDark);
}
.after-header.single-page{
    padding-bottom: 200px!important;
}
.page-container.single-page{
    margin-top: -200px!important;
}
.page-content{
    background: #f5f5f5 url('../images/page_content_curve.webp') no-repeat top;
    background-size: 100% 80px;
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}
.anchor-down.secondary{
    background: rgba(var(--colorSecondaryDarkRGB),0.1);
    color: var(--colorSecondaryDark);
}
.share-box {
    box-shadow: 0 10px 70px 0 #0000001A;
    border-radius: 25px;
}
.html-content{
    line-height: 28px;
}
.html-content p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 40px;
    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;
}
.event-item.slider img{
    width: 100%;
    object-fit: cover;
    height: 229px;
}
.event-item {
    transition: .4s all ease-in-out;
    border-radius: 16px;
    box-shadow: 0 10px 70px rgba(0,0,0, .1);
}

.event-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 70px rgba(0,0,0, .2);
}

.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;
}

.comments {
    border-radius: 25px;
    box-shadow: 0 10px 70px 0 #0000001A;

}

.comment-item{
    border-radius: 25px;
    background: #F6F6F6;
}
.comment-item .avatar{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.comment-body{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
.comment-item.reply {
    margin-right: 10%;

}


.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: 1px solid #00000012 !important;
}
.form-floating > textarea {
    border-radius: 45px;
    padding: 20px 30px;
}
.comment-form .form-control {
    transition: .2s ease-in;
    background: #F6F6F6;
    border: unset;
}
.comment-form .form-control:focus {
    background: #F6F6F6;
}
.comment-form textarea {
    border-radius: 20px;
    padding: 20px 30px;
}
.comment-form input[type='text'], .comment-form input[type='email'] {
    border-radius: 15px;
    height: 48px;
}
.comment-form .form-label,.comment-form .form-check-label {
    color: #7D7D7D;
}
.comment-form .form-check-input {
    background: #EFEFEF;
    border: unset;
}

.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;
}


.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:before {
    content: '';
    height: 8px;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 30px;
    margin: auto;
    background: var(--colorMain);
    position: absolute;
    z-index: 99;
}
.header-section {
    position: relative;
}
.header-section:after {
    content: '';
    height: 2px;
    width: 95%;
    right: 50px;
    bottom: 15px;
    top: 36px;
    margin: auto;
    background: #E7E7E7;
    position: absolute;
}



.articles {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    /*max-width: 1200px;*/
}

.article-large {
    grid-column: 3 / 8;
    grid-row: 1 / 3;
}
.article-large .post-item-image {
    height: 72%;
}
.article-small .post-item-image {
    height: 144px;
}


.article-image {
    position: relative;
    margin-bottom: 100px;
}

.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: 76px;
    z-index: 9999;
    right: 50%;
    transform: translateX(50%);
    bottom: 30px;
    background: #FFFFFFE5;
    width: 60%;
    border-radius: 25px;
}
.bg-secondary{
    background-color: var(--colorSecondary)!important;
}
.fancy-bg-main {
    background: #2d365d;
}
.bg-secondary-dark .subtitle {
    color: #6c81ac;
}
.bg-secondary-dark .title:after {
    content: '';
    width: 10%;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
     top: 40px;
}
.contact-item {
    border: 3px solid #354d9a;
    padding: 15px 40px 15px 15px;
}
.colorYellow {
    color: #ffb035;
}
.contact-item .left-corner {
    background-image: url("../images/Line 282.png");
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 40px;
}
.contact-item .d-flex:last-of-type {
    flex: 1;
    margin-right: 25px;
}
.bg-main {
    background-color: var(--colorMain)!important;
}
.bg-secondary-dark {
    background-color: var(--colorSecondaryDark)!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;
}

.contact-box{
    background: #B3BBC7 url("../images/contact_bg.webp") no-repeat;
    background-size: cover;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 30px;
}

.contact-box .title{
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    margin: 0 10px 0;
}
.contact-box .button{
    display: flex;
    align-items: center;
    background: #fff;
    color: var(--colorSecondary)!important;
    font-size: 20px;
    border-radius: 50px;
    padding: 10px 30px;
    margin-right: auto;
    border: 2px solid transparent;
    transition: 200ms;
}
.contact-box .button .iconly{
    margin-right: 20px;
    font-size: 24px;
}
.contact-box .button:hover{
    background: transparent;
    border-color: #fff;
    color: #fff!important;
}

.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;
}

.contact-map{
    background: #ddd;
    border: 10px solid var(--colorMain);
    border-radius: 30px;
    overflow: hidden;
    min-height: 200px;
}
.contact-map iframe{
    width: 100%!important;
    height: 400px!important;
    margin: 0!important;
}

.contact-sidebar{
    background: linear-gradient(180deg,rgba(var(--colorSecondaryRGB),0.2),transparent);
    border-radius: 25px;
    padding: 20px;
}

.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-gray{
    color: var(--colorGray) !important;
}

.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;
}



/******************************** 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: #fff;
    border: 1px solid #ced4da;
    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;
}


/******** Contact Us *******/
.contact-us-header:before {
    content: '';
    position: absolute;
    top: 150px;
    right: 0;
    width: 100%;
    height: 200px;
    background: var(--colorSecondary);
    z-index: -1;
    display: inline-block;
}

.header-contact-insider {
    padding: 20px 20px 20px 70px;
}


.header-contact-insider iframe {
   border-radius: 25px;
}

.header-contact-insider .map-icon {
    font-size: 100px;
    position: absolute;
    right: 40%;
    top: 300px;
}

.map-label {
    width: 65%;
    margin-top: -20px;
    z-index: 999;
    position: relative;
}

.map-label .shape {
    position: absolute;
    top: -9px;
    left: 46%;
}
.border-y {
    border-top: 1px solid #F5F3FC;
    border-bottom: 1px solid #F5F3FC;
}

.lh-45 {
    line-height: 45px;
}
.btn-custom-success {
    background-color: #00867d;
    padding: 10px;
}


.position-lg-relative {
    position: relative;
}


.member-item .member-item-details {
    background: rgba(0, 0, 0, .8);
    border-radius: 26px;
    left: 0;
    bottom: 11px;
    width: 84%;
    margin-left: 5%;
    transform: skew(-10deg, 0deg);
}
.member-item .avatar {
    height: 250px;
}
.members-section .bg-img {
    background-image: url("../images/Shapess.png");
    background-size: contain;
}
.member-item .label {
    margin-top: -20px;
    position: relative;
    z-index: 9999;
    border: 5px solid #fff;
}
.member-item img {
    height: 295px;
    border-radius: 25px;
}
.member-item-details span {
    font-size: 14px;
}

.social-icon-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F8F9FB;
    color: #222;
    transition: 300ms;
    margin-left: 10px;
}

@media (max-width: 1490px) {
    .custom-container {
        width: calc(100% - 60px);
    }
    .info-row-container{
        background-position: 10px 110px;
    }
    img.about_bg{
        width: 500px;
        left: -250px;
    }

    .about-section.bg-img {
        background-size: cover;
        background-position: right;
        padding: 50px 10px;
    }
}

@media (max-width: 1024px) {
    .team-list {
        margin-top: 0;
    }
    .team-head-card .btn-arrow-down {
        top: 140px;
    }
    .team-head-card .btn-arrow-down .iconly {
        font-size: 15px !important;
    }
    .team-head-card .btn-arrow-down {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team-item .w-75 {
        width: auto !important;
    }

    .blog-swiper-arrows {
        bottom: 20px;
    }
    .slider-item .more {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    .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;
    }
    .about-bg{
        background-size: auto;
        padding: 100px 0 40px;
    }
    .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;
        width: 100%;
    }

    .header-search-container {
        margin: -60px 0 0 65px;
    }

    .header-search-btn .iconly {
        color: var(--colorSecondary);
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .member-item img {
        height: auto;
    }
    .laboratory-details-box {
        width: 70%;
        height: auto;
        bottom: -35px;
    }
    .laboratories-swiper {
        padding: 50px;
    }
    .laboratories-swiper .laboratory-item .title {
        font-size: 22px;
    }
    .laboratory-details-box .title {
        font-size: 28px;
    }
    .aside-title {
        font-size: 20px;
        padding: 0 0 30px 0;
    }

    .filter-item {
        font-size: 14px;
    }
    .publication-item .publication-details .title {
        font-size: 30px;
    }
    .publication-item .publication-details .count {
        font-size: 36px;
    }

    .bottom-menu {
        width: 88%;
        padding: 10px 30px;
    }

    .laboratories-section .box {
        width: 220px;
        height: 140px;
        margin-right: auto;
    }
    .laboratories-section .box2 .shape {
        width: 30px;
    }
    .laboratories-section .box .title {
        font-size: 17px;
    }
    .laboratories-section .bg-secondary {
        padding: 30px;
    }
    .slider-item .slider-details {
        left: 10px;
        bottom: -100px;
        width: 75%;
    }
    .event-item img {
        height: 100%;
        object-fit: cover;
    }
    .posts-section {
        margin-top: 70px;
    }
    .events-poster .event-poster-item .title {
        font-size: 14px;
    }

    .publications-section .shape-1, .publications-section .shape-2 {
        width: 40px;
    }
    .publications-section .shape-4 {
        top: 10px;
        right: 60%;
        width: 30px;
    }

    .members-section .bg-img {
        background-size: cover;
    }

    .footer-logo {
        width: 120px;
        bottom: 15px;
    }

    .related-posts:before {
        content: unset;
    }
    .html-content p {
        line-height: 28px;
    }
    .html-content blockquote {
        padding: 50px 80px;
        text-align: justify;
        background-size: 100px;
        background-position: right 20px;
    }
    .search-form {
        width: 50%;
    }
    .html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content h6 {
        margin: 35px 0 18px;
    }
    .article-details-box {
        bottom: unset;
        width: 100%;
    }
    .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;
    }
    .slider-item .title {
        font-size: 20px;
    }
    .slider-item .subtitle {
        font-size: 12px;
    }

    .blog-swiper-arrows {
        bottom: 10px;
        left: 1px;
        top: unset;
        width: auto;
        justify-content: start;
    }

    .service-item h4 {
        padding: 1rem;
        font-size: 18px;
    }

    .accordion {
        padding: 0 40px;
    }

    .article-details{
        border-radius: 20px;
    }

    .booking-form-image{
        display: none;
    }
    .booking-form{
        padding: 0;
    }

    .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 {
        padding: 10px;
    }
    .logo-box {
        background-image: unset;
    }
    .header-contact-insider .map-iframe {
        height: 300px;
    }
    .header-contact-insider .map-icon {
        top: 100px;
    }
    .card-sticky-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .gallery-swiper {
        padding: 40px;
    }
    .header-section:after {
        width: 85%;
    }
    .page-title:before {
        top: 35px;
    }
    .bottom-menu {
        width: 98%;
        padding: 10px;
    }
    .bottom-menu a span {
        font-size: 10px !important;
    }
    .bottom-menu a .rounded-circle {
        width: 45px;
        height: 45px;
    }
    .course-item {
        height: auto;
    }
    .article-large .post-item-image, .article-small .post-item-image {
        height: auto;
    }
    .article-large {
        grid-column: 1 / 3;
    }
    .articles {
        grid-template-columns: 1fr 1fr;
    }

    .article-image {
        margin-bottom: 75px;
    }

    .card-sticky-item {
        font-size: 10px;
    }
    .slider-item img {
        height: 450px;
        object-fit: contain;
    }
    .slider-item .slider-details {
        left: 0;
        right: 0;
        width: 100%;
    }
    .blog-swiper .swiper-slide-active .slider-details {
        transform: unset;
    }
    .laboratories-section .bg-secondary {
        border-radius: 50px;
        padding-bottom: 100px;
    }
    .map-label {
        width: 85%;
    }
    .magazine-title .count {
        font-size: 50px;
    }
    .magazine-title .title {
        font-size: 30px;
    }
    .magazine-meta {
        width: 100%;
    }
    .laboratory-details-box {
        width: 80%;
        bottom: -30px;
    }
    .laboratory-details-box .title {
        font-size: 20px;
    }
    .menu-item-toggle {
        display: flex;
    }
    .laboratories-list {
        margin-top: 150px;
    }
    .publication-item .publication-details .title {
        font-size: 20px;
    }
    .publication-item .publication-details .count {
        font-size: 30px;
    }
    .publication-item .publication-details {
        bottom: 10px;
    }
    .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:first-child {
        height: 68px;
        border-bottom: unset;
    }
    .loader img {
        height: 120px;
        width: 120px;
    }

    .laboratory-item img {
        width: 80px;
        height: 80px;
    }
    .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);
    }

    header {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .page-title:after {
        width: 86%;
    }
    .laboratories-section .box2 {
        left: 90px;
        top: 80px;
    }

    .events-poster [class*=col-]:nth-child(odd) .event-poster-item {
        margin-top: unset;
    }

    .related-posts .head .shape {
        width: 35px;
        height: 35px;
    }
    .related-posts .subtitle {
        font-size: 10px;
    }
    .related-posts .head-title {
        font-size: 18px;
    }

    .logo .brand-logo {
        height: 50px;
    }
    .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;
    }
    .steps {
        grid-gap: 10px;
    }
    .price-section {
        background-image: unset;
        padding-bottom: 50px;
    }

    .contact-us-header:before {
        top: 100px;
    }

    .bg-secondary-dark .title:after {
        left: 20%;
        right: unset;
        top: 30px;
    }
    .contact-item {
        padding: 10px;
    }
    .contact-item .d-flex:last-of-type {
        margin-right: unset;
    }
    .contact-item .left-corner {
        background-image: unset;
        padding-left: unset;
    }

    .slider-item .title {
        margin-top: 15px;
    }
    .blog-swiper-arrows {
        bottom: -2px;
        justify-content: end;
        left: 20px;
    }
    .blog-swiper-arrow {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .slider-item .more {
        margin-top: 14px;
    }
    .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;
    }
    .article-details-box{
        height: 50px;
        right: 50%;
        width: 97%;
        justify-content: space-between; 
    }
    .article-details-box .font-16 {
        font-size: 10px !important;
    }
    .article-details-box .font-36 {
        font-size: 20px !important;
        line-height: 10px !important;
    }
    .blog-reading-time {
        width: 40px;
        height: 40px;
    }
    .article-details-box .font-14 {
        font-size: 10px !important;
    }

    .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.video .poster {
        height: 250px;
    }
    .gallery-item .overly{
        height: 90%;
    }

    .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;
    }

    .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;
    }
    .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;
    }

    .comment-content {
        padding-right: 10px;
    }
    .comment-body {
        font-size: 14px;
        line-height: 20px;
    }

    .vertical-list li{
        padding: 4px 0;
    }
    .footer-logo {
        width: 80px;
        bottom: 15px;
    }
    .footer-shadow {
        width: 90%;
    }
    .font-24 {
        font-size: 20px !important;
    }

    .page-header .shape {
        left: -15px;
        bottom: -12px;
    }

    .custom-swiper-arrow{
        width: 36px;
        height: 36px;
    }
    img.about_bg{
        left: -50%;
        width: 100%;
    }
    .face-logo{
        margin-right: auto;
        width: 55px;
    }
    .service-card{
        margin-bottom: 30px;
    }
    .home-slider{
        padding-bottom: 40px;
    }
    .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;
    }

    .form-select {
        padding: .275rem .25rem .275rem 1.25rem;
        background-position: left .25rem center;
        background-size: 10px 10px;
    }
}

@media (max-width: 390px) {
    .slider-item .more {
        margin-top: 10px;
    }
    .blog-swiper-arrow {
        width: 30px;
        height: 30px;
    }
    .blog-swiper-arrows {
        bottom: 0;
    }
    .slider-item .subtitle {
        font-size: 11px;
    }
}
@media (max-width: 365px) {
    .article-details {
        left: 68%;
        width: max-content;
    }
}
@media (max-width: 320px) {
    .copyright p {
        font-size: 11px;
    }
    .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;
    }
    .font-28 {
        font-size: 22px !important;
    }
    a.page-link {
        font-size: 12px;
    }
}

@media (min-width: 1980px) {
    .custom-container {
        width: calc(100% - 100px);
    }
    .container {
        max-width: calc(100% - 120px);
    }
}
