
             #module_slider_65{
                color:#fff!important;
                position: relative;
                overflow:hidden;
             }   
             #module_slider_65 .slider__bg-overlay{
                z-index: 2;
                background-color: rgba(66, 59, 16, .6);
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .blended {
                mix-blend-mode: multiply;
            }
            #module_slider_65 .slider-container {
                width: 100vw;
                height: 100vh;
                overflow: hidden;
                position: relative;
            }
            #module_slider_65 .slide {
                width: 100vw;
                height: 100vh;
                position: absolute;
                opacity: 0;
                overflow:hidden;
            }
            #module_slider_65 .slide .contain_img {
                overflow:hidden;
                width: 100vw;
                height: 100vh;
                background-color: rgba(66, 59, 16, .6);
            }
            #module_slider_65 .slide img {
                object-fit: cover;
                width: 100%;
                max-width: 100%;
                height: 100%;
            }
            #module_slider_65 .slide.previous {
                transition: left 2s ease, transform 3s ease, z-index 0.25s ease, opacity 1s ease;
            }
	        #module_slider_65 .slide.active {
	        	transition:  left 1s ease-in-out,transform 2s ease, z-index 0.5s ease, opacity 0.5s ease;
	        }
	        #module_slider_65 .navigation{
	            z-index: 998;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                position: absolute;
                top: 0%;
                bottom: auto;
                left: 0%;
                right: 0%;
	        }
	        #module_slider_65 .nav__top {
                z-index: 555;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                padding: 1em 3em;
                display: flex;
                position: relative;
            }
            #module_slider_65 .nav__col {
                flex-direction: row;
                flex: 1;
                justify-content: center;
                align-items: center;
                display: flex;
            }
            #module_slider_65 .nav__col.col-1 {
                justify-content: flex-start;
            }
            #module_slider_65 .nav__col.col-2 {
                justify-content: flex-end;
            }
            #module_slider_65 .nav__menu {
                z-index: 10;
                opacity: 1;
                color: #fff;
                white-space: nowrap;
                cursor: pointer;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 5px 10px;
                font-weight: 400;
                display: flex;
                position: fixed;
                transition:1s;
            }
            #module_slider_65 .menu-txt {
                z-index: 10;
                font-size: 14px;
                position: relative;
                margin:0 5px;
            }
            #module_slider_65 .icon__cart {
                z-index: 5;
                position: relative;
                width:16px
            }
            #module_slider_65 #pointer-events-none {
                pointer-events: none;
            }
            #module_slider_65 .logo__cols {
                opacity: .5;
                justify-content: flex-end;
                align-items: center;
                width: 6.5em;
                transition: opacity .3s;
                display: flex;
            }
            #module_slider_65 .logo__emblem {
                z-index: 10;
                margin-left: 16px;
                margin-right: 16px;
                position: relative;
                max-width: 100%;
                display: inline-block;
            }
            #module_slider_65 .nav__logo {
                width: 120px;
                height:65px;
                max-width: none;
            }
            #module_slider_65 .left-bg-blur {
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
            }
            #module_slider_65 .left-bg-blur {
                z-index: 1;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .logo_div_header{
                flex-direction:row!important;
            }
            #module_slider_65 .logo_div_header .left_logo_str_div img{
                width: 110px;
                height:18px;
                object-fit: cover;
            }
            #module_slider_65 .logo_div_header .right_logo_str_div img{
                width: 110px;
                height:18px;
                object-fit: cover;
            }
            #module_slider_65 .nav__main-btn {
                z-index: 10;
                opacity: 1;
                color: #fff;
                white-space: nowrap;
                flex-direction: row;
                justify-content: center;
                padding: 5px 10px;
                font-weight: 400;
                transition: 1s;
                display: flex;
                position: fixed;
                cursor:pointer;
            }
            #module_slider_65 .menu-fill {
                z-index: 1;
                background-color: #141d24;
                opacity: 0;
                border-radius: 50em;
                transition: 0.3s;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .icon__cart.is--2{
                width: 17px;
                height:17px;
                object-fit: cover;
            }
            #module_slider_65 .nav__bottom {
                z-index: 10;
                border-top: 1px solid rgba(255, 255, 255, .3);
                justify-content: center;
                width: 100%;
                max-width: 100vw;
                display: flex;
                position: relative;
                overflow: hidden;
                height:60px;
           }
           #module_slider_65 .nav-link {
                z-index: 10;
                color: #fff;
                text-align: center;
                text-transform: uppercase;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                min-width: 90px;
                height: 58px;
                padding: 0 25px;
                font-size: 16px;
                font-weight: 500;
                display: flex;
                position: relative;
                transition: opacity 0.3s;
           }
           #module_slider_65 .div-nav-empty {
                background-color: #fff;
                width: 100%;
                height: 1px;
                display: none;
                position: absolute;
                bottom: 0;
           }
           #module_slider_65 .nav__bottom-line {
                background-color: rgba(255, 255, 255, .3);
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
           }
           #module_slider_65 .nav__line--path {
                z-index: 10;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
           }
           #module_slider_65 .nav__line--cursor {
                background-color: #fff;
                position: absolute;
                bottom: 0;
                width: 80px;
                height: 1px;
                display: none; 
                pointer-events: none;
           }
           #module_slider_65 .nav-link.w--current {
                border-bottom: 1px solid #fff;
           }
            #module_slider_65 .arrow-container {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                display: flex;
                justify-content: center;
                align-items: center;
                width: 50px;
                height: 50px;
                z-index: 50000000;
            }

            #module_slider_65 .arrow-container i {
                font-size: 30px; 
                color: white; 
                text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); 
                animation: bounce 1s ease infinite; 
            }

            @keyframes bounce {
                0% {
                    transform: translateY(-5px); 
                }
                50% {
                    transform: translateY(5px); 
                }
                100% {
                    transform: translateY(-5px); 
                }
            }


        
            #module_slider_65 .sec__page1 {
                z-index: 20;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 100%;
                min-height: 100vh;
                display: flex;
                position: absolute;
                background-color:transparent;
            }
            #module_slider_65 .sec__page1.is--main {
                z-index: 8;
            }
            #module_slider_65 .container_text {
                z-index: 10;
                width: 78%;
                max-width: 1200px;
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }
            #module_slider_65 .container_text.c-scroll-hide {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
            #module_slider_65 .h-main {
                color: #fff;
                text-align: center;
                margin: 20px auto;
                font-size: 85px;
                font-weight: 400;
                line-height: 1.3;
            }
            #module_slider_65 .h-subtitle {
                z-index: 10;
                opacity: .9;
                color: #fff;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                font-size: 18px;
                font-weight: 300;
                line-height: 1.9;
                position: relative;
                padding-top:13px;
                max-width: 30em;
            }
            #module_slider_65 .top-subtitle {
                z-index: 10;
                opacity: .9;
                color: #fff;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                font-size: 30px;
                font-weight: 100;
                line-height: 1.3;
                position: relative;
                padding-bottom:10px;
            }
            #module_slider_65 #h_subtitle_sliderchaharbaghhotel .subtitleText {
                opacity: 0;
                transition: opacity 1s ease-in-out;
            }
            #module_slider_65 #h_main_sliderchaharbaghhotel .mainText {
                opacity: 0;
                transition: opacity 1s;
            }
            #module_slider_65 #top_subtitle_sliderchaharbaghhotel .toptitleText {
                opacity: 0;
                transition: opacity 1s ease-in-out;
            }
            #module_slider_65 .slider_footer{
                z-index: 998;
                align-items: center;
                width: 100%;
                position: absolute;
                top: auto;
                bottom: 30px;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .circle-info {
                z-index: 100;
                color: #ebdccb;
                text-align: center;
                border-radius: 50%;
                width: 100px;
                height: 100px;
                display: flex;
                position: absolute;
                top: auto;
                bottom: 50px;
                left: 4vw;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                background-color: transparent;
                cursor:pointer;
            }

            #module_slider_65 .circle-info:hover {
                color: #fff;
            }

            #module_slider_65 .info-circle-lottie {
                position: absolute;
                width: 100%;
                height: 100%;
                cursor:pointer;
            }
           

            #module_slider_65 .circle-p {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 1;
                cursor:pointer;
                font-size:12px;
            }
            
            #module_slider_65 .circle-info:hover {
                color: #fff;
            }

            #module_slider_65 .spinner {
                position: absolute;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                border: 2px solid #333;
                cursor:pointer;
            }

            #module_slider_65 .spinner:nth-child(1) {
              top: 2px;
              left: 2px;
              animation: spin-1 5s linear infinite;
              border-color: rgb(92,108,104);
              cursor:pointer;
            }
            
            #module_slider_65 .spinner:nth-child(2) {
              top: -2px;
              left: 2px;
              animation: spin-2 4s linear infinite;
              border-color: rgb(195,170,148);
              cursor:pointer;
            }
            
            #module_slider_65 .spinner:nth-child(3) {
              top: -2px;
              left: -2px;
              animation: spin-3 3s linear infinite;
              border-color: rgb(92,108,104);
              cursor:pointer;
            }
            
            @keyframes spin-1 {
              0% {
                transform: translateX(-2px) translateY(-2px) rotate(0deg);
              }
              50% {
                transform: translateX(2px) translateY(2px) rotate(180deg);
              }
              100% {
                transform: translateX(2px) translateY(-2px) rotate(360deg);
              }
            }
            
            @keyframes spin-2 {
              0% {
                transform: translateY(-2px) translateX(-2px) rotate(0deg);
              }
              50% {
                transform: translateY(2px) translateX(2px) rotate(-180deg);
              }
              100% {
                transform: translateY(2px) translateX(-2px) rotate(-360deg);
              }
            }
            
            @keyframes spin-3 {
              0% {
                transform: translateX(0) translateY(-2px) rotate(0deg);
              }
              25% {
                transform: translateX(2px) translateY(2px) rotate(90deg);
              }
              50% {
                transform: translateX(2px) translateY(-2px) rotate(180deg);
              }
        	75% {
                transform: translateX(0px) translateY(-2px) rotate(270deg);
              }
        	100% {
                transform: translateX(2px) translateY(-2px) rotate(360deg);
              }
            }
            
            #module_slider_65 .resort__btn.scroll-down {

            }
            
           #module_slider_65 .resort__btn {
               z-index: 100;
               white-space: nowrap;
               flex-direction: column;
               justify-content: center;
               align-items: center;
               display: flex;
               color: #ffffff;
               background-color: rgba(255, 255, 255, .15);
               border-radius: 680px;
               border: 1px solid rgba(255,255,255,.45);
               width: 120px;
               height: 55px;
               position: absolute;
               right: calc(50% - 60px);
               bottom: 50px;
               font-size:14px;
               font-weight: bold;
               transition: 0.1s;
           }
           #module_slider_65 .div_svg {
                z-index: 120;
                display: none;
                position: absolute;
                transition: 2s;
                padding:10px;
           }
           #module_slider_65 .resort__btn:hover .div_svg{
                display: flex;
                background-color: #fff;
                border-radius:50%;
                width:110px;
                height:110px;
                justify-content: center;
                align-items: center;
           }
           #module_slider_65 .resort__btn:hover .div_svg svg{
                width:18px;
                height:18px;
           }
           #module_slider_65 .resort__btn:hover{
                width: 106px;
                right: calc(50% - 53px);
                font-size:8px;
                height: 45px;
           }
           #module_slider_65 .slider_footer_type_1{
                justify-content: center;
                align-items: center;
                display: flex;
           }
           #module_slider_65 .page-link {
                opacity: .7;
                color: #fff!important;
                text-align: center;
                text-transform: uppercase;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                padding: 23px 17px;
                font-weight: 500;
                display: flex;
                cursor:pointer;
           }
           #module_slider_65 .page-link__icon {
                width: 27px;
                height: 27px;
                margin-bottom: 17px;
           }
           #module_slider_65 .page-link__p {
                margin-bottom: 0;
                font-size: 14px;
                line-height: 1.6;
           }
           #module_slider_65 .page-link:hover {
                opacity: 1;
                color: #fff!important;
           }
           
        
              #module_slider_65 .menu {
                z-index: 999;
                display: none;
                position: fixed;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
                overflow: hidden;
                transition:1s ease;
              }
              #module_slider_65 .menu__inner {
                z-index: 20;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                display: flex;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
                overflow: auto;
              }
            #module_slider_65 .close__anim {
                z-index: 100;
                color: #000;
                cursor: pointer;
                font-size: 1.5em;
                position: absolute;
                top: 6vh;
                left: 6vw;
                border: 1px solid #fff;
                border-radius: 50%;
                padding: 5px;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            #module_slider_65 .close__btn{
                width: 24px;
                height: 24px;
            }
            #module_slider_65 .menu__bg-wrap {
                z-index: 2;
                width: 67%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
                overflow: hidden;
            }
            #module_slider_65 .menu__content {
                width: 66.6667%;
                z-index: 3;
            }
            #module_slider_65 .menu__column {
                z-index: 5;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                width: 33.3333%;
                padding: 21vh 4em 15vh;
                transition: width .5s;
                display: flex;
                position: relative;
                overflow: hidden;
            }
            #module_slider_65 .menu__column.is--3 {
                justify-content: center;
                padding-top: 9vh;
                padding-bottom: 9vh;
            }
            #module_slider_65 .menu__bg {
                z-index: 3;
                background-color: #3e4b48;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .nav__tab {
                z-index: 10;
                justify-content: space-between;
                align-self: stretch;
                align-items: stretch;
                width: 100%;
                height: 100%;
                display: flex;
            }
            #module_slider_65 .menu_main {
                flex-direction: column;
                justify-content: flex-start;
                align-self: stretch;
                align-items: center;
                width: 50%;
                padding-top: 15vh;
                padding-bottom: 10vh;
                padding-left: 12vw;
                display: flex;
            }
            #module_slider_65 .menu__link-block3 {
                color: #c2ddd3;
                background-color: transparent;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                width: 100%;
                height: 82px;
                font-size: 24px;
                font-weight: 500;
                display: flex;
                cursor:pointer;
                transition: 0.5s;
            }
            #module_slider_65 .menu__link-block3:hover{
                color:#fff;
                font-weight:600;
                font-size: 25px;
            }
            #module_slider_65 .menu__link-block3.w--current {
                color: #fff;
                background-color: transparent;
            }
            #module_slider_65 .menu_sub {
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                width: 50%;
                padding-top: 15vh;
                padding-right: 3em;
                display: flex;
            }
            #module_slider_65 .w-dyn-item .m__c-link-text{
                color:#fff;
                font-size: 16px;
                font-weight: 600;
                height:47px;
                display: flex;
                align-items: center;
            }
            #module_slider_65 .header_sub_menus_txt{
                font-size: 18px;
                font-weight: 700;
            }
            #module_slider_65 .tab__pane3 {
                width: 100%;
                padding-left: 5em;
            }
            #module_slider_65 .menu__col3--bg {
                z-index: 1;
                background-color: #5c6c68;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .menu__socials {
                z-index: 1;
                justify-content: center
                align-items: center;
                display: flex;
                flex-wrap:wrap;
            }
            #module_slider_65 .menu__social {
                z-index: 10;
                opacity: .7;
                color: #fff;
                text-transform: uppercase;
                flex-direction: column;
                justify-content: center;
                align-self: stretch;
                align-items: center;
                padding: 15px 8px;
                font-weight: 500;
                display: flex;
                position: relative;
                max-width:100%;
            }
            #module_slider_65 .icon-social {
                width: 23px;
                min-width: 23px;
            }
            #module_slider_65 .w--current{
                
            }
            #module_slider_65 .w-tab-pane {
                display: none;
                position: relative;
            }
            #module_slider_65 .w--tab-active {
                display: block;
            }
            #module_slider_65 .menu__plus{
                width: 60px;
                height: 60px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                cursor:pointer;
            }
            #module_slider_65 .menu__plus--fill{
                z-index: 3;
                border: 1px solid rgba(120,141,133,.45);
                border-radius: 50%;
                width: 40px;
                height: 40px;
                transform: rotate(0deg);
                margin:0px 10px 10px 10px;
                transition:0.5s;
                position:absolute;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                cursor:pointer;
            }
            #module_slider_65 svg.arrow-left{
                display:block;
            }
            #module_slider_65 svg.arrow-line{
                display:none;
            }
            #module_slider_65 .header_sub_menus{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                cursor:pointer;
            }
            #module_slider_65 .header_sub_menus:hover .menu__plus .menu__plus--fill{
                z-index: 14;
                background-color: #6c7c7b;
                border-radius: 50%;
                border: unset;
                width: 50px;
                height: 50px;
            }
            #module_slider_65 .header_sub_menus:hover svg.arrow-left{
                display:none;
            }
            #module_slider_65 .header_sub_menus:hover svg.arrow-line{
                display:block;
            }
            #module_slider_65 .w--tab-active .header_sub_menus{
                color:#fff;
            }
            #module_slider_65 .menu__column.is--3:hover {
                width: 40%;
            }
            #module_slider_65 .menu__bg--blend {
                z-index: 4;
                opacity: .87;
                background-color: #0d2727;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .menu__bg--reveal {
                z-index: 6;
                background-color: #788d85;
                display: none;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_65 .footer__col3--inner {
                z-index: 20;
                opacity: .8;
                color: #fff;
                text-align: center;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                line-height: 1.6;
                display: flex;
                position: relative;
            }
            #module_slider_65 .menu__logo {
                z-index: 100;
                object-fit: contain;
                object-position: 50% 50%;
                width: 100px;
                height:70px;
                max-width: none;
            }
            #module_slider_65 .f-cont__title {
                margin-bottom: .4em;
                font-size: 24px;
                font-weight: 400;
                line-height: 1.3;
            }
            #module_slider_65 .f-cont_sub_title{
                font-size: 16px;
                font-weight: 400;
            }
            #module_slider_65 .f-cont {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 4vh;
                margin-bottom: 4vh;
                display: flex
            }
            #module_slider_65 .acc__contact-link {
                white-space: nowrap;
                padding-top: .2em;
                padding-bottom: .2em;
                font-size: 16px;
                position: relative;
                overflow: hidden;
                max-width: 100%;
                display: inline-block;
            }
            #module_slider_65 .acc__contact-link.in--footer {
                opacity: .8;
                color: #fff;
                padding-top: .3em;
                padding-bottom: .3em;
                font-size: 16px;
            }
            #module_slider_65 .acc__contact-link:hover{
                opacity:1;
                transition:0.5s;
            }
            #module_slider_65 .acc__cl__line {
                background-color: #fff;
                width: 0;
                height: 1px;
                position: absolute;
                bottom: 0;
                transition: width 0.3s ease;
            }
            #module_slider_65 .acc__contact-link:hover  .acc__cl__line{
                width: 100%;
            }
            #module_slider_65 .menu__bg--img {
                z-index: 2;
                object-fit: cover;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
          #module_slider_65 .slide .contain_img {
                transform: scale(1);
                transition: transform 0.5s linear;
          }

          #module_slider_65 .slide:not(.first-slide).active .contain_img {
            animation: scaleAnimation 2s ease-in-out forwards;
          }

          @keyframes scaleAnimation {
            0% {
              transform: scale(3);
            }
            100% {
              transform: scale(1);
            }
          }



            #module_slider_65:hover #admin_module_sliderchaharbaghhotel_65{
                opacity: 1!important;
                display: block!important;
                margin: auto!important;   
            }
            #div_admin_slider #profile_exit,#div_admin_slider #user-icon{
                display: none!important;
            }
            #lang_website{
                background-color: #666d6f;
                color: #ffffff;
                height: 22px;
                border:none;
                outline:none;
            }
        .module[data-id_page='1107']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1107']:hover{;}.module[data-id_page='1107']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1107'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1107']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1107'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1107']  
                
                .module[data-id_page='1107'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1107'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1107']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1107']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709787_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_658 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_658 .content_str{
				width:100%;
			}
            #module_new_medical_658 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_658 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_658 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_658 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_658 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_658 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_658 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_658 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_658 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_658 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_658 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_658 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_658 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_658 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1831 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713702_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1831 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1831 .background-img{
                border-radius:;
            }
        
            #medical_box_1831 .new_medical_icon{
                
            }
        #medical_box_1831 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1831:hover .new_medical_title{}
                #medical_box_1831 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1831 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1831:hover .new_medical_icon{}
                   #medical_box_1831  
                
                #medical_box_1831 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1831 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1831:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1831:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1831 .mode1-size_1831{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1831 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1831 > div{
               height:100%;
            }
            #medical_box_1831 .mode2-size_1831{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1831 .mode3-size_1831{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1831 .mode4-size_1831{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1831 .mode5-size_1831{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1831 .mode6-size_1831{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1831 .mode7-size_1831{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1831 .mode7-size_1831 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1831 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1831 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1831{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1831 span:hover{
                color:!important;
            }
            .custom2_1831{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1831 span:hover{
                color:;
            }
            #medical_box_1831 .mode-btn1_1831{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1831 .mode-btn1_1831 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1831 .mode-btn2_1831{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1831 .mode-btn2_1831 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1831 .div-btn-title_main_1831{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1831 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1831 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1832 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1832 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1832 .background-img{
                border-radius:;
            }
        #medical_box_1832 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1832:hover .new_medical_title{}
                #medical_box_1832 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1832.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1832:hover{}#medical_box_1832 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1832:hover .new_medical_description{}
                   #medical_box_1832  
                
                #medical_box_1832 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1832 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1832:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1832:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1832 .mode1-size_1832{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1832 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1832 > div{
               height:100%;
            }
            #medical_box_1832 .mode2-size_1832{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1832 .mode3-size_1832{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1832 .mode4-size_1832{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1832 .mode5-size_1832{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1832 .mode6-size_1832{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1832 .mode7-size_1832{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1832 .mode7-size_1832 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1832 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1832 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1832{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1832 span:hover{
                color:!important;
            }
            .custom2_1832{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1832 span:hover{
                color:;
            }
            #medical_box_1832 .mode-btn1_1832{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1832 .mode-btn1_1832 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1832 .mode-btn2_1832{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1832 .mode-btn2_1832 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1832 .div-btn-title_main_1832{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1832 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1832 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1838 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1838 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1838 .background-img{
                border-radius:;
            }
        #medical_box_1838 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1838 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1838.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1838 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1838  
                
                #medical_box_1838 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1838 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1838:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1838:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1838 .mode1-size_1838{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1838 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1838 > div{
               height:100%;
            }
            #medical_box_1838 .mode2-size_1838{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1838 .mode3-size_1838{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1838 .mode4-size_1838{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1838 .mode5-size_1838{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1838 .mode6-size_1838{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1838 .mode7-size_1838{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1838 .mode7-size_1838 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1838 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1838 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1838{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1838 span:hover{
                color:!important;
            }
            .custom2_1838{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1838 span:hover{
                color:;
            }
            #medical_box_1838 .mode-btn1_1838{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1838 .mode-btn1_1838 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1838 .mode-btn2_1838{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1838 .mode-btn2_1838 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1838 .div-btn-title_main_1838{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1838 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1838 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1837 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1837 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1837 .background-img{
                border-radius:;
            }
        #medical_box_1837 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1837 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1837.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1837 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1837  
                
                #medical_box_1837 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1837 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1837:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1837:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1837 .mode1-size_1837{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1837 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1837 > div{
               height:100%;
            }
            #medical_box_1837 .mode2-size_1837{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1837 .mode3-size_1837{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1837 .mode4-size_1837{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1837 .mode5-size_1837{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1837 .mode6-size_1837{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1837 .mode7-size_1837{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1837 .mode7-size_1837 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1837 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1837 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1837{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1837 span:hover{
                color:!important;
            }
            .custom2_1837{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1837 span:hover{
                color:;
            }
            #medical_box_1837 .mode-btn1_1837{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1837 .mode-btn1_1837 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1837 .mode-btn2_1837{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1837 .mode-btn2_1837 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1837 .div-btn-title_main_1837{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1837 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1837 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1836 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1836 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1836 .background-img{
                border-radius:;
            }
        #medical_box_1836 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1836 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1836.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1836 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1836  
                
                #medical_box_1836 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1836 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1836:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1836:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1836 .mode1-size_1836{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1836 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1836 > div{
               height:100%;
            }
            #medical_box_1836 .mode2-size_1836{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1836 .mode3-size_1836{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1836 .mode4-size_1836{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1836 .mode5-size_1836{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1836 .mode6-size_1836{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1836 .mode7-size_1836{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1836 .mode7-size_1836 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1836 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1836 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1836{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1836 span:hover{
                color:!important;
            }
            .custom2_1836{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1836 span:hover{
                color:;
            }
            #medical_box_1836 .mode-btn1_1836{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1836 .mode-btn1_1836 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1836 .mode-btn2_1836{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1836 .mode-btn2_1836 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1836 .div-btn-title_main_1836{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1836 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1836 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1835 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1835 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1835 .background-img{
                border-radius:;
            }
        #medical_box_1835 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1835 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1835.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1835 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1835  
                
                #medical_box_1835 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1835 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1835:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1835:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1835 .mode1-size_1835{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1835 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1835 > div{
               height:100%;
            }
            #medical_box_1835 .mode2-size_1835{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1835 .mode3-size_1835{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1835 .mode4-size_1835{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1835 .mode5-size_1835{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1835 .mode6-size_1835{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1835 .mode7-size_1835{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1835 .mode7-size_1835 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1835 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1835 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1835{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1835 span:hover{
                color:!important;
            }
            .custom2_1835{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1835 span:hover{
                color:;
            }
            #medical_box_1835 .mode-btn1_1835{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1835 .mode-btn1_1835 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1835 .mode-btn2_1835{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1835 .mode-btn2_1835 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1835 .div-btn-title_main_1835{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1835 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1835 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1834 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1834 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1834 .background-img{
                border-radius:;
            }
        #medical_box_1834 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1834 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1834.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1834 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1834  
                
                #medical_box_1834 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1834 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1834:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1834:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1834 .mode1-size_1834{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1834 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1834 > div{
               height:100%;
            }
            #medical_box_1834 .mode2-size_1834{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1834 .mode3-size_1834{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1834 .mode4-size_1834{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1834 .mode5-size_1834{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1834 .mode6-size_1834{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1834 .mode7-size_1834{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1834 .mode7-size_1834 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1834 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1834 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1834{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1834 span:hover{
                color:!important;
            }
            .custom2_1834{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1834 span:hover{
                color:;
            }
            #medical_box_1834 .mode-btn1_1834{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1834 .mode-btn1_1834 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1834 .mode-btn2_1834{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1834 .mode-btn2_1834 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1834 .div-btn-title_main_1834{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1834 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1834 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1833 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1833 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1833 .background-img{
                border-radius:;
            }
        #medical_box_1833 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1833 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1833.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1833:hover{}#medical_box_1833 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1833  
                
                #medical_box_1833 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1833 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1833:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1833:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1833 .mode1-size_1833{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1833 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1833 > div{
               height:100%;
            }
            #medical_box_1833 .mode2-size_1833{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1833 .mode3-size_1833{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1833 .mode4-size_1833{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1833 .mode5-size_1833{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1833 .mode6-size_1833{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1833 .mode7-size_1833{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1833 .mode7-size_1833 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1833 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1833 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1833{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1833 span:hover{
                color:!important;
            }
            .custom2_1833{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1833 span:hover{
                color:;
            }
            #medical_box_1833 .mode-btn1_1833{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1833 .mode-btn1_1833 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1833 .mode-btn2_1833{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1833 .mode-btn2_1833 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1833 .div-btn-title_main_1833{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1833 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1833 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_658 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1107']:hover .new_medical_box_main{}
            #module_new_medical_658 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_658 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_658 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_658 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_658 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_658 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_658 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_658 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_658 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_658 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_658 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_658{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_658 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_658 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_658 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_658 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_658 .swiper-container{
                width:1200px;
            }
            #module_new_medical_658 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_658 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_658 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_658 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1108']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1108']:hover{;}.module[data-id_page='1108']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1108'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1108']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1108'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1108']  
                
                .module[data-id_page='1108'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1108'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1108']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1108']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709788_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_659 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_659 .content_str{
				width:100%;
			}
            #module_new_medical_659 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_659 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_659 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_659 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_659 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_659 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_659 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_659 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_659 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_659 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_659 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_659 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_659 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_659 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1839 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713713_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1839 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1839 .background-img{
                border-radius:;
            }
        
            #medical_box_1839 .new_medical_icon{
                
            }
        #medical_box_1839 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1839:hover .new_medical_title{}
                #medical_box_1839 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1839 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1839:hover .new_medical_icon{}
                   #medical_box_1839  
                
                #medical_box_1839 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1839 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1839:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1839:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1839 .mode1-size_1839{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1839 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1839 > div{
               height:100%;
            }
            #medical_box_1839 .mode2-size_1839{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1839 .mode3-size_1839{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1839 .mode4-size_1839{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1839 .mode5-size_1839{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1839 .mode6-size_1839{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1839 .mode7-size_1839{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1839 .mode7-size_1839 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1839 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1839 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1839{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1839 span:hover{
                color:!important;
            }
            .custom2_1839{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1839 span:hover{
                color:;
            }
            #medical_box_1839 .mode-btn1_1839{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1839 .mode-btn1_1839 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1839 .mode-btn2_1839{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1839 .mode-btn2_1839 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1839 .div-btn-title_main_1839{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1839 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1839 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1840 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1840 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1840 .background-img{
                border-radius:;
            }
        #medical_box_1840 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1840:hover .new_medical_title{}
                #medical_box_1840 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1840.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1840:hover{}#medical_box_1840 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1840:hover .new_medical_description{}
                   #medical_box_1840  
                
                #medical_box_1840 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1840 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1840:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1840:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1840 .mode1-size_1840{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1840 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1840 > div{
               height:100%;
            }
            #medical_box_1840 .mode2-size_1840{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1840 .mode3-size_1840{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1840 .mode4-size_1840{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1840 .mode5-size_1840{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1840 .mode6-size_1840{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1840 .mode7-size_1840{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1840 .mode7-size_1840 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1840 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1840 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1840{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1840 span:hover{
                color:!important;
            }
            .custom2_1840{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1840 span:hover{
                color:;
            }
            #medical_box_1840 .mode-btn1_1840{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1840 .mode-btn1_1840 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1840 .mode-btn2_1840{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1840 .mode-btn2_1840 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1840 .div-btn-title_main_1840{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1840 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1840 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1847 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1847 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1847 .background-img{
                border-radius:;
            }
        #medical_box_1847 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1847 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1847.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1847 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1847  
                
                #medical_box_1847 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1847 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1847:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1847:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1847 .mode1-size_1847{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1847 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1847 > div{
               height:100%;
            }
            #medical_box_1847 .mode2-size_1847{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1847 .mode3-size_1847{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1847 .mode4-size_1847{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1847 .mode5-size_1847{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1847 .mode6-size_1847{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1847 .mode7-size_1847{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1847 .mode7-size_1847 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1847 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1847 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1847{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1847 span:hover{
                color:!important;
            }
            .custom2_1847{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1847 span:hover{
                color:;
            }
            #medical_box_1847 .mode-btn1_1847{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1847 .mode-btn1_1847 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1847 .mode-btn2_1847{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1847 .mode-btn2_1847 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1847 .div-btn-title_main_1847{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1847 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1847 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1846 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1846 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1846 .background-img{
                border-radius:;
            }
        #medical_box_1846 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1846 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1846.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1846 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1846  
                
                #medical_box_1846 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1846 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1846:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1846:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1846 .mode1-size_1846{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1846 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1846 > div{
               height:100%;
            }
            #medical_box_1846 .mode2-size_1846{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1846 .mode3-size_1846{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1846 .mode4-size_1846{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1846 .mode5-size_1846{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1846 .mode6-size_1846{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1846 .mode7-size_1846{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1846 .mode7-size_1846 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1846 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1846 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1846{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1846 span:hover{
                color:!important;
            }
            .custom2_1846{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1846 span:hover{
                color:;
            }
            #medical_box_1846 .mode-btn1_1846{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1846 .mode-btn1_1846 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1846 .mode-btn2_1846{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1846 .mode-btn2_1846 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1846 .div-btn-title_main_1846{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1846 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1846 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1845 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1845 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1845 .background-img{
                border-radius:;
            }
        #medical_box_1845 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1845 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1845.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1845 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1845  
                
                #medical_box_1845 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1845 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1845:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1845:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1845 .mode1-size_1845{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1845 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1845 > div{
               height:100%;
            }
            #medical_box_1845 .mode2-size_1845{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1845 .mode3-size_1845{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1845 .mode4-size_1845{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1845 .mode5-size_1845{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1845 .mode6-size_1845{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1845 .mode7-size_1845{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1845 .mode7-size_1845 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1845 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1845 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1845{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1845 span:hover{
                color:!important;
            }
            .custom2_1845{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1845 span:hover{
                color:;
            }
            #medical_box_1845 .mode-btn1_1845{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1845 .mode-btn1_1845 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1845 .mode-btn2_1845{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1845 .mode-btn2_1845 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1845 .div-btn-title_main_1845{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1845 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1845 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1844 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1844 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1844 .background-img{
                border-radius:;
            }
        #medical_box_1844 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1844 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1844.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1844 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1844  
                
                #medical_box_1844 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1844 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1844:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1844:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1844 .mode1-size_1844{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1844 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1844 > div{
               height:100%;
            }
            #medical_box_1844 .mode2-size_1844{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1844 .mode3-size_1844{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1844 .mode4-size_1844{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1844 .mode5-size_1844{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1844 .mode6-size_1844{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1844 .mode7-size_1844{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1844 .mode7-size_1844 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1844 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1844 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1844{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1844 span:hover{
                color:!important;
            }
            .custom2_1844{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1844 span:hover{
                color:;
            }
            #medical_box_1844 .mode-btn1_1844{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1844 .mode-btn1_1844 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1844 .mode-btn2_1844{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1844 .mode-btn2_1844 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1844 .div-btn-title_main_1844{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1844 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1844 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1843 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1843 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1843 .background-img{
                border-radius:;
            }
        #medical_box_1843 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1843 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1843.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1843 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1843  
                
                #medical_box_1843 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1843 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1843:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1843:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1843 .mode1-size_1843{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1843 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1843 > div{
               height:100%;
            }
            #medical_box_1843 .mode2-size_1843{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1843 .mode3-size_1843{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1843 .mode4-size_1843{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1843 .mode5-size_1843{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1843 .mode6-size_1843{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1843 .mode7-size_1843{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1843 .mode7-size_1843 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1843 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1843 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1843{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1843 span:hover{
                color:!important;
            }
            .custom2_1843{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1843 span:hover{
                color:;
            }
            #medical_box_1843 .mode-btn1_1843{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1843 .mode-btn1_1843 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1843 .mode-btn2_1843{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1843 .mode-btn2_1843 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1843 .div-btn-title_main_1843{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1843 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1843 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1842 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1842 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1842 .background-img{
                border-radius:;
            }
        #medical_box_1842 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1842 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1842.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1842 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1842  
                
                #medical_box_1842 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1842 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1842:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1842:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1842 .mode1-size_1842{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1842 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1842 > div{
               height:100%;
            }
            #medical_box_1842 .mode2-size_1842{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1842 .mode3-size_1842{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1842 .mode4-size_1842{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1842 .mode5-size_1842{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1842 .mode6-size_1842{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1842 .mode7-size_1842{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1842 .mode7-size_1842 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1842 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1842 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1842{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1842 span:hover{
                color:!important;
            }
            .custom2_1842{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1842 span:hover{
                color:;
            }
            #medical_box_1842 .mode-btn1_1842{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1842 .mode-btn1_1842 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1842 .mode-btn2_1842{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1842 .mode-btn2_1842 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1842 .div-btn-title_main_1842{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1842 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1842 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1841 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1841 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1841 .background-img{
                border-radius:;
            }
        #medical_box_1841 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1841 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1841.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1841:hover{}#medical_box_1841 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1841  
                
                #medical_box_1841 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1841 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1841:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1841:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1841 .mode1-size_1841{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1841 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1841 > div{
               height:100%;
            }
            #medical_box_1841 .mode2-size_1841{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1841 .mode3-size_1841{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1841 .mode4-size_1841{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1841 .mode5-size_1841{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1841 .mode6-size_1841{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1841 .mode7-size_1841{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1841 .mode7-size_1841 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1841 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1841 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1841{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1841 span:hover{
                color:!important;
            }
            .custom2_1841{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1841 span:hover{
                color:;
            }
            #medical_box_1841 .mode-btn1_1841{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1841 .mode-btn1_1841 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1841 .mode-btn2_1841{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1841 .mode-btn2_1841 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1841 .div-btn-title_main_1841{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1841 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1841 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_659 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1108']:hover .new_medical_box_main{}
            #module_new_medical_659 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_659 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_659 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_659 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_659 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_659 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_659 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_659 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_659 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_659 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_659 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_659{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_659 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_659 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_659 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_659 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_659 .swiper-container{
                width:1200px;
            }
            #module_new_medical_659 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_659 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_659 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_659 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1109']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}.module[data-id_page='1109']:hover{;}.module[data-id_page='1109']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1109'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1109']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1109'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1109']  
                
                .module[data-id_page='1109'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1109'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1109']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1109']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709796_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_660 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_660 .content_str{
				width:100%;
			}
            #module_new_medical_660 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_660 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_660 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_660 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_660 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_660 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_660 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_660 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_660 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_660 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_660 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_660 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_660 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_660 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1848 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713730_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1848 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1848 .background-img{
                border-radius:;
            }
        
            #medical_box_1848 .new_medical_icon{
                
            }
        #medical_box_1848 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1848:hover .new_medical_title{}
                #medical_box_1848 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1848 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1848:hover .new_medical_icon{}
                   #medical_box_1848  
                
                #medical_box_1848 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1848 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1848:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1848:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1848 .mode1-size_1848{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1848 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1848 > div{
               height:100%;
            }
            #medical_box_1848 .mode2-size_1848{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1848 .mode3-size_1848{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1848 .mode4-size_1848{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1848 .mode5-size_1848{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1848 .mode6-size_1848{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1848 .mode7-size_1848{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1848 .mode7-size_1848 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1848 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1848 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1848{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1848 span:hover{
                color:!important;
            }
            .custom2_1848{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1848 span:hover{
                color:;
            }
            #medical_box_1848 .mode-btn1_1848{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1848 .mode-btn1_1848 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1848 .mode-btn2_1848{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1848 .mode-btn2_1848 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1848 .div-btn-title_main_1848{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1848 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1848 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1849 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1849 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1849 .background-img{
                border-radius:;
            }
        #medical_box_1849 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1849:hover .new_medical_title{}
                #medical_box_1849 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1849.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1849:hover{}#medical_box_1849 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1849:hover .new_medical_description{}
                   #medical_box_1849  
                
                #medical_box_1849 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1849 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1849:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1849:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1849 .mode1-size_1849{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1849 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1849 > div{
               height:100%;
            }
            #medical_box_1849 .mode2-size_1849{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1849 .mode3-size_1849{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1849 .mode4-size_1849{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1849 .mode5-size_1849{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1849 .mode6-size_1849{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1849 .mode7-size_1849{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1849 .mode7-size_1849 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1849 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1849 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1849{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1849 span:hover{
                color:!important;
            }
            .custom2_1849{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1849 span:hover{
                color:;
            }
            #medical_box_1849 .mode-btn1_1849{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1849 .mode-btn1_1849 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1849 .mode-btn2_1849{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1849 .mode-btn2_1849 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1849 .div-btn-title_main_1849{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1849 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1849 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1851 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1851 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1851 .background-img{
                border-radius:;
            }
        #medical_box_1851 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1851 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1851.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1851 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1851  
                
                #medical_box_1851 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1851 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1851:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1851:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1851 .mode1-size_1851{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1851 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1851 > div{
               height:100%;
            }
            #medical_box_1851 .mode2-size_1851{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1851 .mode3-size_1851{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1851 .mode4-size_1851{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1851 .mode5-size_1851{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1851 .mode6-size_1851{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1851 .mode7-size_1851{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1851 .mode7-size_1851 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1851 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1851 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1851{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1851 span:hover{
                color:!important;
            }
            .custom2_1851{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1851 span:hover{
                color:;
            }
            #medical_box_1851 .mode-btn1_1851{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1851 .mode-btn1_1851 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1851 .mode-btn2_1851{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1851 .mode-btn2_1851 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1851 .div-btn-title_main_1851{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1851 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1851 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_660 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1109']:hover .new_medical_box_main{}
            #module_new_medical_660 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_660 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_660 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_660 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_660 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_660 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_660 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_660 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_660 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_660 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_660 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_660{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_660 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_660 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_660 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_660 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_660 .swiper-container{
                width:1200px;
            }
            #module_new_medical_660 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_660 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_660 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_660 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1110']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1110']:hover{;}.module[data-id_page='1110']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1110'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1110']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1110'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1110']  
                
                .module[data-id_page='1110'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1110'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1110']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1110']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709804_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_661 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_661 .content_str{
				width:100%;
			}
            #module_new_medical_661 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_661 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_661 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_661 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_661 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_661 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_661 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_661 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_661 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_661 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_661 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_661 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_661 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_661 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1852 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713700_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1852 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1852 .background-img{
                border-radius:;
            }
        
            #medical_box_1852 .new_medical_icon{
                
            }
        #medical_box_1852 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1852:hover .new_medical_title{}
                #medical_box_1852 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1852 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1852:hover .new_medical_icon{}
                   #medical_box_1852  
                
                #medical_box_1852 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1852 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1852:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1852:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1852 .mode1-size_1852{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1852 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1852 > div{
               height:100%;
            }
            #medical_box_1852 .mode2-size_1852{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1852 .mode3-size_1852{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1852 .mode4-size_1852{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1852 .mode5-size_1852{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1852 .mode6-size_1852{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1852 .mode7-size_1852{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1852 .mode7-size_1852 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1852 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1852 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1852{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1852 span:hover{
                color:!important;
            }
            .custom2_1852{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1852 span:hover{
                color:;
            }
            #medical_box_1852 .mode-btn1_1852{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1852 .mode-btn1_1852 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1852 .mode-btn2_1852{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1852 .mode-btn2_1852 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1852 .div-btn-title_main_1852{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1852 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1852 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1853 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1853 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1853 .background-img{
                border-radius:;
            }
        #medical_box_1853 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1853:hover .new_medical_title{}
                #medical_box_1853 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1853.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1853:hover{}#medical_box_1853 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1853:hover .new_medical_description{}
                   #medical_box_1853  
                
                #medical_box_1853 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1853 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1853:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1853:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1853 .mode1-size_1853{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1853 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1853 > div{
               height:100%;
            }
            #medical_box_1853 .mode2-size_1853{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1853 .mode3-size_1853{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1853 .mode4-size_1853{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1853 .mode5-size_1853{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1853 .mode6-size_1853{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1853 .mode7-size_1853{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1853 .mode7-size_1853 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1853 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1853 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1853{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1853 span:hover{
                color:!important;
            }
            .custom2_1853{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1853 span:hover{
                color:;
            }
            #medical_box_1853 .mode-btn1_1853{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1853 .mode-btn1_1853 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1853 .mode-btn2_1853{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1853 .mode-btn2_1853 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1853 .div-btn-title_main_1853{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1853 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1853 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1855 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1855 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1855 .background-img{
                border-radius:;
            }
        #medical_box_1855 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1855 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1855.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1855 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1855  
                
                #medical_box_1855 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1855 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1855:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1855:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1855 .mode1-size_1855{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1855 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1855 > div{
               height:100%;
            }
            #medical_box_1855 .mode2-size_1855{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1855 .mode3-size_1855{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1855 .mode4-size_1855{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1855 .mode5-size_1855{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1855 .mode6-size_1855{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1855 .mode7-size_1855{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1855 .mode7-size_1855 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1855 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1855 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1855{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1855 span:hover{
                color:!important;
            }
            .custom2_1855{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1855 span:hover{
                color:;
            }
            #medical_box_1855 .mode-btn1_1855{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1855 .mode-btn1_1855 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1855 .mode-btn2_1855{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1855 .mode-btn2_1855 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1855 .div-btn-title_main_1855{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1855 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1855 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1854 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1854 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1854 .background-img{
                border-radius:;
            }
        #medical_box_1854 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1854 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1854.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1854:hover{}#medical_box_1854 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1854  
                
                #medical_box_1854 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1854 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1854:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1854:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1854 .mode1-size_1854{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1854 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1854 > div{
               height:100%;
            }
            #medical_box_1854 .mode2-size_1854{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1854 .mode3-size_1854{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1854 .mode4-size_1854{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1854 .mode5-size_1854{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1854 .mode6-size_1854{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1854 .mode7-size_1854{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1854 .mode7-size_1854 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1854 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1854 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1854{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1854 span:hover{
                color:!important;
            }
            .custom2_1854{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1854 span:hover{
                color:;
            }
            #medical_box_1854 .mode-btn1_1854{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1854 .mode-btn1_1854 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1854 .mode-btn2_1854{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1854 .mode-btn2_1854 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1854 .div-btn-title_main_1854{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1854 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1854 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_661 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1110']:hover .new_medical_box_main{}
            #module_new_medical_661 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_661 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_661 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_661 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_661 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_661 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_661 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_661 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_661 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_661 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_661 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_661{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_661 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_661 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_661 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_661 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_661 .swiper-container{
                width:1200px;
            }
            #module_new_medical_661 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_661 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_661 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_661 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1111']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1111']:hover{;}.module[data-id_page='1111']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1111'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1111']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1111'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1111']  
                
                .module[data-id_page='1111'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1111'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1111']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1111']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709791_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_662 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_662 .content_str{
				width:100%;
			}
            #module_new_medical_662 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_662 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_662 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_662 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_662 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_662 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_662 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_662 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_662 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_662 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_662 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_662 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_662 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_662 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1856 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713713_hot drinke.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1856 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1856 .background-img{
                border-radius:;
            }
        
            #medical_box_1856 .new_medical_icon{
                
            }
        #medical_box_1856 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1856:hover .new_medical_title{}
                #medical_box_1856 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1856 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1856:hover .new_medical_icon{}
                   #medical_box_1856  
                
                #medical_box_1856 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1856 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1856:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1856:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1856 .mode1-size_1856{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1856 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1856 > div{
               height:100%;
            }
            #medical_box_1856 .mode2-size_1856{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1856 .mode3-size_1856{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1856 .mode4-size_1856{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1856 .mode5-size_1856{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1856 .mode6-size_1856{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1856 .mode7-size_1856{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1856 .mode7-size_1856 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1856 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1856 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1856{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1856 span:hover{
                color:!important;
            }
            .custom2_1856{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1856 span:hover{
                color:;
            }
            #medical_box_1856 .mode-btn1_1856{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1856 .mode-btn1_1856 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1856 .mode-btn2_1856{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1856 .mode-btn2_1856 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1856 .div-btn-title_main_1856{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1856 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1856 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1857 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1857 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1857 .background-img{
                border-radius:;
            }
        #medical_box_1857 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1857:hover .new_medical_title{}
                #medical_box_1857 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1857.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1857:hover{}#medical_box_1857 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1857:hover .new_medical_description{}
                   #medical_box_1857  
                
                #medical_box_1857 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1857 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1857:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1857:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1857 .mode1-size_1857{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1857 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1857 > div{
               height:100%;
            }
            #medical_box_1857 .mode2-size_1857{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1857 .mode3-size_1857{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1857 .mode4-size_1857{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1857 .mode5-size_1857{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1857 .mode6-size_1857{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1857 .mode7-size_1857{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1857 .mode7-size_1857 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1857 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1857 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1857{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1857 span:hover{
                color:!important;
            }
            .custom2_1857{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1857 span:hover{
                color:;
            }
            #medical_box_1857 .mode-btn1_1857{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1857 .mode-btn1_1857 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1857 .mode-btn2_1857{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1857 .mode-btn2_1857 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1857 .div-btn-title_main_1857{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1857 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1857 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1862 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1862 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1862 .background-img{
                border-radius:;
            }
        #medical_box_1862 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1862 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1862.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1862 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1862  
                
                #medical_box_1862 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1862 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1862:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1862:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1862 .mode1-size_1862{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1862 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1862 > div{
               height:100%;
            }
            #medical_box_1862 .mode2-size_1862{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1862 .mode3-size_1862{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1862 .mode4-size_1862{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1862 .mode5-size_1862{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1862 .mode6-size_1862{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1862 .mode7-size_1862{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1862 .mode7-size_1862 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1862 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1862 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1862{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1862 span:hover{
                color:!important;
            }
            .custom2_1862{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1862 span:hover{
                color:;
            }
            #medical_box_1862 .mode-btn1_1862{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1862 .mode-btn1_1862 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1862 .mode-btn2_1862{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1862 .mode-btn2_1862 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1862 .div-btn-title_main_1862{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1862 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1862 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1861 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1861 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1861 .background-img{
                border-radius:;
            }
        #medical_box_1861 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1861 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1861.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1861 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1861  
                
                #medical_box_1861 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1861 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1861:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1861:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1861 .mode1-size_1861{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1861 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1861 > div{
               height:100%;
            }
            #medical_box_1861 .mode2-size_1861{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1861 .mode3-size_1861{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1861 .mode4-size_1861{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1861 .mode5-size_1861{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1861 .mode6-size_1861{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1861 .mode7-size_1861{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1861 .mode7-size_1861 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1861 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1861 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1861{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1861 span:hover{
                color:!important;
            }
            .custom2_1861{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1861 span:hover{
                color:;
            }
            #medical_box_1861 .mode-btn1_1861{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1861 .mode-btn1_1861 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1861 .mode-btn2_1861{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1861 .mode-btn2_1861 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1861 .div-btn-title_main_1861{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1861 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1861 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1860 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1860 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1860 .background-img{
                border-radius:;
            }
        #medical_box_1860 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1860 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1860.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1860 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1860  
                
                #medical_box_1860 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1860 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1860:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1860:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1860 .mode1-size_1860{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1860 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1860 > div{
               height:100%;
            }
            #medical_box_1860 .mode2-size_1860{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1860 .mode3-size_1860{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1860 .mode4-size_1860{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1860 .mode5-size_1860{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1860 .mode6-size_1860{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1860 .mode7-size_1860{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1860 .mode7-size_1860 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1860 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1860 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1860{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1860 span:hover{
                color:!important;
            }
            .custom2_1860{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1860 span:hover{
                color:;
            }
            #medical_box_1860 .mode-btn1_1860{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1860 .mode-btn1_1860 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1860 .mode-btn2_1860{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1860 .mode-btn2_1860 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1860 .div-btn-title_main_1860{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1860 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1860 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1859 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1859 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1859 .background-img{
                border-radius:;
            }
        #medical_box_1859 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1859 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1859.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1859 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1859  
                
                #medical_box_1859 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1859 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1859:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1859:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1859 .mode1-size_1859{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1859 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1859 > div{
               height:100%;
            }
            #medical_box_1859 .mode2-size_1859{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1859 .mode3-size_1859{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1859 .mode4-size_1859{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1859 .mode5-size_1859{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1859 .mode6-size_1859{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1859 .mode7-size_1859{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1859 .mode7-size_1859 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1859 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1859 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1859{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1859 span:hover{
                color:!important;
            }
            .custom2_1859{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1859 span:hover{
                color:;
            }
            #medical_box_1859 .mode-btn1_1859{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1859 .mode-btn1_1859 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1859 .mode-btn2_1859{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1859 .mode-btn2_1859 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1859 .div-btn-title_main_1859{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1859 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1859 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1858 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1858 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1858 .background-img{
                border-radius:;
            }
        #medical_box_1858 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1858 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1858.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1858:hover{}#medical_box_1858 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1858  
                
                #medical_box_1858 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1858 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1858:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1858:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1858 .mode1-size_1858{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1858 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1858 > div{
               height:100%;
            }
            #medical_box_1858 .mode2-size_1858{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1858 .mode3-size_1858{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1858 .mode4-size_1858{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1858 .mode5-size_1858{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1858 .mode6-size_1858{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1858 .mode7-size_1858{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1858 .mode7-size_1858 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1858 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1858 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1858{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1858 span:hover{
                color:!important;
            }
            .custom2_1858{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1858 span:hover{
                color:;
            }
            #medical_box_1858 .mode-btn1_1858{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1858 .mode-btn1_1858 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1858 .mode-btn2_1858{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1858 .mode-btn2_1858 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1858 .div-btn-title_main_1858{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1858 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1858 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_662 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1111']:hover .new_medical_box_main{}
            #module_new_medical_662 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_662 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_662 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_662 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_662 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_662 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_662 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_662 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_662 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_662 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_662 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_662{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_662 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_662 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_662 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_662 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_662 .swiper-container{
                width:1200px;
            }
            #module_new_medical_662 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_662 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_662 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_662 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1112']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1112']:hover{;}.module[data-id_page='1112']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1112'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1112']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1112'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1112']  
                
                .module[data-id_page='1112'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1112'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1112']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1112']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709801_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_663 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_663 .content_str{
				width:100%;
			}
            #module_new_medical_663 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_663 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_663 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_663 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_663 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_663 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_663 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_663 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_663 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_663 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_663 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_663 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_663 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_663 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1863 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713704_damnosh.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1863 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1863 .background-img{
                border-radius:;
            }
        
            #medical_box_1863 .new_medical_icon{
                
            }
        #medical_box_1863 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1863:hover .new_medical_title{}
                #medical_box_1863 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1863 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1863:hover .new_medical_icon{}
                   #medical_box_1863  
                
                #medical_box_1863 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1863 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1863:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1863:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1863 .mode1-size_1863{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1863 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1863 > div{
               height:100%;
            }
            #medical_box_1863 .mode2-size_1863{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1863 .mode3-size_1863{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1863 .mode4-size_1863{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1863 .mode5-size_1863{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1863 .mode6-size_1863{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1863 .mode7-size_1863{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1863 .mode7-size_1863 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1863 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1863 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1863{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1863 span:hover{
                color:!important;
            }
            .custom2_1863{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1863 span:hover{
                color:;
            }
            #medical_box_1863 .mode-btn1_1863{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1863 .mode-btn1_1863 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1863 .mode-btn2_1863{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1863 .mode-btn2_1863 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1863 .div-btn-title_main_1863{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1863 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1863 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1864 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1864 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1864 .background-img{
                border-radius:;
            }
        #medical_box_1864 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1864:hover .new_medical_title{}
                #medical_box_1864 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1864.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1864:hover{}#medical_box_1864 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1864:hover .new_medical_description{}
                   #medical_box_1864  
                
                #medical_box_1864 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1864 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1864:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1864:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1864 .mode1-size_1864{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1864 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1864 > div{
               height:100%;
            }
            #medical_box_1864 .mode2-size_1864{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1864 .mode3-size_1864{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1864 .mode4-size_1864{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1864 .mode5-size_1864{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1864 .mode6-size_1864{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1864 .mode7-size_1864{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1864 .mode7-size_1864 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1864 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1864 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1864{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1864 span:hover{
                color:!important;
            }
            .custom2_1864{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1864 span:hover{
                color:;
            }
            #medical_box_1864 .mode-btn1_1864{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1864 .mode-btn1_1864 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1864 .mode-btn2_1864{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1864 .mode-btn2_1864 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1864 .div-btn-title_main_1864{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1864 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1864 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1868 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1868 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1868 .background-img{
                border-radius:;
            }
        #medical_box_1868 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1868 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1868.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1868 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1868  
                
                #medical_box_1868 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1868 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1868:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1868:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1868 .mode1-size_1868{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1868 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1868 > div{
               height:100%;
            }
            #medical_box_1868 .mode2-size_1868{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1868 .mode3-size_1868{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1868 .mode4-size_1868{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1868 .mode5-size_1868{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1868 .mode6-size_1868{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1868 .mode7-size_1868{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1868 .mode7-size_1868 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1868 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1868 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1868{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1868 span:hover{
                color:!important;
            }
            .custom2_1868{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1868 span:hover{
                color:;
            }
            #medical_box_1868 .mode-btn1_1868{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1868 .mode-btn1_1868 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1868 .mode-btn2_1868{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1868 .mode-btn2_1868 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1868 .div-btn-title_main_1868{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1868 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1868 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1867 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1867 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1867 .background-img{
                border-radius:;
            }
        #medical_box_1867 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1867 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1867.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1867 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1867  
                
                #medical_box_1867 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1867 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1867:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1867:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1867 .mode1-size_1867{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1867 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1867 > div{
               height:100%;
            }
            #medical_box_1867 .mode2-size_1867{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1867 .mode3-size_1867{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1867 .mode4-size_1867{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1867 .mode5-size_1867{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1867 .mode6-size_1867{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1867 .mode7-size_1867{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1867 .mode7-size_1867 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1867 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1867 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1867{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1867 span:hover{
                color:!important;
            }
            .custom2_1867{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1867 span:hover{
                color:;
            }
            #medical_box_1867 .mode-btn1_1867{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1867 .mode-btn1_1867 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1867 .mode-btn2_1867{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1867 .mode-btn2_1867 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1867 .div-btn-title_main_1867{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1867 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1867 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1866 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1866 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1866 .background-img{
                border-radius:;
            }
        #medical_box_1866 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1866 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1866.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1866 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1866  
                
                #medical_box_1866 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1866 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1866:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1866:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1866 .mode1-size_1866{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1866 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1866 > div{
               height:100%;
            }
            #medical_box_1866 .mode2-size_1866{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1866 .mode3-size_1866{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1866 .mode4-size_1866{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1866 .mode5-size_1866{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1866 .mode6-size_1866{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1866 .mode7-size_1866{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1866 .mode7-size_1866 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1866 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1866 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1866{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1866 span:hover{
                color:!important;
            }
            .custom2_1866{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1866 span:hover{
                color:;
            }
            #medical_box_1866 .mode-btn1_1866{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1866 .mode-btn1_1866 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1866 .mode-btn2_1866{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1866 .mode-btn2_1866 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1866 .div-btn-title_main_1866{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1866 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1866 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1865 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1865 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1865 .background-img{
                border-radius:;
            }
        #medical_box_1865 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1865 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1865.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1865:hover{}#medical_box_1865 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1865  
                
                #medical_box_1865 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1865 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1865:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1865:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1865 .mode1-size_1865{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1865 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1865 > div{
               height:100%;
            }
            #medical_box_1865 .mode2-size_1865{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1865 .mode3-size_1865{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1865 .mode4-size_1865{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1865 .mode5-size_1865{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1865 .mode6-size_1865{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1865 .mode7-size_1865{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1865 .mode7-size_1865 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1865 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1865 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1865{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1865 span:hover{
                color:!important;
            }
            .custom2_1865{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1865 span:hover{
                color:;
            }
            #medical_box_1865 .mode-btn1_1865{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1865 .mode-btn1_1865 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1865 .mode-btn2_1865{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1865 .mode-btn2_1865 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1865 .div-btn-title_main_1865{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1865 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1865 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_663 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1112']:hover .new_medical_box_main{}
            #module_new_medical_663 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_663 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_663 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_663 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_663 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_663 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_663 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_663 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_663 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_663 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_663 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_663{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_663 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_663 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_663 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_663 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_663 .swiper-container{
                width:1200px;
            }
            #module_new_medical_663 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_663 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_663 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_663 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1113']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1113']:hover{;}.module[data-id_page='1113']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1113'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1113']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1113'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1113']  
                
                .module[data-id_page='1113'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1113'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1113']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1113']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709803_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_664 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_664 .content_str{
				width:100%;
			}
            #module_new_medical_664 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_664 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_664 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_664 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_664 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_664 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_664 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_664 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_664 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_664 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_664 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_664 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_664 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_664 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1869 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713709_drinkeeeee.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1869 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1869 .background-img{
                border-radius:;
            }
        
            #medical_box_1869 .new_medical_icon{
                
            }
        #medical_box_1869 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1869:hover .new_medical_title{}
                #medical_box_1869 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1869 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1869:hover .new_medical_icon{}
                   #medical_box_1869  
                
                #medical_box_1869 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1869 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1869:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1869:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1869 .mode1-size_1869{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1869 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1869 > div{
               height:100%;
            }
            #medical_box_1869 .mode2-size_1869{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1869 .mode3-size_1869{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1869 .mode4-size_1869{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1869 .mode5-size_1869{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1869 .mode6-size_1869{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1869 .mode7-size_1869{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1869 .mode7-size_1869 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1869 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1869 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1869{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1869 span:hover{
                color:!important;
            }
            .custom2_1869{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1869 span:hover{
                color:;
            }
            #medical_box_1869 .mode-btn1_1869{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1869 .mode-btn1_1869 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1869 .mode-btn2_1869{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1869 .mode-btn2_1869 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1869 .div-btn-title_main_1869{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1869 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1869 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1870 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1870 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1870 .background-img{
                border-radius:;
            }
        #medical_box_1870 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1870:hover .new_medical_title{}
                #medical_box_1870 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1870.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1870:hover{}#medical_box_1870 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1870:hover .new_medical_description{}
                   #medical_box_1870  
                
                #medical_box_1870 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1870 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1870:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1870:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1870 .mode1-size_1870{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1870 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1870 > div{
               height:100%;
            }
            #medical_box_1870 .mode2-size_1870{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1870 .mode3-size_1870{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1870 .mode4-size_1870{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1870 .mode5-size_1870{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1870 .mode6-size_1870{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1870 .mode7-size_1870{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1870 .mode7-size_1870 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1870 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1870 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1870{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1870 span:hover{
                color:!important;
            }
            .custom2_1870{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1870 span:hover{
                color:;
            }
            #medical_box_1870 .mode-btn1_1870{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1870 .mode-btn1_1870 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1870 .mode-btn2_1870{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1870 .mode-btn2_1870 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1870 .div-btn-title_main_1870{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1870 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1870 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1873 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1873 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1873 .background-img{
                border-radius:;
            }
        #medical_box_1873 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1873 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1873.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1873 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1873  
                
                #medical_box_1873 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1873 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1873:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1873:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1873 .mode1-size_1873{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1873 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1873 > div{
               height:100%;
            }
            #medical_box_1873 .mode2-size_1873{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1873 .mode3-size_1873{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1873 .mode4-size_1873{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1873 .mode5-size_1873{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1873 .mode6-size_1873{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1873 .mode7-size_1873{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1873 .mode7-size_1873 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1873 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1873 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1873{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1873 span:hover{
                color:!important;
            }
            .custom2_1873{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1873 span:hover{
                color:;
            }
            #medical_box_1873 .mode-btn1_1873{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1873 .mode-btn1_1873 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1873 .mode-btn2_1873{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1873 .mode-btn2_1873 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1873 .div-btn-title_main_1873{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1873 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1873 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1872 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1872 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1872 .background-img{
                border-radius:;
            }
        #medical_box_1872 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1872 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1872.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1872 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1872  
                
                #medical_box_1872 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1872 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1872:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1872:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1872 .mode1-size_1872{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1872 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1872 > div{
               height:100%;
            }
            #medical_box_1872 .mode2-size_1872{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1872 .mode3-size_1872{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1872 .mode4-size_1872{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1872 .mode5-size_1872{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1872 .mode6-size_1872{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1872 .mode7-size_1872{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1872 .mode7-size_1872 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1872 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1872 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1872{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1872 span:hover{
                color:!important;
            }
            .custom2_1872{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1872 span:hover{
                color:;
            }
            #medical_box_1872 .mode-btn1_1872{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1872 .mode-btn1_1872 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1872 .mode-btn2_1872{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1872 .mode-btn2_1872 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1872 .div-btn-title_main_1872{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1872 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1872 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1871 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1871 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1871 .background-img{
                border-radius:;
            }
        #medical_box_1871 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1871 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1871.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1871:hover{}#medical_box_1871 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1871  
                
                #medical_box_1871 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1871 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1871:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1871:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1871 .mode1-size_1871{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1871 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1871 > div{
               height:100%;
            }
            #medical_box_1871 .mode2-size_1871{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1871 .mode3-size_1871{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1871 .mode4-size_1871{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1871 .mode5-size_1871{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1871 .mode6-size_1871{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1871 .mode7-size_1871{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1871 .mode7-size_1871 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1871 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1871 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1871{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1871 span:hover{
                color:!important;
            }
            .custom2_1871{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1871 span:hover{
                color:;
            }
            #medical_box_1871 .mode-btn1_1871{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1871 .mode-btn1_1871 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1871 .mode-btn2_1871{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1871 .mode-btn2_1871 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1871 .div-btn-title_main_1871{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1871 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1871 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_664 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1113']:hover .new_medical_box_main{}
            #module_new_medical_664 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_664 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_664 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_664 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_664 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_664 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_664 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_664 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_664 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_664 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_664 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_664{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_664 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_664 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_664 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_664 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_664 .swiper-container{
                width:1200px;
            }
            #module_new_medical_664 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_664 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_664 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_664 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1114']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1114']:hover{;}.module[data-id_page='1114']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1114'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1114']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1114'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1114']  
                
                .module[data-id_page='1114'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1114'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1114']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1114']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709799_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_665 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_665 .content_str{
				width:100%;
			}
            #module_new_medical_665 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_665 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_665 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_665 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_665 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_665 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_665 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_665 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_665 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_665 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_665 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_665 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_665 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_665 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1874 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713718_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1874 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1874 .background-img{
                border-radius:;
            }
        
            #medical_box_1874 .new_medical_icon{
                
            }
        #medical_box_1874 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1874:hover .new_medical_title{}
                #medical_box_1874 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1874 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1874:hover .new_medical_icon{}
                   #medical_box_1874  
                
                #medical_box_1874 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1874 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1874:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1874:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1874 .mode1-size_1874{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1874 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1874 > div{
               height:100%;
            }
            #medical_box_1874 .mode2-size_1874{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1874 .mode3-size_1874{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1874 .mode4-size_1874{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1874 .mode5-size_1874{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1874 .mode6-size_1874{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1874 .mode7-size_1874{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1874 .mode7-size_1874 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1874 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1874 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1874{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1874 span:hover{
                color:!important;
            }
            .custom2_1874{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1874 span:hover{
                color:;
            }
            #medical_box_1874 .mode-btn1_1874{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1874 .mode-btn1_1874 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1874 .mode-btn2_1874{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1874 .mode-btn2_1874 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1874 .div-btn-title_main_1874{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1874 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1874 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1875 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1875 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1875 .background-img{
                border-radius:;
            }
        #medical_box_1875 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1875:hover .new_medical_title{}
                #medical_box_1875 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1875.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1875:hover{}#medical_box_1875 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1875:hover .new_medical_description{}
                   #medical_box_1875  
                
                #medical_box_1875 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1875 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1875:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1875:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1875 .mode1-size_1875{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1875 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1875 > div{
               height:100%;
            }
            #medical_box_1875 .mode2-size_1875{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1875 .mode3-size_1875{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1875 .mode4-size_1875{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1875 .mode5-size_1875{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1875 .mode6-size_1875{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1875 .mode7-size_1875{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1875 .mode7-size_1875 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1875 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1875 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1875{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1875 span:hover{
                color:!important;
            }
            .custom2_1875{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1875 span:hover{
                color:;
            }
            #medical_box_1875 .mode-btn1_1875{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1875 .mode-btn1_1875 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1875 .mode-btn2_1875{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1875 .mode-btn2_1875 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1875 .div-btn-title_main_1875{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1875 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1875 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1885 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1885 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1885 .background-img{
                border-radius:;
            }
        #medical_box_1885 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1885 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1885.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1885 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1885  
                
                #medical_box_1885 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1885 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1885:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1885:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1885 .mode1-size_1885{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1885 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1885 > div{
               height:100%;
            }
            #medical_box_1885 .mode2-size_1885{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1885 .mode3-size_1885{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1885 .mode4-size_1885{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1885 .mode5-size_1885{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1885 .mode6-size_1885{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1885 .mode7-size_1885{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1885 .mode7-size_1885 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1885 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1885 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1885{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1885 span:hover{
                color:!important;
            }
            .custom2_1885{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1885 span:hover{
                color:;
            }
            #medical_box_1885 .mode-btn1_1885{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1885 .mode-btn1_1885 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1885 .mode-btn2_1885{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1885 .mode-btn2_1885 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1885 .div-btn-title_main_1885{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1885 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1885 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1884 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1884 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1884 .background-img{
                border-radius:;
            }
        #medical_box_1884 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1884 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1884.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1884 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1884  
                
                #medical_box_1884 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1884 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1884:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1884:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1884 .mode1-size_1884{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1884 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1884 > div{
               height:100%;
            }
            #medical_box_1884 .mode2-size_1884{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1884 .mode3-size_1884{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1884 .mode4-size_1884{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1884 .mode5-size_1884{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1884 .mode6-size_1884{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1884 .mode7-size_1884{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1884 .mode7-size_1884 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1884 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1884 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1884{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1884 span:hover{
                color:!important;
            }
            .custom2_1884{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1884 span:hover{
                color:;
            }
            #medical_box_1884 .mode-btn1_1884{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1884 .mode-btn1_1884 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1884 .mode-btn2_1884{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1884 .mode-btn2_1884 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1884 .div-btn-title_main_1884{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1884 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1884 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1883 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1883 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1883 .background-img{
                border-radius:;
            }
        #medical_box_1883 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1883 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1883.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1883 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1883  
                
                #medical_box_1883 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1883 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1883:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1883:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1883 .mode1-size_1883{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1883 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1883 > div{
               height:100%;
            }
            #medical_box_1883 .mode2-size_1883{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1883 .mode3-size_1883{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1883 .mode4-size_1883{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1883 .mode5-size_1883{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1883 .mode6-size_1883{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1883 .mode7-size_1883{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1883 .mode7-size_1883 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1883 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1883 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1883{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1883 span:hover{
                color:!important;
            }
            .custom2_1883{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1883 span:hover{
                color:;
            }
            #medical_box_1883 .mode-btn1_1883{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1883 .mode-btn1_1883 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1883 .mode-btn2_1883{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1883 .mode-btn2_1883 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1883 .div-btn-title_main_1883{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1883 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1883 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1882 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1882 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1882 .background-img{
                border-radius:;
            }
        #medical_box_1882 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1882 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1882.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1882 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1882  
                
                #medical_box_1882 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1882 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1882:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1882:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1882 .mode1-size_1882{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1882 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1882 > div{
               height:100%;
            }
            #medical_box_1882 .mode2-size_1882{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1882 .mode3-size_1882{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1882 .mode4-size_1882{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1882 .mode5-size_1882{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1882 .mode6-size_1882{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1882 .mode7-size_1882{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1882 .mode7-size_1882 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1882 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1882 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1882{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1882 span:hover{
                color:!important;
            }
            .custom2_1882{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1882 span:hover{
                color:;
            }
            #medical_box_1882 .mode-btn1_1882{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1882 .mode-btn1_1882 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1882 .mode-btn2_1882{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1882 .mode-btn2_1882 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1882 .div-btn-title_main_1882{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1882 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1882 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1881 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1881 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1881 .background-img{
                border-radius:;
            }
        #medical_box_1881 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1881 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1881.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1881 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1881  
                
                #medical_box_1881 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1881 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1881:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1881:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1881 .mode1-size_1881{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1881 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1881 > div{
               height:100%;
            }
            #medical_box_1881 .mode2-size_1881{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1881 .mode3-size_1881{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1881 .mode4-size_1881{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1881 .mode5-size_1881{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1881 .mode6-size_1881{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1881 .mode7-size_1881{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1881 .mode7-size_1881 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1881 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1881 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1881{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1881 span:hover{
                color:!important;
            }
            .custom2_1881{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1881 span:hover{
                color:;
            }
            #medical_box_1881 .mode-btn1_1881{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1881 .mode-btn1_1881 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1881 .mode-btn2_1881{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1881 .mode-btn2_1881 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1881 .div-btn-title_main_1881{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1881 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1881 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1880 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1880 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1880 .background-img{
                border-radius:;
            }
        #medical_box_1880 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1880 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1880.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1880 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1880  
                
                #medical_box_1880 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1880 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1880:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1880:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1880 .mode1-size_1880{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1880 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1880 > div{
               height:100%;
            }
            #medical_box_1880 .mode2-size_1880{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1880 .mode3-size_1880{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1880 .mode4-size_1880{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1880 .mode5-size_1880{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1880 .mode6-size_1880{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1880 .mode7-size_1880{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1880 .mode7-size_1880 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1880 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1880 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1880{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1880 span:hover{
                color:!important;
            }
            .custom2_1880{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1880 span:hover{
                color:;
            }
            #medical_box_1880 .mode-btn1_1880{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1880 .mode-btn1_1880 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1880 .mode-btn2_1880{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1880 .mode-btn2_1880 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1880 .div-btn-title_main_1880{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1880 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1880 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1879 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1879 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1879 .background-img{
                border-radius:;
            }
        #medical_box_1879 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1879 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1879.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1879 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1879  
                
                #medical_box_1879 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1879 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1879:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1879:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1879 .mode1-size_1879{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1879 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1879 > div{
               height:100%;
            }
            #medical_box_1879 .mode2-size_1879{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1879 .mode3-size_1879{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1879 .mode4-size_1879{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1879 .mode5-size_1879{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1879 .mode6-size_1879{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1879 .mode7-size_1879{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1879 .mode7-size_1879 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1879 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1879 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1879{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1879 span:hover{
                color:!important;
            }
            .custom2_1879{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1879 span:hover{
                color:;
            }
            #medical_box_1879 .mode-btn1_1879{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1879 .mode-btn1_1879 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1879 .mode-btn2_1879{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1879 .mode-btn2_1879 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1879 .div-btn-title_main_1879{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1879 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1879 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1878 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1878 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1878 .background-img{
                border-radius:;
            }
        #medical_box_1878 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1878 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1878.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1878 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1878  
                
                #medical_box_1878 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1878 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1878:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1878:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1878 .mode1-size_1878{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1878 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1878 > div{
               height:100%;
            }
            #medical_box_1878 .mode2-size_1878{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1878 .mode3-size_1878{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1878 .mode4-size_1878{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1878 .mode5-size_1878{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1878 .mode6-size_1878{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1878 .mode7-size_1878{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1878 .mode7-size_1878 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1878 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1878 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1878{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1878 span:hover{
                color:!important;
            }
            .custom2_1878{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1878 span:hover{
                color:;
            }
            #medical_box_1878 .mode-btn1_1878{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1878 .mode-btn1_1878 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1878 .mode-btn2_1878{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1878 .mode-btn2_1878 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1878 .div-btn-title_main_1878{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1878 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1878 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1877 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1877 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1877 .background-img{
                border-radius:;
            }
        #medical_box_1877 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1877 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1877.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1877 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1877  
                
                #medical_box_1877 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1877 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1877:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1877:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1877 .mode1-size_1877{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1877 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1877 > div{
               height:100%;
            }
            #medical_box_1877 .mode2-size_1877{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1877 .mode3-size_1877{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1877 .mode4-size_1877{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1877 .mode5-size_1877{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1877 .mode6-size_1877{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1877 .mode7-size_1877{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1877 .mode7-size_1877 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1877 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1877 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1877{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1877 span:hover{
                color:!important;
            }
            .custom2_1877{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1877 span:hover{
                color:;
            }
            #medical_box_1877 .mode-btn1_1877{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1877 .mode-btn1_1877 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1877 .mode-btn2_1877{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1877 .mode-btn2_1877 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1877 .div-btn-title_main_1877{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1877 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1877 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_665 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1114']:hover .new_medical_box_main{}
            #module_new_medical_665 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_665 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_665 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_665 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_665 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_665 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_665 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_665 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_665 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_665 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_665 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_665{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_665 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_665 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_665 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_665 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_665 .swiper-container{
                width:1200px;
            }
            #module_new_medical_665 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_665 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_665 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_665 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1115']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1115']:hover{;}.module[data-id_page='1115']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1115'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1115']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1115'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1115']  
                
                .module[data-id_page='1115'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1115'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1115']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1115']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709800_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_666 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_666 .content_str{
				width:100%;
			}
            #module_new_medical_666 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_666 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_666 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_666 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_666 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_666 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_666 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_666 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_666 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_666 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_666 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_666 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_666 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_666 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1886 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713726_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1886 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1886 .background-img{
                border-radius:;
            }
        
            #medical_box_1886 .new_medical_icon{
                
            }
        #medical_box_1886 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1886:hover .new_medical_title{}
                #medical_box_1886 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1886 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1886:hover .new_medical_icon{}
                   #medical_box_1886  
                
                #medical_box_1886 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1886 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1886:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1886:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1886 .mode1-size_1886{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1886 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1886 > div{
               height:100%;
            }
            #medical_box_1886 .mode2-size_1886{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1886 .mode3-size_1886{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1886 .mode4-size_1886{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1886 .mode5-size_1886{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1886 .mode6-size_1886{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1886 .mode7-size_1886{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1886 .mode7-size_1886 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1886 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1886 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1886{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1886 span:hover{
                color:!important;
            }
            .custom2_1886{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1886 span:hover{
                color:;
            }
            #medical_box_1886 .mode-btn1_1886{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1886 .mode-btn1_1886 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1886 .mode-btn2_1886{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1886 .mode-btn2_1886 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1886 .div-btn-title_main_1886{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1886 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1886 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1887 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1887 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1887 .background-img{
                border-radius:;
            }
        #medical_box_1887 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1887:hover .new_medical_title{}
                #medical_box_1887 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1887.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1887:hover{}#medical_box_1887 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1887:hover .new_medical_description{}
                   #medical_box_1887  
                
                #medical_box_1887 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1887 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1887:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1887:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1887 .mode1-size_1887{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1887 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1887 > div{
               height:100%;
            }
            #medical_box_1887 .mode2-size_1887{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1887 .mode3-size_1887{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1887 .mode4-size_1887{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1887 .mode5-size_1887{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1887 .mode6-size_1887{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1887 .mode7-size_1887{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1887 .mode7-size_1887 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1887 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1887 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1887{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1887 span:hover{
                color:!important;
            }
            .custom2_1887{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1887 span:hover{
                color:;
            }
            #medical_box_1887 .mode-btn1_1887{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1887 .mode-btn1_1887 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1887 .mode-btn2_1887{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1887 .mode-btn2_1887 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1887 .div-btn-title_main_1887{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1887 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1887 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1890 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1890 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1890 .background-img{
                border-radius:;
            }
        #medical_box_1890 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1890 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1890.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1890 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1890  
                
                #medical_box_1890 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1890 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1890:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1890:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1890 .mode1-size_1890{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1890 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1890 > div{
               height:100%;
            }
            #medical_box_1890 .mode2-size_1890{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1890 .mode3-size_1890{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1890 .mode4-size_1890{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1890 .mode5-size_1890{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1890 .mode6-size_1890{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1890 .mode7-size_1890{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1890 .mode7-size_1890 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1890 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1890 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1890{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1890 span:hover{
                color:!important;
            }
            .custom2_1890{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1890 span:hover{
                color:;
            }
            #medical_box_1890 .mode-btn1_1890{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1890 .mode-btn1_1890 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1890 .mode-btn2_1890{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1890 .mode-btn2_1890 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1890 .div-btn-title_main_1890{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1890 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1890 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1889 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1889 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1889 .background-img{
                border-radius:;
            }
        #medical_box_1889 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1889 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1889.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1889 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1889  
                
                #medical_box_1889 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1889 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1889:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1889:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1889 .mode1-size_1889{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1889 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1889 > div{
               height:100%;
            }
            #medical_box_1889 .mode2-size_1889{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1889 .mode3-size_1889{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1889 .mode4-size_1889{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1889 .mode5-size_1889{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1889 .mode6-size_1889{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1889 .mode7-size_1889{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1889 .mode7-size_1889 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1889 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1889 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1889{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1889 span:hover{
                color:!important;
            }
            .custom2_1889{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1889 span:hover{
                color:;
            }
            #medical_box_1889 .mode-btn1_1889{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1889 .mode-btn1_1889 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1889 .mode-btn2_1889{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1889 .mode-btn2_1889 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1889 .div-btn-title_main_1889{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1889 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1889 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1888 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1888 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1888 .background-img{
                border-radius:;
            }
        #medical_box_1888 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1888 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1888.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1888:hover{}#medical_box_1888 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1888  
                
                #medical_box_1888 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1888 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1888:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1888:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1888 .mode1-size_1888{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1888 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1888 > div{
               height:100%;
            }
            #medical_box_1888 .mode2-size_1888{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1888 .mode3-size_1888{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1888 .mode4-size_1888{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1888 .mode5-size_1888{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1888 .mode6-size_1888{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1888 .mode7-size_1888{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1888 .mode7-size_1888 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1888 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1888 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1888{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1888 span:hover{
                color:!important;
            }
            .custom2_1888{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1888 span:hover{
                color:;
            }
            #medical_box_1888 .mode-btn1_1888{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1888 .mode-btn1_1888 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1888 .mode-btn2_1888{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1888 .mode-btn2_1888 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1888 .div-btn-title_main_1888{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1888 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1888 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_666 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1115']:hover .new_medical_box_main{}
            #module_new_medical_666 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_666 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_666 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_666 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_666 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_666 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_666 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_666 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_666 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_666 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_666 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_666{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_666 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_666 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_666 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_666 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_666 .swiper-container{
                width:1200px;
            }
            #module_new_medical_666 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_666 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_666 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_666 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1116']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1116']:hover{;}.module[data-id_page='1116']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1116'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1116']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1116'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1116']  
                
                .module[data-id_page='1116'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1116'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1116']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1116']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709797_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_667 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_667 .content_str{
				width:100%;
			}
            #module_new_medical_667 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_667 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_667 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_667 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_667 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_667 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_667 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_667 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_667 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_667 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_667 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_667 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_667 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_667 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1891 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713708_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1891 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1891 .background-img{
                border-radius:;
            }
        
            #medical_box_1891 .new_medical_icon{
                
            }
        #medical_box_1891 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1891:hover .new_medical_title{}
                #medical_box_1891 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1891 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1891:hover .new_medical_icon{}
                   #medical_box_1891  
                
                #medical_box_1891 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1891 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1891:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1891:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1891 .mode1-size_1891{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1891 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1891 > div{
               height:100%;
            }
            #medical_box_1891 .mode2-size_1891{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1891 .mode3-size_1891{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1891 .mode4-size_1891{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1891 .mode5-size_1891{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1891 .mode6-size_1891{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1891 .mode7-size_1891{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1891 .mode7-size_1891 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1891 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1891 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1891{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1891 span:hover{
                color:!important;
            }
            .custom2_1891{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1891 span:hover{
                color:;
            }
            #medical_box_1891 .mode-btn1_1891{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1891 .mode-btn1_1891 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1891 .mode-btn2_1891{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1891 .mode-btn2_1891 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1891 .div-btn-title_main_1891{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1891 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1891 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1892 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1892 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1892 .background-img{
                border-radius:;
            }
        #medical_box_1892 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1892:hover .new_medical_title{}
                #medical_box_1892 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1892.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1892:hover{}#medical_box_1892 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1892:hover .new_medical_description{}
                   #medical_box_1892  
                
                #medical_box_1892 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1892 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1892:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1892:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1892 .mode1-size_1892{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1892 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1892 > div{
               height:100%;
            }
            #medical_box_1892 .mode2-size_1892{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1892 .mode3-size_1892{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1892 .mode4-size_1892{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1892 .mode5-size_1892{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1892 .mode6-size_1892{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1892 .mode7-size_1892{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1892 .mode7-size_1892 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1892 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1892 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1892{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1892 span:hover{
                color:!important;
            }
            .custom2_1892{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1892 span:hover{
                color:;
            }
            #medical_box_1892 .mode-btn1_1892{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1892 .mode-btn1_1892 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1892 .mode-btn2_1892{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1892 .mode-btn2_1892 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1892 .div-btn-title_main_1892{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1892 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1892 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1894 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1894 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1894 .background-img{
                border-radius:;
            }
        #medical_box_1894 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1894 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1894.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1894 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1894  
                
                #medical_box_1894 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1894 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1894:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1894:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1894 .mode1-size_1894{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1894 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1894 > div{
               height:100%;
            }
            #medical_box_1894 .mode2-size_1894{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1894 .mode3-size_1894{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1894 .mode4-size_1894{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1894 .mode5-size_1894{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1894 .mode6-size_1894{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1894 .mode7-size_1894{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1894 .mode7-size_1894 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1894 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1894 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1894{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1894 span:hover{
                color:!important;
            }
            .custom2_1894{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1894 span:hover{
                color:;
            }
            #medical_box_1894 .mode-btn1_1894{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1894 .mode-btn1_1894 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1894 .mode-btn2_1894{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1894 .mode-btn2_1894 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1894 .div-btn-title_main_1894{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1894 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1894 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1893 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1893 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1893 .background-img{
                border-radius:;
            }
        #medical_box_1893 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1893 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1893.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1893:hover{}#medical_box_1893 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1893  
                
                #medical_box_1893 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1893 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1893:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1893:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1893 .mode1-size_1893{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1893 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1893 > div{
               height:100%;
            }
            #medical_box_1893 .mode2-size_1893{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1893 .mode3-size_1893{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1893 .mode4-size_1893{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1893 .mode5-size_1893{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1893 .mode6-size_1893{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1893 .mode7-size_1893{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1893 .mode7-size_1893 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1893 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1893 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1893{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1893 span:hover{
                color:!important;
            }
            .custom2_1893{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1893 span:hover{
                color:;
            }
            #medical_box_1893 .mode-btn1_1893{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1893 .mode-btn1_1893 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1893 .mode-btn2_1893{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1893 .mode-btn2_1893 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1893 .div-btn-title_main_1893{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1893 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1893 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_667 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1116']:hover .new_medical_box_main{}
            #module_new_medical_667 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_667 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_667 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_667 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_667 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_667 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_667 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_667 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_667 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_667 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_667 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_667{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_667 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_667 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_667 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_667 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_667 .swiper-container{
                width:1200px;
            }
            #module_new_medical_667 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_667 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_667 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_667 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1117']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1117']:hover{;}.module[data-id_page='1117']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1117'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1117']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1117'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1117']  
                
                .module[data-id_page='1117'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1117'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1117']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1117']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709789_-chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_668 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_668 .content_str{
				width:100%;
			}
            #module_new_medical_668 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_668 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_668 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_668 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_668 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_668 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_668 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_668 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_668 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_668 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_668 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_668 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_668 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_668 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1895 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713710_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1895 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1895 .background-img{
                border-radius:;
            }
        
            #medical_box_1895 .new_medical_icon{
                
            }
        #medical_box_1895 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1895:hover .new_medical_title{}
                #medical_box_1895 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1895 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1895:hover .new_medical_icon{}
                   #medical_box_1895  
                
                #medical_box_1895 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1895 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1895:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1895:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1895 .mode1-size_1895{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1895 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1895 > div{
               height:100%;
            }
            #medical_box_1895 .mode2-size_1895{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1895 .mode3-size_1895{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1895 .mode4-size_1895{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1895 .mode5-size_1895{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1895 .mode6-size_1895{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1895 .mode7-size_1895{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1895 .mode7-size_1895 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1895 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1895 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1895{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1895 span:hover{
                color:!important;
            }
            .custom2_1895{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1895 span:hover{
                color:;
            }
            #medical_box_1895 .mode-btn1_1895{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1895 .mode-btn1_1895 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1895 .mode-btn2_1895{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1895 .mode-btn2_1895 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1895 .div-btn-title_main_1895{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1895 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1895 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1896 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1896 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1896 .background-img{
                border-radius:;
            }
        #medical_box_1896 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1896:hover .new_medical_title{}
                #medical_box_1896 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1896.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1896:hover{}#medical_box_1896 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1896:hover .new_medical_description{}
                   #medical_box_1896  
                
                #medical_box_1896 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1896 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1896:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1896:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1896 .mode1-size_1896{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1896 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1896 > div{
               height:100%;
            }
            #medical_box_1896 .mode2-size_1896{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1896 .mode3-size_1896{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1896 .mode4-size_1896{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1896 .mode5-size_1896{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1896 .mode6-size_1896{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1896 .mode7-size_1896{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1896 .mode7-size_1896 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1896 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1896 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1896{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1896 span:hover{
                color:!important;
            }
            .custom2_1896{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1896 span:hover{
                color:;
            }
            #medical_box_1896 .mode-btn1_1896{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1896 .mode-btn1_1896 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1896 .mode-btn2_1896{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1896 .mode-btn2_1896 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1896 .div-btn-title_main_1896{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1896 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1896 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1898 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1898 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1898 .background-img{
                border-radius:;
            }
        #medical_box_1898 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1898 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1898.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1898 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1898  
                
                #medical_box_1898 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1898 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1898:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1898:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1898 .mode1-size_1898{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1898 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1898 > div{
               height:100%;
            }
            #medical_box_1898 .mode2-size_1898{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1898 .mode3-size_1898{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1898 .mode4-size_1898{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1898 .mode5-size_1898{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1898 .mode6-size_1898{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1898 .mode7-size_1898{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1898 .mode7-size_1898 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1898 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1898 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1898{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1898 span:hover{
                color:!important;
            }
            .custom2_1898{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1898 span:hover{
                color:;
            }
            #medical_box_1898 .mode-btn1_1898{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1898 .mode-btn1_1898 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1898 .mode-btn2_1898{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1898 .mode-btn2_1898 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1898 .div-btn-title_main_1898{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1898 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1898 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1897 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1897 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1897 .background-img{
                border-radius:;
            }
        #medical_box_1897 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1897 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1897.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1897:hover{}#medical_box_1897 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1897  
                
                #medical_box_1897 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1897 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1897:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1897:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1897 .mode1-size_1897{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1897 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1897 > div{
               height:100%;
            }
            #medical_box_1897 .mode2-size_1897{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1897 .mode3-size_1897{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1897 .mode4-size_1897{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1897 .mode5-size_1897{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1897 .mode6-size_1897{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1897 .mode7-size_1897{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1897 .mode7-size_1897 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1897 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1897 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1897{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1897 span:hover{
                color:!important;
            }
            .custom2_1897{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1897 span:hover{
                color:;
            }
            #medical_box_1897 .mode-btn1_1897{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1897 .mode-btn1_1897 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1897 .mode-btn2_1897{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1897 .mode-btn2_1897 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1897 .div-btn-title_main_1897{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1897 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1897 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_668 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1117']:hover .new_medical_box_main{}
            #module_new_medical_668 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_668 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_668 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_668 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_668 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_668 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_668 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_668 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_668 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_668 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_668 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_668{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_668 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_668 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_668 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_668 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_668 .swiper-container{
                width:1200px;
            }
            #module_new_medical_668 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_668 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_668 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_668 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1118']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1118']:hover{;}.module[data-id_page='1118']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1118'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1118']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1118'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1118']  
                
                .module[data-id_page='1118'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1118'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1118']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1118']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709794_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_669 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_669 .content_str{
				width:100%;
			}
            #module_new_medical_669 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_669 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_669 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_669 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_669 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_669 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_669 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_669 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_669 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_669 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_669 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_669 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_669 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_669 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1899 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713706_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1899 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1899 .background-img{
                border-radius:;
            }
        
            #medical_box_1899 .new_medical_icon{
                
            }
        #medical_box_1899 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1899:hover .new_medical_title{}
                #medical_box_1899 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1899 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1899:hover .new_medical_icon{}
                   #medical_box_1899  
                
                #medical_box_1899 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1899 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1899:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1899:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1899 .mode1-size_1899{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1899 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1899 > div{
               height:100%;
            }
            #medical_box_1899 .mode2-size_1899{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1899 .mode3-size_1899{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1899 .mode4-size_1899{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1899 .mode5-size_1899{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1899 .mode6-size_1899{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1899 .mode7-size_1899{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1899 .mode7-size_1899 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1899 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1899 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1899{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1899 span:hover{
                color:!important;
            }
            .custom2_1899{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1899 span:hover{
                color:;
            }
            #medical_box_1899 .mode-btn1_1899{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1899 .mode-btn1_1899 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1899 .mode-btn2_1899{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1899 .mode-btn2_1899 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1899 .div-btn-title_main_1899{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1899 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1899 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1900 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1900 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1900 .background-img{
                border-radius:;
            }
        #medical_box_1900 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1900:hover .new_medical_title{}
                #medical_box_1900 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1900.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1900:hover{}#medical_box_1900 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1900:hover .new_medical_description{}
                   #medical_box_1900  
                
                #medical_box_1900 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1900 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1900:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1900:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1900 .mode1-size_1900{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1900 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1900 > div{
               height:100%;
            }
            #medical_box_1900 .mode2-size_1900{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1900 .mode3-size_1900{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1900 .mode4-size_1900{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1900 .mode5-size_1900{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1900 .mode6-size_1900{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1900 .mode7-size_1900{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1900 .mode7-size_1900 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1900 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1900 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1900{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1900 span:hover{
                color:!important;
            }
            .custom2_1900{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1900 span:hover{
                color:;
            }
            #medical_box_1900 .mode-btn1_1900{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1900 .mode-btn1_1900 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1900 .mode-btn2_1900{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1900 .mode-btn2_1900 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1900 .div-btn-title_main_1900{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1900 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1900 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1904 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1904 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1904 .background-img{
                border-radius:;
            }
        #medical_box_1904 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1904 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1904.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1904 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1904  
                
                #medical_box_1904 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1904 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1904:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1904:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1904 .mode1-size_1904{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1904 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1904 > div{
               height:100%;
            }
            #medical_box_1904 .mode2-size_1904{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1904 .mode3-size_1904{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1904 .mode4-size_1904{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1904 .mode5-size_1904{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1904 .mode6-size_1904{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1904 .mode7-size_1904{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1904 .mode7-size_1904 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1904 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1904 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1904{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1904 span:hover{
                color:!important;
            }
            .custom2_1904{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1904 span:hover{
                color:;
            }
            #medical_box_1904 .mode-btn1_1904{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1904 .mode-btn1_1904 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1904 .mode-btn2_1904{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1904 .mode-btn2_1904 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1904 .div-btn-title_main_1904{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1904 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1904 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1903 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1903 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1903 .background-img{
                border-radius:;
            }
        #medical_box_1903 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1903 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1903.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1903 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1903  
                
                #medical_box_1903 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1903 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1903:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1903:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1903 .mode1-size_1903{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1903 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1903 > div{
               height:100%;
            }
            #medical_box_1903 .mode2-size_1903{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1903 .mode3-size_1903{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1903 .mode4-size_1903{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1903 .mode5-size_1903{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1903 .mode6-size_1903{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1903 .mode7-size_1903{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1903 .mode7-size_1903 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1903 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1903 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1903{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1903 span:hover{
                color:!important;
            }
            .custom2_1903{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1903 span:hover{
                color:;
            }
            #medical_box_1903 .mode-btn1_1903{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1903 .mode-btn1_1903 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1903 .mode-btn2_1903{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1903 .mode-btn2_1903 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1903 .div-btn-title_main_1903{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1903 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1903 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1902 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1902 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1902 .background-img{
                border-radius:;
            }
        #medical_box_1902 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1902 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1902.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1902 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1902  
                
                #medical_box_1902 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1902 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1902:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1902:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1902 .mode1-size_1902{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1902 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1902 > div{
               height:100%;
            }
            #medical_box_1902 .mode2-size_1902{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1902 .mode3-size_1902{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1902 .mode4-size_1902{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1902 .mode5-size_1902{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1902 .mode6-size_1902{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1902 .mode7-size_1902{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1902 .mode7-size_1902 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1902 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1902 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1902{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1902 span:hover{
                color:!important;
            }
            .custom2_1902{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1902 span:hover{
                color:;
            }
            #medical_box_1902 .mode-btn1_1902{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1902 .mode-btn1_1902 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1902 .mode-btn2_1902{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1902 .mode-btn2_1902 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1902 .div-btn-title_main_1902{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1902 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1902 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1901 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1901 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1901 .background-img{
                border-radius:;
            }
        #medical_box_1901 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1901 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1901.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1901:hover{}#medical_box_1901 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1901  
                
                #medical_box_1901 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1901 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1901:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1901:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1901 .mode1-size_1901{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1901 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1901 > div{
               height:100%;
            }
            #medical_box_1901 .mode2-size_1901{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1901 .mode3-size_1901{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1901 .mode4-size_1901{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1901 .mode5-size_1901{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1901 .mode6-size_1901{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1901 .mode7-size_1901{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1901 .mode7-size_1901 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1901 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1901 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1901{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1901 span:hover{
                color:!important;
            }
            .custom2_1901{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1901 span:hover{
                color:;
            }
            #medical_box_1901 .mode-btn1_1901{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1901 .mode-btn1_1901 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1901 .mode-btn2_1901{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1901 .mode-btn2_1901 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1901 .div-btn-title_main_1901{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1901 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1901 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_669 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1118']:hover .new_medical_box_main{}
            #module_new_medical_669 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_669 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_669 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_669 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_669 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_669 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_669 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_669 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_669 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_669 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_669 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_669{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_669 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_669 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_669 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_669 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_669 .swiper-container{
                width:1200px;
            }
            #module_new_medical_669 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_669 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_669 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_669 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1119']{;background-size:cover;background-repeat:no-repeat;background-position:top;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}.module[data-id_page='1119']:hover{;}.module[data-id_page='1119']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1119'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1119']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1119'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1119']  
                
                .module[data-id_page='1119'] .new_admin_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                .module[data-id_page='1119'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1119']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1119']{
                               background-image:url("https://chaharbaghhotel.com/en/files/cafe/game/meno/1730709792_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_670 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_670 .content_str{
				width:100%;
			}
            #module_new_medical_670 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_670 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_670 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_670 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_670 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_670 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_670 .mode7-size span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            .custom1{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1:hover{
                color:;
            }
            .custom2{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2:hover{
                color:;
              
            }
            #module_new_medical_670 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_670 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_670 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_670 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_670 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_670 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_670 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1905 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/logo/1730713714_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1905 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1905 .background-img{
                border-radius:;
            }
        
            #medical_box_1905 .new_medical_icon{
                
            }
        #medical_box_1905 .new_medical_title{color:#000;font-weight:400;font-size:40px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1905:hover .new_medical_title{}
                #medical_box_1905 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1905 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1905:hover .new_medical_icon{}
                   #medical_box_1905  
                
                #medical_box_1905 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1905 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1905:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1905:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1905 .mode1-size_1905{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1905 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1905 > div{
               height:100%;
            }
            #medical_box_1905 .mode2-size_1905{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1905 .mode3-size_1905{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1905 .mode4-size_1905{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1905 .mode5-size_1905{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1905 .mode6-size_1905{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1905 .mode7-size_1905{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1905 .mode7-size_1905 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1905 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1905 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1905{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1905 span:hover{
                color:!important;
            }
            .custom2_1905{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1905 span:hover{
                color:;
            }
            #medical_box_1905 .mode-btn1_1905{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1905 .mode-btn1_1905 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1905 .mode-btn2_1905{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1905 .mode-btn2_1905 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1905 .div-btn-title_main_1905{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1905 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1905 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1906 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1906 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1906 .background-img{
                border-radius:;
            }
        #medical_box_1906 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1906:hover .new_medical_title{}
                #medical_box_1906 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1906.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:80px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1906:hover{}#medical_box_1906 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1906:hover .new_medical_description{}
                   #medical_box_1906  
                
                #medical_box_1906 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1906 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1906:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1906:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1906 .mode1-size_1906{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1906 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1906 > div{
               height:100%;
            }
            #medical_box_1906 .mode2-size_1906{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1906 .mode3-size_1906{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1906 .mode4-size_1906{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1906 .mode5-size_1906{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1906 .mode6-size_1906{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1906 .mode7-size_1906{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1906 .mode7-size_1906 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1906 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1906 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1906{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1906 span:hover{
                color:!important;
            }
            .custom2_1906{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1906 span:hover{
                color:;
            }
            #medical_box_1906 .mode-btn1_1906{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1906 .mode-btn1_1906 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1906 .mode-btn2_1906{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1906 .mode-btn2_1906 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1906 .div-btn-title_main_1906{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1906 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1906 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1911 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1911 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1911 .background-img{
                border-radius:;
            }
        #medical_box_1911 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1911 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1911.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1911 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1911  
                
                #medical_box_1911 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1911 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1911:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1911:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1911 .mode1-size_1911{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1911 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1911 > div{
               height:100%;
            }
            #medical_box_1911 .mode2-size_1911{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1911 .mode3-size_1911{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1911 .mode4-size_1911{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1911 .mode5-size_1911{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1911 .mode6-size_1911{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1911 .mode7-size_1911{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1911 .mode7-size_1911 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1911 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1911 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1911{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1911 span:hover{
                color:!important;
            }
            .custom2_1911{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1911 span:hover{
                color:;
            }
            #medical_box_1911 .mode-btn1_1911{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1911 .mode-btn1_1911 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1911 .mode-btn2_1911{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1911 .mode-btn2_1911 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1911 .div-btn-title_main_1911{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1911 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1911 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1910 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1910 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1910 .background-img{
                border-radius:;
            }
        #medical_box_1910 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1910 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1910.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1910 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1910  
                
                #medical_box_1910 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1910 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1910:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1910:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1910 .mode1-size_1910{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1910 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1910 > div{
               height:100%;
            }
            #medical_box_1910 .mode2-size_1910{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1910 .mode3-size_1910{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1910 .mode4-size_1910{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1910 .mode5-size_1910{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1910 .mode6-size_1910{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1910 .mode7-size_1910{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1910 .mode7-size_1910 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1910 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1910 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1910{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1910 span:hover{
                color:!important;
            }
            .custom2_1910{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1910 span:hover{
                color:;
            }
            #medical_box_1910 .mode-btn1_1910{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1910 .mode-btn1_1910 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1910 .mode-btn2_1910{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1910 .mode-btn2_1910 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1910 .div-btn-title_main_1910{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1910 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1910 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1909 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1909 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1909 .background-img{
                border-radius:;
            }
        #medical_box_1909 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1909 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1909.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1909 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1909  
                
                #medical_box_1909 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1909 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1909:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1909:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1909 .mode1-size_1909{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1909 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1909 > div{
               height:100%;
            }
            #medical_box_1909 .mode2-size_1909{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1909 .mode3-size_1909{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1909 .mode4-size_1909{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1909 .mode5-size_1909{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1909 .mode6-size_1909{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1909 .mode7-size_1909{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1909 .mode7-size_1909 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1909 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1909 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1909{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1909 span:hover{
                color:!important;
            }
            .custom2_1909{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1909 span:hover{
                color:;
            }
            #medical_box_1909 .mode-btn1_1909{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1909 .mode-btn1_1909 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1909 .mode-btn2_1909{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1909 .mode-btn2_1909 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1909 .div-btn-title_main_1909{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1909 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1909 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1908 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1908 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1908 .background-img{
                border-radius:;
            }
        #medical_box_1908 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1908 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1908.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;padding-bottom:16px;border-style:dotted;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1277:hover{}#medical_box_1908 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1908  
                
                #medical_box_1908 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1908 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1908:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1908:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1908 .mode1-size_1908{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1908 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1908 > div{
               height:100%;
            }
            #medical_box_1908 .mode2-size_1908{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1908 .mode3-size_1908{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1908 .mode4-size_1908{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1908 .mode5-size_1908{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1908 .mode6-size_1908{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1908 .mode7-size_1908{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1908 .mode7-size_1908 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1908 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1908 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1908{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1908 span:hover{
                color:!important;
            }
            .custom2_1908{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1908 span:hover{
                color:;
            }
            #medical_box_1908 .mode-btn1_1908{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1908 .mode-btn1_1908 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1908 .mode-btn2_1908{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1908 .mode-btn2_1908 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1908 .div-btn-title_main_1908{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1908 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1908 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1907 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/en/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1907 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1907 .background-img{
                border-radius:;
            }
        #medical_box_1907 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1907 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1907.new_medical_module{background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-top:16px;border-style:none;border-bottom-width:1px;border-color:#bfbfbf;}#medical_box_1907:hover{}#medical_box_1907 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1907  
                
                #medical_box_1907 .new_medical_layer{
                    position:absolute;
                    width:100%;
                    height:100%;
                    z-index:10;
                    transition: all 600ms ease;
                    background-color:rgba(0,0,0,0);
                    display:flex;
                    
                right:0;
                top:0;
            
                }
                #medical_box_1907 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1907:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1907:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1907 .mode1-size_1907{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1907 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1907 > div{
               height:100%;
            }
            #medical_box_1907 .mode2-size_1907{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1907 .mode3-size_1907{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1907 .mode4-size_1907{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1907 .mode5-size_1907{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1907 .mode6-size_1907{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1907 .mode7-size_1907{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1907 .mode7-size_1907 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1907 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1907 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1907{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1907 span:hover{
                color:!important;
            }
            .custom2_1907{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1907 span:hover{
                color:;
            }
            #medical_box_1907 .mode-btn1_1907{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1907 .mode-btn1_1907 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1907 .mode-btn2_1907{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1907 .mode-btn2_1907 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1907 .div-btn-title_main_1907{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1907 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1907 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_670 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-left:600px;border-style:none;}.module[data-id_page='1119']:hover .new_medical_box_main{}
            #module_new_medical_670 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_670 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_670 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_670 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_670 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_670 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_670 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_670 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_670 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_670 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_670 .read-more-less-des {
                width: 100%;
                text-align: center;
                margin: 0;
                padding: 8px 0;
            }
            .flex_row_revers{
                flex-direction: row-reverse;
            }
            .flex_row{
                flex-direction: row;
            }
            #module_new_medical_670{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_670 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_670 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_670 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_670 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_670 .swiper-container{
                width:1200px;
            }
            #module_new_medical_670 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_670 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_670 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_670 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        
             #module_footer_1403{
                color:#fff!important;
                position: relative;
                overflow:hidden;
             }
             #module_footer_1403 .resort__btn {
               z-index: 100;
               white-space: nowrap;
               flex-direction: column;
               justify-content: center;
               align-items: center;
               display: flex;
               border-radius: 680px;
               border: 1px solid #fff;
               width: 180px;
               height: 65px;
               right: calc(50% - 90px);
               transition: 1s ease;
               background-color:transparent;
           }
           #module_footer_1403 .div_svg {
                z-index: 120;
                display: none;
                position: absolute;
                padding:10px;
                transition: 0.1s ease-in-out;
           }
           #module_footer_1403 .resort__btn:hover .div_svg{
                display: flex;
                background-color: #ffffff;
                border-radius:50%;
                width:110px;
                height:110px;
                justify-content: center;
                align-items: center;
           }
           #module_footer_1403 .resort__btn:hover .div_svg svg{
                width:18px;
                height:18px;
                fill:#000;
                transform:rotate(-90deg);
           }
           #module_footer_1403 .resort__btn:hover{
                width: 106px;
                right: calc(50% - 53px);
                font-size:8px;
                height: 45px;
           }
           #module_footer_1403 .resort__btn .btn__text{
                 z-index: 5;
                 text-align: center;
                 font-size: 16px;
                 font-weight: 500;
                 position: relative;
                 color:#fff;
                 width:95%;
                 white-space: nowrap;
                 overflow:hidden;
           }
           #module_footer_1403 .div-block-134 {
                z-index: 30;
                background-color: #296161;
                justify-content: flex-end;
                align-items: center;
                width: 100%;
                height: 40vh;
                min-height: 300px;
                display: flex;
                position: absolute;
                top: auto;
                bottom: 0%;
                left: 0%;
                right: 0%;
           }
           #module_footer_1403 .container.c-footer-nws {
                justify-content: center;
                align-items: center;
                padding-bottom: 5vh;
                display: flex;
                flex-direction:column;
           }
           #module_footer_1403 .div-block-226 {
                align-items: center;
                display: flex;
           }
           #module_footer_1403 .footer__nws-title2 {
                color: #fff;
                margin-bottom: 5vh;
                font-size: 38px;
                font-weight: 400;
                line-height: 1.2;
           }
           #module_footer_1403 .nws-subtext {
                opacity: .8;
                color: #fff;
                max-width: 245px;
                margin-right: 47px;
                font-size: 14px;
                line-height: 1.4;
           }
           #module_footer_1403 .subfooter3 {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                display: flex;
                position: relative;
           }
           #module_footer_1403 .div-block-224 {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 50%;
                padding-left: 3vw;
                padding-right: 3vw;
           }
           #module_footer_1403 .copy {
                color: rgba(255, 255, 255, .75);
                max-width: 344px;
                font-size: 10px;
                font-weight: 200;
           }
           #module_footer_1403 .div-block-224.is--mtrk {
                flex: 1;
                display: flex;
           }

           #module_footer_1403  .div-block-224 {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 50%;
                padding-left: 47px;
                padding-right: 47px;
            }
            #module_footer_1403 .subfooter-link3 {
                opacity: .7;
                color: #fff;
                text-transform: uppercase;
                white-space: nowrap;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 1vh;
                padding-bottom: 1vh;
                font-size: 11px;
                display: flex;
            }
            #module_footer_1403 .waves-embed {
                width: 100%;
                position: absolute;
                top: -14vh;
            }
            #module_footer_1403 .w-embed:after {
                clear: both;
            }

            #module_footer_1403 .w-embed:before, .w-embed:after {
                content: " ";
                grid-area: 1 / 1 / 2 / 2;
                display: table;
            }
            #module_footer_1403 .waves {
              position: relative;
              width: 100%;
              height: 15vh;
              margin-bottom: -7px;
              /*Fix for safari gap*/
            }

            /* Animation */

            #module_footer_1403 .parallax>use {
              animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
            }

            #module_footer_1403 .parallax>use:nth-child(1) {
              animation-delay: -2s;
              animation-duration: 7s;
            }

            #module_footer_1403 .parallax>use:nth-child(2) {
              animation-delay: -3s;
              animation-duration: 10s;
            }

            #module_footer_1403 .parallax>use:nth-child(3) {
              animation-delay: -4s;
              animation-duration: 13s;
            }

            #module_footer_1403 .parallax>use:nth-child(4) {
              animation-delay: -5s;
              animation-duration: 20s;
            }

            @keyframes move-forever {
              0% {
                transform: translate3d(-90px, 0, 0);
              }

              100% {
                transform: translate3d(85px, 0, 0);
              }
            }
            #module_footer_1403 .footer_logos_item{
                 width:125px;
                 height:125px;
                 margin:0 15px;  
            }
            #module_footer_1403 .footer_logos_item.footer_logos_first_items{
                 margin:0 0 0 15px;  
            }
            #module_footer_1403 .str_footer_logos{
                display:flex;
                flex-wrap: wrap;
            }
            #module_footer_1403 .md_footer_ch_logos{
                padding-left: 12vw;
            }
            #module_footer_1403 .md_footer_ch_logos .subfooter-link3 {
                justify-content: flex-start;
                padding-top: 15px;
                padding-bottom: 15px;
                font-weight:700;
            }
            #module_footer_1403 .title_item_main{
                margin:8px auto;
                font-size: 16px;
                font-weight: 500;
                color:#c2ddd3;
            }
            #module_footer_1403 .title_item_main:hover{
                color:#fff;
                font-weight:600;
                font-size: 17px;
            }
             #module_footer_1403 #menu__times .menu__times_inner{
                display: flex;
                align-items: center;
                justify-content: center;
                color:#ffffff;
                border-radius: 5px;
                border:1px solid #ffffff;
                padding:5px;
                min-width:230px;
                flex-direction: row;
            }
            #module_footer_1403 #menu__times .line__times{
                width: 1px;
                min-height: 60px;
                background-color: white;
                margin: 5px;
            }
            #module_footer_1403 .menu__times_date {
                width:45%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
            #module_footer_1403 #footer_day_str,#module_footer_1403 #footer_month_str{
                font-weight:bold;
                font-size:12px;
            }
            #module_footer_1403 #footer_day_num{
                font-weight:bold;
                font-size:16px;
            }
            #module_footer_1403 .menu__times_hm {
                width:55%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: row;
            }
            #module_footer_1403 .footer_time_item{
                padding: 0 3px;
                font-size:25px;
                font-weight:bold;
            }
            #module_footer_1403 #menu__times{
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top:3vh;
                
            }
            #module_footer_1403 .menu__times_item{
                padding:5px;
            }
            #module_footer_1403 div#menu__views_pages {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top:3vh;
            }
            #module_footer_1403 div#menu__views_pages .menu__views_pages_inner{
                display: flex;
                align-items: center;
                justify-content: center;
                color:#ffffff;
                border-radius: 5px;
                border:1px solid #ffffff;
                padding:10px;
                min-width:230px;
            }
            #module_footer_1403 .menu__views_pages_str{
                width:45%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding:5px;
            }
            #module_footer_1403 .menu__views_pages_num_view{
                width:55%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding:5px;
            }
            #module_footer_1403 #views_pages_str{
                font-weight:bold;
                font-size:12px;
            }
            #module_footer_1403 #num_view{
                font-weight:bold;
                font-size:25px;
            }
        
              #module_footer_1403 .menu {
                transition:1s ease;
                z-index: 15;
                justify-content: space-between;
                width: 100vw;
                max-width: 100%;
                min-height: 180vh;
                margin-top: -13vh;
                display: flex;
                position: relative;
              }
              #module_footer_1403 .menu__inner {
                z-index: 20;
                justify-content: space-between;
                align-self: stretch;
                width: 100%;

                display: flex;
                position: -webkit-sticky;
                position: sticky;
                top: 0;
              }
            #module_footer_1403 .menu__content {
                width: 66.6667%;
                z-index: 3;
                transition: 0.35s ease;
            }
            #module_footer_1403 .menu__column {
                transition: width .5s,transform 0.35s;
                z-index: 5;
                flex-direction: column;
                justify-content: center;
                align-self: stretch;
                align-items: center;
                width: 33.3333%;
                padding: 15vh 4em;
                display: flex;
                position: relative;
                overflow: hidden;
            }
            #module_footer_1403 .menu__adress{
                padding-top: 2vh;
                padding-bottom: 2vh;
            }
            #module_footer_1403 .menu__bg {
                z-index: 3;
                background-color: #004d4a;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_footer_1403 .nav__tab {
                z-index: 10;
                justify-content: space-between;
                align-self: stretch;
                align-items: stretch;
                width: 100%;
                display: flex;
            }
            #module_footer_1403 .menu_main {
                flex-direction: column;
                justify-content: flex-start;
                align-self: stretch;
                align-items: center;
                width: 50%;
                padding-top: 23vh;
                padding-bottom: 10vh;
                padding-left: 12vw;
                display: flex;
            }
            #module_footer_1403 .menu__link-block3 {
                color: #c2ddd3;
                letter-spacing: 0;
                background-color: transparent;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                width: 100%;
                height: 82px;
                font-size: 24px;
                font-weight: 500;
                display: flex;
                cursor:pointer;
                transition: 0.5s;
            }
            #module_footer_1403 .menu__link-block3:hover{
                color:#fff;
                font-weight:600;
                font-size: 25px;
            }
            #module_footer_1403 .menu__link-block3.w--current {
                color: #fff;
                background-color: transparent;
            }
            #module_footer_1403 .menu_sub {
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                width: 50%;
                padding-top: 23vh;
                padding-right: 3em;
                display: flex;
            }
            #module_footer_1403 .w-dyn-item .m__c-link-text{
                color:#fff;
                font-size: 16px;
                font-weight: 600;
                height:47px;
                display: flex;
                align-items: center;
            }
            #module_footer_1403 .header_sub_menus_txt{
                font-size: 18px;
                font-weight: 700;
            }
            #module_footer_1403 .tab__pane3 {
                width: 100%;
                padding-left: 5em;
            }
            #module_footer_1403 .menu__col3--bg {
                z-index: 1;
                background-color: #112e2e;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_footer_1403 .menu__socials {
                z-index: 1;
                justify-content: center
                align-items: center;
                display: flex;
                flex-wrap:wrap;
            }
            #module_footer_1403 .menu__social {
                z-index: 10;
                opacity: .7;
                color: #fff;;
                letter-spacing: .05em;
                text-transform: uppercase;
                flex-direction: column;
                justify-content: center;
                align-self: stretch;
                align-items: center;
                padding: 15px 8px;
                font-weight: 500;
                display: flex;
                position: relative;
                max-width:100%;
            }
            #module_footer_1403 .icon-social {
                width: 23px;
                min-width: 23px;
            }
            #module_footer_1403 .w--current{
                
            }
            #module_footer_1403 .w-tab-pane {
                display: none;
                position: relative;
            }
            #module_footer_1403 .w--tab-active {
                display: block;
            }
            #module_footer_1403 .menu__plus{
                width: 60px;
                height: 60px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                cursor:pointer;
            }
            #module_footer_1403 .menu__plus--fill{
                z-index: 3;
                border: 1px solid rgba(120,141,133,.45);
                border-radius: 50%;
                width: 40px;
                height: 40px;
                transform: rotate(0deg);
                margin:0px 10px 10px 10px;
                transition:0.5s;
                position:absolute;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                cursor:pointer;
            }
            #module_footer_1403 svg.arrow-left{
                display:block;
            }
            #module_footer_1403 svg.arrow-line{
                display:none;
            }
            #module_footer_1403 .header_sub_menus{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                cursor:pointer;
            }
            #module_footer_1403 .header_sub_menus:hover .menu__plus .menu__plus--fill{
                z-index: 14;
                background-color: #6c7c7b;
                border-radius: 50%;
                border: unset;
                width: 50px;
                height: 50px;
            }
            #module_footer_1403 .header_sub_menus:hover svg.arrow-left{
                display:none;
            }
            #module_footer_1403 .header_sub_menus:hover svg.arrow-line{
                display:block;
            }
            #module_footer_1403 .w--tab-active .header_sub_menus{
                color:#fff;
            }
            #module_footer_1403 .menu__column.is--3:hover {
                width: 40%;
            }
            #module_footer_1403 .menu__bg--blend {
                z-index: 4;
                opacity: .87;
                background-color: #0d2727;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_footer_1403 .menu__bg--reveal {
                z-index: 6;
                background-color: #788d85;
                display: none;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_footer_1403 .footer__col3--inner {
                color: #fff;
                z-index: 20;
                opacity: .8;
                text-align: center;
                flex-direction: column;
                flex: 1;
                justify-content: flex-start;
                align-items: center;
                line-height: 1.6;
                display: flex;
                position: relative;
            }
            #module_footer_1403 .menu__logo {
                z-index: 100;
                object-fit: contain;
                object-position: 50% 50%;
                width: 100px;
                height:70px;
                max-width: none;
            }
            #module_footer_1403 .f-cont__title {
                margin-bottom: .4em;
                font-size: 24px;
                font-weight: 400;
                line-height: 1.3;
            }
            #module_footer_1403 .f-cont_sub_title{
                font-size: 16px;
                font-weight: 400;
            }
            #module_footer_1403 .f-cont {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin-top: 3vh;
                margin-bottom: 3vh;
                display: flex
            }
            #module_footer_1403 .acc__contact-link {
                white-space: nowrap;
                padding-top: .2em;
                padding-bottom: .2em;
                font-size: 16px;
                position: relative;
                overflow: hidden;
                max-width: 100%;
                display: inline-block;
            }
            #module_footer_1403 .acc__contact-link.in--footer {
                opacity: .8;
                color: #fff;
                padding-top: .3em;
                padding-bottom: .3em;
                font-size: 16px;
            }
            #module_footer_1403 .acc__contact-link:hover{
                opacity:1;
                transition:0.5s;
            }
            #module_footer_1403 .acc__cl__line {
                background-color: #fff;
                width: 0;
                height: 1px;
                position: absolute;
                bottom: 0;
                transition: width 0.3s ease;
            }
            #module_footer_1403 .acc__contact-link:hover  .acc__cl__line{
                width: 100%;
            }
            #module_footer_1403 .menu__bg--img {
                z-index: 2;
                object-fit: cover;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
        
            #module_footer_1403 .div-block-134-1 {
                width: 66.6667%;
            }
            #module_footer_1403 .div-block-134-2 {
                width: 33.3333%;
            }
        
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}