@font-face {

    font-family: IRANSansXFaNum;

    src:

            url(../../construct/font/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),

            url(../../construct/font/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),

            url(../../construct/font/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");

    font-weight: 300;

    font-style: normal;

    font-stretch: normal;

}



@font-face {

    font-family: IRANSansXFaNum;

    src:

            url(../../construct/font/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),

            url(../../construct/font/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),

            url(../../construct/font/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");

    font-weight: normal;

    font-style: normal;

    font-stretch: normal;

}



@font-face {

    font-family: IRANSansXFaNum;

    src:

            url(../../construct/font/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),

            url(../../construct/font/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),

            url(../../construct/font/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");

    font-weight: 500;

    font-style: normal;

    font-stretch: normal;

}



@font-face {

    font-family: IRANSansXFaNum;

    src:

            url(../../construct/font/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),

            url(../../construct/font/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),

            url(../../construct/font/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");

    font-weight: 600;

    font-style: normal;

    font-stretch: normal;

}



@font-face {

    font-family: IRANSansXFaNum;

    src:

            url(../../construct/font/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),

            url(../../construct/font/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),

            url(../../construct/font/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");

    font-weight: bold;

    font-style: normal;

    font-stretch: normal;

}





body {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: IRANSansXFaNum;

    direction: rtl;

    background-color: #ffffff;

}



a {

    text-decoration: none;

}



a:hover {

    text-decoration: none;

    color: #ad53fb;

}



.ltr {

    direction: ltr;

}



.rtl {

    direction: rtl;

}



@media (max-width: 767px) {

    .d-m-none {

        display: none !important;

    }

}



.col-20 {

    -ms-flex: 0 0 20%;

    flex: 0 0 20%;

    max-width: 20%;

    position: relative;

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

}



@media (min-width: 768px) {

    .col-md-20 {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

        position: relative;

        width: 100%;

        padding-right: 15px;

        padding-left: 15px;

    }

}



@media (min-width: 992px) {

    .col-lg-20 {

        -ms-flex: 0 0 20%;

        flex: 0 0 20%;

        max-width: 20%;

        position: relative;

        width: 100%;

        padding-right: 15px;

        padding-left: 15px;

    }

}





/* navbar */

.navbar-blog {

    height: 80px;

    background-color: #fff;

    transition: 0.3s;

    z-index: 1000;

    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.16);

}



.nav-link-custom {

    font-size: 14px;

    font-weight: 600;

    color: #000;

    display: flex;

    align-items: center;

    padding: 45px 0px;

}



.nav-link-custom.active {

    color: #012863 !important;

}



li.nav-item {

    margin-right: 30px;

}



.navbar-search {

    display: flex;

    align-items: center;

    border: 2px solid #012863;

    border-radius: 8px;

    padding: 0 10px;

    height: 40px;

    width: 100%;

    max-width: 285px;

    justify-content: space-between;

}



.navbar-search-input {

    border: 0;

    outline: 0;

    background: transparent;

    font-size: 14px;

    width: 100%;

}



.navbar-search-btn {

    border: 0;

    outline: 0;

    background: transparent;

    display: flex;

    align-items: center;

    color: #012863;

}





@media (max-width: 767px) {



    .nav-link-custom {

        padding: 0;

    }



    .navbar-logo img {

        max-width: 100%;

        margin-right: 10px;

    }



    .navbar-search {

        max-width: unset;

    }



    .navbar-blog {

        height: auto;

        padding: 15px;

    }



    button.navbar-toggler {

        border: 0;

        margin: 0;

        padding: 0;

    }



    li.nav-item {

        padding: 5px;

        margin-bottom: 10px;

        margin-right: 0px;

    }



    li.nav-item:last-child {

        border: 0;

    }



}





/* dropdown  */

.dropdown-menu {

    padding: 20px;

    border: 0;

    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.16);

    border-radius: 5px;

    margin-top: -6px;

    border: 1px solid #f2f2f2;

    border-top: 0;

    border-radius: 5px;

    min-width: 200px;

}



.dropdown-toggle::after {

    margin-right: 10px;

}



.dropdown-item-custom {

    display: block;

    color: #000;

    font-size: 14px;

    margin-bottom: 10px;

}



.dropdown-item-custom:last-child {

    margin-bottom: 0px;

}





.dropdown-menu-triangle::before {

    content: "";

    position: absolute;

    top: -10px;

    left: 85%;

    transform: translateX(-50%) rotate(180deg);

    border-top: 10px solid #fff;

    border-right: 10px solid transparent;

    border-left: 10px solid transparent;

}



.offcanvas-header-blog {

    height: 76px;

    display: flex;

    align-items: center;

    padding: 15px;

    justify-content: space-between;

    box-shadow: 6px -1px 6px 0px rgba(0, 0, 0, 0.16);

}



.offcanvas-body-blog {

    padding: 15px;

}



.fcc {

    display: flex;

    align-items: center;

    justify-content: center;

}



.fc {

    display: flex;

    align-items: center;

}



.fcs {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.br-12 {

    border-radius: 12px;

}





.navbar-login-link {

    display: flex;

    align-items: center;

    margin-right: auto;

    font-size: 14px;

    font-weight: 500;

    text-align: center;

    color: #6b6b6b;

    fill: #012863;

    white-space: nowrap;

    padding-right: 10px;



}



.navbar-login-link svg {

    width: 18px;

    margin-left: 6px;

}



.navbar-login-link:hover {

    color: #fc5e16;

    fill: #fc5e16;

}





.navbar-btn-cat {

    font-size: 14px;

    font-weight: 600;

    color: #707070;

    display: flex;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    white-space: nowrap;

}



.navbar-btn-cat span {

    margin-right: 12px;

}



@media (max-width:767px) {

    .navbar-btn-cat {

        display: none;

    }

}



/* navbar */

.navbar-custom {

    height: 95px;

    background-color: #fff;

    transition: 0.3s;

    position: relative;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -ms-flex-align: center;

    align-items: center;

    -ms-flex-pack: justify;

    justify-content: space-between;

    border-bottom: solid 1px #e7e7e7;



}



.navbar-logo {

    display: flex;

    align-items: center;

    margin-left: 15px;

}



.navbar-logo img {

    width: 128px;

}



.navbar-logo-2 {

    display: flex;

    align-items: center;

    margin-right: 15px;

}



.navbar-logo-2 img {

    width: 160px;

}





.navbar-nav-cat {

    font-size: 16px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    letter-spacing: normal;

    color: #303030;

    border: 1px solid #f2f2f2;

    margin-bottom: 10px;

    display: flex;

    align-items: center;

    padding: 10px;

    border-radius: 5px;

    justify-content: center;

    background: #f0f0f0;

}



.navbar-nav-cat span {

    margin-right: 5px;

}



.navbar-nav-mobile {

    list-style: none;

    padding-right: 10px;

    margin: 0;

}



.navbar-nav-mobile li {

    margin-bottom: 10px;

}





.navbar-nav-mobile-link {

    font-size: 14px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    letter-spacing: normal;

    color: #303030;

    border-bottom: 1px solid #f2f2f2;

    padding-bottom: 15px;

    display: flex;

}



.navbar-nav-mobile li:last-child {

    margin-bottom: 0px;

}



.navbar-nav-mobile li:last-child .navbar-nav-mobile-link {

    border-bottom: 0;

}



.navbar-badge-body {

    height: 100%;

    display: flex;

    align-items: center;

}



.navbar-badge-btn {

    height: 27px;

    border-radius: 14px;

    border: solid 2px #ad53fb;

    font-size: 14px;

    color: #000000;

    display: flex;

    align-items: center;

    margin-right: 6px;

    padding: 6px 12px;

    transition: 0.3s;

    white-space: nowrap;

}



.navbar-badge-btn:hover {

    background: #707070;

    color: #fff;

}



/* navbar-form */

.navbar-form {

    display: flex;

    height: 48px;

    border-radius: 5px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    background-color: #fff;

    padding: 6px;

    width: 100%;

    max-width: 532px;

}



.navbar-form-select {

    border: 0;

    outline: 0;

    background: transparent;

    cursor: pointer;

    font-size: 12px;

    font-weight: bold;

    width: 100%;

    color: #8900ff;

}



.navbar-form-select::placeholder {
    font-weight: bold;
    color: #8900ff;

}



.navbar-form-select-body {

    display: flex;

    align-items: center;

    cursor: pointer;

    width: 140px;

    height: 35px;

    margin: 0 0 0 8px;

    padding: 8px 9px 9px 9.1px;

    border-radius: 5px;

    background-color: #efefef;

    color: #8900ff;

}



.navbar-form-input {

    border: 0;

    outline: 0;

    background: transparent;

    width: 100%;

    padding-right: 6px;

    font-size: 12px;

    font-weight: 300;

    color: #707070;

}



.navbar-form-btn {

    border: 0;

    outline: none;

    background: transparent;

}









@media (max-width: 767px) {

    .navbar-badge-btn {

        padding: 6px;

    }



    .navbar-bottom {

        display: none;

    }



    .navbar-custom {

        height: auto;

        padding: 15px;

    }



    .navbar-logo {

        height: 50px;

        margin: 0;

    }



    .navbar-logo-2 {

        height: 50px;

        margin: 0;

    }



    button.navbar-toggler {

        border: 0;

        margin: 0;

        padding: 0;

    }



    .navbar-form {

        height: auto;

        flex-direction: column;

        width: 100%;

        margin-top: 15px !important;

    }



    .navbar-form-select-body {

        width: 50%;

        height: 40px;

    }



    .navbar-form-select-body:last-child {

        border-left: 0;

        margin: 0;

    }



    .navbar-form-select {

        width: 100%;

    }



    .navbar-form-input {

        height: 40px;

    }



}







/* offcanvas */

.offcanvas-nav {

    position: fixed;

    top: 0;

    right: -100%;

    width: 100%;

    height: 100%;

    background-color: #fff;

    z-index: 9999;

    transition: all 0.3s ease-in-out;

    overflow: auto;

}



.offcanvas-nav::-webkit-scrollbar {

    width: 8px;

}



.offcanvas-nav::-webkit-scrollbar-thumb {

    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 50px;

}



.offcanvas-nav::-webkit-scrollbar-track {

    background-color: rgba(0, 0, 0, 0.1);

    border-radius: 50px;

}





.offcanvas-nav-submenu {

    position: fixed;

    top: 0;

    right: -100%;

    width: 100%;

    height: 100%;

    background-color: #fff;

    z-index: 9999;

    transition: all 0.3s ease-in-out;

}



.offcanvas-nav-submenu.active {

    right: 0;

}



.offcanvas-nav.active {

    right: 0;

}



.offcanvas-close {

    background: transparent;

    border: 0;

    font-size: 23px;

    color: #7f7f7f;

}



.offcanvas-nav-item-btn-back {

    background: transparent;

    border: 0;

    font-size: 23px;

    color: #7f7f7f;

}



.offcanvas-nav-item-btn {

    border: 0;

    background: transparent;

    outline: none;

    color: #7f7f7f;

}



.offcanvas-header {

    height: 80px;

    display: flex;

    align-items: center;

    padding: 15px;

    justify-content: space-between;

}



.offcanvas-body {

    padding: 15px;

    padding-top: 0;

}





.offcanvas-sub-body {

    padding: 15px;

    padding-top: 0px;

}





.offcanvas-nav-item {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 5px;

    margin-bottom: 10px;

    margin-left: 0px;

    color: #000;

}



.nav-link-custom {

    color: #000;

}







@media (min-width: 768px) {

    .offcanvas-nav {

        display: none;

    }

}



#overlay {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    z-index: -20;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0.1s, 0.4s;

}



#overlay.active {

    visibility: visible;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0s, 0s;

    background: rgba(72, 72, 72, 0.6);

    z-index: 100;

}





#overlay2 {

    position: unset;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: transparent;

    z-index: -20;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0.1s, 0.4s;

}



#overlay2.active {

    position: fixed;

    transition: background 0.1s ease, z-index 0s;

    transition-delay: 0s, 0s;

    /*background: rgba(72, 72, 72, 0.6);*/

    z-index: 100;

    background: rgba(0,0,0,0.3);

}



