
             #module_slider_141{
                color:#fff!important;
                position: relative;
                overflow:hidden;
             }   
             #module_slider_141 .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_141 .blended {
                mix-blend-mode: multiply;
            }
            #module_slider_141 .slider-container {
                width: 100vw;
                height: 100vh;
                overflow: hidden;
                position: relative;
            }
            #module_slider_141 .slide {
                width: 100vw;
                height: 100vh;
                position: absolute;
                opacity: 0;
                overflow:hidden;
            }
            #module_slider_141 .slide .contain_img {
                overflow:hidden;
                width: 100vw;
                height: 100vh;
                background-color: rgba(66, 59, 16, .6);
            }
            #module_slider_141 .slide img {
                object-fit: cover;
                width: 100%;
                max-width: 100%;
                height: 100%;
            }
            #module_slider_141 .slide.previous {
                transition: left 2s ease, transform 3s ease, z-index 0.25s ease, opacity 1s ease;
            }
	        #module_slider_141 .slide.active {
	        	transition:  left 1s ease-in-out,transform 2s ease, z-index 0.5s ease, opacity 0.5s ease;
	        }
	        #module_slider_141 .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_141 .nav__top {
                z-index: 555;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                padding: 1em 3em;
                display: flex;
                position: relative;
            }
            #module_slider_141 .nav__col {
                flex-direction: row;
                flex: 1;
                justify-content: center;
                align-items: center;
                display: flex;
            }
            #module_slider_141 .nav__col.col-1 {
                justify-content: flex-start;
            }
            #module_slider_141 .nav__col.col-2 {
                justify-content: flex-end;
            }
            #module_slider_141 .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_141 .menu-txt {
                z-index: 10;
                font-size: 14px;
                position: relative;
                margin:0 5px;
            }
            #module_slider_141 .icon__cart {
                z-index: 5;
                position: relative;
                width:16px
            }
            #module_slider_141 #pointer-events-none {
                pointer-events: none;
            }
            #module_slider_141 .logo__cols {
                opacity: .5;
                justify-content: flex-end;
                align-items: center;
                width: 6.5em;
                transition: opacity .3s;
                display: flex;
            }
            #module_slider_141 .logo__emblem {
                z-index: 10;
                margin-left: 16px;
                margin-right: 16px;
                position: relative;
                max-width: 100%;
                display: inline-block;
            }
            #module_slider_141 .nav__logo {
                width: 120px;
                height:65px;
                max-width: none;
            }
            #module_slider_141 .left-bg-blur {
                backdrop-filter: blur(8px);
                -webkit-backdrop-filter: blur(8px);
            }
            #module_slider_141 .left-bg-blur {
                z-index: 1;
                position: absolute;
                top: 0%;
                bottom: 0%;
                left: 0%;
                right: 0%;
            }
            #module_slider_141 .logo_div_header{
                flex-direction:row-reverse!important;
            }
            #module_slider_141 .logo_div_header .left_logo_str_div img{
                width: 110px;
                height:18px;
                object-fit: cover;
            }
            #module_slider_141 .logo_div_header .right_logo_str_div img{
                width: 110px;
                height:18px;
                object-fit: cover;
            }
            #module_slider_141 .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_141 .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_141 .icon__cart.is--2{
                width: 17px;
                height:17px;
                object-fit: cover;
            }
            #module_slider_141 .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_141 .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_141 .div-nav-empty {
                background-color: #fff;
                width: 100%;
                height: 1px;
                display: none;
                position: absolute;
                bottom: 0;
           }
           #module_slider_141 .nav__bottom-line {
                background-color: rgba(255, 255, 255, .3);
                width: 100%;
                height: 1px;
                position: absolute;
                bottom: 0;
           }
           #module_slider_141 .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_141 .nav__line--cursor {
                background-color: #fff;
                position: absolute;
                bottom: 0;
                width: 80px;
                height: 1px;
                display: none; 
                pointer-events: none;
           }
           #module_slider_141 .nav-link.w--current {
                border-bottom: 1px solid #fff;
           }
            #module_slider_141 .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_141 .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_141 .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_141 .sec__page1.is--main {
                z-index: 8;
            }
            #module_slider_141 .container_text {
                z-index: 10;
                width: 78%;
                max-width: 1200px;
                margin-left: auto;
                margin-right: auto;
                position: relative;
            }
            #module_slider_141 .container_text.c-scroll-hide {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
            #module_slider_141 .h-main {
                color: #fff;
                text-align: center;
                margin: 20px auto;
                font-size: 85px;
                font-weight: 400;
                line-height: 1.3;
            }
            #module_slider_141 .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_141 .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_141 #h_subtitle_sliderchaharbaghhotel .subtitleText {
                opacity: 0;
                transition: opacity 1s ease-in-out;
            }
            #module_slider_141 #h_main_sliderchaharbaghhotel .mainText {
                opacity: 0;
                transition: opacity 1s;
            }
            #module_slider_141 #top_subtitle_sliderchaharbaghhotel .toptitleText {
                opacity: 0;
                transition: opacity 1s ease-in-out;
            }
            #module_slider_141 .slider_footer{
                z-index: 998;
                align-items: center;
                width: 100%;
                position: absolute;
                top: auto;
                bottom: 30px;
                left: 0%;
                right: 0%;
            }
            #module_slider_141 .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_141 .circle-info:hover {
                color: #fff;
            }

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

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

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

            #module_slider_141 .spinner:nth-child(1) {
              top: 2px;
              left: 2px;
              animation: spin-1 5s linear infinite;
              border-color: rgb(92,108,104);
              cursor:pointer;
            }
            
            #module_slider_141 .spinner:nth-child(2) {
              top: -2px;
              left: 2px;
              animation: spin-2 4s linear infinite;
              border-color: rgb(195,170,148);
              cursor:pointer;
            }
            
            #module_slider_141 .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_141 .resort__btn.scroll-down {

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

          #module_slider_141 .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_141:hover #admin_module_sliderchaharbaghhotel_141{
                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='1293']{;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='1293']:hover{;}.module[data-id_page='1293']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1293'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1293']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1293'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1293']  
                
                .module[data-id_page='1293'] .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='1293'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1293']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1293']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760179231_01.jpg");
                           }
                       
            #module_new_medical_727 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_727 .content_str{
				width:100%;
			}
            #module_new_medical_727 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_727 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_727 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_727 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_727 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_727 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_727 .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_727 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_727 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_727 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_727 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_727 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_727 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_727 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2266 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173536_harresturan (2).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2266 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2266 .background-img{
                border-radius:;
            }
        
            #medical_box_2266 .new_medical_icon{
                
            }
        #medical_box_2266 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2266:hover .new_medical_title{}
                #medical_box_2266 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2266 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2266:hover .new_medical_icon{}
                   #medical_box_2266  
                
                #medical_box_2266 .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_2266 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2266:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2266:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2266 .mode1-size_2266{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2266 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2266 > div{
               height:100%;
            }
            #medical_box_2266 .mode2-size_2266{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2266 .mode3-size_2266{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2266 .mode4-size_2266{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2266 .mode5-size_2266{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2266 .mode6-size_2266{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2266 .mode7-size_2266{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2266 .mode7-size_2266 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2266 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2266 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2266{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2266 span:hover{
                color:!important;
            }
            .custom2_2266{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2266 span:hover{
                color:;
            }
            #medical_box_2266 .mode-btn1_2266{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2266 .mode-btn1_2266 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2266 .mode-btn2_2266{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2266 .mode-btn2_2266 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2266 .div-btn-title_main_2266{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2266 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2266 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2267 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2267 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2267 .background-img{
                border-radius:;
            }
        #medical_box_2267 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2267:hover .new_medical_title{}
                #medical_box_2267 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2267.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_2267:hover{}#medical_box_2267 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2267:hover .new_medical_description{}
                   #medical_box_2267  
                
                #medical_box_2267 .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_2267 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2267:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2267:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2267 .mode1-size_2267{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2267 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2267 > div{
               height:100%;
            }
            #medical_box_2267 .mode2-size_2267{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2267 .mode3-size_2267{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2267 .mode4-size_2267{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2267 .mode5-size_2267{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2267 .mode6-size_2267{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2267 .mode7-size_2267{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2267 .mode7-size_2267 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2267 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2267 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2267{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2267 span:hover{
                color:!important;
            }
            .custom2_2267{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2267 span:hover{
                color:;
            }
            #medical_box_2267 .mode-btn1_2267{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2267 .mode-btn1_2267 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2267 .mode-btn2_2267{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2267 .mode-btn2_2267 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2267 .div-btn-title_main_2267{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2267 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2267 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2272 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2272 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2272 .background-img{
                border-radius:;
            }
        #medical_box_2272 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2272 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2272.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_2272 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2272  
                
                #medical_box_2272 .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_2272 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2272:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2272:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2272 .mode1-size_2272{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2272 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2272 > div{
               height:100%;
            }
            #medical_box_2272 .mode2-size_2272{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2272 .mode3-size_2272{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2272 .mode4-size_2272{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2272 .mode5-size_2272{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2272 .mode6-size_2272{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2272 .mode7-size_2272{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2272 .mode7-size_2272 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2272 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2272 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2272{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2272 span:hover{
                color:!important;
            }
            .custom2_2272{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2272 span:hover{
                color:;
            }
            #medical_box_2272 .mode-btn1_2272{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2272 .mode-btn1_2272 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2272 .mode-btn2_2272{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2272 .mode-btn2_2272 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2272 .div-btn-title_main_2272{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2272 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2272 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2271 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2271 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2271 .background-img{
                border-radius:;
            }
        #medical_box_2271 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2271 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2271.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_2271 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2271  
                
                #medical_box_2271 .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_2271 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2271:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2271:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2271 .mode1-size_2271{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2271 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2271 > div{
               height:100%;
            }
            #medical_box_2271 .mode2-size_2271{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2271 .mode3-size_2271{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2271 .mode4-size_2271{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2271 .mode5-size_2271{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2271 .mode6-size_2271{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2271 .mode7-size_2271{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2271 .mode7-size_2271 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2271 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2271 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2271{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2271 span:hover{
                color:!important;
            }
            .custom2_2271{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2271 span:hover{
                color:;
            }
            #medical_box_2271 .mode-btn1_2271{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2271 .mode-btn1_2271 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2271 .mode-btn2_2271{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2271 .mode-btn2_2271 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2271 .div-btn-title_main_2271{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2271 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2271 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2270 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2270 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2270 .background-img{
                border-radius:;
            }
        #medical_box_2270 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2270 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2270.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_2270 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2270  
                
                #medical_box_2270 .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_2270 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2270:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2270:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2270 .mode1-size_2270{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2270 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2270 > div{
               height:100%;
            }
            #medical_box_2270 .mode2-size_2270{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2270 .mode3-size_2270{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2270 .mode4-size_2270{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2270 .mode5-size_2270{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2270 .mode6-size_2270{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2270 .mode7-size_2270{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2270 .mode7-size_2270 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2270 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2270 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2270{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2270 span:hover{
                color:!important;
            }
            .custom2_2270{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2270 span:hover{
                color:;
            }
            #medical_box_2270 .mode-btn1_2270{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2270 .mode-btn1_2270 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2270 .mode-btn2_2270{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2270 .mode-btn2_2270 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2270 .div-btn-title_main_2270{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2270 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2270 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2269 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2269 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2269 .background-img{
                border-radius:;
            }
        #medical_box_2269 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2269 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2269.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_2269 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2269  
                
                #medical_box_2269 .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_2269 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2269:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2269:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2269 .mode1-size_2269{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2269 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2269 > div{
               height:100%;
            }
            #medical_box_2269 .mode2-size_2269{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2269 .mode3-size_2269{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2269 .mode4-size_2269{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2269 .mode5-size_2269{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2269 .mode6-size_2269{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2269 .mode7-size_2269{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2269 .mode7-size_2269 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2269 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2269 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2269{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2269 span:hover{
                color:!important;
            }
            .custom2_2269{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2269 span:hover{
                color:;
            }
            #medical_box_2269 .mode-btn1_2269{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2269 .mode-btn1_2269 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2269 .mode-btn2_2269{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2269 .mode-btn2_2269 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2269 .div-btn-title_main_2269{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2269 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2269 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2268 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2268 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2268 .background-img{
                border-radius:;
            }
        #medical_box_2268 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2268 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2268.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_2268:hover{}#medical_box_2268 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2268  
                
                #medical_box_2268 .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_2268 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2268:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2268:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2268 .mode1-size_2268{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2268 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2268 > div{
               height:100%;
            }
            #medical_box_2268 .mode2-size_2268{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2268 .mode3-size_2268{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2268 .mode4-size_2268{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2268 .mode5-size_2268{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2268 .mode6-size_2268{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2268 .mode7-size_2268{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2268 .mode7-size_2268 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2268 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2268 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2268{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2268 span:hover{
                color:!important;
            }
            .custom2_2268{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2268 span:hover{
                color:;
            }
            #medical_box_2268 .mode-btn1_2268{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2268 .mode-btn1_2268 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2268 .mode-btn2_2268{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2268 .mode-btn2_2268 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2268 .div-btn-title_main_2268{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2268 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2268 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2388 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2388 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2388 .background-img{
                border-radius:;
            }
        #medical_box_2388 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2388 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2388.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_2388 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2388  
                
                #medical_box_2388 .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_2388 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2388:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2388:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2388 .mode1-size_2388{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2388 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2388 > div{
               height:100%;
            }
            #medical_box_2388 .mode2-size_2388{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2388 .mode3-size_2388{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2388 .mode4-size_2388{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2388 .mode5-size_2388{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2388 .mode6-size_2388{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2388 .mode7-size_2388{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2388 .mode7-size_2388 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2388 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2388 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2388{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2388 span:hover{
                color:!important;
            }
            .custom2_2388{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2388 span:hover{
                color:;
            }
            #medical_box_2388 .mode-btn1_2388{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2388 .mode-btn1_2388 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2388 .mode-btn2_2388{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2388 .mode-btn2_2388 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2388 .div-btn-title_main_2388{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2388 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2388 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2389 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2389 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2389 .background-img{
                border-radius:;
            }
        #medical_box_2389 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2389 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2389.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_2389 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2389  
                
                #medical_box_2389 .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_2389 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2389:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2389:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2389 .mode1-size_2389{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2389 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2389 > div{
               height:100%;
            }
            #medical_box_2389 .mode2-size_2389{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2389 .mode3-size_2389{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2389 .mode4-size_2389{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2389 .mode5-size_2389{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2389 .mode6-size_2389{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2389 .mode7-size_2389{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2389 .mode7-size_2389 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2389 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2389 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2389{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2389 span:hover{
                color:!important;
            }
            .custom2_2389{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2389 span:hover{
                color:;
            }
            #medical_box_2389 .mode-btn1_2389{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2389 .mode-btn1_2389 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2389 .mode-btn2_2389{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2389 .mode-btn2_2389 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2389 .div-btn-title_main_2389{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2389 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2389 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2390 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2390 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2390 .background-img{
                border-radius:;
            }
        #medical_box_2390 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2390 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2390.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_2390 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2390  
                
                #medical_box_2390 .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_2390 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2390:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2390:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2390 .mode1-size_2390{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2390 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2390 > div{
               height:100%;
            }
            #medical_box_2390 .mode2-size_2390{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2390 .mode3-size_2390{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2390 .mode4-size_2390{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2390 .mode5-size_2390{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2390 .mode6-size_2390{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2390 .mode7-size_2390{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2390 .mode7-size_2390 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2390 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2390 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2390{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2390 span:hover{
                color:!important;
            }
            .custom2_2390{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2390 span:hover{
                color:;
            }
            #medical_box_2390 .mode-btn1_2390{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2390 .mode-btn1_2390 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2390 .mode-btn2_2390{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2390 .mode-btn2_2390 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2390 .div-btn-title_main_2390{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2390 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2390 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_727 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_727 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_727 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_727 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_727 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_727 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_727 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_727 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_727 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_727 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_727 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_727 .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_727{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_727 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_727 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_727 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_727 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_727 .swiper-container{
                width:1200px;
            }
            #module_new_medical_727 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_727 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_727 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_727 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1292']{;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='1292']:hover{;}.module[data-id_page='1292']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1292'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1292']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1292'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1292']  
                
                .module[data-id_page='1292'] .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='1292'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1292']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1292']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760179174_02.jpg");
                           }
                       
            #module_new_medical_726 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_726 .content_str{
				width:100%;
			}
            #module_new_medical_726 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_726 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_726 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_726 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_726 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_726 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_726 .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_726 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_726 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_726 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_726 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_726 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_726 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_726 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2259 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173534_harresturan (1).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2259 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2259 .background-img{
                border-radius:;
            }
        
            #medical_box_2259 .new_medical_icon{
                
            }
        #medical_box_2259 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2259:hover .new_medical_title{}
                #medical_box_2259 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2259 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2259:hover .new_medical_icon{}
                   #medical_box_2259  
                
                #medical_box_2259 .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_2259 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2259:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2259:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2259 .mode1-size_2259{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2259 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2259 > div{
               height:100%;
            }
            #medical_box_2259 .mode2-size_2259{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2259 .mode3-size_2259{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2259 .mode4-size_2259{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2259 .mode5-size_2259{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2259 .mode6-size_2259{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2259 .mode7-size_2259{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2259 .mode7-size_2259 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2259 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2259 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2259{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2259 span:hover{
                color:!important;
            }
            .custom2_2259{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2259 span:hover{
                color:;
            }
            #medical_box_2259 .mode-btn1_2259{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2259 .mode-btn1_2259 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2259 .mode-btn2_2259{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2259 .mode-btn2_2259 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2259 .div-btn-title_main_2259{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2259 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2259 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2260 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2260 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2260 .background-img{
                border-radius:;
            }
        #medical_box_2260 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2260:hover .new_medical_title{}
                #medical_box_2260 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2260.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_2260:hover{}#medical_box_2260 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2260:hover .new_medical_description{}
                   #medical_box_2260  
                
                #medical_box_2260 .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_2260 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2260:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2260:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2260 .mode1-size_2260{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2260 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2260 > div{
               height:100%;
            }
            #medical_box_2260 .mode2-size_2260{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2260 .mode3-size_2260{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2260 .mode4-size_2260{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2260 .mode5-size_2260{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2260 .mode6-size_2260{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2260 .mode7-size_2260{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2260 .mode7-size_2260 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2260 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2260 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2260{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2260 span:hover{
                color:!important;
            }
            .custom2_2260{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2260 span:hover{
                color:;
            }
            #medical_box_2260 .mode-btn1_2260{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2260 .mode-btn1_2260 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2260 .mode-btn2_2260{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2260 .mode-btn2_2260 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2260 .div-btn-title_main_2260{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2260 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2260 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2265 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2265 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2265 .background-img{
                border-radius:;
            }
        #medical_box_2265 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2265 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2265.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_2265 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2265  
                
                #medical_box_2265 .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_2265 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2265:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2265:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2265 .mode1-size_2265{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2265 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2265 > div{
               height:100%;
            }
            #medical_box_2265 .mode2-size_2265{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2265 .mode3-size_2265{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2265 .mode4-size_2265{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2265 .mode5-size_2265{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2265 .mode6-size_2265{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2265 .mode7-size_2265{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2265 .mode7-size_2265 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2265 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2265 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2265{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2265 span:hover{
                color:!important;
            }
            .custom2_2265{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2265 span:hover{
                color:;
            }
            #medical_box_2265 .mode-btn1_2265{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2265 .mode-btn1_2265 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2265 .mode-btn2_2265{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2265 .mode-btn2_2265 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2265 .div-btn-title_main_2265{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2265 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2265 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2264 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2264 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2264 .background-img{
                border-radius:;
            }
        #medical_box_2264 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2264 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2264.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_2264 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2264  
                
                #medical_box_2264 .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_2264 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2264:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2264:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2264 .mode1-size_2264{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2264 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2264 > div{
               height:100%;
            }
            #medical_box_2264 .mode2-size_2264{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2264 .mode3-size_2264{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2264 .mode4-size_2264{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2264 .mode5-size_2264{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2264 .mode6-size_2264{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2264 .mode7-size_2264{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2264 .mode7-size_2264 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2264 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2264 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2264{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2264 span:hover{
                color:!important;
            }
            .custom2_2264{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2264 span:hover{
                color:;
            }
            #medical_box_2264 .mode-btn1_2264{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2264 .mode-btn1_2264 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2264 .mode-btn2_2264{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2264 .mode-btn2_2264 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2264 .div-btn-title_main_2264{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2264 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2264 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2263 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2263 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2263 .background-img{
                border-radius:;
            }
        #medical_box_2263 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2263 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2263.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_2263 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2263  
                
                #medical_box_2263 .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_2263 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2263:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2263:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2263 .mode1-size_2263{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2263 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2263 > div{
               height:100%;
            }
            #medical_box_2263 .mode2-size_2263{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2263 .mode3-size_2263{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2263 .mode4-size_2263{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2263 .mode5-size_2263{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2263 .mode6-size_2263{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2263 .mode7-size_2263{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2263 .mode7-size_2263 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2263 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2263 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2263{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2263 span:hover{
                color:!important;
            }
            .custom2_2263{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2263 span:hover{
                color:;
            }
            #medical_box_2263 .mode-btn1_2263{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2263 .mode-btn1_2263 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2263 .mode-btn2_2263{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2263 .mode-btn2_2263 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2263 .div-btn-title_main_2263{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2263 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2263 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2262 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2262 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2262 .background-img{
                border-radius:;
            }
        #medical_box_2262 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2262 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2262.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_2262 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2262  
                
                #medical_box_2262 .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_2262 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2262:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2262:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2262 .mode1-size_2262{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2262 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2262 > div{
               height:100%;
            }
            #medical_box_2262 .mode2-size_2262{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2262 .mode3-size_2262{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2262 .mode4-size_2262{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2262 .mode5-size_2262{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2262 .mode6-size_2262{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2262 .mode7-size_2262{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2262 .mode7-size_2262 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2262 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2262 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2262{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2262 span:hover{
                color:!important;
            }
            .custom2_2262{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2262 span:hover{
                color:;
            }
            #medical_box_2262 .mode-btn1_2262{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2262 .mode-btn1_2262 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2262 .mode-btn2_2262{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2262 .mode-btn2_2262 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2262 .div-btn-title_main_2262{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2262 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2262 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2261 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2261 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2261 .background-img{
                border-radius:;
            }
        #medical_box_2261 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2261 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2261.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_2261:hover{}#medical_box_2261 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2261  
                
                #medical_box_2261 .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_2261 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2261:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2261:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2261 .mode1-size_2261{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2261 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2261 > div{
               height:100%;
            }
            #medical_box_2261 .mode2-size_2261{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2261 .mode3-size_2261{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2261 .mode4-size_2261{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2261 .mode5-size_2261{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2261 .mode6-size_2261{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2261 .mode7-size_2261{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2261 .mode7-size_2261 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2261 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2261 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2261{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2261 span:hover{
                color:!important;
            }
            .custom2_2261{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2261 span:hover{
                color:;
            }
            #medical_box_2261 .mode-btn1_2261{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2261 .mode-btn1_2261 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2261 .mode-btn2_2261{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2261 .mode-btn2_2261 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2261 .div-btn-title_main_2261{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2261 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2261 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_726 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_726 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_726 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_726 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_726 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_726 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_726 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_726 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_726 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_726 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_726 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_726 .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_726{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_726 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_726 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_726 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_726 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_726 .swiper-container{
                width:1200px;
            }
            #module_new_medical_726 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_726 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_726 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_726 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1291']{;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='1291']:hover{;}.module[data-id_page='1291']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1291'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1291']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1291'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1291']  
                
                .module[data-id_page='1291'] .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='1291'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1291']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1291']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760179480_03.jpg");
                           }
                       
            #module_new_medical_725 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_725 .content_str{
				width:100%;
			}
            #module_new_medical_725 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_725 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_725 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_725 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_725 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_725 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_725 .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_725 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_725 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_725 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_725 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_725 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_725 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_725 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2249 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173537_harresturan (3).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2249 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2249 .background-img{
                border-radius:;
            }
        
            #medical_box_2249 .new_medical_icon{
                
            }
        #medical_box_2249 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2249:hover .new_medical_title{}
                #medical_box_2249 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2249 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2249:hover .new_medical_icon{}
                   #medical_box_2249  
                
                #medical_box_2249 .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_2249 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2249:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2249:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2249 .mode1-size_2249{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2249 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2249 > div{
               height:100%;
            }
            #medical_box_2249 .mode2-size_2249{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2249 .mode3-size_2249{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2249 .mode4-size_2249{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2249 .mode5-size_2249{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2249 .mode6-size_2249{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2249 .mode7-size_2249{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2249 .mode7-size_2249 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2249 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2249 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2249{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2249 span:hover{
                color:!important;
            }
            .custom2_2249{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2249 span:hover{
                color:;
            }
            #medical_box_2249 .mode-btn1_2249{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2249 .mode-btn1_2249 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2249 .mode-btn2_2249{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2249 .mode-btn2_2249 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2249 .div-btn-title_main_2249{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2249 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2249 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2250 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2250 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2250 .background-img{
                border-radius:;
            }
        #medical_box_2250 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2250:hover .new_medical_title{}
                #medical_box_2250 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2250.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_2250:hover{}#medical_box_2250 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2250:hover .new_medical_description{}
                   #medical_box_2250  
                
                #medical_box_2250 .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_2250 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2250:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2250:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2250 .mode1-size_2250{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2250 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2250 > div{
               height:100%;
            }
            #medical_box_2250 .mode2-size_2250{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2250 .mode3-size_2250{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2250 .mode4-size_2250{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2250 .mode5-size_2250{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2250 .mode6-size_2250{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2250 .mode7-size_2250{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2250 .mode7-size_2250 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2250 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2250 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2250{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2250 span:hover{
                color:!important;
            }
            .custom2_2250{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2250 span:hover{
                color:;
            }
            #medical_box_2250 .mode-btn1_2250{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2250 .mode-btn1_2250 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2250 .mode-btn2_2250{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2250 .mode-btn2_2250 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2250 .div-btn-title_main_2250{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2250 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2250 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2258 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2258 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2258 .background-img{
                border-radius:;
            }
        #medical_box_2258 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2258 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2258.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_2258 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2258  
                
                #medical_box_2258 .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_2258 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2258:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2258:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2258 .mode1-size_2258{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2258 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2258 > div{
               height:100%;
            }
            #medical_box_2258 .mode2-size_2258{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2258 .mode3-size_2258{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2258 .mode4-size_2258{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2258 .mode5-size_2258{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2258 .mode6-size_2258{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2258 .mode7-size_2258{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2258 .mode7-size_2258 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2258 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2258 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2258{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2258 span:hover{
                color:!important;
            }
            .custom2_2258{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2258 span:hover{
                color:;
            }
            #medical_box_2258 .mode-btn1_2258{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2258 .mode-btn1_2258 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2258 .mode-btn2_2258{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2258 .mode-btn2_2258 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2258 .div-btn-title_main_2258{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2258 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2258 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2257 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2257 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2257 .background-img{
                border-radius:;
            }
        #medical_box_2257 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2257 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2257.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_2257 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2257  
                
                #medical_box_2257 .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_2257 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2257:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2257:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2257 .mode1-size_2257{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2257 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2257 > div{
               height:100%;
            }
            #medical_box_2257 .mode2-size_2257{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2257 .mode3-size_2257{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2257 .mode4-size_2257{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2257 .mode5-size_2257{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2257 .mode6-size_2257{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2257 .mode7-size_2257{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2257 .mode7-size_2257 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2257 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2257 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2257{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2257 span:hover{
                color:!important;
            }
            .custom2_2257{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2257 span:hover{
                color:;
            }
            #medical_box_2257 .mode-btn1_2257{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2257 .mode-btn1_2257 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2257 .mode-btn2_2257{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2257 .mode-btn2_2257 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2257 .div-btn-title_main_2257{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2257 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2257 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2256 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2256 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2256 .background-img{
                border-radius:;
            }
        #medical_box_2256 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2256 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2256.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_2256 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2256  
                
                #medical_box_2256 .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_2256 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2256:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2256:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2256 .mode1-size_2256{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2256 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2256 > div{
               height:100%;
            }
            #medical_box_2256 .mode2-size_2256{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2256 .mode3-size_2256{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2256 .mode4-size_2256{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2256 .mode5-size_2256{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2256 .mode6-size_2256{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2256 .mode7-size_2256{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2256 .mode7-size_2256 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2256 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2256 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2256{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2256 span:hover{
                color:!important;
            }
            .custom2_2256{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2256 span:hover{
                color:;
            }
            #medical_box_2256 .mode-btn1_2256{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2256 .mode-btn1_2256 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2256 .mode-btn2_2256{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2256 .mode-btn2_2256 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2256 .div-btn-title_main_2256{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2256 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2256 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2255 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2255 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2255 .background-img{
                border-radius:;
            }
        #medical_box_2255 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2255 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2255.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_2255 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2255  
                
                #medical_box_2255 .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_2255 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2255:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2255:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2255 .mode1-size_2255{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2255 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2255 > div{
               height:100%;
            }
            #medical_box_2255 .mode2-size_2255{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2255 .mode3-size_2255{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2255 .mode4-size_2255{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2255 .mode5-size_2255{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2255 .mode6-size_2255{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2255 .mode7-size_2255{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2255 .mode7-size_2255 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2255 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2255 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2255{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2255 span:hover{
                color:!important;
            }
            .custom2_2255{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2255 span:hover{
                color:;
            }
            #medical_box_2255 .mode-btn1_2255{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2255 .mode-btn1_2255 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2255 .mode-btn2_2255{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2255 .mode-btn2_2255 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2255 .div-btn-title_main_2255{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2255 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2255 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2254 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2254 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2254 .background-img{
                border-radius:;
            }
        #medical_box_2254 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2254 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2254.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_2254 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2254  
                
                #medical_box_2254 .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_2254 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2254:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2254:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2254 .mode1-size_2254{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2254 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2254 > div{
               height:100%;
            }
            #medical_box_2254 .mode2-size_2254{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2254 .mode3-size_2254{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2254 .mode4-size_2254{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2254 .mode5-size_2254{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2254 .mode6-size_2254{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2254 .mode7-size_2254{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2254 .mode7-size_2254 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2254 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2254 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2254{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2254 span:hover{
                color:!important;
            }
            .custom2_2254{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2254 span:hover{
                color:;
            }
            #medical_box_2254 .mode-btn1_2254{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2254 .mode-btn1_2254 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2254 .mode-btn2_2254{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2254 .mode-btn2_2254 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2254 .div-btn-title_main_2254{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2254 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2254 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2253 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2253 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2253 .background-img{
                border-radius:;
            }
        #medical_box_2253 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2253 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2253.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_2253 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2253  
                
                #medical_box_2253 .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_2253 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2253:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2253:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2253 .mode1-size_2253{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2253 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2253 > div{
               height:100%;
            }
            #medical_box_2253 .mode2-size_2253{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2253 .mode3-size_2253{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2253 .mode4-size_2253{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2253 .mode5-size_2253{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2253 .mode6-size_2253{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2253 .mode7-size_2253{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2253 .mode7-size_2253 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2253 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2253 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2253{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2253 span:hover{
                color:!important;
            }
            .custom2_2253{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2253 span:hover{
                color:;
            }
            #medical_box_2253 .mode-btn1_2253{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2253 .mode-btn1_2253 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2253 .mode-btn2_2253{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2253 .mode-btn2_2253 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2253 .div-btn-title_main_2253{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2253 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2253 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2252 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2252 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2252 .background-img{
                border-radius:;
            }
        #medical_box_2252 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2252 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2252.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_2252 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2252  
                
                #medical_box_2252 .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_2252 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2252:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2252:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2252 .mode1-size_2252{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2252 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2252 > div{
               height:100%;
            }
            #medical_box_2252 .mode2-size_2252{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2252 .mode3-size_2252{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2252 .mode4-size_2252{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2252 .mode5-size_2252{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2252 .mode6-size_2252{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2252 .mode7-size_2252{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2252 .mode7-size_2252 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2252 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2252 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2252{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2252 span:hover{
                color:!important;
            }
            .custom2_2252{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2252 span:hover{
                color:;
            }
            #medical_box_2252 .mode-btn1_2252{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2252 .mode-btn1_2252 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2252 .mode-btn2_2252{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2252 .mode-btn2_2252 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2252 .div-btn-title_main_2252{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2252 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2252 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2251 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2251 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2251 .background-img{
                border-radius:;
            }
        #medical_box_2251 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2251 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2251.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_2251:hover{}#medical_box_2251 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2251  
                
                #medical_box_2251 .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_2251 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2251:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2251:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2251 .mode1-size_2251{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2251 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2251 > div{
               height:100%;
            }
            #medical_box_2251 .mode2-size_2251{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2251 .mode3-size_2251{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2251 .mode4-size_2251{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2251 .mode5-size_2251{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2251 .mode6-size_2251{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2251 .mode7-size_2251{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2251 .mode7-size_2251 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2251 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2251 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2251{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2251 span:hover{
                color:!important;
            }
            .custom2_2251{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2251 span:hover{
                color:;
            }
            #medical_box_2251 .mode-btn1_2251{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2251 .mode-btn1_2251 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2251 .mode-btn2_2251{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2251 .mode-btn2_2251 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2251 .div-btn-title_main_2251{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2251 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2251 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2391 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2391 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2391 .background-img{
                border-radius:;
            }
        #medical_box_2391 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2391 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2391.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_2391 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2391  
                
                #medical_box_2391 .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_2391 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2391:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2391:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2391 .mode1-size_2391{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2391 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2391 > div{
               height:100%;
            }
            #medical_box_2391 .mode2-size_2391{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2391 .mode3-size_2391{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2391 .mode4-size_2391{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2391 .mode5-size_2391{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2391 .mode6-size_2391{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2391 .mode7-size_2391{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2391 .mode7-size_2391 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2391 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2391 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2391{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2391 span:hover{
                color:!important;
            }
            .custom2_2391{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2391 span:hover{
                color:;
            }
            #medical_box_2391 .mode-btn1_2391{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2391 .mode-btn1_2391 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2391 .mode-btn2_2391{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2391 .mode-btn2_2391 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2391 .div-btn-title_main_2391{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2391 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2391 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2392 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2392 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2392 .background-img{
                border-radius:;
            }
        #medical_box_2392 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2392 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2392.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_2392 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2392  
                
                #medical_box_2392 .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_2392 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2392:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2392:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2392 .mode1-size_2392{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2392 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2392 > div{
               height:100%;
            }
            #medical_box_2392 .mode2-size_2392{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2392 .mode3-size_2392{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2392 .mode4-size_2392{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2392 .mode5-size_2392{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2392 .mode6-size_2392{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2392 .mode7-size_2392{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2392 .mode7-size_2392 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2392 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2392 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2392{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2392 span:hover{
                color:!important;
            }
            .custom2_2392{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2392 span:hover{
                color:;
            }
            #medical_box_2392 .mode-btn1_2392{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2392 .mode-btn1_2392 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2392 .mode-btn2_2392{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2392 .mode-btn2_2392 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2392 .div-btn-title_main_2392{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2392 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2392 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_725 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_725 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_725 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_725 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_725 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_725 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_725 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_725 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_725 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_725 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_725 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_725 .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_725{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_725 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_725 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_725 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_725 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_725 .swiper-container{
                width:1200px;
            }
            #module_new_medical_725 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_725 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_725 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_725 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1294']{;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='1294']:hover{;}.module[data-id_page='1294']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1294'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1294']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1294'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1294']  
                
                .module[data-id_page='1294'] .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='1294'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1294']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1294']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760179687_04.jpg");
                           }
                       
            #module_new_medical_728 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_728 .content_str{
				width:100%;
			}
            #module_new_medical_728 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_728 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_728 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_728 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_728 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_728 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_728 .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_728 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_728 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_728 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_728 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_728 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_728 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_728 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2273 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173538_harresturan (4).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2273 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2273 .background-img{
                border-radius:;
            }
        
            #medical_box_2273 .new_medical_icon{
                
            }
        #medical_box_2273 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2273:hover .new_medical_title{}
                #medical_box_2273 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2273 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2273:hover .new_medical_icon{}
                   #medical_box_2273  
                
                #medical_box_2273 .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_2273 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2273:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2273:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2273 .mode1-size_2273{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2273 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2273 > div{
               height:100%;
            }
            #medical_box_2273 .mode2-size_2273{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2273 .mode3-size_2273{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2273 .mode4-size_2273{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2273 .mode5-size_2273{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2273 .mode6-size_2273{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2273 .mode7-size_2273{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2273 .mode7-size_2273 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2273 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2273 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2273{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2273 span:hover{
                color:!important;
            }
            .custom2_2273{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2273 span:hover{
                color:;
            }
            #medical_box_2273 .mode-btn1_2273{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2273 .mode-btn1_2273 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2273 .mode-btn2_2273{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2273 .mode-btn2_2273 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2273 .div-btn-title_main_2273{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2273 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2273 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2274 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2274 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2274 .background-img{
                border-radius:;
            }
        #medical_box_2274 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2274:hover .new_medical_title{}
                #medical_box_2274 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2274.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_2274:hover{}#medical_box_2274 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2274:hover .new_medical_description{}
                   #medical_box_2274  
                
                #medical_box_2274 .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_2274 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2274:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2274:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2274 .mode1-size_2274{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2274 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2274 > div{
               height:100%;
            }
            #medical_box_2274 .mode2-size_2274{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2274 .mode3-size_2274{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2274 .mode4-size_2274{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2274 .mode5-size_2274{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2274 .mode6-size_2274{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2274 .mode7-size_2274{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2274 .mode7-size_2274 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2274 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2274 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2274{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2274 span:hover{
                color:!important;
            }
            .custom2_2274{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2274 span:hover{
                color:;
            }
            #medical_box_2274 .mode-btn1_2274{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2274 .mode-btn1_2274 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2274 .mode-btn2_2274{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2274 .mode-btn2_2274 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2274 .div-btn-title_main_2274{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2274 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2274 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2277 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2277 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2277 .background-img{
                border-radius:;
            }
        #medical_box_2277 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2277 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2277.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_2277 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2277  
                
                #medical_box_2277 .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_2277 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2277:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2277:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2277 .mode1-size_2277{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2277 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2277 > div{
               height:100%;
            }
            #medical_box_2277 .mode2-size_2277{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2277 .mode3-size_2277{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2277 .mode4-size_2277{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2277 .mode5-size_2277{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2277 .mode6-size_2277{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2277 .mode7-size_2277{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2277 .mode7-size_2277 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2277 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2277 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2277{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2277 span:hover{
                color:!important;
            }
            .custom2_2277{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2277 span:hover{
                color:;
            }
            #medical_box_2277 .mode-btn1_2277{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2277 .mode-btn1_2277 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2277 .mode-btn2_2277{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2277 .mode-btn2_2277 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2277 .div-btn-title_main_2277{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2277 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2277 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2393 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2393 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2393 .background-img{
                border-radius:;
            }
        #medical_box_2393 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2393 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2393.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_2393 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2393  
                
                #medical_box_2393 .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_2393 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2393:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2393:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2393 .mode1-size_2393{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2393 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2393 > div{
               height:100%;
            }
            #medical_box_2393 .mode2-size_2393{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2393 .mode3-size_2393{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2393 .mode4-size_2393{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2393 .mode5-size_2393{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2393 .mode6-size_2393{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2393 .mode7-size_2393{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2393 .mode7-size_2393 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2393 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2393 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2393{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2393 span:hover{
                color:!important;
            }
            .custom2_2393{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2393 span:hover{
                color:;
            }
            #medical_box_2393 .mode-btn1_2393{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2393 .mode-btn1_2393 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2393 .mode-btn2_2393{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2393 .mode-btn2_2393 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2393 .div-btn-title_main_2393{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2393 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2393 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2395 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2395 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2395 .background-img{
                border-radius:;
            }
        #medical_box_2395 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2395 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2395.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_2395 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2395  
                
                #medical_box_2395 .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_2395 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2395:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2395:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2395 .mode1-size_2395{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2395 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2395 > div{
               height:100%;
            }
            #medical_box_2395 .mode2-size_2395{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2395 .mode3-size_2395{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2395 .mode4-size_2395{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2395 .mode5-size_2395{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2395 .mode6-size_2395{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2395 .mode7-size_2395{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2395 .mode7-size_2395 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2395 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2395 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2395{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2395 span:hover{
                color:!important;
            }
            .custom2_2395{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2395 span:hover{
                color:;
            }
            #medical_box_2395 .mode-btn1_2395{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2395 .mode-btn1_2395 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2395 .mode-btn2_2395{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2395 .mode-btn2_2395 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2395 .div-btn-title_main_2395{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2395 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2395 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2394 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2394 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2394 .background-img{
                border-radius:;
            }
        #medical_box_2394 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2394 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2394.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_2394 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2394  
                
                #medical_box_2394 .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_2394 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2394:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2394:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2394 .mode1-size_2394{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2394 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2394 > div{
               height:100%;
            }
            #medical_box_2394 .mode2-size_2394{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2394 .mode3-size_2394{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2394 .mode4-size_2394{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2394 .mode5-size_2394{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2394 .mode6-size_2394{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2394 .mode7-size_2394{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2394 .mode7-size_2394 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2394 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2394 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2394{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2394 span:hover{
                color:!important;
            }
            .custom2_2394{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2394 span:hover{
                color:;
            }
            #medical_box_2394 .mode-btn1_2394{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2394 .mode-btn1_2394 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2394 .mode-btn2_2394{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2394 .mode-btn2_2394 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2394 .div-btn-title_main_2394{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2394 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2394 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_728 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_728 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_728 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_728 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_728 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_728 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_728 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_728 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_728 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_728 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_728 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_728 .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_728{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_728 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_728 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_728 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_728 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_728 .swiper-container{
                width:1200px;
            }
            #module_new_medical_728 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_728 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_728 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_728 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1295']{;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='1295']:hover{;}.module[data-id_page='1295']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1295'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1295']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1295'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1295']  
                
                .module[data-id_page='1295'] .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='1295'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1295']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1295']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180486_05.jpg");
                           }
                       
            #module_new_medical_729 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_729 .content_str{
				width:100%;
			}
            #module_new_medical_729 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_729 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_729 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_729 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_729 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_729 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_729 .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_729 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_729 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_729 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_729 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_729 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_729 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_729 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2278 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173539_harresturan (5).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2278 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2278 .background-img{
                border-radius:;
            }
        
            #medical_box_2278 .new_medical_icon{
                
            }
        #medical_box_2278 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2278:hover .new_medical_title{}
                #medical_box_2278 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2278 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2278:hover .new_medical_icon{}
                   #medical_box_2278  
                
                #medical_box_2278 .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_2278 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2278:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2278:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2278 .mode1-size_2278{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2278 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2278 > div{
               height:100%;
            }
            #medical_box_2278 .mode2-size_2278{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2278 .mode3-size_2278{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2278 .mode4-size_2278{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2278 .mode5-size_2278{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2278 .mode6-size_2278{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2278 .mode7-size_2278{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2278 .mode7-size_2278 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2278 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2278 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2278{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2278 span:hover{
                color:!important;
            }
            .custom2_2278{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2278 span:hover{
                color:;
            }
            #medical_box_2278 .mode-btn1_2278{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2278 .mode-btn1_2278 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2278 .mode-btn2_2278{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2278 .mode-btn2_2278 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2278 .div-btn-title_main_2278{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2278 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2278 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2279 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2279 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2279 .background-img{
                border-radius:;
            }
        #medical_box_2279 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2279 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2279.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_2279:hover{}#medical_box_2279 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2279  
                
                #medical_box_2279 .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_2279 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2279:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2279:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2279 .mode1-size_2279{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2279 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2279 > div{
               height:100%;
            }
            #medical_box_2279 .mode2-size_2279{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2279 .mode3-size_2279{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2279 .mode4-size_2279{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2279 .mode5-size_2279{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2279 .mode6-size_2279{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2279 .mode7-size_2279{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2279 .mode7-size_2279 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2279 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2279 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2279{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2279 span:hover{
                color:!important;
            }
            .custom2_2279{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2279 span:hover{
                color:;
            }
            #medical_box_2279 .mode-btn1_2279{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2279 .mode-btn1_2279 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2279 .mode-btn2_2279{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2279 .mode-btn2_2279 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2279 .div-btn-title_main_2279{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2279 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2279 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2283 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2283 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2283 .background-img{
                border-radius:;
            }
        #medical_box_2283 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2283 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2283.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_2283 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2283  
                
                #medical_box_2283 .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_2283 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2283:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2283:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2283 .mode1-size_2283{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2283 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2283 > div{
               height:100%;
            }
            #medical_box_2283 .mode2-size_2283{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2283 .mode3-size_2283{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2283 .mode4-size_2283{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2283 .mode5-size_2283{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2283 .mode6-size_2283{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2283 .mode7-size_2283{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2283 .mode7-size_2283 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2283 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2283 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2283{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2283 span:hover{
                color:!important;
            }
            .custom2_2283{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2283 span:hover{
                color:;
            }
            #medical_box_2283 .mode-btn1_2283{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2283 .mode-btn1_2283 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2283 .mode-btn2_2283{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2283 .mode-btn2_2283 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2283 .div-btn-title_main_2283{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2283 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2283 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2282 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2282 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2282 .background-img{
                border-radius:;
            }
        #medical_box_2282 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2282 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2282.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_2282 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2282  
                
                #medical_box_2282 .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_2282 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2282:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2282:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2282 .mode1-size_2282{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2282 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2282 > div{
               height:100%;
            }
            #medical_box_2282 .mode2-size_2282{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2282 .mode3-size_2282{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2282 .mode4-size_2282{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2282 .mode5-size_2282{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2282 .mode6-size_2282{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2282 .mode7-size_2282{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2282 .mode7-size_2282 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2282 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2282 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2282{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2282 span:hover{
                color:!important;
            }
            .custom2_2282{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2282 span:hover{
                color:;
            }
            #medical_box_2282 .mode-btn1_2282{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2282 .mode-btn1_2282 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2282 .mode-btn2_2282{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2282 .mode-btn2_2282 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2282 .div-btn-title_main_2282{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2282 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2282 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2281 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2281 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2281 .background-img{
                border-radius:;
            }
        #medical_box_2281 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2281 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2281.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_2281 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2281  
                
                #medical_box_2281 .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_2281 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2281:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2281:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2281 .mode1-size_2281{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2281 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2281 > div{
               height:100%;
            }
            #medical_box_2281 .mode2-size_2281{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2281 .mode3-size_2281{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2281 .mode4-size_2281{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2281 .mode5-size_2281{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2281 .mode6-size_2281{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2281 .mode7-size_2281{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2281 .mode7-size_2281 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2281 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2281 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2281{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2281 span:hover{
                color:!important;
            }
            .custom2_2281{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2281 span:hover{
                color:;
            }
            #medical_box_2281 .mode-btn1_2281{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2281 .mode-btn1_2281 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2281 .mode-btn2_2281{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2281 .mode-btn2_2281 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2281 .div-btn-title_main_2281{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2281 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2281 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2280 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2280 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2280 .background-img{
                border-radius:;
            }
        #medical_box_2280 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2280 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2280.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_2280 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2280  
                
                #medical_box_2280 .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_2280 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2280:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2280:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2280 .mode1-size_2280{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2280 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2280 > div{
               height:100%;
            }
            #medical_box_2280 .mode2-size_2280{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2280 .mode3-size_2280{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2280 .mode4-size_2280{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2280 .mode5-size_2280{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2280 .mode6-size_2280{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2280 .mode7-size_2280{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2280 .mode7-size_2280 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2280 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2280 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2280{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2280 span:hover{
                color:!important;
            }
            .custom2_2280{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2280 span:hover{
                color:;
            }
            #medical_box_2280 .mode-btn1_2280{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2280 .mode-btn1_2280 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2280 .mode-btn2_2280{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2280 .mode-btn2_2280 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2280 .div-btn-title_main_2280{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2280 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2280 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2396 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2396 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2396 .background-img{
                border-radius:;
            }
        #medical_box_2396 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2396 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2396.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_2279:hover{}#medical_box_2396 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2396  
                
                #medical_box_2396 .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_2396 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2396:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2396:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2396 .mode1-size_2396{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2396 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2396 > div{
               height:100%;
            }
            #medical_box_2396 .mode2-size_2396{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2396 .mode3-size_2396{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2396 .mode4-size_2396{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2396 .mode5-size_2396{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2396 .mode6-size_2396{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2396 .mode7-size_2396{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2396 .mode7-size_2396 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2396 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2396 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2396{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2396 span:hover{
                color:!important;
            }
            .custom2_2396{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2396 span:hover{
                color:;
            }
            #medical_box_2396 .mode-btn1_2396{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2396 .mode-btn1_2396 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2396 .mode-btn2_2396{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2396 .mode-btn2_2396 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2396 .div-btn-title_main_2396{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2396 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2396 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2397 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2397 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2397 .background-img{
                border-radius:;
            }
        #medical_box_2397 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2397 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2397.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_2279:hover{}#medical_box_2397 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2397  
                
                #medical_box_2397 .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_2397 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2397:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2397:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2397 .mode1-size_2397{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2397 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2397 > div{
               height:100%;
            }
            #medical_box_2397 .mode2-size_2397{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2397 .mode3-size_2397{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2397 .mode4-size_2397{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2397 .mode5-size_2397{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2397 .mode6-size_2397{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2397 .mode7-size_2397{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2397 .mode7-size_2397 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2397 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2397 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2397{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2397 span:hover{
                color:!important;
            }
            .custom2_2397{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2397 span:hover{
                color:;
            }
            #medical_box_2397 .mode-btn1_2397{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2397 .mode-btn1_2397 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2397 .mode-btn2_2397{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2397 .mode-btn2_2397 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2397 .div-btn-title_main_2397{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2397 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2397 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2399 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2399 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2399 .background-img{
                border-radius:;
            }
        #medical_box_2399 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2399 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2399.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_2279:hover{}#medical_box_2399 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2399  
                
                #medical_box_2399 .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_2399 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2399:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2399:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2399 .mode1-size_2399{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2399 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2399 > div{
               height:100%;
            }
            #medical_box_2399 .mode2-size_2399{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2399 .mode3-size_2399{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2399 .mode4-size_2399{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2399 .mode5-size_2399{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2399 .mode6-size_2399{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2399 .mode7-size_2399{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2399 .mode7-size_2399 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2399 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2399 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2399{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2399 span:hover{
                color:!important;
            }
            .custom2_2399{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2399 span:hover{
                color:;
            }
            #medical_box_2399 .mode-btn1_2399{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2399 .mode-btn1_2399 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2399 .mode-btn2_2399{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2399 .mode-btn2_2399 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2399 .div-btn-title_main_2399{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2399 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2399 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2480 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2480 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2480 .background-img{
                border-radius:;
            }
        #medical_box_2480 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2480 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2480.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_2279:hover{}#medical_box_2480 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2480  
                
                #medical_box_2480 .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_2480 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2480:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2480:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2480 .mode1-size_2480{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2480 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2480 > div{
               height:100%;
            }
            #medical_box_2480 .mode2-size_2480{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2480 .mode3-size_2480{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2480 .mode4-size_2480{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2480 .mode5-size_2480{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2480 .mode6-size_2480{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2480 .mode7-size_2480{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2480 .mode7-size_2480 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2480 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2480 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2480{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2480 span:hover{
                color:!important;
            }
            .custom2_2480{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2480 span:hover{
                color:;
            }
            #medical_box_2480 .mode-btn1_2480{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2480 .mode-btn1_2480 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2480 .mode-btn2_2480{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2480 .mode-btn2_2480 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2480 .div-btn-title_main_2480{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2480 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2480 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2400 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2400 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2400 .background-img{
                border-radius:;
            }
        #medical_box_2400 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2400 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2400.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_2279:hover{}#medical_box_2400 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2400  
                
                #medical_box_2400 .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_2400 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2400:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2400:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2400 .mode1-size_2400{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2400 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2400 > div{
               height:100%;
            }
            #medical_box_2400 .mode2-size_2400{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2400 .mode3-size_2400{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2400 .mode4-size_2400{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2400 .mode5-size_2400{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2400 .mode6-size_2400{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2400 .mode7-size_2400{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2400 .mode7-size_2400 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2400 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2400 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2400{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2400 span:hover{
                color:!important;
            }
            .custom2_2400{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2400 span:hover{
                color:;
            }
            #medical_box_2400 .mode-btn1_2400{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2400 .mode-btn1_2400 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2400 .mode-btn2_2400{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2400 .mode-btn2_2400 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2400 .div-btn-title_main_2400{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2400 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2400 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2401 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2401 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2401 .background-img{
                border-radius:;
            }
        #medical_box_2401 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2279:hover .new_medical_title{}
                #medical_box_2401 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2401.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_2279:hover{}#medical_box_2401 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2279:hover .new_medical_description{}
                   #medical_box_2401  
                
                #medical_box_2401 .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_2401 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2401:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2401:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2401 .mode1-size_2401{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2401 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2401 > div{
               height:100%;
            }
            #medical_box_2401 .mode2-size_2401{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2401 .mode3-size_2401{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2401 .mode4-size_2401{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2401 .mode5-size_2401{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2401 .mode6-size_2401{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2401 .mode7-size_2401{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2401 .mode7-size_2401 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2401 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2401 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2401{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2401 span:hover{
                color:!important;
            }
            .custom2_2401{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2401 span:hover{
                color:;
            }
            #medical_box_2401 .mode-btn1_2401{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2401 .mode-btn1_2401 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2401 .mode-btn2_2401{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2401 .mode-btn2_2401 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2401 .div-btn-title_main_2401{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2401 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2401 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_729 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_729 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_729 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_729 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_729 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_729 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_729 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_729 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_729 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_729 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_729 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_729 .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_729{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_729 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_729 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_729 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_729 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_729 .swiper-container{
                width:1200px;
            }
            #module_new_medical_729 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_729 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_729 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_729 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1296']{;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='1296']:hover{;}.module[data-id_page='1296']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1296'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1296']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1296'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1296']  
                
                .module[data-id_page='1296'] .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='1296'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1296']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1296']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180419_06.jpg");
                           }
                       
            #module_new_medical_730 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_730 .content_str{
				width:100%;
			}
            #module_new_medical_730 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_730 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_730 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_730 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_730 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_730 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_730 .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_730 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_730 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_730 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_730 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_730 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_730 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_730 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2284 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173540_harresturan (6).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2284 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2284 .background-img{
                border-radius:;
            }
        
            #medical_box_2284 .new_medical_icon{
                
            }
        #medical_box_2284 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2284:hover .new_medical_title{}
                #medical_box_2284 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2284 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2284:hover .new_medical_icon{}
                   #medical_box_2284  
                
                #medical_box_2284 .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_2284 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2284:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2284:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2284 .mode1-size_2284{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2284 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2284 > div{
               height:100%;
            }
            #medical_box_2284 .mode2-size_2284{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2284 .mode3-size_2284{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2284 .mode4-size_2284{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2284 .mode5-size_2284{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2284 .mode6-size_2284{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2284 .mode7-size_2284{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2284 .mode7-size_2284 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2284 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2284 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2284{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2284 span:hover{
                color:!important;
            }
            .custom2_2284{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2284 span:hover{
                color:;
            }
            #medical_box_2284 .mode-btn1_2284{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2284 .mode-btn1_2284 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2284 .mode-btn2_2284{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2284 .mode-btn2_2284 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2284 .div-btn-title_main_2284{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2284 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2284 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2285 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2285 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2285 .background-img{
                border-radius:;
            }
        #medical_box_2285 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2285:hover .new_medical_title{}
                #medical_box_2285 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2285.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_2285:hover{}#medical_box_2285 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2285:hover .new_medical_description{}
                   #medical_box_2285  
                
                #medical_box_2285 .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_2285 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2285:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2285:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2285 .mode1-size_2285{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2285 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2285 > div{
               height:100%;
            }
            #medical_box_2285 .mode2-size_2285{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2285 .mode3-size_2285{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2285 .mode4-size_2285{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2285 .mode5-size_2285{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2285 .mode6-size_2285{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2285 .mode7-size_2285{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2285 .mode7-size_2285 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2285 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2285 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2285{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2285 span:hover{
                color:!important;
            }
            .custom2_2285{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2285 span:hover{
                color:;
            }
            #medical_box_2285 .mode-btn1_2285{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2285 .mode-btn1_2285 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2285 .mode-btn2_2285{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2285 .mode-btn2_2285 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2285 .div-btn-title_main_2285{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2285 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2285 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2290 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2290 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2290 .background-img{
                border-radius:;
            }
        #medical_box_2290 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2290 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2290.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_2290 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2290  
                
                #medical_box_2290 .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_2290 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2290:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2290:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2290 .mode1-size_2290{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2290 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2290 > div{
               height:100%;
            }
            #medical_box_2290 .mode2-size_2290{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2290 .mode3-size_2290{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2290 .mode4-size_2290{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2290 .mode5-size_2290{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2290 .mode6-size_2290{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2290 .mode7-size_2290{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2290 .mode7-size_2290 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2290 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2290 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2290{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2290 span:hover{
                color:!important;
            }
            .custom2_2290{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2290 span:hover{
                color:;
            }
            #medical_box_2290 .mode-btn1_2290{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2290 .mode-btn1_2290 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2290 .mode-btn2_2290{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2290 .mode-btn2_2290 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2290 .div-btn-title_main_2290{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2290 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2290 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2289 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2289 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2289 .background-img{
                border-radius:;
            }
        #medical_box_2289 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2289 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2289.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_2289 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2289  
                
                #medical_box_2289 .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_2289 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2289:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2289:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2289 .mode1-size_2289{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2289 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2289 > div{
               height:100%;
            }
            #medical_box_2289 .mode2-size_2289{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2289 .mode3-size_2289{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2289 .mode4-size_2289{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2289 .mode5-size_2289{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2289 .mode6-size_2289{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2289 .mode7-size_2289{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2289 .mode7-size_2289 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2289 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2289 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2289{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2289 span:hover{
                color:!important;
            }
            .custom2_2289{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2289 span:hover{
                color:;
            }
            #medical_box_2289 .mode-btn1_2289{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2289 .mode-btn1_2289 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2289 .mode-btn2_2289{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2289 .mode-btn2_2289 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2289 .div-btn-title_main_2289{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2289 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2289 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2288 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2288 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2288 .background-img{
                border-radius:;
            }
        #medical_box_2288 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2288 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2288.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_2288 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2288  
                
                #medical_box_2288 .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_2288 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2288:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2288:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2288 .mode1-size_2288{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2288 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2288 > div{
               height:100%;
            }
            #medical_box_2288 .mode2-size_2288{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2288 .mode3-size_2288{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2288 .mode4-size_2288{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2288 .mode5-size_2288{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2288 .mode6-size_2288{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2288 .mode7-size_2288{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2288 .mode7-size_2288 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2288 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2288 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2288{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2288 span:hover{
                color:!important;
            }
            .custom2_2288{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2288 span:hover{
                color:;
            }
            #medical_box_2288 .mode-btn1_2288{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2288 .mode-btn1_2288 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2288 .mode-btn2_2288{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2288 .mode-btn2_2288 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2288 .div-btn-title_main_2288{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2288 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2288 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_730 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_730 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_730 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_730 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_730 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_730 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_730 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_730 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_730 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_730 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_730 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_730 .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_730{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_730 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_730 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_730 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_730 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_730 .swiper-container{
                width:1200px;
            }
            #module_new_medical_730 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_730 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_730 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_730 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1297']{;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='1297']:hover{;}.module[data-id_page='1297']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1297'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1297']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1297'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1297']  
                
                .module[data-id_page='1297'] .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='1297'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1297']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1297']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180372_07.jpg");
                           }
                       
            #module_new_medical_731 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_731 .content_str{
				width:100%;
			}
            #module_new_medical_731 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_731 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_731 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_731 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_731 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_731 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_731 .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_731 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_731 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_731 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_731 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_731 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_731 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_731 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2291 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173543_harresturan (7).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2291 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2291 .background-img{
                border-radius:;
            }
        
            #medical_box_2291 .new_medical_icon{
                
            }
        #medical_box_2291 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2291:hover .new_medical_title{}
                #medical_box_2291 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2291 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2291:hover .new_medical_icon{}
                   #medical_box_2291  
                
                #medical_box_2291 .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_2291 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2291:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2291:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2291 .mode1-size_2291{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2291 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2291 > div{
               height:100%;
            }
            #medical_box_2291 .mode2-size_2291{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2291 .mode3-size_2291{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2291 .mode4-size_2291{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2291 .mode5-size_2291{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2291 .mode6-size_2291{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2291 .mode7-size_2291{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2291 .mode7-size_2291 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2291 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2291 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2291{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2291 span:hover{
                color:!important;
            }
            .custom2_2291{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2291 span:hover{
                color:;
            }
            #medical_box_2291 .mode-btn1_2291{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2291 .mode-btn1_2291 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2291 .mode-btn2_2291{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2291 .mode-btn2_2291 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2291 .div-btn-title_main_2291{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2291 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2291 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2292 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2292 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2292 .background-img{
                border-radius:;
            }
        #medical_box_2292 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2292:hover .new_medical_title{}
                #medical_box_2292 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2292.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_2292:hover{}#medical_box_2292 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2292:hover .new_medical_description{}
                   #medical_box_2292  
                
                #medical_box_2292 .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_2292 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2292:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2292:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2292 .mode1-size_2292{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2292 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2292 > div{
               height:100%;
            }
            #medical_box_2292 .mode2-size_2292{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2292 .mode3-size_2292{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2292 .mode4-size_2292{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2292 .mode5-size_2292{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2292 .mode6-size_2292{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2292 .mode7-size_2292{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2292 .mode7-size_2292 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2292 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2292 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2292{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2292 span:hover{
                color:!important;
            }
            .custom2_2292{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2292 span:hover{
                color:;
            }
            #medical_box_2292 .mode-btn1_2292{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2292 .mode-btn1_2292 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2292 .mode-btn2_2292{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2292 .mode-btn2_2292 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2292 .div-btn-title_main_2292{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2292 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2292 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2301 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2301 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2301 .background-img{
                border-radius:;
            }
        #medical_box_2301 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2301 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2301.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_2301 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2301  
                
                #medical_box_2301 .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_2301 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2301:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2301:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2301 .mode1-size_2301{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2301 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2301 > div{
               height:100%;
            }
            #medical_box_2301 .mode2-size_2301{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2301 .mode3-size_2301{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2301 .mode4-size_2301{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2301 .mode5-size_2301{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2301 .mode6-size_2301{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2301 .mode7-size_2301{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2301 .mode7-size_2301 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2301 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2301 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2301{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2301 span:hover{
                color:!important;
            }
            .custom2_2301{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2301 span:hover{
                color:;
            }
            #medical_box_2301 .mode-btn1_2301{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2301 .mode-btn1_2301 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2301 .mode-btn2_2301{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2301 .mode-btn2_2301 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2301 .div-btn-title_main_2301{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2301 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2301 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2300 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2300 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2300 .background-img{
                border-radius:;
            }
        #medical_box_2300 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2300 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2300.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_2300 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2300  
                
                #medical_box_2300 .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_2300 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2300:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2300:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2300 .mode1-size_2300{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2300 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2300 > div{
               height:100%;
            }
            #medical_box_2300 .mode2-size_2300{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2300 .mode3-size_2300{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2300 .mode4-size_2300{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2300 .mode5-size_2300{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2300 .mode6-size_2300{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2300 .mode7-size_2300{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2300 .mode7-size_2300 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2300 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2300 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2300{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2300 span:hover{
                color:!important;
            }
            .custom2_2300{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2300 span:hover{
                color:;
            }
            #medical_box_2300 .mode-btn1_2300{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2300 .mode-btn1_2300 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2300 .mode-btn2_2300{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2300 .mode-btn2_2300 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2300 .div-btn-title_main_2300{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2300 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2300 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2299 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2299 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2299 .background-img{
                border-radius:;
            }
        #medical_box_2299 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2299 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2299.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_2299 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2299  
                
                #medical_box_2299 .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_2299 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2299:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2299:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2299 .mode1-size_2299{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2299 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2299 > div{
               height:100%;
            }
            #medical_box_2299 .mode2-size_2299{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2299 .mode3-size_2299{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2299 .mode4-size_2299{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2299 .mode5-size_2299{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2299 .mode6-size_2299{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2299 .mode7-size_2299{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2299 .mode7-size_2299 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2299 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2299 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2299{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2299 span:hover{
                color:!important;
            }
            .custom2_2299{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2299 span:hover{
                color:;
            }
            #medical_box_2299 .mode-btn1_2299{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2299 .mode-btn1_2299 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2299 .mode-btn2_2299{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2299 .mode-btn2_2299 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2299 .div-btn-title_main_2299{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2299 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2299 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_731 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_731 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_731 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_731 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_731 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_731 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_731 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_731 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_731 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_731 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_731 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_731 .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_731{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_731 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_731 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_731 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_731 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_731 .swiper-container{
                width:1200px;
            }
            #module_new_medical_731 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_731 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_731 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_731 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1322']{;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='1322']:hover{;}.module[data-id_page='1322']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1322'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1322']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1322'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1322']  
                
                .module[data-id_page='1322'] .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='1322'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1322']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1322']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180307_08.jpg");
                           }
                       
            #module_new_medical_749 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_749 .content_str{
				width:100%;
			}
            #module_new_medical_749 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_749 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_749 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_749 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_749 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_749 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_749 .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_749 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_749 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_749 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_749 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_749 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_749 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_749 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2402 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173544_harresturan (8).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2402 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2402 .background-img{
                border-radius:;
            }
        
            #medical_box_2402 .new_medical_icon{
                
            }
        #medical_box_2402 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2402:hover .new_medical_title{}
                #medical_box_2402 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2402 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2402:hover .new_medical_icon{}
                   #medical_box_2402  
                
                #medical_box_2402 .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_2402 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2402:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2402:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2402 .mode1-size_2402{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2402 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2402 > div{
               height:100%;
            }
            #medical_box_2402 .mode2-size_2402{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2402 .mode3-size_2402{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2402 .mode4-size_2402{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2402 .mode5-size_2402{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2402 .mode6-size_2402{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2402 .mode7-size_2402{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2402 .mode7-size_2402 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2402 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2402 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2402{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2402 span:hover{
                color:!important;
            }
            .custom2_2402{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2402 span:hover{
                color:;
            }
            #medical_box_2402 .mode-btn1_2402{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2402 .mode-btn1_2402 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2402 .mode-btn2_2402{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2402 .mode-btn2_2402 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2402 .div-btn-title_main_2402{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2402 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2402 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2403 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2403 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2403 .background-img{
                border-radius:;
            }
        #medical_box_2403 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2403:hover .new_medical_title{}
                #medical_box_2403 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2403.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_2403:hover{}#medical_box_2403 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2403:hover .new_medical_description{}
                   #medical_box_2403  
                
                #medical_box_2403 .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_2403 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2403:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2403:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2403 .mode1-size_2403{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2403 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2403 > div{
               height:100%;
            }
            #medical_box_2403 .mode2-size_2403{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2403 .mode3-size_2403{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2403 .mode4-size_2403{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2403 .mode5-size_2403{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2403 .mode6-size_2403{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2403 .mode7-size_2403{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2403 .mode7-size_2403 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2403 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2403 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2403{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2403 span:hover{
                color:!important;
            }
            .custom2_2403{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2403 span:hover{
                color:;
            }
            #medical_box_2403 .mode-btn1_2403{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2403 .mode-btn1_2403 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2403 .mode-btn2_2403{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2403 .mode-btn2_2403 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2403 .div-btn-title_main_2403{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2403 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2403 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2408 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2408 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2408 .background-img{
                border-radius:;
            }
        #medical_box_2408 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2408 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2408.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_2408 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2408  
                
                #medical_box_2408 .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_2408 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2408:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2408:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2408 .mode1-size_2408{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2408 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2408 > div{
               height:100%;
            }
            #medical_box_2408 .mode2-size_2408{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2408 .mode3-size_2408{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2408 .mode4-size_2408{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2408 .mode5-size_2408{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2408 .mode6-size_2408{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2408 .mode7-size_2408{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2408 .mode7-size_2408 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2408 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2408 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2408{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2408 span:hover{
                color:!important;
            }
            .custom2_2408{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2408 span:hover{
                color:;
            }
            #medical_box_2408 .mode-btn1_2408{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2408 .mode-btn1_2408 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2408 .mode-btn2_2408{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2408 .mode-btn2_2408 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2408 .div-btn-title_main_2408{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2408 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2408 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2407 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2407 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2407 .background-img{
                border-radius:;
            }
        #medical_box_2407 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2407 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2407.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_2407 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2407  
                
                #medical_box_2407 .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_2407 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2407:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2407:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2407 .mode1-size_2407{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2407 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2407 > div{
               height:100%;
            }
            #medical_box_2407 .mode2-size_2407{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2407 .mode3-size_2407{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2407 .mode4-size_2407{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2407 .mode5-size_2407{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2407 .mode6-size_2407{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2407 .mode7-size_2407{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2407 .mode7-size_2407 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2407 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2407 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2407{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2407 span:hover{
                color:!important;
            }
            .custom2_2407{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2407 span:hover{
                color:;
            }
            #medical_box_2407 .mode-btn1_2407{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2407 .mode-btn1_2407 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2407 .mode-btn2_2407{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2407 .mode-btn2_2407 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2407 .div-btn-title_main_2407{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2407 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2407 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2406 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2406 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2406 .background-img{
                border-radius:;
            }
        #medical_box_2406 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2406 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2406.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_2406 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2406  
                
                #medical_box_2406 .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_2406 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2406:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2406:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2406 .mode1-size_2406{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2406 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2406 > div{
               height:100%;
            }
            #medical_box_2406 .mode2-size_2406{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2406 .mode3-size_2406{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2406 .mode4-size_2406{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2406 .mode5-size_2406{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2406 .mode6-size_2406{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2406 .mode7-size_2406{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2406 .mode7-size_2406 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2406 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2406 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2406{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2406 span:hover{
                color:!important;
            }
            .custom2_2406{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2406 span:hover{
                color:;
            }
            #medical_box_2406 .mode-btn1_2406{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2406 .mode-btn1_2406 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2406 .mode-btn2_2406{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2406 .mode-btn2_2406 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2406 .div-btn-title_main_2406{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2406 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2406 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2405 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2405 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2405 .background-img{
                border-radius:;
            }
        #medical_box_2405 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2405 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2405.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_2405 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2405  
                
                #medical_box_2405 .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_2405 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2405:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2405:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2405 .mode1-size_2405{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2405 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2405 > div{
               height:100%;
            }
            #medical_box_2405 .mode2-size_2405{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2405 .mode3-size_2405{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2405 .mode4-size_2405{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2405 .mode5-size_2405{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2405 .mode6-size_2405{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2405 .mode7-size_2405{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2405 .mode7-size_2405 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2405 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2405 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2405{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2405 span:hover{
                color:!important;
            }
            .custom2_2405{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2405 span:hover{
                color:;
            }
            #medical_box_2405 .mode-btn1_2405{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2405 .mode-btn1_2405 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2405 .mode-btn2_2405{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2405 .mode-btn2_2405 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2405 .div-btn-title_main_2405{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2405 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2405 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_749 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_749 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_749 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_749 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_749 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_749 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_749 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_749 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_749 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_749 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_749 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_749 .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_749{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_749 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_749 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_749 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_749 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_749 .swiper-container{
                width:1200px;
            }
            #module_new_medical_749 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_749 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_749 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_749 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1323']{;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='1323']:hover{;}.module[data-id_page='1323']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1323'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1323']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1323'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1323']  
                
                .module[data-id_page='1323'] .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='1323'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1323']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1323']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180755_09.jpg");
                           }
                       
            #module_new_medical_750 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_750 .content_str{
				width:100%;
			}
            #module_new_medical_750 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_750 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_750 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_750 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_750 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_750 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_750 .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_750 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_750 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_750 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_750 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_750 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_750 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_750 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2409 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173545_harresturan (9).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2409 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2409 .background-img{
                border-radius:;
            }
        
            #medical_box_2409 .new_medical_icon{
                
            }
        #medical_box_2409 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2409:hover .new_medical_title{}
                #medical_box_2409 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2409 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2409:hover .new_medical_icon{}
                   #medical_box_2409  
                
                #medical_box_2409 .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_2409 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2409:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2409:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2409 .mode1-size_2409{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2409 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2409 > div{
               height:100%;
            }
            #medical_box_2409 .mode2-size_2409{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2409 .mode3-size_2409{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2409 .mode4-size_2409{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2409 .mode5-size_2409{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2409 .mode6-size_2409{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2409 .mode7-size_2409{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2409 .mode7-size_2409 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2409 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2409 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2409{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2409 span:hover{
                color:!important;
            }
            .custom2_2409{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2409 span:hover{
                color:;
            }
            #medical_box_2409 .mode-btn1_2409{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2409 .mode-btn1_2409 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2409 .mode-btn2_2409{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2409 .mode-btn2_2409 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2409 .div-btn-title_main_2409{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2409 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2409 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2410 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2410 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2410 .background-img{
                border-radius:;
            }
        #medical_box_2410 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2410:hover .new_medical_title{}
                #medical_box_2410 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2410.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_2410:hover{}#medical_box_2410 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2410:hover .new_medical_description{}
                   #medical_box_2410  
                
                #medical_box_2410 .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_2410 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2410:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2410:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2410 .mode1-size_2410{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2410 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2410 > div{
               height:100%;
            }
            #medical_box_2410 .mode2-size_2410{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2410 .mode3-size_2410{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2410 .mode4-size_2410{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2410 .mode5-size_2410{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2410 .mode6-size_2410{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2410 .mode7-size_2410{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2410 .mode7-size_2410 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2410 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2410 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2410{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2410 span:hover{
                color:!important;
            }
            .custom2_2410{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2410 span:hover{
                color:;
            }
            #medical_box_2410 .mode-btn1_2410{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2410 .mode-btn1_2410 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2410 .mode-btn2_2410{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2410 .mode-btn2_2410 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2410 .div-btn-title_main_2410{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2410 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2410 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2415 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2415 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2415 .background-img{
                border-radius:;
            }
        #medical_box_2415 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2415 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2415.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_2415 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2415  
                
                #medical_box_2415 .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_2415 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2415:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2415:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2415 .mode1-size_2415{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2415 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2415 > div{
               height:100%;
            }
            #medical_box_2415 .mode2-size_2415{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2415 .mode3-size_2415{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2415 .mode4-size_2415{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2415 .mode5-size_2415{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2415 .mode6-size_2415{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2415 .mode7-size_2415{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2415 .mode7-size_2415 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2415 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2415 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2415{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2415 span:hover{
                color:!important;
            }
            .custom2_2415{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2415 span:hover{
                color:;
            }
            #medical_box_2415 .mode-btn1_2415{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2415 .mode-btn1_2415 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2415 .mode-btn2_2415{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2415 .mode-btn2_2415 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2415 .div-btn-title_main_2415{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2415 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2415 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2414 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2414 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2414 .background-img{
                border-radius:;
            }
        #medical_box_2414 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2414 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2414.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_2414 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2414  
                
                #medical_box_2414 .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_2414 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2414:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2414:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2414 .mode1-size_2414{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2414 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2414 > div{
               height:100%;
            }
            #medical_box_2414 .mode2-size_2414{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2414 .mode3-size_2414{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2414 .mode4-size_2414{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2414 .mode5-size_2414{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2414 .mode6-size_2414{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2414 .mode7-size_2414{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2414 .mode7-size_2414 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2414 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2414 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2414{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2414 span:hover{
                color:!important;
            }
            .custom2_2414{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2414 span:hover{
                color:;
            }
            #medical_box_2414 .mode-btn1_2414{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2414 .mode-btn1_2414 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2414 .mode-btn2_2414{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2414 .mode-btn2_2414 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2414 .div-btn-title_main_2414{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2414 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2414 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2413 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2413 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2413 .background-img{
                border-radius:;
            }
        #medical_box_2413 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2413 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2413.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_2413 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2413  
                
                #medical_box_2413 .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_2413 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2413:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2413:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2413 .mode1-size_2413{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2413 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2413 > div{
               height:100%;
            }
            #medical_box_2413 .mode2-size_2413{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2413 .mode3-size_2413{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2413 .mode4-size_2413{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2413 .mode5-size_2413{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2413 .mode6-size_2413{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2413 .mode7-size_2413{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2413 .mode7-size_2413 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2413 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2413 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2413{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2413 span:hover{
                color:!important;
            }
            .custom2_2413{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2413 span:hover{
                color:;
            }
            #medical_box_2413 .mode-btn1_2413{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2413 .mode-btn1_2413 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2413 .mode-btn2_2413{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2413 .mode-btn2_2413 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2413 .div-btn-title_main_2413{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2413 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2413 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2412 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2412 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2412 .background-img{
                border-radius:;
            }
        #medical_box_2412 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2412 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2412.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_2412 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2412  
                
                #medical_box_2412 .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_2412 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2412:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2412:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2412 .mode1-size_2412{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2412 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2412 > div{
               height:100%;
            }
            #medical_box_2412 .mode2-size_2412{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2412 .mode3-size_2412{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2412 .mode4-size_2412{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2412 .mode5-size_2412{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2412 .mode6-size_2412{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2412 .mode7-size_2412{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2412 .mode7-size_2412 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2412 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2412 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2412{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2412 span:hover{
                color:!important;
            }
            .custom2_2412{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2412 span:hover{
                color:;
            }
            #medical_box_2412 .mode-btn1_2412{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2412 .mode-btn1_2412 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2412 .mode-btn2_2412{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2412 .mode-btn2_2412 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2412 .div-btn-title_main_2412{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2412 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2412 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_750 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_750 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_750 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_750 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_750 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_750 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_750 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_750 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_750 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_750 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_750 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_750 .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_750{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_750 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_750 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_750 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_750 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_750 .swiper-container{
                width:1200px;
            }
            #module_new_medical_750 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_750 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_750 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_750 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1324']{;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='1324']:hover{;}.module[data-id_page='1324']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1324'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1324']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1324'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1324']  
                
                .module[data-id_page='1324'] .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='1324'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1324']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1324']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760180913_10.jpg");
                           }
                       
            #module_new_medical_751 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_751 .content_str{
				width:100%;
			}
            #module_new_medical_751 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_751 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_751 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_751 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_751 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_751 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_751 .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_751 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_751 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_751 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_751 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_751 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_751 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_751 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2416 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173546_arresturan (10).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2416 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2416 .background-img{
                border-radius:;
            }
        
            #medical_box_2416 .new_medical_icon{
                
            }
        #medical_box_2416 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2416:hover .new_medical_title{}
                #medical_box_2416 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2416 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2416:hover .new_medical_icon{}
                   #medical_box_2416  
                
                #medical_box_2416 .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_2416 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2416:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2416:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2416 .mode1-size_2416{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2416 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2416 > div{
               height:100%;
            }
            #medical_box_2416 .mode2-size_2416{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2416 .mode3-size_2416{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2416 .mode4-size_2416{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2416 .mode5-size_2416{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2416 .mode6-size_2416{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2416 .mode7-size_2416{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2416 .mode7-size_2416 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2416 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2416 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2416{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2416 span:hover{
                color:!important;
            }
            .custom2_2416{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2416 span:hover{
                color:;
            }
            #medical_box_2416 .mode-btn1_2416{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2416 .mode-btn1_2416 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2416 .mode-btn2_2416{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2416 .mode-btn2_2416 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2416 .div-btn-title_main_2416{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2416 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2416 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2421 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2421 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2421 .background-img{
                border-radius:;
            }
        #medical_box_2421 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1360:hover .new_medical_title{}
                #medical_box_2421 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2421.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_1360:hover{}#medical_box_2421 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1360:hover .new_medical_description{}
                   #medical_box_2421  
                
                #medical_box_2421 .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_2421 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2421:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2421:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2421 .mode1-size_2421{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2421 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2421 > div{
               height:100%;
            }
            #medical_box_2421 .mode2-size_2421{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2421 .mode3-size_2421{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2421 .mode4-size_2421{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2421 .mode5-size_2421{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2421 .mode6-size_2421{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2421 .mode7-size_2421{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2421 .mode7-size_2421 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2421 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2421 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2421{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2421 span:hover{
                color:!important;
            }
            .custom2_2421{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2421 span:hover{
                color:;
            }
            #medical_box_2421 .mode-btn1_2421{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2421 .mode-btn1_2421 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2421 .mode-btn2_2421{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2421 .mode-btn2_2421 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2421 .div-btn-title_main_2421{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2421 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2421 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2417 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2417 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2417 .background-img{
                border-radius:;
            }
        #medical_box_2417 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2417:hover .new_medical_title{}
                #medical_box_2417 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2417.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_2417:hover{}#medical_box_2417 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2417:hover .new_medical_description{}
                   #medical_box_2417  
                
                #medical_box_2417 .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_2417 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2417:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2417:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2417 .mode1-size_2417{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2417 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2417 > div{
               height:100%;
            }
            #medical_box_2417 .mode2-size_2417{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2417 .mode3-size_2417{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2417 .mode4-size_2417{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2417 .mode5-size_2417{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2417 .mode6-size_2417{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2417 .mode7-size_2417{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2417 .mode7-size_2417 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2417 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2417 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2417{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2417 span:hover{
                color:!important;
            }
            .custom2_2417{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2417 span:hover{
                color:;
            }
            #medical_box_2417 .mode-btn1_2417{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2417 .mode-btn1_2417 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2417 .mode-btn2_2417{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2417 .mode-btn2_2417 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2417 .div-btn-title_main_2417{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2417 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2417 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_751 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_751 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_751 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_751 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_751 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_751 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_751 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_751 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_751 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_751 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_751 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_751 .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_751{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_751 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_751 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_751 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_751 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_751 .swiper-container{
                width:1200px;
            }
            #module_new_medical_751 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_751 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_751 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_751 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1325']{;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='1325']:hover{;}.module[data-id_page='1325']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1325'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1325']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1325'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1325']  
                
                .module[data-id_page='1325'] .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='1325'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1325']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1325']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181208_11.jpg");
                           }
                       
            #module_new_medical_752 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_752 .content_str{
				width:100%;
			}
            #module_new_medical_752 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_752 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_752 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_752 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_752 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_752 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_752 .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_752 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_752 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_752 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_752 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_752 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_752 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_752 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2424 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173547_arresturan (11).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2424 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2424 .background-img{
                border-radius:;
            }
        
            #medical_box_2424 .new_medical_icon{
                
            }
        #medical_box_2424 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2424:hover .new_medical_title{}
                #medical_box_2424 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2424 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2424:hover .new_medical_icon{}
                   #medical_box_2424  
                
                #medical_box_2424 .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_2424 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2424:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2424:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2424 .mode1-size_2424{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2424 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2424 > div{
               height:100%;
            }
            #medical_box_2424 .mode2-size_2424{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2424 .mode3-size_2424{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2424 .mode4-size_2424{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2424 .mode5-size_2424{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2424 .mode6-size_2424{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2424 .mode7-size_2424{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2424 .mode7-size_2424 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2424 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2424 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2424{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2424 span:hover{
                color:!important;
            }
            .custom2_2424{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2424 span:hover{
                color:;
            }
            #medical_box_2424 .mode-btn1_2424{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2424 .mode-btn1_2424 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2424 .mode-btn2_2424{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2424 .mode-btn2_2424 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2424 .div-btn-title_main_2424{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2424 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2424 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2425 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2425 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2425 .background-img{
                border-radius:;
            }
        #medical_box_2425 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2425:hover .new_medical_title{}
                #medical_box_2425 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2425.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_2425:hover{}#medical_box_2425 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2425:hover .new_medical_description{}
                   #medical_box_2425  
                
                #medical_box_2425 .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_2425 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2425:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2425:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2425 .mode1-size_2425{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2425 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2425 > div{
               height:100%;
            }
            #medical_box_2425 .mode2-size_2425{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2425 .mode3-size_2425{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2425 .mode4-size_2425{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2425 .mode5-size_2425{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2425 .mode6-size_2425{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2425 .mode7-size_2425{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2425 .mode7-size_2425 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2425 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2425 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2425{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2425 span:hover{
                color:!important;
            }
            .custom2_2425{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2425 span:hover{
                color:;
            }
            #medical_box_2425 .mode-btn1_2425{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2425 .mode-btn1_2425 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2425 .mode-btn2_2425{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2425 .mode-btn2_2425 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2425 .div-btn-title_main_2425{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2425 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2425 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2429 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2429 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2429 .background-img{
                border-radius:;
            }
        #medical_box_2429 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2429 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2429.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_2429 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2429  
                
                #medical_box_2429 .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_2429 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2429:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2429:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2429 .mode1-size_2429{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2429 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2429 > div{
               height:100%;
            }
            #medical_box_2429 .mode2-size_2429{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2429 .mode3-size_2429{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2429 .mode4-size_2429{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2429 .mode5-size_2429{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2429 .mode6-size_2429{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2429 .mode7-size_2429{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2429 .mode7-size_2429 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2429 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2429 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2429{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2429 span:hover{
                color:!important;
            }
            .custom2_2429{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2429 span:hover{
                color:;
            }
            #medical_box_2429 .mode-btn1_2429{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2429 .mode-btn1_2429 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2429 .mode-btn2_2429{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2429 .mode-btn2_2429 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2429 .div-btn-title_main_2429{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2429 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2429 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_752 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_752 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_752 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_752 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_752 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_752 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_752 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_752 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_752 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_752 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_752 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_752 .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_752{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_752 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_752 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_752 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_752 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_752 .swiper-container{
                width:1200px;
            }
            #module_new_medical_752 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_752 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_752 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_752 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1326']{;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='1326']:hover{;}.module[data-id_page='1326']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1326'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1326']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1326'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1326']  
                
                .module[data-id_page='1326'] .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='1326'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1326']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1326']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181372_12.jpg");
                           }
                       
            #module_new_medical_753 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_753 .content_str{
				width:100%;
			}
            #module_new_medical_753 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_753 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_753 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_753 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_753 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_753 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_753 .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_753 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_753 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_753 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_753 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_753 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_753 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_753 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2430 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173551_arresturan (14).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2430 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2430 .background-img{
                border-radius:;
            }
        
            #medical_box_2430 .new_medical_icon{
                
            }
        #medical_box_2430 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2430:hover .new_medical_title{}
                #medical_box_2430 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2430 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2430:hover .new_medical_icon{}
                   #medical_box_2430  
                
                #medical_box_2430 .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_2430 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2430:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2430:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2430 .mode1-size_2430{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2430 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2430 > div{
               height:100%;
            }
            #medical_box_2430 .mode2-size_2430{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2430 .mode3-size_2430{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2430 .mode4-size_2430{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2430 .mode5-size_2430{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2430 .mode6-size_2430{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2430 .mode7-size_2430{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2430 .mode7-size_2430 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2430 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2430 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2430{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2430 span:hover{
                color:!important;
            }
            .custom2_2430{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2430 span:hover{
                color:;
            }
            #medical_box_2430 .mode-btn1_2430{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2430 .mode-btn1_2430 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2430 .mode-btn2_2430{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2430 .mode-btn2_2430 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2430 .div-btn-title_main_2430{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2430 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2430 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2431 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2431 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2431 .background-img{
                border-radius:;
            }
        #medical_box_2431 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2431:hover .new_medical_title{}
                #medical_box_2431 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2431.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_2431:hover{}#medical_box_2431 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2431:hover .new_medical_description{}
                   #medical_box_2431  
                
                #medical_box_2431 .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_2431 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2431:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2431:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2431 .mode1-size_2431{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2431 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2431 > div{
               height:100%;
            }
            #medical_box_2431 .mode2-size_2431{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2431 .mode3-size_2431{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2431 .mode4-size_2431{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2431 .mode5-size_2431{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2431 .mode6-size_2431{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2431 .mode7-size_2431{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2431 .mode7-size_2431 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2431 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2431 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2431{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2431 span:hover{
                color:!important;
            }
            .custom2_2431{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2431 span:hover{
                color:;
            }
            #medical_box_2431 .mode-btn1_2431{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2431 .mode-btn1_2431 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2431 .mode-btn2_2431{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2431 .mode-btn2_2431 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2431 .div-btn-title_main_2431{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2431 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2431 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2437 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2437 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2437 .background-img{
                border-radius:;
            }
        #medical_box_2437 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2437 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2437.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_2437 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2437  
                
                #medical_box_2437 .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_2437 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2437:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2437:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2437 .mode1-size_2437{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2437 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2437 > div{
               height:100%;
            }
            #medical_box_2437 .mode2-size_2437{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2437 .mode3-size_2437{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2437 .mode4-size_2437{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2437 .mode5-size_2437{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2437 .mode6-size_2437{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2437 .mode7-size_2437{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2437 .mode7-size_2437 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2437 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2437 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2437{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2437 span:hover{
                color:!important;
            }
            .custom2_2437{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2437 span:hover{
                color:;
            }
            #medical_box_2437 .mode-btn1_2437{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2437 .mode-btn1_2437 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2437 .mode-btn2_2437{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2437 .mode-btn2_2437 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2437 .div-btn-title_main_2437{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2437 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2437 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2436 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2436 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2436 .background-img{
                border-radius:;
            }
        #medical_box_2436 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2436 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2436.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_2436 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2436  
                
                #medical_box_2436 .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_2436 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2436:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2436:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2436 .mode1-size_2436{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2436 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2436 > div{
               height:100%;
            }
            #medical_box_2436 .mode2-size_2436{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2436 .mode3-size_2436{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2436 .mode4-size_2436{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2436 .mode5-size_2436{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2436 .mode6-size_2436{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2436 .mode7-size_2436{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2436 .mode7-size_2436 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2436 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2436 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2436{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2436 span:hover{
                color:!important;
            }
            .custom2_2436{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2436 span:hover{
                color:;
            }
            #medical_box_2436 .mode-btn1_2436{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2436 .mode-btn1_2436 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2436 .mode-btn2_2436{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2436 .mode-btn2_2436 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2436 .div-btn-title_main_2436{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2436 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2436 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_753 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_753 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_753 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_753 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_753 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_753 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_753 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_753 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_753 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_753 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_753 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_753 .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_753{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_753 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_753 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_753 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_753 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_753 .swiper-container{
                width:1200px;
            }
            #module_new_medical_753 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_753 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_753 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_753 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1327']{;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='1327']:hover{;}.module[data-id_page='1327']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1327'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1327']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1327'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1327']  
                
                .module[data-id_page='1327'] .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='1327'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1327']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1327']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181570_13.jpg");
                           }
                       
            #module_new_medical_754 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_754 .content_str{
				width:100%;
			}
            #module_new_medical_754 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_754 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_754 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_754 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_754 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_754 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_754 .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_754 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_754 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_754 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_754 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_754 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_754 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_754 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2438 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173549_arresturan (13).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2438 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2438 .background-img{
                border-radius:;
            }
        
            #medical_box_2438 .new_medical_icon{
                
            }
        #medical_box_2438 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2438:hover .new_medical_title{}
                #medical_box_2438 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2438 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2438:hover .new_medical_icon{}
                   #medical_box_2438  
                
                #medical_box_2438 .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_2438 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2438:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2438:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2438 .mode1-size_2438{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2438 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2438 > div{
               height:100%;
            }
            #medical_box_2438 .mode2-size_2438{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2438 .mode3-size_2438{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2438 .mode4-size_2438{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2438 .mode5-size_2438{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2438 .mode6-size_2438{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2438 .mode7-size_2438{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2438 .mode7-size_2438 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2438 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2438 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2438{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2438 span:hover{
                color:!important;
            }
            .custom2_2438{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2438 span:hover{
                color:;
            }
            #medical_box_2438 .mode-btn1_2438{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2438 .mode-btn1_2438 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2438 .mode-btn2_2438{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2438 .mode-btn2_2438 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2438 .div-btn-title_main_2438{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2438 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2438 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2439 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2439 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2439 .background-img{
                border-radius:;
            }
        #medical_box_2439 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2439:hover .new_medical_title{}
                #medical_box_2439 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2439.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_2439:hover{}#medical_box_2439 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2439:hover .new_medical_description{}
                   #medical_box_2439  
                
                #medical_box_2439 .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_2439 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2439:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2439:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2439 .mode1-size_2439{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2439 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2439 > div{
               height:100%;
            }
            #medical_box_2439 .mode2-size_2439{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2439 .mode3-size_2439{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2439 .mode4-size_2439{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2439 .mode5-size_2439{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2439 .mode6-size_2439{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2439 .mode7-size_2439{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2439 .mode7-size_2439 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2439 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2439 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2439{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2439 span:hover{
                color:!important;
            }
            .custom2_2439{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2439 span:hover{
                color:;
            }
            #medical_box_2439 .mode-btn1_2439{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2439 .mode-btn1_2439 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2439 .mode-btn2_2439{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2439 .mode-btn2_2439 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2439 .div-btn-title_main_2439{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2439 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2439 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2444 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2444 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2444 .background-img{
                border-radius:;
            }
        #medical_box_2444 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2444 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2444.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_2444 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2444  
                
                #medical_box_2444 .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_2444 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2444:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2444:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2444 .mode1-size_2444{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2444 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2444 > div{
               height:100%;
            }
            #medical_box_2444 .mode2-size_2444{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2444 .mode3-size_2444{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2444 .mode4-size_2444{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2444 .mode5-size_2444{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2444 .mode6-size_2444{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2444 .mode7-size_2444{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2444 .mode7-size_2444 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2444 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2444 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2444{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2444 span:hover{
                color:!important;
            }
            .custom2_2444{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2444 span:hover{
                color:;
            }
            #medical_box_2444 .mode-btn1_2444{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2444 .mode-btn1_2444 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2444 .mode-btn2_2444{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2444 .mode-btn2_2444 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2444 .div-btn-title_main_2444{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2444 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2444 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2443 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2443 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2443 .background-img{
                border-radius:;
            }
        #medical_box_2443 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2443 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2443.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_2443 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2443  
                
                #medical_box_2443 .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_2443 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2443:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2443:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2443 .mode1-size_2443{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2443 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2443 > div{
               height:100%;
            }
            #medical_box_2443 .mode2-size_2443{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2443 .mode3-size_2443{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2443 .mode4-size_2443{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2443 .mode5-size_2443{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2443 .mode6-size_2443{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2443 .mode7-size_2443{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2443 .mode7-size_2443 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2443 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2443 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2443{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2443 span:hover{
                color:!important;
            }
            .custom2_2443{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2443 span:hover{
                color:;
            }
            #medical_box_2443 .mode-btn1_2443{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2443 .mode-btn1_2443 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2443 .mode-btn2_2443{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2443 .mode-btn2_2443 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2443 .div-btn-title_main_2443{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2443 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2443 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2442 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2442 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2442 .background-img{
                border-radius:;
            }
        #medical_box_2442 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2442 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2442.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_2442 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2442  
                
                #medical_box_2442 .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_2442 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2442:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2442:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2442 .mode1-size_2442{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2442 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2442 > div{
               height:100%;
            }
            #medical_box_2442 .mode2-size_2442{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2442 .mode3-size_2442{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2442 .mode4-size_2442{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2442 .mode5-size_2442{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2442 .mode6-size_2442{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2442 .mode7-size_2442{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2442 .mode7-size_2442 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2442 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2442 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2442{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2442 span:hover{
                color:!important;
            }
            .custom2_2442{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2442 span:hover{
                color:;
            }
            #medical_box_2442 .mode-btn1_2442{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2442 .mode-btn1_2442 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2442 .mode-btn2_2442{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2442 .mode-btn2_2442 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2442 .div-btn-title_main_2442{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2442 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2442 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2441 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2441 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2441 .background-img{
                border-radius:;
            }
        #medical_box_2441 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2441 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2441.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_2441 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2441  
                
                #medical_box_2441 .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_2441 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2441:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2441:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2441 .mode1-size_2441{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2441 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2441 > div{
               height:100%;
            }
            #medical_box_2441 .mode2-size_2441{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2441 .mode3-size_2441{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2441 .mode4-size_2441{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2441 .mode5-size_2441{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2441 .mode6-size_2441{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2441 .mode7-size_2441{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2441 .mode7-size_2441 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2441 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2441 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2441{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2441 span:hover{
                color:!important;
            }
            .custom2_2441{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2441 span:hover{
                color:;
            }
            #medical_box_2441 .mode-btn1_2441{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2441 .mode-btn1_2441 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2441 .mode-btn2_2441{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2441 .mode-btn2_2441 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2441 .div-btn-title_main_2441{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2441 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2441 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2440 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2440 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2440 .background-img{
                border-radius:;
            }
        #medical_box_2440 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2440 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2440.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_2440:hover{}#medical_box_2440 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2440  
                
                #medical_box_2440 .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_2440 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2440:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2440:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2440 .mode1-size_2440{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2440 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2440 > div{
               height:100%;
            }
            #medical_box_2440 .mode2-size_2440{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2440 .mode3-size_2440{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2440 .mode4-size_2440{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2440 .mode5-size_2440{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2440 .mode6-size_2440{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2440 .mode7-size_2440{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2440 .mode7-size_2440 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2440 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2440 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2440{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2440 span:hover{
                color:!important;
            }
            .custom2_2440{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2440 span:hover{
                color:;
            }
            #medical_box_2440 .mode-btn1_2440{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2440 .mode-btn1_2440 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2440 .mode-btn2_2440{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2440 .mode-btn2_2440 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2440 .div-btn-title_main_2440{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2440 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2440 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2474 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2474 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2474 .background-img{
                border-radius:;
            }
        #medical_box_2474 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2474 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2474.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_2474 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2474  
                
                #medical_box_2474 .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_2474 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2474:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2474:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2474 .mode1-size_2474{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2474 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2474 > div{
               height:100%;
            }
            #medical_box_2474 .mode2-size_2474{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2474 .mode3-size_2474{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2474 .mode4-size_2474{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2474 .mode5-size_2474{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2474 .mode6-size_2474{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2474 .mode7-size_2474{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2474 .mode7-size_2474 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2474 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2474 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2474{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2474 span:hover{
                color:!important;
            }
            .custom2_2474{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2474 span:hover{
                color:;
            }
            #medical_box_2474 .mode-btn1_2474{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2474 .mode-btn1_2474 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2474 .mode-btn2_2474{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2474 .mode-btn2_2474 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2474 .div-btn-title_main_2474{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2474 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2474 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_754 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_754 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_754 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_754 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_754 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_754 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_754 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_754 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_754 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_754 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_754 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_754 .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_754{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_754 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_754 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_754 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_754 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_754 .swiper-container{
                width:1200px;
            }
            #module_new_medical_754 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_754 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_754 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_754 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1328']{;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='1328']:hover{;}.module[data-id_page='1328']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1328'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1328']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1328'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1328']  
                
                .module[data-id_page='1328'] .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='1328'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1328']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1328']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181678_14.jpg");
                           }
                       
            #module_new_medical_755 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_755 .content_str{
				width:100%;
			}
            #module_new_medical_755 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_755 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_755 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_755 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_755 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_755 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_755 .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_755 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_755 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_755 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_755 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_755 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_755 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_755 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2445 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173548_arresturan (12).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2445 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2445 .background-img{
                border-radius:;
            }
        
            #medical_box_2445 .new_medical_icon{
                
            }
        #medical_box_2445 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2445:hover .new_medical_title{}
                #medical_box_2445 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2445 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2445:hover .new_medical_icon{}
                   #medical_box_2445  
                
                #medical_box_2445 .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_2445 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2445:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2445:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2445 .mode1-size_2445{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2445 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2445 > div{
               height:100%;
            }
            #medical_box_2445 .mode2-size_2445{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2445 .mode3-size_2445{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2445 .mode4-size_2445{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2445 .mode5-size_2445{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2445 .mode6-size_2445{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2445 .mode7-size_2445{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2445 .mode7-size_2445 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2445 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2445 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2445{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2445 span:hover{
                color:!important;
            }
            .custom2_2445{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2445 span:hover{
                color:;
            }
            #medical_box_2445 .mode-btn1_2445{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2445 .mode-btn1_2445 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2445 .mode-btn2_2445{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2445 .mode-btn2_2445 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2445 .div-btn-title_main_2445{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2445 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2445 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2446 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2446 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2446 .background-img{
                border-radius:;
            }
        #medical_box_2446 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2446:hover .new_medical_title{}
                #medical_box_2446 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2446.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_2446:hover{}#medical_box_2446 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2446:hover .new_medical_description{}
                   #medical_box_2446  
                
                #medical_box_2446 .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_2446 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2446:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2446:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2446 .mode1-size_2446{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2446 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2446 > div{
               height:100%;
            }
            #medical_box_2446 .mode2-size_2446{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2446 .mode3-size_2446{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2446 .mode4-size_2446{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2446 .mode5-size_2446{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2446 .mode6-size_2446{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2446 .mode7-size_2446{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2446 .mode7-size_2446 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2446 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2446 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2446{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2446 span:hover{
                color:!important;
            }
            .custom2_2446{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2446 span:hover{
                color:;
            }
            #medical_box_2446 .mode-btn1_2446{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2446 .mode-btn1_2446 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2446 .mode-btn2_2446{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2446 .mode-btn2_2446 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2446 .div-btn-title_main_2446{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2446 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2446 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2451 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2451 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2451 .background-img{
                border-radius:;
            }
        #medical_box_2451 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2451 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2451.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_2451 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2451  
                
                #medical_box_2451 .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_2451 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2451:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2451:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2451 .mode1-size_2451{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2451 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2451 > div{
               height:100%;
            }
            #medical_box_2451 .mode2-size_2451{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2451 .mode3-size_2451{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2451 .mode4-size_2451{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2451 .mode5-size_2451{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2451 .mode6-size_2451{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2451 .mode7-size_2451{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2451 .mode7-size_2451 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2451 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2451 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2451{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2451 span:hover{
                color:!important;
            }
            .custom2_2451{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2451 span:hover{
                color:;
            }
            #medical_box_2451 .mode-btn1_2451{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2451 .mode-btn1_2451 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2451 .mode-btn2_2451{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2451 .mode-btn2_2451 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2451 .div-btn-title_main_2451{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2451 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2451 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2450 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2450 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2450 .background-img{
                border-radius:;
            }
        #medical_box_2450 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2450 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2450.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_2450 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2450  
                
                #medical_box_2450 .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_2450 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2450:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2450:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2450 .mode1-size_2450{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2450 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2450 > div{
               height:100%;
            }
            #medical_box_2450 .mode2-size_2450{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2450 .mode3-size_2450{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2450 .mode4-size_2450{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2450 .mode5-size_2450{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2450 .mode6-size_2450{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2450 .mode7-size_2450{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2450 .mode7-size_2450 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2450 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2450 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2450{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2450 span:hover{
                color:!important;
            }
            .custom2_2450{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2450 span:hover{
                color:;
            }
            #medical_box_2450 .mode-btn1_2450{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2450 .mode-btn1_2450 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2450 .mode-btn2_2450{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2450 .mode-btn2_2450 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2450 .div-btn-title_main_2450{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2450 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2450 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2449 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2449 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2449 .background-img{
                border-radius:;
            }
        #medical_box_2449 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2449 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2449.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_2449 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2449  
                
                #medical_box_2449 .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_2449 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2449:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2449:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2449 .mode1-size_2449{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2449 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2449 > div{
               height:100%;
            }
            #medical_box_2449 .mode2-size_2449{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2449 .mode3-size_2449{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2449 .mode4-size_2449{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2449 .mode5-size_2449{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2449 .mode6-size_2449{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2449 .mode7-size_2449{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2449 .mode7-size_2449 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2449 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2449 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2449{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2449 span:hover{
                color:!important;
            }
            .custom2_2449{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2449 span:hover{
                color:;
            }
            #medical_box_2449 .mode-btn1_2449{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2449 .mode-btn1_2449 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2449 .mode-btn2_2449{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2449 .mode-btn2_2449 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2449 .div-btn-title_main_2449{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2449 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2449 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2448 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2448 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2448 .background-img{
                border-radius:;
            }
        #medical_box_2448 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2448 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2448.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_2448 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2448  
                
                #medical_box_2448 .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_2448 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2448:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2448:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2448 .mode1-size_2448{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2448 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2448 > div{
               height:100%;
            }
            #medical_box_2448 .mode2-size_2448{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2448 .mode3-size_2448{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2448 .mode4-size_2448{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2448 .mode5-size_2448{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2448 .mode6-size_2448{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2448 .mode7-size_2448{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2448 .mode7-size_2448 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2448 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2448 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2448{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2448 span:hover{
                color:!important;
            }
            .custom2_2448{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2448 span:hover{
                color:;
            }
            #medical_box_2448 .mode-btn1_2448{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2448 .mode-btn1_2448 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2448 .mode-btn2_2448{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2448 .mode-btn2_2448 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2448 .div-btn-title_main_2448{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2448 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2448 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_755 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_755 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_755 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_755 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_755 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_755 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_755 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_755 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_755 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_755 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_755 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_755 .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_755{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_755 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_755 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_755 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_755 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_755 .swiper-container{
                width:1200px;
            }
            #module_new_medical_755 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_755 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_755 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_755 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1329']{;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='1329']:hover{;}.module[data-id_page='1329']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1329'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1329']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1329'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1329']  
                
                .module[data-id_page='1329'] .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='1329'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1329']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1329']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181767_15.jpg");
                           }
                       
            #module_new_medical_756 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_756 .content_str{
				width:100%;
			}
            #module_new_medical_756 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_756 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_756 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_756 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_756 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_756 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_756 .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_756 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_756 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_756 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_756 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_756 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_756 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_756 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2452 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173552_arresturan (15).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2452 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2452 .background-img{
                border-radius:;
            }
        
            #medical_box_2452 .new_medical_icon{
                
            }
        #medical_box_2452 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2452:hover .new_medical_title{}
                #medical_box_2452 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2452 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2452:hover .new_medical_icon{}
                   #medical_box_2452  
                
                #medical_box_2452 .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_2452 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2452:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2452:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2452 .mode1-size_2452{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2452 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2452 > div{
               height:100%;
            }
            #medical_box_2452 .mode2-size_2452{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2452 .mode3-size_2452{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2452 .mode4-size_2452{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2452 .mode5-size_2452{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2452 .mode6-size_2452{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2452 .mode7-size_2452{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2452 .mode7-size_2452 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2452 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2452 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2452{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2452 span:hover{
                color:!important;
            }
            .custom2_2452{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2452 span:hover{
                color:;
            }
            #medical_box_2452 .mode-btn1_2452{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2452 .mode-btn1_2452 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2452 .mode-btn2_2452{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2452 .mode-btn2_2452 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2452 .div-btn-title_main_2452{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2452 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2452 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2457 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2457 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2457 .background-img{
                border-radius:;
            }
        #medical_box_2457 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1360:hover .new_medical_title{}
                #medical_box_2457 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2457.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_1360:hover{}#medical_box_2457 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1360:hover .new_medical_description{}
                   #medical_box_2457  
                
                #medical_box_2457 .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_2457 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2457:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2457:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2457 .mode1-size_2457{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2457 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2457 > div{
               height:100%;
            }
            #medical_box_2457 .mode2-size_2457{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2457 .mode3-size_2457{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2457 .mode4-size_2457{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2457 .mode5-size_2457{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2457 .mode6-size_2457{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2457 .mode7-size_2457{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2457 .mode7-size_2457 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2457 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2457 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2457{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2457 span:hover{
                color:!important;
            }
            .custom2_2457{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2457 span:hover{
                color:;
            }
            #medical_box_2457 .mode-btn1_2457{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2457 .mode-btn1_2457 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2457 .mode-btn2_2457{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2457 .mode-btn2_2457 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2457 .div-btn-title_main_2457{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2457 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2457 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2453 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2453 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2453 .background-img{
                border-radius:;
            }
        #medical_box_2453 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2453:hover .new_medical_title{}
                #medical_box_2453 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2453.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_2453:hover{}#medical_box_2453 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2453:hover .new_medical_description{}
                   #medical_box_2453  
                
                #medical_box_2453 .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_2453 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2453:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2453:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2453 .mode1-size_2453{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2453 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2453 > div{
               height:100%;
            }
            #medical_box_2453 .mode2-size_2453{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2453 .mode3-size_2453{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2453 .mode4-size_2453{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2453 .mode5-size_2453{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2453 .mode6-size_2453{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2453 .mode7-size_2453{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2453 .mode7-size_2453 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2453 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2453 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2453{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2453 span:hover{
                color:!important;
            }
            .custom2_2453{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2453 span:hover{
                color:;
            }
            #medical_box_2453 .mode-btn1_2453{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2453 .mode-btn1_2453 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2453 .mode-btn2_2453{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2453 .mode-btn2_2453 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2453 .div-btn-title_main_2453{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2453 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2453 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2459 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2459 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2459 .background-img{
                border-radius:;
            }
        #medical_box_2459 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2459 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2459.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_1361:hover{}#medical_box_2459 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2459  
                
                #medical_box_2459 .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_2459 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2459:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2459:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2459 .mode1-size_2459{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2459 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2459 > div{
               height:100%;
            }
            #medical_box_2459 .mode2-size_2459{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2459 .mode3-size_2459{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2459 .mode4-size_2459{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2459 .mode5-size_2459{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2459 .mode6-size_2459{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2459 .mode7-size_2459{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2459 .mode7-size_2459 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2459 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2459 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2459{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2459 span:hover{
                color:!important;
            }
            .custom2_2459{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2459 span:hover{
                color:;
            }
            #medical_box_2459 .mode-btn1_2459{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2459 .mode-btn1_2459 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2459 .mode-btn2_2459{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2459 .mode-btn2_2459 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2459 .div-btn-title_main_2459{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2459 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2459 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_756 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_756 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_756 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_756 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_756 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_756 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_756 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_756 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_756 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_756 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_756 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_756 .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_756{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_756 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_756 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_756 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_756 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_756 .swiper-container{
                width:1200px;
            }
            #module_new_medical_756 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_756 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_756 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_756 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1330']{;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='1330']:hover{;}.module[data-id_page='1330']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1330'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1330']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1330'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1330']  
                
                .module[data-id_page='1330'] .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='1330'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1330']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1330']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181877_16.jpg");
                           }
                       
            #module_new_medical_757 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_757 .content_str{
				width:100%;
			}
            #module_new_medical_757 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_757 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_757 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_757 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_757 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_757 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_757 .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_757 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_757 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_757 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_757 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_757 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_757 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_757 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2460 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173553_arresturan (16).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2460 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2460 .background-img{
                border-radius:;
            }
        
            #medical_box_2460 .new_medical_icon{
                
            }
        #medical_box_2460 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2460:hover .new_medical_title{}
                #medical_box_2460 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2460 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2460:hover .new_medical_icon{}
                   #medical_box_2460  
                
                #medical_box_2460 .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_2460 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2460:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2460:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2460 .mode1-size_2460{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2460 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2460 > div{
               height:100%;
            }
            #medical_box_2460 .mode2-size_2460{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2460 .mode3-size_2460{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2460 .mode4-size_2460{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2460 .mode5-size_2460{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2460 .mode6-size_2460{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2460 .mode7-size_2460{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2460 .mode7-size_2460 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2460 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2460 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2460{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2460 span:hover{
                color:!important;
            }
            .custom2_2460{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2460 span:hover{
                color:;
            }
            #medical_box_2460 .mode-btn1_2460{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2460 .mode-btn1_2460 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2460 .mode-btn2_2460{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2460 .mode-btn2_2460 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2460 .div-btn-title_main_2460{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2460 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2460 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2461 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2461 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2461 .background-img{
                border-radius:;
            }
        #medical_box_2461 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2461:hover .new_medical_title{}
                #medical_box_2461 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2461.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_2461:hover{}#medical_box_2461 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2461:hover .new_medical_description{}
                   #medical_box_2461  
                
                #medical_box_2461 .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_2461 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2461:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2461:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2461 .mode1-size_2461{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2461 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2461 > div{
               height:100%;
            }
            #medical_box_2461 .mode2-size_2461{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2461 .mode3-size_2461{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2461 .mode4-size_2461{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2461 .mode5-size_2461{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2461 .mode6-size_2461{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2461 .mode7-size_2461{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2461 .mode7-size_2461 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2461 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2461 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2461{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2461 span:hover{
                color:!important;
            }
            .custom2_2461{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2461 span:hover{
                color:;
            }
            #medical_box_2461 .mode-btn1_2461{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2461 .mode-btn1_2461 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2461 .mode-btn2_2461{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2461 .mode-btn2_2461 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2461 .div-btn-title_main_2461{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2461 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2461 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2465 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2465 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2465 .background-img{
                border-radius:;
            }
        #medical_box_2465 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2465 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2465.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_2465 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2465  
                
                #medical_box_2465 .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_2465 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2465:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2465:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2465 .mode1-size_2465{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2465 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2465 > div{
               height:100%;
            }
            #medical_box_2465 .mode2-size_2465{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2465 .mode3-size_2465{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2465 .mode4-size_2465{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2465 .mode5-size_2465{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2465 .mode6-size_2465{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2465 .mode7-size_2465{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2465 .mode7-size_2465 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2465 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2465 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2465{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2465 span:hover{
                color:!important;
            }
            .custom2_2465{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2465 span:hover{
                color:;
            }
            #medical_box_2465 .mode-btn1_2465{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2465 .mode-btn1_2465 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2465 .mode-btn2_2465{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2465 .mode-btn2_2465 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2465 .div-btn-title_main_2465{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2465 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2465 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2464 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2464 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2464 .background-img{
                border-radius:;
            }
        #medical_box_2464 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2464 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2464.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_2464 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2464  
                
                #medical_box_2464 .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_2464 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2464:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2464:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2464 .mode1-size_2464{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2464 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2464 > div{
               height:100%;
            }
            #medical_box_2464 .mode2-size_2464{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2464 .mode3-size_2464{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2464 .mode4-size_2464{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2464 .mode5-size_2464{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2464 .mode6-size_2464{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2464 .mode7-size_2464{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2464 .mode7-size_2464 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2464 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2464 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2464{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2464 span:hover{
                color:!important;
            }
            .custom2_2464{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2464 span:hover{
                color:;
            }
            #medical_box_2464 .mode-btn1_2464{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2464 .mode-btn1_2464 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2464 .mode-btn2_2464{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2464 .mode-btn2_2464 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2464 .div-btn-title_main_2464{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2464 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2464 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2463 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2463 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2463 .background-img{
                border-radius:;
            }
        #medical_box_2463 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2463 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2463.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_2463 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2463  
                
                #medical_box_2463 .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_2463 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2463:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2463:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2463 .mode1-size_2463{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2463 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2463 > div{
               height:100%;
            }
            #medical_box_2463 .mode2-size_2463{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2463 .mode3-size_2463{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2463 .mode4-size_2463{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2463 .mode5-size_2463{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2463 .mode6-size_2463{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2463 .mode7-size_2463{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2463 .mode7-size_2463 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2463 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2463 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2463{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2463 span:hover{
                color:!important;
            }
            .custom2_2463{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2463 span:hover{
                color:;
            }
            #medical_box_2463 .mode-btn1_2463{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2463 .mode-btn1_2463 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2463 .mode-btn2_2463{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2463 .mode-btn2_2463 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2463 .div-btn-title_main_2463{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2463 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2463 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2462 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2462 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2462 .background-img{
                border-radius:;
            }
        #medical_box_2462 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2462 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2462.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_2462 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2462  
                
                #medical_box_2462 .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_2462 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2462:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2462:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2462 .mode1-size_2462{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2462 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2462 > div{
               height:100%;
            }
            #medical_box_2462 .mode2-size_2462{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2462 .mode3-size_2462{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2462 .mode4-size_2462{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2462 .mode5-size_2462{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2462 .mode6-size_2462{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2462 .mode7-size_2462{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2462 .mode7-size_2462 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2462 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2462 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2462{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2462 span:hover{
                color:!important;
            }
            .custom2_2462{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2462 span:hover{
                color:;
            }
            #medical_box_2462 .mode-btn1_2462{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2462 .mode-btn1_2462 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2462 .mode-btn2_2462{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2462 .mode-btn2_2462 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2462 .div-btn-title_main_2462{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2462 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2462 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2475 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2475 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2475 .background-img{
                border-radius:;
            }
        #medical_box_2475 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2475 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2475.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_2475 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2475  
                
                #medical_box_2475 .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_2475 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2475:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2475:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2475 .mode1-size_2475{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2475 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2475 > div{
               height:100%;
            }
            #medical_box_2475 .mode2-size_2475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2475 .mode3-size_2475{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2475 .mode4-size_2475{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2475 .mode5-size_2475{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2475 .mode6-size_2475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2475 .mode7-size_2475{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2475 .mode7-size_2475 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2475 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2475 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2475 span:hover{
                color:!important;
            }
            .custom2_2475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2475 span:hover{
                color:;
            }
            #medical_box_2475 .mode-btn1_2475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2475 .mode-btn1_2475 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2475 .mode-btn2_2475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2475 .mode-btn2_2475 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2475 .div-btn-title_main_2475{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2475 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2475 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2476 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2476 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2476 .background-img{
                border-radius:;
            }
        #medical_box_2476 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2476 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2476.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_2476 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2476  
                
                #medical_box_2476 .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_2476 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2476:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2476:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2476 .mode1-size_2476{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2476 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2476 > div{
               height:100%;
            }
            #medical_box_2476 .mode2-size_2476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2476 .mode3-size_2476{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2476 .mode4-size_2476{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2476 .mode5-size_2476{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2476 .mode6-size_2476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2476 .mode7-size_2476{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2476 .mode7-size_2476 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2476 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2476 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2476{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2476 span:hover{
                color:!important;
            }
            .custom2_2476{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2476 span:hover{
                color:;
            }
            #medical_box_2476 .mode-btn1_2476{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2476 .mode-btn1_2476 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2476 .mode-btn2_2476{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2476 .mode-btn2_2476 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2476 .div-btn-title_main_2476{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2476 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2476 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2477 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2477 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2477 .background-img{
                border-radius:;
            }
        #medical_box_2477 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2477 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2477.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_2477 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2477  
                
                #medical_box_2477 .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_2477 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2477:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2477:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2477 .mode1-size_2477{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2477 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2477 > div{
               height:100%;
            }
            #medical_box_2477 .mode2-size_2477{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2477 .mode3-size_2477{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2477 .mode4-size_2477{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2477 .mode5-size_2477{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2477 .mode6-size_2477{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2477 .mode7-size_2477{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2477 .mode7-size_2477 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2477 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2477 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2477{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2477 span:hover{
                color:!important;
            }
            .custom2_2477{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2477 span:hover{
                color:;
            }
            #medical_box_2477 .mode-btn1_2477{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2477 .mode-btn1_2477 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2477 .mode-btn2_2477{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2477 .mode-btn2_2477 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2477 .div-btn-title_main_2477{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2477 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2477 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2478 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2478 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2478 .background-img{
                border-radius:;
            }
        #medical_box_2478 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2478 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2478.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_2478 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2478  
                
                #medical_box_2478 .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_2478 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2478:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2478:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2478 .mode1-size_2478{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2478 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2478 > div{
               height:100%;
            }
            #medical_box_2478 .mode2-size_2478{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2478 .mode3-size_2478{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2478 .mode4-size_2478{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2478 .mode5-size_2478{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2478 .mode6-size_2478{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2478 .mode7-size_2478{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2478 .mode7-size_2478 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2478 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2478 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2478{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2478 span:hover{
                color:!important;
            }
            .custom2_2478{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2478 span:hover{
                color:;
            }
            #medical_box_2478 .mode-btn1_2478{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2478 .mode-btn1_2478 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2478 .mode-btn2_2478{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2478 .mode-btn2_2478 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2478 .div-btn-title_main_2478{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2478 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2478 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2479 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2479 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2479 .background-img{
                border-radius:;
            }
        #medical_box_2479 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_2479 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2479.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_2479 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_2479  
                
                #medical_box_2479 .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_2479 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2479:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2479:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2479 .mode1-size_2479{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2479 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2479 > div{
               height:100%;
            }
            #medical_box_2479 .mode2-size_2479{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2479 .mode3-size_2479{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2479 .mode4-size_2479{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2479 .mode5-size_2479{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2479 .mode6-size_2479{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2479 .mode7-size_2479{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2479 .mode7-size_2479 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2479 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2479 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2479{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2479 span:hover{
                color:!important;
            }
            .custom2_2479{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2479 span:hover{
                color:;
            }
            #medical_box_2479 .mode-btn1_2479{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2479 .mode-btn1_2479 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2479 .mode-btn2_2479{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2479 .mode-btn2_2479 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2479 .div-btn-title_main_2479{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2479 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2479 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_757 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_757 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_757 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_757 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_757 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_757 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_757 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_757 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_757 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_757 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_757 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_757 .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_757{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_757 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_757 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_757 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_757 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_757 .swiper-container{
                width:1200px;
            }
            #module_new_medical_757 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_757 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_757 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_757 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1331']{;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='1331']:hover{;}.module[data-id_page='1331']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1331'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1331']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1331'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1331']  
                
                .module[data-id_page='1331'] .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='1331'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1331']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1331']{
                               background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760181975_17.jpg");
                           }
                       
            #module_new_medical_758 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_758 .content_str{
				width:100%;
			}
            #module_new_medical_758 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_758 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_758 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_758 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_758 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_758 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_758 .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_758 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_758 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_758 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_758 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_758 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_758 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_758 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_2466 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/chaharrestaurant/icon/1760173554_arresturan (17).png");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2466 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2466 .background-img{
                border-radius:;
            }
        
            #medical_box_2466 .new_medical_icon{
                
            }
        #medical_box_2466 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:right;margin-top:24px;line-height:60px;}#medical_box_2466:hover .new_medical_title{}
                #medical_box_2466 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2466 .new_medical_icon{background-size:contain;background-position:right;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_2466:hover .new_medical_icon{}
                   #medical_box_2466  
                
                #medical_box_2466 .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_2466 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2466:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2466:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2466 .mode1-size_2466{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2466 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2466 > div{
               height:100%;
            }
            #medical_box_2466 .mode2-size_2466{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2466 .mode3-size_2466{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2466 .mode4-size_2466{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2466 .mode5-size_2466{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2466 .mode6-size_2466{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2466 .mode7-size_2466{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2466 .mode7-size_2466 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2466 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2466 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2466{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2466 span:hover{
                color:!important;
            }
            .custom2_2466{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2466 span:hover{
                color:;
            }
            #medical_box_2466 .mode-btn1_2466{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2466 .mode-btn1_2466 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2466 .mode-btn2_2466{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2466 .mode-btn2_2466 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2466 .div-btn-title_main_2466{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2466 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2466 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2481 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2481 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2481 .background-img{
                border-radius:;
            }
        #medical_box_2481 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2467:hover .new_medical_title{}
                #medical_box_2481 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2481.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_2467:hover{}#medical_box_2481 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2467:hover .new_medical_description{}
                   #medical_box_2481  
                
                #medical_box_2481 .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_2481 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2481:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2481:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2481 .mode1-size_2481{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2481 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2481 > div{
               height:100%;
            }
            #medical_box_2481 .mode2-size_2481{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2481 .mode3-size_2481{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2481 .mode4-size_2481{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2481 .mode5-size_2481{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2481 .mode6-size_2481{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2481 .mode7-size_2481{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2481 .mode7-size_2481 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2481 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2481 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2481{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2481 span:hover{
                color:!important;
            }
            .custom2_2481{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2481 span:hover{
                color:;
            }
            #medical_box_2481 .mode-btn1_2481{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2481 .mode-btn1_2481 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2481 .mode-btn2_2481{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2481 .mode-btn2_2481 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2481 .div-btn-title_main_2481{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2481 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2481 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_2467 .new_medical_icon{
                background-image:url("https://chaharbaghhotel.com/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_2467 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_2467 .background-img{
                border-radius:;
            }
        #medical_box_2467 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:right;line-height:32px;}#medical_box_2467:hover .new_medical_title{}
                #medical_box_2467 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_2467.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_2467:hover{}#medical_box_2467 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:right;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_2467:hover .new_medical_description{}
                   #medical_box_2467  
                
                #medical_box_2467 .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_2467 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_2467:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_2467:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_2467 .mode1-size_2467{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_2467 .new_medical_box > div{
                width:100%;
            }
             #medical_box_2467 > div{
               height:100%;
            }
            #medical_box_2467 .mode2-size_2467{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2467 .mode3-size_2467{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_2467 .mode4-size_2467{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_2467 .mode5-size_2467{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_2467 .mode6-size_2467{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_2467 .mode7-size_2467{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_2467 .mode7-size_2467 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_2467 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_2467 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_2467{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_2467 span:hover{
                color:!important;
            }
            .custom2_2467{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_2467 span:hover{
                color:;
            }
            #medical_box_2467 .mode-btn1_2467{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2467 .mode-btn1_2467 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_2467 .mode-btn2_2467{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_2467 .mode-btn2_2467 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_2467 .div-btn-title_main_2467{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_2467 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_2467 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_758 .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='1030']:hover .new_medical_box_main{}
            #module_new_medical_758 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_758 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_758 .medical_box_main_animation_trigger{
                    margin-left:px;
                    margin-bottom:px;
                }
                #module_new_medical_758 .new_medical_module:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_758 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-left:0;
                }
                #module_new_medical_758 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_758 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_758 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_758 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_758 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_758 .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_758{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_758 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_758 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_758 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_758 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_758 .swiper-container{
                width:1200px;
            }
            #module_new_medical_758 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_758 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_758 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_758 .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-left: 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-right: 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-reverse;
            }
            #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-reverse;
            }
            #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-right: 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-left: 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(180deg);
                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: rtl;text-align: right;}