/* menu desktop */

.menu-desktop {

    transition: height 0.5s ease;

}



#show-more-content-header {

    display: none;

}



.menu-desktop-absolute-header {

    position: absolute;

    width: 16%;

    z-index: 999;

    top: 95px;

    right: 150px;

    background: #ffff;

    padding-top: 0;

    border-radius: 5px;



    box-shadow: 0 0 2px #ddd;

}





@media(max-width:767px) {

    .menu-desktop-absolute-header {

        display: none;

    }

}










.menu-desktop-item {

    border-top: 1px dashed #c6c1c1;

    padding: 15px;

    /*height: 54px;*/

}



.menu-desktop-item:first-child {

    border-top: 0;

}



.menu-desktop-link {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #000;

}



.menu-desktop-sub {

    display: none;

    position: absolute;

    left: 100%;

    width: 240px;

    z-index: 999;

    height: 100%;

    height: auto;

    top: unset;

    padding-right: 10px;

    margin-top: -29px;

    margin-right: -10px;

}



.menu-desktop-sub-header {

    text-align: center;

    border: 1px solid #ddd;

    padding-bottom: 10px;

    padding-top: 10px;

    border-radius: 10px;

    font-size: 14px;

    margin-bottom: 5px;

    font-weight: 500;

    display: none;

}



.menu-desktop-sub-content {

    height: 100%;

    padding: 10px;

    border-radius: 5px;

    background: #f9f9f9;

    background-color: #eeeeee;

    font-size: 15px;

    font-weight: bold;

    border-radius: 8px;

}



.menu-desktop-sub-content::before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    top: 14px;

    right: -2px;

    border-left: 8px solid transparent;

    border-right: 8px solid transparent;

    border-bottom: 8px solid #eeeeee;

    transform: rotate(90deg);

}



.menu-desktop-item:hover .menu-desktop-sub {

    display: block;

}



.menu-desktop-first {

    display: flex;

    align-items: center;

    justify-content: center;

    /* border: 1px solid rgb(224, 232, 244); */

    border-radius: 12px;

    height: 54px;

    background: rgb(249, 249, 249);

    color: rgb(35, 82, 154);

    font-size: 14px;

    cursor: pointer;

    font-weight: 600;

}



.menu-desktop-end {

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    height: 47px;

    background-color: rgb(243, 243, 243);

    font-size: 14px;

    font-weight: bold;

    cursor: pointer;

    color: rgb(0, 0, 0) !important;

}



.menu-desktop-first span {

    margin-right: 10px;

}



.menu-desktop-item-title {

    font-size: 15px;

    margin-right: 5px;

}



@media (max-width:1100px) {



    .menu-desktop-item-title {

        font-size: 12px;

    }



    .menu-desktop-item {

        padding-right: 0;

        padding-left: 0;

    }

}



.menu-desktop-absolute {

    position: absolute;

    width: 96%;

    z-index: 99;

    background: #ffff;

    padding: 10px;

    padding-top: 0;

    border-radius: 10px;

    margin-top: 5px;

}



.banner-slider-item img {

    border-radius: 10px;

}



a.menu-desktop-sub-item {

    display: block;

    font-size: 14px;

    font-weight: 500;

    color: #888;

    padding: 5px;

    line-height: 25px;

}



a.menu-desktop-sub-item:hover {

    color: #fc5e16;

}







/* animate */



.anim1 {

    animation: anim1 15s linear 0s infinite normal forwards;

}



.anim2 {

    animation: anim2 3s linear 0s infinite normal forwards;

}



.anim3 {

    animation: anim3 15s linear 0s infinite normal forwards;

}



.anim4 {

    animation: anim4 10s ease 0s infinite normal forwards;

}



.rotate {

    animation: spin 12s linear infinite;

}



.updown {

    animation: updown 5s linear infinite;

}



.resize {

    animation: resize 5s linear infinite;

}



@keyframes anim1 {



    0%,

    100% {

        transform: rotate(0deg);

        transform-origin: 50% 100%;

    }



    10% {

        transform: rotate(2deg);

    }



    20%,

    40%,

    60% {

        transform: rotate(-4deg);

    }



    30%,

    50%,

    70% {

        transform: rotate(4deg);

    }



    80% {

        transform: rotate(-2deg);

    }



    90% {

        transform: rotate(2deg);

    }

}



@keyframes anim2 {

    0% {

        transform: translate(0);

    }



    20% {

        transform: translate(-2px, 2px);

    }



    40% {

        transform: translate(-2px, -2px);

    }



    60% {

        transform: translate(2px, 2px);

    }



    80% {

        transform: translate(2px, -2px);

    }



    100% {

        transform: translate(0);

    }

}



@keyframes anim3 {



    0%,

    100% {

        transform: rotate(0deg);

        transform-origin: 0 50%;

    }



    10% {

        transform: rotate(2deg);

    }



    20%,

    40%,

    60% {

        transform: rotate(-4deg);

    }



    30%,

    50%,

    70% {

        transform: rotate(4deg);

    }



    80% {

        transform: rotate(-2deg);

    }



    90% {

        transform: rotate(2deg);

    }

}



@keyframes anim4 {

    0% {

        opacity: 1;

    }



    50% {

        opacity: 0.2;

    }



    100% {

        opacity: 1;

    }

}



@keyframes spin {

    from {

        transform: rotate(0deg);

    }



    to {

        transform: rotate(360deg);

    }

}



@keyframes updown {

    0% {

        transform: translateY(0%);

    }



    50% {

        transform: translateY(-20%);

    }



    100% {

        transform: translateY(0%);

    }

}



@keyframes resize {

    0% {

        transform: scale(1);

    }



    50% {

        transform: scale(0.8);

    }



    100% {

        transform: scale(1);

    }

}





/* list offcanvas  */

.offcanvas-container {

    position: fixed;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 450px;

    transition: transform 0.3s ease-in-out;

    transform: translateY(100%);

    background-color: #eee;

    z-index: 999;

}



.offcanvas-content {

    padding: 20px;

}



.offcanvas-toggle-btn {

    position: fixed;

    bottom: 20px;

    right: 20px;

}



.offcanvas-open {

    transform: translateY(0%);

}



.custom-list {

    margin-top: 15px;

    height: 500px;

    overflow: auto;

}



.list-search-input {

    width: 100%;

    height: 48px;

    border-radius: 8px;

    outline: none;

    border: 1px solid #DDE;

    text-align: center;

    font-size: 18px;

}



.list-search-btn {

    width: 100%;

    border: 0;

    border-bottom: 1px dashed #d1d1d1;

    padding-bottom: 10px;

    font-size: 18px;

    padding-top: 10px;

}





/* cat hover box img */

.cat-box {

    border-radius: 5px;

    background-color: #f3f3f3;

    display: flex;

    height: 99px;

    align-items: center;

    justify-content: center;

    font-size: 15px;

    font-weight: bold;

    color: #000;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 30px;

    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);

    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);

    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);

    overflow: hidden;

}



.cat-box-title {

    flex-grow: 1;

}



.cat-box-img {

    position: absolute;

    right: -25px;

    -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);

    -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);

    transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);

    opacity: 0;

    /* transform: scale(0.7); */

}





.cat-box:hover {

    padding: 40px 70px 40px 20px;

    background-color: #001c47;

    color: #fff;

}



.cat-box:hover .cat-box-img {

    transform: scale(1);

    opacity: 1;

    right: -5px;

}





@media (max-width:767px) {

    .cat-box {

        height: 70px;

        padding: 15px;

    }



    .cat-box-title {

        flex-grow: 1;

        font-size: 12px;

    }



    .cat-box:hover {

        padding: 15px;

        background-color: #001c47;

        color: #fff;

    }



    .cat-box:hover .cat-box-img {

        transform: scale(1);

        opacity: 0.5;

    }

}







.back-video-slider {

    background-image: url('../../assets/img/Group\ 1541.jpg');

    background-size: cover;

    background-repeat: no-repeat;

    margin-top: 30px;

    padding: 60px 0;

    height: 502px;

}



/* plyr */

.plyr__controls [data-plyr="pip"] {

    display: none !important;

}





.plyr__controls [data-plyr="volume"] {

    display: none !important;

}



.plyr__poster-enabled {

    border-radius: 12px;

}



.plyr__poster {

    background-size: cover !important;

}



button.plyr__control.plyr__control--overlaid {

    background: rgba(220, 220, 220, 0.6) !important;

    background-color: #86afee !important;

    border: 6px solid #fff;

}



.plyr.plyr--full-ui.plyr--video.plyr--html5.plyr--fullscreen-enabled.plyr--paused.plyr--stopped.plyr--pip-supported.plyr__poster-enabled {

    max-height: 382px;

}





/* swiper */

.swiper {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

    padding: 10px;

}



.swiper-container {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

}



.swiper-card {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

}





.swiper-doctors {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

    width: 100%;
}





.swiper-nobat {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

}



.swiper-gallery {

    margin-left: auto;

    margin-right: auto;

    position: relative;

    overflow: hidden;

    list-style: none;

    padding: 0;

    z-index: 1;

}







.swiper-pagination {

    position: relative;

    margin-top: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.swiper-pagination .swiper-pagination-bullet {

    background-color: #9d9d9d;

}



.swiper-pagination .swiper-pagination-bullet-active {

    background: #00a880;

    border: solid 4px #ffffff;

    padding: 3px;

    outline: 1px #12dcac solid;

}



.swiper-button-prev,

.swiper-rtl .swiper-button-next {

    left: 10px;

    right: auto;

    border: 0;

    background: #fff;

    width: 28px;

    height: 28px;

    border-radius: 30px;

    box-shadow: 0 0 6px 0 #bfbfbf;

    top: 50%;

}



.swiper-button-next:after,

.swiper-button-prev:after {

    font-size: 10px;

    font-weight: 600;

    color: #63239a;

}





/* wrapper 1  */



.swiper-button-body-container {

    position: absolute;

    left: 10px;

    width: 85px;

    bottom: 25px;

}







.swiper-container-img {

    width: 100%;

    border-radius: 10px;

}



@media(min-width:1200px) {

    .swiper-container-img-body {

        display: flex;

        height: 441px;

        align-items: center;

        border-radius: 10px;

        overflow: hidden;

    }

}



.home-video-title {

    height: 48.8px;

    background-color: #999;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 14px;

    font-weight: 500;

    color: #fff;

    border-radius: 10px 10px 0 0;

}



.video-slider-dots {

    display: flex;

    direction: rtl;

    margin-top: auto;

    height: 83px;

    align-items: center;

    justify-content: center;

}



.video-slider-dots span {

    display: inline-block;

    width: 10px;

    height: 10px;

    margin: 0 5px;

    border: 1px solid gray;

    border-radius: 100%;

    cursor: pointer;

}



.video-slider-dots .owl-dot.active span {

    background: gray;

}



.home-video-name {

    height: 56.8px;

    background-color: #63239a;

    font-size: 16px;

    font-weight: 500;

    text-align: right;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: -8px;

}



.home-video-box {

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    background-color: #fff;

    border-radius: 10px;

}



.home-video-item {

    display: block;

}



.home-video-item iframe {

    width: 100%;

    height: 275px;

}



@media (max-width:767px) {

    .home-video-item iframe {

        height: 150px;

    }



    .video-slider-dots {

        height: 40px;

    }



    .home-video-name {

        height: 40px;

        font-size: 14px;

    }



    .home-video-title {

        height: 40px;

    }

}





@media (min-width:1200px) {

    .container-fluid {

        padding-left: 85px;

        padding-right: 85px;

    }

}



/* wrapper 2  */



.img-hover {

    max-width: 100%;

    height: auto;

    transition: 0.3s;

}



.img-hover:hover {

    opacity: 0.8;

}



/* wrapper 3  */



.home-wrapper-3 {

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);

    background-color: #f2b91e;

    padding: 35px 0;

    margin-top: 50px;

}



.card-d1 {

    display: flex;

    flex-direction: column;

    align-items: center;

    background: #fff;

    padding: 20px;

    border-radius: 10px;

    position: relative;

}



.card-d1-img {

    width: 100px;

    height: 100px;

    object-fit: cover;

    border: 5px solid #dcb2ff;

    border-radius: 50%;

}



.card-d1-title {

    font-size: 12px;

    font-weight: 500;

    color: #666;

    margin-top: 7px;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    line-height: 1.5;

    height: 39px;

}



.card-d1-expert {

    height: 32px;

    border-radius: 5px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);

    background-color: #fff;

    font-size: 12px;

    color: #5c2974;

    margin-top: 5px;

    width: 100%;

    max-width: 100%;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    padding: 6px;

    line-height: 1.5;



}



.card-d1-btn {

    width: 100%;

    height: 22px;

    border-radius: 5px;

    background-color: #ad53fb;

    margin-top: 12px;

    font-size: 12px;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #ad53fb;

    transition: 0.3s;

    padding: 2px 5px;

}



.card-d1-btn:hover {

    background-color: #fff;

    color: #ad53fb;

}



.card-d1-badge {

    box-sizing: border-box;

    position: absolute;

    width: 50px;

    height: 50px;

    top: 0px;

    left: 0px;

    border-left: 50px solid #ad53fb;

    border-bottom: 50px solid transparent;

    z-index: 12;

    border-radius: 10px 0 0 0;

}



.card-d1-badge span {

    font-size: 12px;

    font-weight: 500;

    width: 50px;

    /*height: 25px;*/

    display: flex;

    position: absolute;

    color: #fff;

    transform: rotate(-45deg);

    justify-content: end;

}



.home-wrapper-3-title {

    font-size: 21px;

    font-weight: 700;

    color: #2a2929;

    white-space: nowrap;

}



.home-wrapper-3-text {

    font-size: 14px;

    color: #2a2929;

    white-space: nowrap;

    line-height: 30px;

    text-align: center;

    margin-top: 10px;

    font-weight: 600;

}



.home-wrapper-3-info {

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}







@media (max-width:767px) {



    .card-d1-expert {

        padding: 4px;

    }



    .card-d1 {

        padding: 10px;

    }



    .home-wrapper-3 {

        margin-top: 20px;

        padding: 20px 0;

    }



    .home-wrapper-3-info {

        margin-bottom: 15px;
        margin-right: 15px;

        height: auto;


        align-items: center;
        justify-content: center;
    }



    .home-wrapper-3-title {

        font-size: 18px;

    }
}


/* wrapper 4 */

.home-wrapper-4 {

    background-color: #f4f4f4;

    padding: 35px 0;

    margin-top: 60px;

}



.home-wrapper-4-title {

    font-size: 19px;

    font-weight: 600;

    line-height: 1.53;

    text-align: center;

}





.home-wrapper-4-text {

    font-size: 15px;

    line-height: 1.55;

    text-align: center;

    margin-top: 12px;

}



.card-d2 {

    display: flex;

    flex-direction: column;

    align-items: center;

    background: #fff;

    padding: 20px;

    border-radius: 10px;

    position: relative;

    transition: 0.3s;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

}



.card-d2:hover {

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

}



.card-d2-badge {

    position: absolute;

    left: 15px;

    top: 15px;

    width: 84px;

    height: 32px;

    border-radius: 5px;

    background-color: #f2b91e;

    font-size: 12px;

    font-weight: 600;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}



.card-d2-img-body {

    position: relative;

    margin-top: 25px;

}



.card-d2-img {

    width: 100px;

    height: 100px;

    object-fit: cover;

    border-radius: 50%;

}



.card-d2-city {

    color: #5c2974;

    font-size: 12px;

    font-weight: 500;

    margin-top: 10px;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    line-height: 2;

    height: 30px;

}



.card-d2-title {

    font-size: 14px;

    font-weight: 600;

    color: #666;

    margin-top: 5px;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    line-height: 1.5;

    height: 30px;

}



.card-d2-expert {

    font-size: 10px;

    color: #707070;

    margin-top: 5px;

    font-weight: 500;

}



.card-d2-phone {

    font-size: 14px;

    color: #707070;

    margin-top: 6px;

    font-weight: 500;

}



ul.pagination .space {

    display: flex;

    align-items: center;

    justify-content: center;

    color: #63239a;

    margin: 0 5px;

}



.card-d2-online {

    width: 10px;

    height: 10px;

    background-color: #18d212;

    display: block;

    position: absolute;

    border-radius: 20px;

    bottom: 0px;

    right: 20px;

}



.card-d2-btn {

    height: 38px;

    border-radius: 5px;

    background-color: #ad53fb;

    display: flex;

    align-items: center;

    width: 100%;

    justify-content: center;

    margin-top: 10px;

    font-size: 12px;

    font-weight: 600;

    color: #fff;

    border: 1px solid #ad53fb;

    transition: 0.3s;

}



.card-d2-btn:hover {

    background-color: #fff;

    color: #ad53fb;

}



.home-wrapper-4-paginate {

    display: flex;

    justify-content: center;

    margin-top: 30px;

    border-top: 1px solid #dcb2ff;

    padding-top: 20px;

}



.page-link {

    border: 1px solid #dee2e6;

    width: 26px;

    height: 26px;

    margin: 0 8px;

    border-radius: 5px;

    border: solid 1px #707070;

    background-color: #fff;

    font-size: 15px;

    font-weight: bold;

    color: #707070;

    padding: 0px;

    display: flex;

    align-items: end;

    justify-content: center;

    transition: 0.3s;

}



.page-item.active .page-link {

    color: #fff;

    background-color: #63239a;

    border-color: #63239a;

}



.page-link.page-link-arrow {

    background: #e3e3e3;

    border: 1px solid #e3e3e3;

}



@media (max-width:767px) {

    .home-wrapper-4-title {

        font-size: 16px;

    }



    .card-d2 {

        padding: 10px;

    }



    .card-d2-img-body {

        margin-top: 45px;

    }



    .col-6.col-md-4.col-lg-3.mt-3.mt-md-4:nth-child(odd) {

        padding-left: 8px;

    }



    .col-6.col-md-4.col-lg-3.mt-3.mt-md-4:nth-child(even) {

        padding-right: 8px;

    }



    .col-6.col-md-4.col-lg.mt-3.mt-md-5.px-md-2:nth-child(odd) {

        padding: 0 10px;

        padding-left: 5px;

    }



    .col-6.col-md-4.col-lg.mt-3.mt-md-5.px-md-2:nth-child(even) {

        padding: 0 10px;

        padding-right: 5px;

    }



    .col-6.col-md-3.mt-3.mt-md-0:nth-child(odd) {

        padding-left: 8px;

    }



    .col-6.col-md-3.mt-3.mt-md-0:nth-child(even) {

        padding-right: 8px;

    }



    .col-6.col-md-4.mt-3.mt-md-4:nth-child(odd) {

        padding-left: 8px;

    }



    .col-6.col-md-4.mt-3.mt-md-4:nth-child(even) {

        padding-right: 8px;

    }



    .home-wrapper-4 {

        margin-top: 30px;

    }

}





/* home wrapper 5 6 */

.home-wrapper-5 {

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

    background-color: #dcb2ff;

    padding: 35px 0;

    margin-top: 60px;

}





.home-wrapper-5-item iframe {

    border-radius: 10px;

    height: 162px;

}



.home-wrapper-5-item {

    display: flex;

    flex-direction: column;

}



.home-wrapper-5-item-title {

    font-size: 14px;

    font-weight: 600;

    color: #000;

    text-align: center;

    margin-top: 10px;

}





.home-wrapper-6 {

    margin-top: 60px;

}



.home-wrapper-6-title {

    font-size: 20px;

    font-weight: 600;

    line-height: 1.5;

    color: #63239a;

}



.home-wrapper-6-btn {

    height: 26px;

    border-radius: 5px;

    background-color: #ad53fb;

    border: 1px solid #ad53fb;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.5;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 14px;

    transition: 0.3s;

}

.expired-badge{
    left: 10px;top: -25px;
}

.expired-badge img{
    width: 190px;
}

.home-wrapper-6-btn:hover {

    background-color: #fff;

    color: #ad53fb;

}



.card-d3 {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 #dcb2ff;

    background: #fff;

    display: flex;

    flex-direction: column;

    padding: 15px;

    transition: 0.3s;

}



.card-d3:hover {

    box-shadow: 0 0 6px 0 #dcb2ff;

}



.card-d3-img {

    width: 70px;

    height: 70px;

    object-fit: cover;

    border-radius: 50%;

}



.card-d3-title {

    font-size: 16px;

    line-height: 1.5;

    text-align: right;

    color: #2a2929;

}



.card-d3-expert {

    font-size: 12px;

    line-height: 1.5;

    color: #707070;

    margin-top: 5px;

}





.card-d3-info {

    margin-top: 10px;

    font-size: 12px;

    color: #2a2929;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    line-height: 1.5;

    height: 36px;

}



.card-d3-info span:first-child {

    color: #2a2929;

    margin-left: 5px;

    font-weight: 600;

}



.card-d3-phone {

    font-size: 12px;

    line-height: 1.5;

    color: #999;

    margin-top: 5px;

    margin-bottom: 5px;

}



.card-d3-address {

    font-size: 12px;

    text-align: right;

    color: #999;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    line-height: 1.5;

    height: 36px;

}



.card-d3-btn {

    height: 24px;

    border-radius: 5px;

    background-color: #ad53fb;

    border: 1px solid #ad53fb;

    font-size: 12px;

    font-weight: 500;

    line-height: 1.5;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 14px;

    transition: 0.3s;

    white-space: nowrap;

    margin-right: 5px;

}



.card-d3-btn:hover {

    background-color: #fff;

    color: #ad53fb;

}



@media (max-width:767px) {

    .card-d3-btn {

        padding: 0 8px;

    }



    .home-wrapper-6-title {

        font-size: 16px;

    }



    .home-wrapper-5 {

        margin-top: 30px;

    }



    .home-wrapper-6 {

        margin-top: 30px;

    }



    .card-d3 {

        padding: 10px;

    }

}







.card-blog {

    display: flex;

    align-items: center;

    padding: 15px;

    border-radius: 8px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    background-color: #fff;

}



.card-blog-img-body {

    position: relative;

    width: 100%;

    height: 210px;

    flex: 0 0 210px;

    background-color: #f5f5f5;

    overflow: hidden;

    border-radius: 8px;

}



.card-blog-img {

    display: block;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    -o-object-fit: cover;

    object-fit: cover;

    transition: 0.5s;

}



.card-blog-img-body:hover .card-blog-img {

    transform: scale(1.1);

}



.card-blog-info {

    margin-right: 10px;

    padding: 10px;

}



.card-blog-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

}





.card-blog-title {

    font-size: 14px;

    font-weight: 500;

    line-height: 2;

    text-align: right;

    color: #333;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 2;

    height: 56px;

}



.card-blog-date {

    font-size: 10.8px;

    line-height: 2;

    text-align: left;

    color: #aaa;

    white-space: nowrap;

}



.card-blog-text {

    font-size: 12px;

    line-height: 2.17;

    text-align: right;

    color: #505050;

    width: 100%;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    overflow: hidden;

    -webkit-line-clamp: 4;

    max-height: 105px;

    min-height: 105px;

    margin-bottom: 5px;

    text-align: justify;

    letter-spacing: -0.5px;

}



.card-blog2-btn {

    border-radius: 15px;

    border: solid 1px #ad53fb;

    width: 110px;

    height: 30px;

    display: flex;

    font-size: 12px;

    font-weight: bold;

    justify-content: center;

    align-items: center;

    color: #ad53fb;

    transition: 0.3s;

}



.card-blog-btn {

    height: 31px;

    width: 100px;

    border-radius: 18px;

    border: solid 1px #63239a;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 10px;

    font-weight: 500;

    text-align: right;

    color: #63239a;

    transition: 0.3s;
    font-size: small;
}



.card-blog-btn:hover {

    background-color: #63239a;

    color: #fff;

}



.home-wrapper-blog-title {

    font-size: 22px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 2.5;

    letter-spacing: normal;

    text-align: center;

    color: #63239a;

    margin-top: 50px;

}



.home-blog-more-btn {

    height: 39px;

    border-radius: 5px;

    background-color: #63239a;

    border: 1px solid #63239a;

    font-size: 12px;

    font-weight: 600;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 20px;

    transition: 0.3s;

}



.home-blog-more-btn:hover {

    background: #fff;

    color: #63239a;

}



@media (max-width:767px) {

    .card-blog {

        flex-direction: column;

    }



    .card-blog-info {

        margin: 0;

    }



    .home-wrapper-blog-title {

        margin-top: 20px;

        font-size: 18px;

        line-height: normal;

    }

}





/* footer */



.footer {

    padding: 60px 0;

    background-color: #292e35;

    margin-top: 50px;

}



.footer-social {

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 12.5px;

}



.footer-social-item {

    color: white !important;

    border-radius: 5.4px;

    width: 30.5px;

    height: 30.5px;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s;

    margin-left: 9px;

    font-size: 16px;

}



.footer-social-item:hover {

    color: #63239a;

}



.footer-text {

    font-size: 12px;

    font-weight: 300;

    line-height: 1.93;

    text-align: justify;

    color: #fff;

    margin-top: 20px;

    letter-spacing: -0.5px;

}



.footer-header {

    font-size: 16px;

    font-weight: 500;

    line-height: 1.5;

    text-align: right;

    color: #fff;

    padding-bottom: 16px;

    border-bottom: solid 2px #e2e2e2;

    width: 125px;

    margin-bottom: 27px;

    border-bottom: 2px solid transparent;

    border-image: linear-gradient(to right, #fff 70%, #dcb2ff 70%);

    border-image-slice: 1;

}



.footer-ul {

    list-style: none;

    margin: 0;

    padding: 0;

}



.footer-link {

    font-size: 14px;

    text-align: right;

    color: #fff;

    margin-bottom: 8px;

    line-height: 1.93;

    display: flex;

    align-items: center;

}



.footer-link:hover {

    color: #a7a7a7;

}



.footer-bottom-item {

    color: #a7a7a7;

    font-size: 14px;

}



a.footer-bottom-item:hover {

    color: #fff;

}





.footer-info {

    font-size: 13px;

    font-weight: normal;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.31;

    letter-spacing: normal;

    text-align: right;

    color: #a7a7a7;

    margin-bottom: 8px;

}





.footer-bottom {

    background-color: #000;

    padding: 14px 0;

}



.footer-namad-body {

    display: flex;

    align-items: center;

    justify-content: center;

    height: 100%;

}



.footer-namad-item {

    background: #fff;

    width: 100px;

    height: 100px;

    border-radius: 8px;

    padding: 10px;

    margin: 10px;

    transition: 0.3s;

}



.footer-namad-item:hover {

    opacity: 0.8;

}



.footer-namad-item img {

    width: 100%;

    height: 100%;

}







/* new  */





.blog-box-hover {

    height: 230px;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    padding: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -ms-flex-line-pack: stretch;

    align-content: stretch;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    overflow: hidden;

    background-position: center;

    -webkit-transition: all 200ms linear;

    -o-transition: all 200ms linear;

    transition: all 200ms linear;

    border-radius: 10px;

}





.blog-box-hover:before {

    background-color: transparent;

    background-image: linear-gradient(180deg, #05040438 0%, #012863 100%);

    position: absolute;

    z-index: 0;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    content: '';

    -webkit-transition: all 200ms linear;

    -o-transition: all 200ms linear;

    transition: all 200ms linear;

}



.blog-box-hover:hover::before {

    background-color: #01286369;

}





.blog-box-hover:hover .blog-box-hover-info .blog-box-hover-text {

    max-height: 10em;

    opacity: 1;

    -webkit-transition: all 300ms linear;

    -o-transition: all 300ms linear;

    transition: all 300ms linear;

}



.blog-box-hover-info {

    width: 100%;

    position: relative;

    z-index: 1;

    -ms-flex-item-align: end;

    align-self: flex-end;

}



.blog-box-hover-title {

    font-size: 18px;

    font-weight: 600;

    line-height: 1.6em;

    color: #fff;

    margin: 0 0 5px 0;

    text-align: right;

}



.blog-box-hover-text {

    font-size: 11px;

    font-weight: 400;

    color: #fff;

    text-align: right;

    max-height: 0;

    opacity: 0;

    -webkit-transition: all 200ms linear;

    -o-transition: all 200ms linear;

    transition: all 200ms linear;

    overflow: hidden;

}



.blog-row-title {

    color: #121212;

    font-size: 20px;

    font-weight: 600;

}



.blog-row-link {

    font-size: 14px;

    color: #0072ab;

}



.blog-box-row {

    display: flex;

    align-items: start;

}



.blog-box-row-img {

    border-radius: 5px;

    max-width: 150px;

    max-height: 150px;

}



.blog-box-row-info {

    margin-right: 20px;

}



.blog-box-row-title {

    font-size: 15px;

    font-weight: 600;

    color: #121212;

}



.blog-box-row-text {

    font-size: 12px;

    font-weight: 400;

    color: #121212;

    margin-top: 5px;

}



.backgrand-blog {

    background: #012863;

    padding: 20px 0px;

    margin-top: 50px;

}



.blog-box-3 {

    border-radius: 5px 5px 5px 5px;

    height: 185px;

    -webkit-background-size: cover;

    background-size: cover;

    position: relative;

    padding: 20px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -ms-flex-line-pack: stretch;

    align-content: stretch;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;

    overflow: hidden;

    background-position: center;

    -webkit-transition: all 200ms linear;

    -o-transition: all 200ms linear;

    transition: all 200ms linear;

}





.blog-box-3:before {

    background-color: #0339C18F;

    position: absolute;

    z-index: 0;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    content: '';

    -webkit-transition: all 200ms linear;

    -o-transition: all 200ms linear;

    transition: all 200ms linear;

}



.blog-box-3:hover:before {

    background-color: #fc5e16a1;

}



.blog-box-3-info {

    width: 100%;

    position: relative;

    z-index: 1;

    -ms-flex-item-align: end;

    align-self: flex-end;

}



.blog-box-3-title {

    font-weight: 600;

    color: #fff;

    margin: 0 0 0 0;

    text-align: center;

    font-size: 16px;

}



.box-wrap {

    margin: 0 10px 0 10px;

    max-width: 100%;

    -ms-flex-preferred-size: 100%;

    flex-basis: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-left: 10px;

    margin-right: 10px;

    -ms-flex-item-align: start;

    align-self: flex-start;

}



.box-wrap-item {

    flex: 0 0 calc(100% / 3);

    max-width: calc(100% / 3);

    font-size: 12px;

    font-weight: 600;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-line-pack: start;

    align-content: flex-start;

    margin-top: 10px;

    margin-bottom: 10px;

}



.box-wrap-item a {

    color: #000;

}



.box-wrap-item a:hover {

    color: #fc5e16;

}



.popup-1 {

    display: flex;

    position: fixed;

    align-items: center;

    justify-content: space-between;

    bottom: 0;

    background-color: #fc5e16;

    z-index: 9999;

    color: #fff;

    margin: auto;

    width: 100%;

    max-width: 600px;

    right: 0;

    left: 0;

    height: 60px;

    padding: 10px;

    border-radius: 12px 12px 0px 0px;

}



.popup-1-text {

    font-size: 16px;

}



.popup-1-text span {

    font-weight: 700;

}



.popup-1-btn {

    background: #fff;

    border-radius: 12px;

    color: #eb0056;

}



.popup-1-btn {

    background: #fff;

    border-radius: 9px;

    color: #eb0056;

    height: 36px;

    padding: 5px 20px;

    display: flex;

    align-items: center;

    font-size: 12px;

    font-weight: 600;

}



.popup-1-close {

    position: absolute;

    top: 4px;

    right: 6px;

    font-size: 14px;

    cursor: pointer;

}



.breadcrumb {

    background-color: #01286312;

    font-size: 12px;

}



.fs-12 {

    font-size: 12px;

}



.fs-14 {

    font-size: 14px;

}



.single-blog-title {

    font-size: 28px;

    font-weight: 600;

}



.br-10 {

    border-radius: 10px;

}



.single-blog-box {

    background-color: #f7f7f7;

    padding: 15px 10px;

    border-radius: 10px;

}



.alert-blog {

    background: #fc5e16;

    padding: 10px;

    border-radius: 10px;

    display: flex;

    flex-direction: column;

    margin-top: 15px;

}



.alert-blog-text {

    font-size: 16px;

    color: #fff;

    font-weight: 600;

}



.alert-blog-btn {

    border: 0;

    color: #fff;

    font-size: 12px;

    background: #fff;

    color: #fc5e16;

    font-weight: 600;

    padding: 5px 10px;

    border-radius: 5px;

    margin-top: 10px;

    text-align: center;

    transition: 0.3s;

    border: 1px solid #fff;

}



.alert-blog-btn:hover {

    background: #fc5e16;

    color: #fff;

}



@media (max-width:767px) {



    .single-blog-title {

        font-size: 18px;

        font-weight: 600;

    }



    .popup-1 {

        flex-direction: column;

        height: 90px;

    }



    .popup-1-text {

        font-size: 12px;

    }



    .popup-1-btn {

        width: 100%;

        justify-content: center;

        margin-bottom: 5px;

    }



    .box-wrap-item {

        flex: 0 0 calc(100%);

        max-width: calc(100%);

    }



    .blog-row-title {

        font-size: 16px;

    }



    .blog-row-link {

        font-size: 12px;

        color: #0072ab;

    }

}



.line-h2 {

    line-height: 2;

}



.page-link-custom {

    display: flex;

    width: 26px;

    height: 26px;

    background: #fff;

    margin: 0 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #000;

    border-radius: 50%;

    font-size: 14px;

    transition: 0.3s;

}



.page-link-custom:hover {

    background: #fc5e16;

    color: #fff;

}



.page-item.active .page-link-custom {

    background: #fc5e16;

    color: #fff;

}



.backgrand-topic {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;



}



.backdrop-topic {

    background: #0000007a;

    padding-top: 60px;

    padding-bottom: 50px;

}



.breadcrumb.breadcrumb-topic {

    background-color: white;

    margin: auto;

}



.blog-row-title-topic {

    font-size: 30px;

    font-weight: 600;

    color: #fff;

    text-align: center;

    margin-top: 30px;

}







.comment-form-rate {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.comment-form-rate-star {

    margin-right: 25px;

    margin-left: 25px;

    direction: ltr;

}



.comment-form-rate-text {

    font-size: 14px;

    font-weight: normal;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.53;

    letter-spacing: normal;

    text-align: center;

    color: #505050;

}



.comment-form-rate-num {

    font-size: 14px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    letter-spacing: normal;

    text-align: center;

    color: #aaa;

}



/* i.far.fa-star {

      color: #dcdcdc;

  }

  i.fas.fa-star {

    color: #f9bc00;

  } */





.wrapper-star input {

    display: none;

}



.wrapper-star label {

    margin: 0;

}



i.far.fa-star {

    color: #dcdcdc;

}



i.fas.fa-star {

    color: #f9bc00;

}



.single-comment {

    border: 1px solid #dddd;

    padding: 10px;

    border-radius: 8px;

    margin-top: 15px;

}



.single-comment-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.single-comment-user {

    font-size: 14px;

    color: #121212;

}



.single-comment-rate {

    font-size: 14px;

    color: #121212;

}



.single-comment-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #dddd;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.single-comment-body {

    font-size: 12px;

    font-weight: 400;

    color: #121212;

    margin-top: 5px;

    line-height: 2;

}



button.btn.btn-primary.btn-sm.mt-3.mb-4 {

    background: #011c47;

}



#show-more-blog-content {

    display: none;

}



.img-hover:hover {

    opacity: 0.8;

}



.img-hover {

    transition: 0.3s;

}







.comment-body {

    max-height: 300px;

    overflow: auto;

    width: 100%;

}



.comment-body::-webkit-scrollbar {

    width: 8px;

}



.comment-body::-webkit-scrollbar-thumb {

    background-color: rgba(0, 0, 0, 0.2);

    border-radius: 50px;

}



.comment-body::-webkit-scrollbar-track {

    background-color: rgba(0, 0, 0, 0.1);

    border-radius: 50px;

}



.asatid-card-star-com span {

    font-size: 14px;

    font-weight: 500;

    margin-left: 10px;

}



.asatid-card-star-com {

    display: flex;

    align-items: center;

    font-size: 16px;

}



.comment-box-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.comment-box-star {

    font-size: 12px;

}



.commnet-box-date {

    color: #959595;

    font-size: 12px;

}



.comment-box-content {

    font-size: 14px;

    margin-top: 5px;

}



.comment-box {

    margin-top: 15px;

    padding-left: 10px;

}





/* doktor 2 */

.d2-box {

    border-radius: 10px;

    background-color: #fff;

    padding: 22px;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);

    border: solid 1px rgb(191 191 191 / 23%);

}



.d2-box-title {

    font-size: 22px;

    font-weight: 600;

    line-height: 1.5;

    text-align: right;

    color: #ad53fb;

}



.d2-box-title span {

    color: #2a2929;

}



.d2-box-text {

    font-size: 16px;

    font-weight: 500;

    line-height: 1.89;

    color: #707070;

    margin-top: 10px;

}



.d2-box-2 {

    border-radius: 10px;

    background-color: #fff;

    padding: 20px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    padding-top: 10px;

}



.d2-box-inner {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background-color: #fff;

    padding: 15px 5px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    transition: 0.3s;

}



.d2-box-inner-img {

    max-width: 100%;

}



.d2-box-inner-title {

    font-size: 10px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: center;

    color: #707070;

    margin-top: 5px;

    transition: 0.3s;

}



.d2-box-inner:hover {

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);

}



.d2-box-inner:hover .d2-box-inner-title {

    color: #ad53fb;

}



.d2-row-title {

    font-size: 19px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.53;

    letter-spacing: normal;

    color: #ad53fb;

    margin-bottom: 12px;

}



.d2-row-title span {

    color: #707070;

}



.d2-row-col {

    margin-top: 10px;

    -ms-flex: 0 0 50%;

    flex: 0 0 50%;

    max-width: 50%;

    position: relative;

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

}



.d2-row-col:nth-child(odd) {

    padding-left: 5px;

}



.d2-row-col:nth-child(even) {

    padding-right: 5px;

}



.d2-cat-title {

    height: 34px;

    border-radius: 5px;

    background-color: #b865ff;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 20px;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.5;

    color: #fff;

    margin-bottom: 10px;

}



.d2-cat {

    border: 1px solid #dedede;

    width: 100%;

    display: flex;

    align-items: center;

    height: 41px;

    padding: 15px;

    border-radius: 5px;

    margin-bottom: 6px;

    font-size: 14px;

    line-height: 1.5;

    text-align: right;

    color: #707070;

    transition: 0.3s;

}



.d2-cat:hover {

    border: 1px solid #ad53fb;

}



.d2-box-acc-title {

    font-size: 20px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: right;

    color: #2a2929;

    margin-bottom: 5px;

}



.acc-btn {

    display: flex;

    align-items: center;

    width: 100%;

    background: transparent;

    height: 65px;

    justify-content: right;

    border-radius: 10px 10px 0 0;

    padding: 20px;

    text-align: right;

    border: solid 1px #bfbfbf;

    border-bottom: 0;

}



.acc-btn.collapsed {

    border-bottom: solid 1px #bfbfbf;

    border-radius: 10px;

}



.acc-btn-title {

    font-size: 18px;

    font-weight: 500;

    color: #707070;

    border-right: solid 1px #bfbfbf;

    padding-right: 15px;

    margin-right: 15px;
    line-height: normal;

}



.acc-body {

    font-size: 16px;

    color: #969696;

    border: 1px solid #bfbfbf;

    border-radius: 0 0 10px 10px;

    border-top: 0;

    padding: 20px;

    padding-top: 0;

    line-height: 30px;

}



.acc-header {

    margin-top: 15px;

}



.acc-icon {

    min-width: 30px;

    min-height: 30px;

    border: solid 1px #bfbfbf;

    border-radius: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #b865ff;

    padding-top: 3px;

}



.acc-icon {

    transition: 0.3s;

}



.acc-icon.active {

    /* transform: rotate(90deg); */

    color: #fff;

    background: #b865ff;

}







@media (max-width:767px) {

    .d2-box-title {

        font-size: 18px;

    }



    .d2-box-text {

        font-size: 14px;

    }



    .d2-row-title {

        font-size: 18px;

    }



    .acc-btn-title {

        font-size: 14px;

    }



    .d2-box-acc-title {

        font-size: 16px;

    }



    .acc-btn {

        height: 55px;

    }



    .acc-body {

        font-size: 14px;

        padding: 15px;

        padding-top: 0;

    }

}







/* doktor 3 */

.d3-box {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    border: solid 1px rgba(220, 178, 255, 0.31);

    background-color: #fff;

    padding: 15px;

    height: 100%;

}



.d3-box-img {

    border-radius: 5px;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

    width: 100%;

}



.d3-box-medical-number {

    font-size: 12px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: center;

    color: #999;

    margin-top: 12px;

    margin-bottom: 30px;

}



.d3-box-btn-add {

    border-radius: 5px;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

    background-color: #ad53fb;

    border: 1px solid #ad53fb;

    height: 38px;

    display: flex;

    margin-top: 10px;

    align-items: center;

    justify-content: center;

    font-size: 12px;

    font-weight: 500;

    color: #fff;

    transition: 0.3s;

}



.d3-box-btn-add:hover {

    background: transparent;

}



.d3-box-title {

    font-size: 20px;

    font-weight: bold;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

}



.d3-box-text-mute {

    font-size: 12px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 2.5;

    letter-spacing: normal;

    color: #707070;

}



.d3-box-expert {

    background: #edd8ff;

    border-radius: 5px;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

    padding: 10px;

    margin-top: 10px;

    font-size: 12px;

    font-weight: 600;

    color: #63239a;

    line-height: 25px;



}



.d3-box-info {

    color: #707070;

    margin-top: 15px;

    display: flex;

    align-items: center;

}



.d3-box-info span {

    font-size: 12px;

    font-weight: 500;

    display: flex;

    align-items: center;

    line-height: 25px;

}



.d3-box-info span div a {

    color: #ad53fb;

}



.d3-box-btn-nobat {

    border-radius: 5px;

    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);

    background-color: #f28100;

    border: 1px solid #f28100;

    width: 100%;

    display: flex;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 15px;

    font-size: 16px;

    font-weight: 500;

    text-align: left;

    color: #fff;

    transition: 0.3s;

}



.d3-box-btn-nobat:hover {

    background: transparent;

    color: #f28100;

}



.d3-box-social {

    display: flex;

    align-items: center;

    justify-content: end;

    margin-top: 15px;

    font-size: larger;

}



.d3-box-social a {

    color: #9b9a9a;

    margin-right: 20px;

    transition: 0.3s;

}



.d3-box-social a:hover {

    color: #ad53fb;

}



.d3-box-description {

    border-top: solid 1px rgba(191, 191, 191, 0.47);

    margin-top: 10px;

    padding-top: 10px;

    font-size: 14px;

    font-weight: 500;

    line-height: 2.71;

    text-align: right;

    color: #707070;

}



.d3-box-description p {

    margin: 0;

}



.d3-box-title-2 {

    font-size: 16px;

    font-weight: bold;

    line-height: 1.5;

    color: #2a2929;

    display: flex;

    align-items: center;

}



.d3-box-title-2 span {

    margin-right: 10px;

}



.d3-box-address-row-title {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

    margin-top: 10px;

    margin-left: 10px;

}



.d3-box-address-row-text {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 2.0;

    letter-spacing: normal;

    color: #707070;

    margin-top: 10px;

}



.d3-box-address-row-text a {

    color: #707070;

}



.d3-box-address-row-text a:hover {

    color: #ad53fb;

}



.d3-box-address {

    border-bottom: 3px solid #ededed;

    padding-bottom: 20px;

    margin-bottom: 15px;

}



.d3-box-address:last-child {

    border: 0;

    padding: 0;

    margin: 0;

}



.responsive-map {

    overflow: hidden;

    padding-bottom: 200px;

    position: relative;

    height: 0;

    border-radius: 10px;

}



.responsive-map iframe {

    left: 0;

    top: 0;

    height: 200px;

    width: 100%;

    position: absolute;

}



.nobat-item {

    /*font-size: 16px;*/

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.94;

    letter-spacing: normal;

    text-align: center;

    color: #bfbfbf;

    border-bottom: 3px solid #bfbfbf;

    padding-bottom: 10px;

}



.swiper-slide-nobat.swiper-slide-active .nobat-item {

    color: #21ad3e;

    border-color: #21ad3e;

}



.nobat-info {

    display: none;

    white-space: nowrap;

    margin: 20px;

}



.nobat-info-title {

    font-size: 20px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: left;

    color: #707070;

}



.nobat-info-next {

    background-color: #edd8ff;

    width: 250px;

    border-radius: 19px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 8px;

    font-size: 18px;

    font-weight: 600;

    color: #63239a;

}



.d3-nobat-info-title {

    border-radius: 5px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    background-color: #edd8ff;

    padding: 5px 15px;

    /*font-size: 20px;*/

    font-weight: 600;

    font-style: normal;

    color: #63239a;

}



@media (max-width:767px) {

    .nobat-info-title {

        font-size: 16px;

    }



    .nobat-info-next {

        font-size: 14px;

        width: 200px;

    }



    .d3-nobat-info-title {

        font-size: 16px;

    }

}



.swiper-button-next-custom {

    left: 0 !important;

    margin-top: -44px !important;

    box-shadow: unset !important;

    border: solid 1px #bfbfbf !important;

    width: 40px !important;

    height: 40px !important;

    display: flex !important;

}



.swiper-button-prev-custom {

    right: 0 !important;

    margin-top: -44px !important;

    box-shadow: unset !important;

    border: solid 1px #bfbfbf !important;

    width: 40px !important;

    height: 40px !important;

    display: flex !important;

}



.swiper-slide-nobat.swiper-slide-active .nobat-info {

    display: block;

}







.d3-video iframe {

    border-radius: 10px;

    height: 300px;

    width: 100%;

}



.d3-box-title-border {

    font-size: 18px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

}



.d3-box-title-border {

    font-size: 18px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

    border-bottom: solid 1px rgba(191, 191, 191, 0.47);

    padding-bottom: 10px;

}



img.d3-gallery-img {

    max-width: 100%;

    border-radius: 10px;

}



.d3-comment-title {

    display: flex;

    align-items: center;

}



.d3-comment-title span {

    font-size: 18px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

}



.d3-comment-title i {

    color: #f9bc00;

    font-size: 20px;

    margin-left: 5px;

}



.d3-comment-text {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: right;

    color: #707070;

    margin-top: 14px;

}



.d3-commnet-btn {

    border: 1px solid #1c60ff;

    background: transparent;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);

    height: 44px;

    font-size: 16px;

    font-weight: 600;

    color: #1c60ff;

    transition: 0.3s;

}



.d3-commnet-btn:hover {

    background-color: #1c60ff;

    color: #fff;

}



.d3-box-header {

    height: 66px;

    border-radius: 5px;

    background-color: #edeef0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #1c60ff;

    font-size: 16px;

    font-weight: 600;

}



.d3-box-header span {

    color: #999999;

    font-weight: 500;

    margin-right: 5px;

    font-size: 14px;

}





/* pie */

.pie-wrapper {

    height: 1em;

    width: 1em;

    margin: auto;

    position: relative;

    font-size: 5em;

}



.pie-wrapper .label {

    border-radius: 50%;

    color: #6a737c;

    cursor: default;

    display: block;

    position: absolute;

    text-align: center;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 15px;

    color: #676767;

}



.pie-wrapper .label span {

    font-size: 22px;

    font-weight: 500;

    color: #21ad3f;

    margin-bottom: 0;

}



.pie-wrapper .pie {

    height: 100%;

    width: 100%;

    clip: rect(0, 1em, 1em, 0.5em);

    left: 0;

    position: absolute;

    top: 0;

}



.pie-wrapper .pie .half-circle {

    height: 100%;

    width: 100%;

    border: 0.09em solid #999999;

    border-radius: 50%;

    clip: rect(0, 0.5em, 1em, 0);

    left: 0;

    position: absolute;

    top: 0;

}



.pie-wrapper .circle-border {

    height: 100%;

    width: 100%;

    border: 0.09em solid #21ad3f;

    border-radius: 50%;

}





.d3-rate-box-info {

    font-size: 12px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: center;

    color: #21ad3f;

    margin-top: 25px;

    padding: 0 10px;

}



.d3-rate-box {

    border-left: solid 1px #dcdcdc;

}



.d3-rate-title {

    font-size: 18px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: right;

    color: #999;

}





.de-rate-row {

    display: flex;

    align-items: center;

    margin-top: 10px;

}



.progress.d3-rate-row-progress {

    width: 100%;

    height: 5px;

    margin: 0 20px;

    max-width: 100px;

}



.d3-rate-row-title {

    font-size: 16px;

    white-space: nowrap;

    color: #999;

    width: 95px;

}



.d3-rate-row-title2 {

    font-size: 16px;

    white-space: nowrap;

    color: #999;

}











@media (max-width:767px) {

    .d3-rate-box {

        border-bottom: solid 1px #dcdcdc;

        border-left: 0;

        padding-bottom: 20px;



    }



    #choose-office{

        display: none;



    }



    .vip-doctors{

        display: none;

    }



}



@media (min-width:767px) {


    .hidden-video{

        display: none;

    }



    .choose-office-desktop {

        display: none;

        margin: auto;

    }

}













.d3-com-title {

    font-size: 20px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #2a2929;

}



.d3-com-user {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: center;

    color: #21ad3f;

}



.d3-com-wait {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: right;

    color: #999;

}



.d3-com-content {

    font-size: 16px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    text-align: right;

    color: #999;

}



.d3-box-about {

    font-size: 16px;

    font-weight: 300;

    font-stretch: normal;

    font-style: normal;

    letter-spacing: normal;

    text-align: right;

    margin-top: 15px;

    color: #646464;

    line-height: 2

}



.d4-banner {

    width: 100%;

    border-radius: 10px;

}



.d4-box {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    border: solid 1px rgba(220, 178, 255, 0.31);

    background-color: #fff;

    padding: 20px 30px;

}



.d4-box-header {

    background: #f3f3f3;

    display: flex;

    align-items: center;

    justify-content: center;

    height: 49px;

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    font-style: normal;

    line-height: 0.67;

    letter-spacing: normal;

    text-align: center;

    color: #eba400;

    border-radius: 10px;

}



.d4-box-border {

    border-bottom: solid 1px rgba(191, 191, 191, 0.47);

    padding-bottom: 15px;

}



.d4-form-group {

    display: flex;

    align-items: center;

    margin-top: 15px;

    justify-content: space-between;

}



.d4-form-group label {

    margin: 0;

    font-size: 14px;

    font-weight: 500;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.37;

    letter-spacing: normal;

    text-align: center;

    color: #2a2929;

    white-space: nowrap;

}



.d4-form-group input {

    border-radius: 10px;

    border: solid 0.5px #969696;

    background-color: #fff;

    height: 40px;

    width: 100%;

    padding: 15px;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.37;

    color: #707070;

    margin-right: 20px;

    outline: none;

    transition: 0.3s;

    max-width: 310px;

}



.d4-form-group textarea {

    border-radius: 10px;

    border: solid 0.6px #969696;

    background-color: #fff;

    width: 100%;

    padding: 15px;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.37;

    color: #707070;

    outline: none;

    transition: 0.3s;

}



.d4-form-group select {

    border-radius: 10px;

    border: solid 0.5px #969696;

    background-color: #fff;

    height: 40px;

    width: 100%;

    padding: 0 15px;

    font-size: 14px;

    font-weight: 500;

    color: #707070;

    margin-right: 20px;

    outline: none;

    transition: 0.3s;

    max-width: 310px;

}



.d4-form-group input:focus {

    border-color: #8900ff;

}



.d4-form-group select:focus {

    border-color: #8900ff;

}



.d4-form-group textarea:focus {

    border-color: #8900ff;

}



.d4-form-group button {

    border-radius: 10px;

    background-color: #eba400;

    border: 1px solid #eba400;

    height: 50px;

    width: 100%;

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    color: #fff;

    transition: 0.3s;

}



.d4-form-group button:hover {

    color: #eba400;

    background: transparent;

}



.d4-form-group button:focus {

    color: #fff;

    background: #eba400;

}



.d4-box-2 {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    border: solid 1px rgba(220, 178, 255, 0.31);

    background-color: #63239a;

    padding: 20px 30px;

}



.d4-box-2-header {

    border-radius: 5px;

    background-color: #fff;

    height: 49px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 24px;

    font-weight: bold;

    color: #707070;

}





.d4-box-2-border {

    border-bottom: solid 1px rgba(191, 191, 191, 0.47);

    padding-bottom: 15px;

}



.d5-box-border {

    border-bottom: solid 1px #c8c8c8;

    margin-top: 20px;

    margin-bottom: 20px;

}



.d4-box-2-text {

    font-size: 16px;

    font-weight: 600;

    font-stretch: normal;

    font-style: normal;

    line-height: 2;

    letter-spacing: normal;

    text-align: right;

    color: #fff;

    margin-top: 15px;

}



.d4-box-2-contact {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 21px;

}



.d4-box-2-contact-title span {

    font-size: 16px;

    font-weight: 600;

    text-align: center;

    color: #fff;

    margin-right: 20px;

}



.d4-box-2-contact-text {

    font-size: 16px;

    font-weight: bold;

    letter-spacing: 0.48px;

    text-align: center;

    color: #fff;

}



.d4-box-2-contact-text a {

    letter-spacing: 1.6px;

    color: #fff;

}



.d4-box-2-contact-text a:hover {

    color: #eba400;

}



.d4-box-social-title {

    font-size: 16px;

    font-weight: bold;

    text-align: center;

    color: #fff;

    border-top: 1px solid #fff;

    margin-top: 20px;

    padding-top: 17px;

    padding-bottom: 19px;

}



.d4-box-social {

    display: flex;

    justify-content: center;

}



.d4-box-social a {

    border-radius: 5.4px;

    border: solid 1px #fff;

    width: 31.1px;

    height: 31.1px;

    margin: 0 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    transition: 0.3s;

}



.d4-box-social a:hover {

    color: #ad53fb;

    background: #fff;

}



.d5-box-header {

    background: #f3f3f3;

    height: 49px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #ad53fb;

}



.d5-box-header-2 {

    background: #b865ff;

    height: 49px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 5px;

    font-size: 24px;

    font-weight: bold;

    font-stretch: normal;

    font-style: normal;

    line-height: 1.5;

    letter-spacing: normal;

    color: #fff;

}



@media (max-width:767px) {

    .loc{
        margin-bottom: 30px;
    }

    .d3-box-medical-number{
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 0;
        letter-spacing: normal;
        text-align: center;
        color: #999;
        margin-top: 12px;
    }
    .choose-office-desktop{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .d4-box-2-contact-title span {

        font-size: 14px;

        margin-right: 5px;

    }



    .d4-box-2-contact-text {

        font-size: 14px;

    }



    .d4-box-2 {

        padding: 15px;

    }



    .d4-box {

        padding: 15px;

    }



    .d4-box-header {

        font-size: 18px;

    }



    .d5-box-header {

        font-size: 18px;

    }



    .d4-box-2-header {

        font-size: 18px;

    }



    .d5-box-header-2 {

        font-size: 18px;

    }



    .d4-box-2-text {

        font-size: 14px;

    }

}

.routing-office{

    position: absolute; bottom: 0; padding: 15px; background:#ad53fb; border-radius: 5px; color: white; width: 110px; text-align: center;

}







/* new.css */

.menu-desktop-absolute-header {

    background: transparent;

    overflow: auto;

    max-height: 500px;

    width: 475px;

    direction: ltr;

    box-shadow: unset;

}



.menu-desktop-sub {

    margin-top: 0px;

    top: 0;

}



.menu-desktop-sub-content {

    border-radius: 4px 0 0 4px;

    padding: 5px 10px;

}



#show-more-content-header {

    direction: rtl;

}



.menu-desktop-absolute-header::-webkit-scrollbar {

    width: 6px;

}



.menu-desktop-absolute-header::-webkit-scrollbar-thumb {

    background: #e4e4e4;

    border-radius: 4px;

}



.menu-desktop-absolute-header::-webkit-scrollbar-track {

    background: #bebebe;

    border-radius: 4px;

}





.menu-desktop-link {

    padding: 15px;

}



.menu-desktop-item {

    position: relative;

    background: #fff;

    width: 240px;

    padding: 0;

}



.menu-desktop-sub-content::before {

    top: 18px;

}



.navbar-custom {

    z-index: 999;

}





.m-box {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    border: solid 1px rgba(220, 178, 255, 0.31);

    background-color: #fff;

    padding: 20px;

    padding-bottom: 0;

    position: relative;

    margin-top: 20px;

}



.m-box-content {

    position: relative;

    max-height: 90px;

    overflow: hidden;

    transition: max-height 0.3s ease-in-out 0s;

    font-size: 16px;

    line-height: 2;

    overflow-wrap: break-word;

    text-align: justify;

    padding-bottom: 16px;

}



.m-box-content h2 {

    font-weight: bold;

    margin-bottom: 10px;

}



.m-box-content h3 {

    font-weight: bold;

    margin-bottom: 10px;

}



.m-box-content p {

    margin-bottom: 5px;

}



.m-box-content.active {

    position: relative;

    max-height: max-content!important;

    overflow: hidden;

    transition: max-height 0.3s ease-in-out 0s;

    margin-bottom: 30px;

}



.m-box-btn {

    outline: none;

    box-shadow: none;

    border: 0;

    position: absolute;

    bottom: 0px;

    left: 0px;

    display: flex;

    -webkit-box-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    align-items: center;

    height: 40px;

    width: 100%;

    border-radius: 0px;

    cursor: pointer;

    color: rgb(65, 134, 255);

    font-size: 18px;

    color: #434343;

    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);



}







.n-box-content {

    display: none;

}



.n-box {

    border-radius: 10px;

    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);

    border: solid 1px rgba(220, 178, 255, 0.31);

    background-color: #fff;

    padding: 20px;

    position: relative;

    margin-top: 20px;

}



.n-box-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.n-box-title {

    font-size: 16px;

    font-weight: bold;

}



.n-box-more {

    background: transparent;

    border: 0;

    outline: none;

    color: #ad53fb;

    font-weight: bold;

    display: flex;

    align-items: center;

    font-size: 14px;

    white-space: nowrap;

}



.n-box-more i {

    margin-right: 5px;

    font-size: 16px;

}



.n-box-content {

    display: flex;

    flex-wrap: wrap;

    margin-top: 15px;

}



.n-box-item {

    width: 50%;

    padding: 10px 0;

    font-size: 14px;

    color: #707070;

    display: flex;

    align-items: center;

}



.n-box-item i {

    color: #ad53fb;

    margin-right: 5px;

}



@media (max-width:500px) {

    .m-box-content {

        font-size: 14px;

    }



    .n-box-title {

        font-size: 12px;

    }



    .n-box-more {

        font-size: 12px;

    }



    .n-box-item {

        width: 100%;

    }

}



@media (min-width:992px) {

    .n-box-item {

        width: 25%;

    }

}





.n-social {

    display: flex;

    align-items: center;

    justify-content: center;

}



.n-social a {

    display: flex;

    font-size: 20px;

    width: 28px;

    height: 28px;

    align-items: center;

    justify-content: center;

    margin: 0 10px;

    border-radius: 50%;

    color: #fff;

    background: #ad53fb;

    transition: 0.3s;

}



.n-instagram{

    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)!important;

}



.n-telegram{

    background: linear-gradient(#36AEE0,#1C96D1)!important;

}



.n-whatsapp{

    background: #3AC371!important;

}



.n-social .n-telegram{

    font-size: 12px;

    padding-left: 1px;

}



.n-social a:hover{

    opacity: 0.8;

}



.n-share {

    background: #8f44d0;

    font-size: 16px;

}

/* end new.css */



#overlay{

    position: unset;

}

#overlay.active{

    z-index: 999;
    position: fixed;

}

strong{
    font-weight: bold !important;
}

/* modal css */

.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-default.jconfirm-type-animated {
    border-radius: 10px;
}

.modal .body .yes-no a:first-child {
    background: #ad53fb;
}

.modal .body .yes-no a:last-child {
    background: #d30472;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content .icon {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: 30px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.modal .body form:not(.custom) button {
    background: #ad53fb;
}

.modal .body .yes-no a:nth-child(2) {
    background: #f28100;
}


/* edit page doctor  */

.d3-box {
    height: auto;
}
.d3-box-description {
    height: 277px;
    overflow: auto;
}

.d3-box-description::-webkit-scrollbar {
    width: 8px;
}

.d3-box-description::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.d3-box-description::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

/*end*/

.swiper-card {
    padding: 10px;
}

.card-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 0px;
    box-shadow: 0 0 5px 2px #ad53fb;
    transition: 0.3s;
}

.card-img img {
    max-width: 100%;
    height: auto;
}

.card-img:hover {
    box-shadow: 0 0 5px 4px #ad53fb;
}

.tick{
    color: #ad53fb;
    font-size: 20px;
}