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

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

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

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

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

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

          #module_slider_20 .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_20:hover #admin_module_sliderchaharbaghhotel_20{
                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='1088']{;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='1088']:hover{;}.module[data-id_page='1088']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1088'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1088']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1088'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1088']  
                
                .module[data-id_page='1088'] .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='1088'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1088']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1088']{
                               background-image:url("https://norocan.ca/nw-sample5/files/iranian-food-menu/1730953949_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_679 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_679 .content_str{
				width:100%;
			}
            #module_new_medical_679 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_679 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_679 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_679 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_679 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_679 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_679 .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_679 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_679 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_679 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_679 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_679 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_679 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_679 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1442 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/menu/internationalfoodmenu/1729756114_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1442 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1442 .background-img{
                border-radius:;
            }
        
            #medical_box_1442 .new_medical_icon{
                
            }
        #medical_box_1442 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1442:hover .new_medical_title{}
                #medical_box_1442 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1442 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1442:hover .new_medical_icon{}
                   #medical_box_1442  
                
                #medical_box_1442 .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_1442 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1442:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1442:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1442 .mode1-size_1442{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1442 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1442 > div{
               height:100%;
            }
            #medical_box_1442 .mode2-size_1442{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1442 .mode3-size_1442{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1442 .mode4-size_1442{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1442 .mode5-size_1442{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1442 .mode6-size_1442{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1442 .mode7-size_1442{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1442 .mode7-size_1442 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1442 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1442 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1442{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1442 span:hover{
                color:!important;
            }
            .custom2_1442{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1442 span:hover{
                color:;
            }
            #medical_box_1442 .mode-btn1_1442{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1442 .mode-btn1_1442 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1442 .mode-btn2_1442{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1442 .mode-btn2_1442 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1442 .div-btn-title_main_1442{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1442 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1442 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1443 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1443 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1443 .background-img{
                border-radius:;
            }
        #medical_box_1443 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1443:hover .new_medical_title{}
                #medical_box_1443 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1443.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_1443:hover{}#medical_box_1443 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1443:hover .new_medical_description{}
                   #medical_box_1443  
                
                #medical_box_1443 .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_1443 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1443:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1443:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1443 .mode1-size_1443{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1443 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1443 > div{
               height:100%;
            }
            #medical_box_1443 .mode2-size_1443{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1443 .mode3-size_1443{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1443 .mode4-size_1443{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1443 .mode5-size_1443{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1443 .mode6-size_1443{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1443 .mode7-size_1443{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1443 .mode7-size_1443 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1443 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1443 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1443{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1443 span:hover{
                color:!important;
            }
            .custom2_1443{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1443 span:hover{
                color:;
            }
            #medical_box_1443 .mode-btn1_1443{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1443 .mode-btn1_1443 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1443 .mode-btn2_1443{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1443 .mode-btn2_1443 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1443 .div-btn-title_main_1443{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1443 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1443 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1459 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1459 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1459 .background-img{
                border-radius:;
            }
        #medical_box_1459 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1459 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1459.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_1459 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1459  
                
                #medical_box_1459 .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_1459 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1459:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1459:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1459 .mode1-size_1459{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1459 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1459 > div{
               height:100%;
            }
            #medical_box_1459 .mode2-size_1459{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1459 .mode3-size_1459{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1459 .mode4-size_1459{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1459 .mode5-size_1459{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1459 .mode6-size_1459{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1459 .mode7-size_1459{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1459 .mode7-size_1459 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1459 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1459 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1459{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1459 span:hover{
                color:!important;
            }
            .custom2_1459{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1459 span:hover{
                color:;
            }
            #medical_box_1459 .mode-btn1_1459{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1459 .mode-btn1_1459 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1459 .mode-btn2_1459{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1459 .mode-btn2_1459 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1459 .div-btn-title_main_1459{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1459 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1459 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1458 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1458 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1458 .background-img{
                border-radius:;
            }
        #medical_box_1458 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1458 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1458.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_1458 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1458  
                
                #medical_box_1458 .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_1458 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1458:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1458:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1458 .mode1-size_1458{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1458 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1458 > div{
               height:100%;
            }
            #medical_box_1458 .mode2-size_1458{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1458 .mode3-size_1458{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1458 .mode4-size_1458{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1458 .mode5-size_1458{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1458 .mode6-size_1458{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1458 .mode7-size_1458{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1458 .mode7-size_1458 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1458 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1458 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1458{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1458 span:hover{
                color:!important;
            }
            .custom2_1458{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1458 span:hover{
                color:;
            }
            #medical_box_1458 .mode-btn1_1458{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1458 .mode-btn1_1458 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1458 .mode-btn2_1458{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1458 .mode-btn2_1458 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1458 .div-btn-title_main_1458{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1458 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1458 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1457 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1457 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1457 .background-img{
                border-radius:;
            }
        #medical_box_1457 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1457 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1457.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_1457 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1457  
                
                #medical_box_1457 .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_1457 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1457:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1457:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1457 .mode1-size_1457{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1457 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1457 > div{
               height:100%;
            }
            #medical_box_1457 .mode2-size_1457{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1457 .mode3-size_1457{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1457 .mode4-size_1457{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1457 .mode5-size_1457{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1457 .mode6-size_1457{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1457 .mode7-size_1457{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1457 .mode7-size_1457 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1457 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1457 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1457{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1457 span:hover{
                color:!important;
            }
            .custom2_1457{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1457 span:hover{
                color:;
            }
            #medical_box_1457 .mode-btn1_1457{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1457 .mode-btn1_1457 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1457 .mode-btn2_1457{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1457 .mode-btn2_1457 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1457 .div-btn-title_main_1457{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1457 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1457 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1456 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1456 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1456 .background-img{
                border-radius:;
            }
        #medical_box_1456 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1456 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1456.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_1456 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1456  
                
                #medical_box_1456 .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_1456 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1456:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1456:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1456 .mode1-size_1456{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1456 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1456 > div{
               height:100%;
            }
            #medical_box_1456 .mode2-size_1456{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1456 .mode3-size_1456{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1456 .mode4-size_1456{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1456 .mode5-size_1456{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1456 .mode6-size_1456{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1456 .mode7-size_1456{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1456 .mode7-size_1456 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1456 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1456 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1456{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1456 span:hover{
                color:!important;
            }
            .custom2_1456{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1456 span:hover{
                color:;
            }
            #medical_box_1456 .mode-btn1_1456{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1456 .mode-btn1_1456 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1456 .mode-btn2_1456{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1456 .mode-btn2_1456 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1456 .div-btn-title_main_1456{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1456 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1456 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1455 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1455 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1455 .background-img{
                border-radius:;
            }
        #medical_box_1455 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1455 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1455.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_1455 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1455  
                
                #medical_box_1455 .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_1455 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1455:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1455:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1455 .mode1-size_1455{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1455 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1455 > div{
               height:100%;
            }
            #medical_box_1455 .mode2-size_1455{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1455 .mode3-size_1455{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1455 .mode4-size_1455{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1455 .mode5-size_1455{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1455 .mode6-size_1455{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1455 .mode7-size_1455{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1455 .mode7-size_1455 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1455 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1455 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1455{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1455 span:hover{
                color:!important;
            }
            .custom2_1455{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1455 span:hover{
                color:;
            }
            #medical_box_1455 .mode-btn1_1455{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1455 .mode-btn1_1455 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1455 .mode-btn2_1455{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1455 .mode-btn2_1455 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1455 .div-btn-title_main_1455{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1455 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1455 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1454 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1454 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1454 .background-img{
                border-radius:;
            }
        #medical_box_1454 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1454 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1454.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_1454 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1454  
                
                #medical_box_1454 .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_1454 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1454:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1454:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1454 .mode1-size_1454{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1454 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1454 > div{
               height:100%;
            }
            #medical_box_1454 .mode2-size_1454{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1454 .mode3-size_1454{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1454 .mode4-size_1454{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1454 .mode5-size_1454{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1454 .mode6-size_1454{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1454 .mode7-size_1454{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1454 .mode7-size_1454 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1454 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1454 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1454{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1454 span:hover{
                color:!important;
            }
            .custom2_1454{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1454 span:hover{
                color:;
            }
            #medical_box_1454 .mode-btn1_1454{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1454 .mode-btn1_1454 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1454 .mode-btn2_1454{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1454 .mode-btn2_1454 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1454 .div-btn-title_main_1454{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1454 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1454 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1453 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1453 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1453 .background-img{
                border-radius:;
            }
        #medical_box_1453 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1453 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1453.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_1453 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1453  
                
                #medical_box_1453 .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_1453 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1453:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1453:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1453 .mode1-size_1453{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1453 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1453 > div{
               height:100%;
            }
            #medical_box_1453 .mode2-size_1453{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1453 .mode3-size_1453{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1453 .mode4-size_1453{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1453 .mode5-size_1453{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1453 .mode6-size_1453{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1453 .mode7-size_1453{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1453 .mode7-size_1453 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1453 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1453 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1453{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1453 span:hover{
                color:!important;
            }
            .custom2_1453{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1453 span:hover{
                color:;
            }
            #medical_box_1453 .mode-btn1_1453{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1453 .mode-btn1_1453 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1453 .mode-btn2_1453{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1453 .mode-btn2_1453 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1453 .div-btn-title_main_1453{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1453 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1453 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1452 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1452 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1452 .background-img{
                border-radius:;
            }
        #medical_box_1452 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1452 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1452.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_1452 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1452  
                
                #medical_box_1452 .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_1452 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1452:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1452:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1452 .mode1-size_1452{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1452 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1452 > div{
               height:100%;
            }
            #medical_box_1452 .mode2-size_1452{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1452 .mode3-size_1452{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1452 .mode4-size_1452{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1452 .mode5-size_1452{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1452 .mode6-size_1452{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1452 .mode7-size_1452{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1452 .mode7-size_1452 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1452 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1452 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1452{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1452 span:hover{
                color:!important;
            }
            .custom2_1452{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1452 span:hover{
                color:;
            }
            #medical_box_1452 .mode-btn1_1452{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1452 .mode-btn1_1452 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1452 .mode-btn2_1452{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1452 .mode-btn2_1452 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1452 .div-btn-title_main_1452{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1452 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1452 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1451 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1451 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1451 .background-img{
                border-radius:;
            }
        #medical_box_1451 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1451 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1451.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_1451 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1451  
                
                #medical_box_1451 .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_1451 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1451:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1451:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1451 .mode1-size_1451{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1451 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1451 > div{
               height:100%;
            }
            #medical_box_1451 .mode2-size_1451{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1451 .mode3-size_1451{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1451 .mode4-size_1451{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1451 .mode5-size_1451{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1451 .mode6-size_1451{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1451 .mode7-size_1451{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1451 .mode7-size_1451 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1451 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1451 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1451{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1451 span:hover{
                color:!important;
            }
            .custom2_1451{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1451 span:hover{
                color:;
            }
            #medical_box_1451 .mode-btn1_1451{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1451 .mode-btn1_1451 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1451 .mode-btn2_1451{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1451 .mode-btn2_1451 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1451 .div-btn-title_main_1451{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1451 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1451 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1450 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1450 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1450 .background-img{
                border-radius:;
            }
        #medical_box_1450 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1450 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1450.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_1450 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1450  
                
                #medical_box_1450 .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_1450 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1450:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1450:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1450 .mode1-size_1450{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1450 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1450 > div{
               height:100%;
            }
            #medical_box_1450 .mode2-size_1450{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1450 .mode3-size_1450{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1450 .mode4-size_1450{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1450 .mode5-size_1450{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1450 .mode6-size_1450{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1450 .mode7-size_1450{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1450 .mode7-size_1450 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1450 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1450 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1450{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1450 span:hover{
                color:!important;
            }
            .custom2_1450{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1450 span:hover{
                color:;
            }
            #medical_box_1450 .mode-btn1_1450{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1450 .mode-btn1_1450 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1450 .mode-btn2_1450{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1450 .mode-btn2_1450 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1450 .div-btn-title_main_1450{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1450 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1450 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1449 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1449 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1449 .background-img{
                border-radius:;
            }
        #medical_box_1449 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1449 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1449.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_1449 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1449  
                
                #medical_box_1449 .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_1449 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1449:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1449:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1449 .mode1-size_1449{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1449 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1449 > div{
               height:100%;
            }
            #medical_box_1449 .mode2-size_1449{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1449 .mode3-size_1449{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1449 .mode4-size_1449{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1449 .mode5-size_1449{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1449 .mode6-size_1449{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1449 .mode7-size_1449{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1449 .mode7-size_1449 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1449 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1449 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1449{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1449 span:hover{
                color:!important;
            }
            .custom2_1449{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1449 span:hover{
                color:;
            }
            #medical_box_1449 .mode-btn1_1449{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1449 .mode-btn1_1449 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1449 .mode-btn2_1449{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1449 .mode-btn2_1449 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1449 .div-btn-title_main_1449{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1449 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1449 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1448 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1448 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1448 .background-img{
                border-radius:;
            }
        #medical_box_1448 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1448 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1448.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_1448 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1448  
                
                #medical_box_1448 .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_1448 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1448:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1448:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1448 .mode1-size_1448{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1448 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1448 > div{
               height:100%;
            }
            #medical_box_1448 .mode2-size_1448{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1448 .mode3-size_1448{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1448 .mode4-size_1448{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1448 .mode5-size_1448{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1448 .mode6-size_1448{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1448 .mode7-size_1448{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1448 .mode7-size_1448 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1448 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1448 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1448{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1448 span:hover{
                color:!important;
            }
            .custom2_1448{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1448 span:hover{
                color:;
            }
            #medical_box_1448 .mode-btn1_1448{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1448 .mode-btn1_1448 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1448 .mode-btn2_1448{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1448 .mode-btn2_1448 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1448 .div-btn-title_main_1448{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1448 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1448 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1447 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1447 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1447 .background-img{
                border-radius:;
            }
        #medical_box_1447 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1447 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1447.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_1447 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1447  
                
                #medical_box_1447 .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_1447 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1447:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1447:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1447 .mode1-size_1447{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1447 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1447 > div{
               height:100%;
            }
            #medical_box_1447 .mode2-size_1447{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1447 .mode3-size_1447{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1447 .mode4-size_1447{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1447 .mode5-size_1447{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1447 .mode6-size_1447{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1447 .mode7-size_1447{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1447 .mode7-size_1447 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1447 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1447 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1447{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1447 span:hover{
                color:!important;
            }
            .custom2_1447{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1447 span:hover{
                color:;
            }
            #medical_box_1447 .mode-btn1_1447{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1447 .mode-btn1_1447 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1447 .mode-btn2_1447{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1447 .mode-btn2_1447 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1447 .div-btn-title_main_1447{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1447 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1447 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1446 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1446 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1446 .background-img{
                border-radius:;
            }
        #medical_box_1446 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1446 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1446.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_1446 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1446  
                
                #medical_box_1446 .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_1446 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1446:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1446:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1446 .mode1-size_1446{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1446 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1446 > div{
               height:100%;
            }
            #medical_box_1446 .mode2-size_1446{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1446 .mode3-size_1446{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1446 .mode4-size_1446{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1446 .mode5-size_1446{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1446 .mode6-size_1446{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1446 .mode7-size_1446{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1446 .mode7-size_1446 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1446 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1446 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1446{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1446 span:hover{
                color:!important;
            }
            .custom2_1446{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1446 span:hover{
                color:;
            }
            #medical_box_1446 .mode-btn1_1446{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1446 .mode-btn1_1446 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1446 .mode-btn2_1446{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1446 .mode-btn2_1446 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1446 .div-btn-title_main_1446{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1446 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1446 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1445 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1445 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1445 .background-img{
                border-radius:;
            }
        #medical_box_1445 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1445 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1445.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_1445 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1445  
                
                #medical_box_1445 .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_1445 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1445:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1445:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1445 .mode1-size_1445{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1445 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1445 > div{
               height:100%;
            }
            #medical_box_1445 .mode2-size_1445{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1445 .mode3-size_1445{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1445 .mode4-size_1445{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1445 .mode5-size_1445{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1445 .mode6-size_1445{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1445 .mode7-size_1445{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1445 .mode7-size_1445 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1445 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1445 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1445{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1445 span:hover{
                color:!important;
            }
            .custom2_1445{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1445 span:hover{
                color:;
            }
            #medical_box_1445 .mode-btn1_1445{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1445 .mode-btn1_1445 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1445 .mode-btn2_1445{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1445 .mode-btn2_1445 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1445 .div-btn-title_main_1445{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1445 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1445 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_679 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-right:600px;border-style:none;}.module[data-id_page='1088']:hover .new_medical_box_main{}
            #module_new_medical_679 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_679 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_679 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_679 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_679 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_679 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_679 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_679 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_679 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_679 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_679 .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_679{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_679 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_679 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_679 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_679 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_679 .swiper-container{
                width:1200px;
            }
            #module_new_medical_679 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_679 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_679 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_679 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1089']{;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='1089']:hover{;}.module[data-id_page='1089']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1089'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1089']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1089'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1089']  
                
                .module[data-id_page='1089'] .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='1089'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1089']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1089']{
                               background-image:url("https://norocan.ca/nw-sample5/files/iranian-food-menu/1730708960_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_680 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_680 .content_str{
				width:100%;
			}
            #module_new_medical_680 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_680 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_680 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_680 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_680 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_680 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_680 .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_680 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_680 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_680 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_680 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_680 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_680 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_680 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1460 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/menu/internationalfoodmenu/1729765338_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1460 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1460 .background-img{
                border-radius:;
            }
        
            #medical_box_1460 .new_medical_icon{
                
            }
        #medical_box_1460 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1460:hover .new_medical_title{}
                #medical_box_1460 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1460 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1460:hover .new_medical_icon{}
                   #medical_box_1460  
                
                #medical_box_1460 .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_1460 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1460:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1460:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1460 .mode1-size_1460{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1460 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1460 > div{
               height:100%;
            }
            #medical_box_1460 .mode2-size_1460{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1460 .mode3-size_1460{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1460 .mode4-size_1460{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1460 .mode5-size_1460{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1460 .mode6-size_1460{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1460 .mode7-size_1460{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1460 .mode7-size_1460 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1460 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1460 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1460{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1460 span:hover{
                color:!important;
            }
            .custom2_1460{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1460 span:hover{
                color:;
            }
            #medical_box_1460 .mode-btn1_1460{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1460 .mode-btn1_1460 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1460 .mode-btn2_1460{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1460 .mode-btn2_1460 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1460 .div-btn-title_main_1460{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1460 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1460 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1461 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1461 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1461 .background-img{
                border-radius:;
            }
        #medical_box_1461 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1461:hover .new_medical_title{}
                #medical_box_1461 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1461.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_1461:hover{}#medical_box_1461 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1461:hover .new_medical_description{}
                   #medical_box_1461  
                
                #medical_box_1461 .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_1461 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1461:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1461:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1461 .mode1-size_1461{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1461 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1461 > div{
               height:100%;
            }
            #medical_box_1461 .mode2-size_1461{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1461 .mode3-size_1461{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1461 .mode4-size_1461{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1461 .mode5-size_1461{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1461 .mode6-size_1461{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1461 .mode7-size_1461{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1461 .mode7-size_1461 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1461 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1461 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1461{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1461 span:hover{
                color:!important;
            }
            .custom2_1461{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1461 span:hover{
                color:;
            }
            #medical_box_1461 .mode-btn1_1461{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1461 .mode-btn1_1461 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1461 .mode-btn2_1461{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1461 .mode-btn2_1461 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1461 .div-btn-title_main_1461{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1461 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1461 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1463 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1463 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1463 .background-img{
                border-radius:;
            }
        #medical_box_1463 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1463 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1463.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_1463 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1463  
                
                #medical_box_1463 .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_1463 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1463:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1463:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1463 .mode1-size_1463{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1463 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1463 > div{
               height:100%;
            }
            #medical_box_1463 .mode2-size_1463{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1463 .mode3-size_1463{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1463 .mode4-size_1463{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1463 .mode5-size_1463{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1463 .mode6-size_1463{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1463 .mode7-size_1463{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1463 .mode7-size_1463 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1463 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1463 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1463{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1463 span:hover{
                color:!important;
            }
            .custom2_1463{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1463 span:hover{
                color:;
            }
            #medical_box_1463 .mode-btn1_1463{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1463 .mode-btn1_1463 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1463 .mode-btn2_1463{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1463 .mode-btn2_1463 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1463 .div-btn-title_main_1463{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1463 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1463 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1462 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1462 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1462 .background-img{
                border-radius:;
            }
        #medical_box_1462 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1462 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1462.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_1462 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1462  
                
                #medical_box_1462 .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_1462 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1462:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1462:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1462 .mode1-size_1462{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1462 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1462 > div{
               height:100%;
            }
            #medical_box_1462 .mode2-size_1462{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1462 .mode3-size_1462{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1462 .mode4-size_1462{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1462 .mode5-size_1462{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1462 .mode6-size_1462{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1462 .mode7-size_1462{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1462 .mode7-size_1462 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1462 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1462 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1462{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1462 span:hover{
                color:!important;
            }
            .custom2_1462{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1462 span:hover{
                color:;
            }
            #medical_box_1462 .mode-btn1_1462{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1462 .mode-btn1_1462 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1462 .mode-btn2_1462{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1462 .mode-btn2_1462 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1462 .div-btn-title_main_1462{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1462 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1462 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_680 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-right:600px;border-style:none;}.module[data-id_page='1030']:hover .new_medical_box_main{}
            #module_new_medical_680 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_680 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_680 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_680 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_680 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_680 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_680 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_680 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_680 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_680 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_680 .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_680{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_680 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_680 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_680 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_680 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_680 .swiper-container{
                width:1200px;
            }
            #module_new_medical_680 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_680 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_680 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_680 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1090']{;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='1090']:hover{;}.module[data-id_page='1090']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1090'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1090']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1090'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1090']  
                
                .module[data-id_page='1090'] .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='1090'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1090']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1090']{
                               background-image:url("https://norocan.ca/nw-sample5/files/iranian-food-menu/1730708956_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_681 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_681 .content_str{
				width:100%;
			}
            #module_new_medical_681 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_681 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_681 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_681 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_681 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_681 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_681 .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_681 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_681 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_681 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_681 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_681 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_681 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_681 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1464 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/menu/internationalfoodmenu/1729755771_chaharbaghhotel.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1464 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1464 .background-img{
                border-radius:;
            }
        
            #medical_box_1464 .new_medical_icon{
                
            }
        #medical_box_1464 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1464:hover .new_medical_title{}
                #medical_box_1464 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1464 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1464:hover .new_medical_icon{}
                   #medical_box_1464  
                
                #medical_box_1464 .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_1464 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1464:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1464:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1464 .mode1-size_1464{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1464 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1464 > div{
               height:100%;
            }
            #medical_box_1464 .mode2-size_1464{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1464 .mode3-size_1464{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1464 .mode4-size_1464{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1464 .mode5-size_1464{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1464 .mode6-size_1464{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1464 .mode7-size_1464{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1464 .mode7-size_1464 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1464 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1464 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1464{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1464 span:hover{
                color:!important;
            }
            .custom2_1464{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1464 span:hover{
                color:;
            }
            #medical_box_1464 .mode-btn1_1464{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1464 .mode-btn1_1464 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1464 .mode-btn2_1464{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1464 .mode-btn2_1464 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1464 .div-btn-title_main_1464{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1464 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1464 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1465 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1465 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1465 .background-img{
                border-radius:;
            }
        #medical_box_1465 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1465:hover .new_medical_title{}
                #medical_box_1465 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1465.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_1465:hover{}#medical_box_1465 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1465:hover .new_medical_description{}
                   #medical_box_1465  
                
                #medical_box_1465 .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_1465 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1465:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1465:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1465 .mode1-size_1465{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1465 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1465 > div{
               height:100%;
            }
            #medical_box_1465 .mode2-size_1465{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1465 .mode3-size_1465{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1465 .mode4-size_1465{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1465 .mode5-size_1465{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1465 .mode6-size_1465{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1465 .mode7-size_1465{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1465 .mode7-size_1465 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1465 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1465 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1465{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1465 span:hover{
                color:!important;
            }
            .custom2_1465{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1465 span:hover{
                color:;
            }
            #medical_box_1465 .mode-btn1_1465{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1465 .mode-btn1_1465 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1465 .mode-btn2_1465{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1465 .mode-btn2_1465 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1465 .div-btn-title_main_1465{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1465 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1465 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1477 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1477 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1477 .background-img{
                border-radius:;
            }
        #medical_box_1477 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1477 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1477.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_1477 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1477  
                
                #medical_box_1477 .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_1477 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1477:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1477:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1477 .mode1-size_1477{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1477 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1477 > div{
               height:100%;
            }
            #medical_box_1477 .mode2-size_1477{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1477 .mode3-size_1477{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1477 .mode4-size_1477{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1477 .mode5-size_1477{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1477 .mode6-size_1477{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1477 .mode7-size_1477{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1477 .mode7-size_1477 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1477 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1477 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1477{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1477 span:hover{
                color:!important;
            }
            .custom2_1477{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1477 span:hover{
                color:;
            }
            #medical_box_1477 .mode-btn1_1477{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1477 .mode-btn1_1477 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1477 .mode-btn2_1477{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1477 .mode-btn2_1477 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1477 .div-btn-title_main_1477{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1477 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1477 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1476 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1476 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1476 .background-img{
                border-radius:;
            }
        #medical_box_1476 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1476 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1476.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_1476 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1476  
                
                #medical_box_1476 .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_1476 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1476:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1476:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1476 .mode1-size_1476{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1476 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1476 > div{
               height:100%;
            }
            #medical_box_1476 .mode2-size_1476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1476 .mode3-size_1476{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1476 .mode4-size_1476{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1476 .mode5-size_1476{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1476 .mode6-size_1476{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1476 .mode7-size_1476{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1476 .mode7-size_1476 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1476 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1476 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1476{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1476 span:hover{
                color:!important;
            }
            .custom2_1476{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1476 span:hover{
                color:;
            }
            #medical_box_1476 .mode-btn1_1476{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1476 .mode-btn1_1476 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1476 .mode-btn2_1476{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1476 .mode-btn2_1476 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1476 .div-btn-title_main_1476{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1476 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1476 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1475 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1475 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1475 .background-img{
                border-radius:;
            }
        #medical_box_1475 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1475 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1475.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_1475 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1475  
                
                #medical_box_1475 .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_1475 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1475:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1475:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1475 .mode1-size_1475{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1475 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1475 > div{
               height:100%;
            }
            #medical_box_1475 .mode2-size_1475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1475 .mode3-size_1475{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1475 .mode4-size_1475{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1475 .mode5-size_1475{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1475 .mode6-size_1475{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1475 .mode7-size_1475{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1475 .mode7-size_1475 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1475 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1475 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1475 span:hover{
                color:!important;
            }
            .custom2_1475{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1475 span:hover{
                color:;
            }
            #medical_box_1475 .mode-btn1_1475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1475 .mode-btn1_1475 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1475 .mode-btn2_1475{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1475 .mode-btn2_1475 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1475 .div-btn-title_main_1475{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1475 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1475 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1474 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1474 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1474 .background-img{
                border-radius:;
            }
        #medical_box_1474 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1474 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1474.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_1474 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1474  
                
                #medical_box_1474 .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_1474 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1474:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1474:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1474 .mode1-size_1474{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1474 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1474 > div{
               height:100%;
            }
            #medical_box_1474 .mode2-size_1474{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1474 .mode3-size_1474{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1474 .mode4-size_1474{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1474 .mode5-size_1474{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1474 .mode6-size_1474{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1474 .mode7-size_1474{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1474 .mode7-size_1474 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1474 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1474 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1474{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1474 span:hover{
                color:!important;
            }
            .custom2_1474{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1474 span:hover{
                color:;
            }
            #medical_box_1474 .mode-btn1_1474{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1474 .mode-btn1_1474 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1474 .mode-btn2_1474{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1474 .mode-btn2_1474 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1474 .div-btn-title_main_1474{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1474 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1474 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1473 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1473 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1473 .background-img{
                border-radius:;
            }
        #medical_box_1473 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1473 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1473.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_1473 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1473  
                
                #medical_box_1473 .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_1473 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1473:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1473:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1473 .mode1-size_1473{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1473 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1473 > div{
               height:100%;
            }
            #medical_box_1473 .mode2-size_1473{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1473 .mode3-size_1473{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1473 .mode4-size_1473{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1473 .mode5-size_1473{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1473 .mode6-size_1473{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1473 .mode7-size_1473{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1473 .mode7-size_1473 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1473 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1473 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1473{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1473 span:hover{
                color:!important;
            }
            .custom2_1473{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1473 span:hover{
                color:;
            }
            #medical_box_1473 .mode-btn1_1473{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1473 .mode-btn1_1473 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1473 .mode-btn2_1473{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1473 .mode-btn2_1473 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1473 .div-btn-title_main_1473{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1473 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1473 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1472 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1472 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1472 .background-img{
                border-radius:;
            }
        #medical_box_1472 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1472 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1472.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_1472 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1472  
                
                #medical_box_1472 .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_1472 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1472:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1472:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1472 .mode1-size_1472{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1472 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1472 > div{
               height:100%;
            }
            #medical_box_1472 .mode2-size_1472{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1472 .mode3-size_1472{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1472 .mode4-size_1472{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1472 .mode5-size_1472{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1472 .mode6-size_1472{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1472 .mode7-size_1472{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1472 .mode7-size_1472 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1472 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1472 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1472{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1472 span:hover{
                color:!important;
            }
            .custom2_1472{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1472 span:hover{
                color:;
            }
            #medical_box_1472 .mode-btn1_1472{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1472 .mode-btn1_1472 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1472 .mode-btn2_1472{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1472 .mode-btn2_1472 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1472 .div-btn-title_main_1472{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1472 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1472 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1471 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1471 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1471 .background-img{
                border-radius:;
            }
        #medical_box_1471 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1471 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1471.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_1471 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1471  
                
                #medical_box_1471 .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_1471 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1471:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1471:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1471 .mode1-size_1471{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1471 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1471 > div{
               height:100%;
            }
            #medical_box_1471 .mode2-size_1471{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1471 .mode3-size_1471{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1471 .mode4-size_1471{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1471 .mode5-size_1471{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1471 .mode6-size_1471{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1471 .mode7-size_1471{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1471 .mode7-size_1471 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1471 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1471 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1471{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1471 span:hover{
                color:!important;
            }
            .custom2_1471{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1471 span:hover{
                color:;
            }
            #medical_box_1471 .mode-btn1_1471{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1471 .mode-btn1_1471 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1471 .mode-btn2_1471{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1471 .mode-btn2_1471 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1471 .div-btn-title_main_1471{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1471 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1471 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1470 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1470 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1470 .background-img{
                border-radius:;
            }
        #medical_box_1470 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1470 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1470.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_1470 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1470  
                
                #medical_box_1470 .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_1470 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1470:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1470:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1470 .mode1-size_1470{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1470 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1470 > div{
               height:100%;
            }
            #medical_box_1470 .mode2-size_1470{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1470 .mode3-size_1470{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1470 .mode4-size_1470{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1470 .mode5-size_1470{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1470 .mode6-size_1470{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1470 .mode7-size_1470{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1470 .mode7-size_1470 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1470 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1470 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1470{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1470 span:hover{
                color:!important;
            }
            .custom2_1470{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1470 span:hover{
                color:;
            }
            #medical_box_1470 .mode-btn1_1470{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1470 .mode-btn1_1470 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1470 .mode-btn2_1470{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1470 .mode-btn2_1470 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1470 .div-btn-title_main_1470{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1470 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1470 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1469 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1469 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1469 .background-img{
                border-radius:;
            }
        #medical_box_1469 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1469 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1469.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_1469 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1469  
                
                #medical_box_1469 .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_1469 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1469:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1469:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1469 .mode1-size_1469{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1469 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1469 > div{
               height:100%;
            }
            #medical_box_1469 .mode2-size_1469{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1469 .mode3-size_1469{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1469 .mode4-size_1469{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1469 .mode5-size_1469{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1469 .mode6-size_1469{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1469 .mode7-size_1469{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1469 .mode7-size_1469 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1469 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1469 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1469{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1469 span:hover{
                color:!important;
            }
            .custom2_1469{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1469 span:hover{
                color:;
            }
            #medical_box_1469 .mode-btn1_1469{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1469 .mode-btn1_1469 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1469 .mode-btn2_1469{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1469 .mode-btn2_1469 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1469 .div-btn-title_main_1469{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1469 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1469 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1468 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1468 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1468 .background-img{
                border-radius:;
            }
        #medical_box_1468 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1468 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1468.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_1468 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1468  
                
                #medical_box_1468 .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_1468 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1468:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1468:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1468 .mode1-size_1468{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1468 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1468 > div{
               height:100%;
            }
            #medical_box_1468 .mode2-size_1468{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1468 .mode3-size_1468{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1468 .mode4-size_1468{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1468 .mode5-size_1468{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1468 .mode6-size_1468{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1468 .mode7-size_1468{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1468 .mode7-size_1468 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1468 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1468 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1468{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1468 span:hover{
                color:!important;
            }
            .custom2_1468{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1468 span:hover{
                color:;
            }
            #medical_box_1468 .mode-btn1_1468{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1468 .mode-btn1_1468 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1468 .mode-btn2_1468{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1468 .mode-btn2_1468 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1468 .div-btn-title_main_1468{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1468 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1468 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1467 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1467 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1467 .background-img{
                border-radius:;
            }
        #medical_box_1467 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1467 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1467.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_1467 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1467  
                
                #medical_box_1467 .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_1467 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1467:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1467:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1467 .mode1-size_1467{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1467 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1467 > div{
               height:100%;
            }
            #medical_box_1467 .mode2-size_1467{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1467 .mode3-size_1467{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1467 .mode4-size_1467{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1467 .mode5-size_1467{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1467 .mode6-size_1467{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1467 .mode7-size_1467{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1467 .mode7-size_1467 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1467 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1467 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1467{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1467 span:hover{
                color:!important;
            }
            .custom2_1467{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1467 span:hover{
                color:;
            }
            #medical_box_1467 .mode-btn1_1467{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1467 .mode-btn1_1467 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1467 .mode-btn2_1467{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1467 .mode-btn2_1467 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1467 .div-btn-title_main_1467{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1467 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1467 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1466 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1466 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1466 .background-img{
                border-radius:;
            }
        #medical_box_1466 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1466 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1466.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_1466:hover{}#medical_box_1466 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1466  
                
                #medical_box_1466 .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_1466 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1466:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1466:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1466 .mode1-size_1466{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1466 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1466 > div{
               height:100%;
            }
            #medical_box_1466 .mode2-size_1466{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1466 .mode3-size_1466{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1466 .mode4-size_1466{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1466 .mode5-size_1466{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1466 .mode6-size_1466{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1466 .mode7-size_1466{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1466 .mode7-size_1466 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1466 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1466 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1466{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1466 span:hover{
                color:!important;
            }
            .custom2_1466{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1466 span:hover{
                color:;
            }
            #medical_box_1466 .mode-btn1_1466{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1466 .mode-btn1_1466 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1466 .mode-btn2_1466{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1466 .mode-btn2_1466 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1466 .div-btn-title_main_1466{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1466 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1466 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_681 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-right:600px;border-style:none;}.module[data-id_page='1030']:hover .new_medical_box_main{}
            #module_new_medical_681 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_681 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_681 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_681 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_681 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_681 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_681 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_681 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_681 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_681 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_681 .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_681{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_681 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_681 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_681 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_681 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_681 .swiper-container{
                width:1200px;
            }
            #module_new_medical_681 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_681 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_681 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_681 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        .module[data-id_page='1091']{;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='1091']:hover{;}.module[data-id_page='1091']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='1091'] > div{
                        position:relative;
                        z-index:12;
                    }
                    .module[data-id_page='1091']:hover .background-img{
                        filter:none;
                    }
                
                .module[data-id_page='1091'] .background-img{
                    position:absolute;
                    top:0;
                    right:0;
                    left:0;
                    bottom:0;
                    z-index:0;
                    backdrop-filter:none;
                }
            
                   .module[data-id_page='1091']  
                
                .module[data-id_page='1091'] .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='1091'] .layer_first_child{
                    width:100%;
                }
            
                .module[data-id_page='1091']:hover .new_admin_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                           .module[data-id_page='1091']{
                               background-image:url("https://norocan.ca/nw-sample5/files/iranian-food-menu/1730709019_chaharbaghhotel.jpg");
                           }
                       
            #module_new_medical_682 .mode1-size{
               cursor:pointer;
               width:64px;
               height:64px;
            }
            
			#module_new_medical_682 .content_str{
				width:100%;
			}
            #module_new_medical_682 .mode2-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_682 .mode3-size{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #module_new_medical_682 .mode4-size{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #module_new_medical_682 .mode5-size{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #module_new_medical_682 .mode6-size{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #module_new_medical_682 .mode7-size{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #module_new_medical_682 .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_682 .mode-btn1{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_682 .mode-btn1 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #module_new_medical_682 .mode-btn2{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #module_new_medical_682 .mode-btn2 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #module_new_medical_682 .div-btn-title_main{
                display: flex;
                justify-content: right;
                align-items: center;
                padding:0.5rem 0;
            }
         
                #module_new_medical_682 .swiper-pagination{
                position: absolute;
                top: 100%;
                left: 50%;
				width:100%!important;
                transform: translate(-50%, -50%);
                height: max-content;
                }
                #module_new_medical_682 .swiper-pagination-bullet{
                    margin: 0 3px;
                }
            
            #medical_box_1478 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/menu/internationalfoodmenu/1729765559_ghhotel-isfahan.svg");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1478 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1478 .background-img{
                border-radius:;
            }
        
            #medical_box_1478 .new_medical_icon{
                
            }
        #medical_box_1478 .new_medical_title{color:#000;font-weight:400;font-size:48px;text-align:left;margin-top:24px;line-height:60px;}#medical_box_1478:hover .new_medical_title{}
                #medical_box_1478 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1478 .new_medical_icon{background-size:contain;background-position:left;background-repeat:no-repeat;min-width:100%;height:100px;border-style:none;border-color:#000;}#medical_box_1478:hover .new_medical_icon{}
                   #medical_box_1478  
                
                #medical_box_1478 .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_1478 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1478:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1478:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1478 .mode1-size_1478{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1478 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1478 > div{
               height:100%;
            }
            #medical_box_1478 .mode2-size_1478{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1478 .mode3-size_1478{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1478 .mode4-size_1478{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1478 .mode5-size_1478{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1478 .mode6-size_1478{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1478 .mode7-size_1478{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1478 .mode7-size_1478 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1478 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1478 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1478{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1478 span:hover{
                color:!important;
            }
            .custom2_1478{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1478 span:hover{
                color:;
            }
            #medical_box_1478 .mode-btn1_1478{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1478 .mode-btn1_1478 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1478 .mode-btn2_1478{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1478 .mode-btn2_1478 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1478 .div-btn-title_main_1478{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1478 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1478 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1479 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1479 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1479 .background-img{
                border-radius:;
            }
        #medical_box_1479 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1479:hover .new_medical_title{}
                #medical_box_1479 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1479.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_1479:hover{}#medical_box_1479 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1479:hover .new_medical_description{}
                   #medical_box_1479  
                
                #medical_box_1479 .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_1479 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1479:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1479:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1479 .mode1-size_1479{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1479 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1479 > div{
               height:100%;
            }
            #medical_box_1479 .mode2-size_1479{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1479 .mode3-size_1479{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1479 .mode4-size_1479{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1479 .mode5-size_1479{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1479 .mode6-size_1479{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1479 .mode7-size_1479{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1479 .mode7-size_1479 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1479 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1479 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1479{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1479 span:hover{
                color:!important;
            }
            .custom2_1479{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1479 span:hover{
                color:;
            }
            #medical_box_1479 .mode-btn1_1479{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1479 .mode-btn1_1479 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1479 .mode-btn2_1479{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1479 .mode-btn2_1479 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1479 .div-btn-title_main_1479{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1479 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1479 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1487 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1487 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1487 .background-img{
                border-radius:;
            }
        #medical_box_1487 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1487 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1487.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_1487 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1487  
                
                #medical_box_1487 .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_1487 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1487:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1487:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1487 .mode1-size_1487{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1487 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1487 > div{
               height:100%;
            }
            #medical_box_1487 .mode2-size_1487{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1487 .mode3-size_1487{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1487 .mode4-size_1487{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1487 .mode5-size_1487{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1487 .mode6-size_1487{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1487 .mode7-size_1487{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1487 .mode7-size_1487 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1487 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1487 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1487{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1487 span:hover{
                color:!important;
            }
            .custom2_1487{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1487 span:hover{
                color:;
            }
            #medical_box_1487 .mode-btn1_1487{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1487 .mode-btn1_1487 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1487 .mode-btn2_1487{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1487 .mode-btn2_1487 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1487 .div-btn-title_main_1487{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1487 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1487 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1486 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1486 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1486 .background-img{
                border-radius:;
            }
        #medical_box_1486 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1486 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1486.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_1486 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1486  
                
                #medical_box_1486 .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_1486 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1486:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1486:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1486 .mode1-size_1486{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1486 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1486 > div{
               height:100%;
            }
            #medical_box_1486 .mode2-size_1486{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1486 .mode3-size_1486{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1486 .mode4-size_1486{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1486 .mode5-size_1486{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1486 .mode6-size_1486{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1486 .mode7-size_1486{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1486 .mode7-size_1486 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1486 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1486 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1486{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1486 span:hover{
                color:!important;
            }
            .custom2_1486{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1486 span:hover{
                color:;
            }
            #medical_box_1486 .mode-btn1_1486{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1486 .mode-btn1_1486 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1486 .mode-btn2_1486{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1486 .mode-btn2_1486 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1486 .div-btn-title_main_1486{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1486 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1486 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1485 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1485 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1485 .background-img{
                border-radius:;
            }
        #medical_box_1485 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1485 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1485.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_1485 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1485  
                
                #medical_box_1485 .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_1485 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1485:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1485:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1485 .mode1-size_1485{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1485 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1485 > div{
               height:100%;
            }
            #medical_box_1485 .mode2-size_1485{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1485 .mode3-size_1485{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1485 .mode4-size_1485{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1485 .mode5-size_1485{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1485 .mode6-size_1485{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1485 .mode7-size_1485{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1485 .mode7-size_1485 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1485 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1485 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1485{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1485 span:hover{
                color:!important;
            }
            .custom2_1485{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1485 span:hover{
                color:;
            }
            #medical_box_1485 .mode-btn1_1485{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1485 .mode-btn1_1485 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1485 .mode-btn2_1485{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1485 .mode-btn2_1485 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1485 .div-btn-title_main_1485{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1485 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1485 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1484 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1484 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1484 .background-img{
                border-radius:;
            }
        #medical_box_1484 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1484 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1484.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_1484 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1484  
                
                #medical_box_1484 .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_1484 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1484:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1484:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1484 .mode1-size_1484{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1484 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1484 > div{
               height:100%;
            }
            #medical_box_1484 .mode2-size_1484{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1484 .mode3-size_1484{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1484 .mode4-size_1484{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1484 .mode5-size_1484{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1484 .mode6-size_1484{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1484 .mode7-size_1484{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1484 .mode7-size_1484 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1484 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1484 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1484{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1484 span:hover{
                color:!important;
            }
            .custom2_1484{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1484 span:hover{
                color:;
            }
            #medical_box_1484 .mode-btn1_1484{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1484 .mode-btn1_1484 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1484 .mode-btn2_1484{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1484 .mode-btn2_1484 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1484 .div-btn-title_main_1484{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1484 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1484 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1483 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1483 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1483 .background-img{
                border-radius:;
            }
        #medical_box_1483 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1483 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1483.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_1483 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1483  
                
                #medical_box_1483 .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_1483 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1483:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1483:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1483 .mode1-size_1483{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1483 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1483 > div{
               height:100%;
            }
            #medical_box_1483 .mode2-size_1483{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1483 .mode3-size_1483{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1483 .mode4-size_1483{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1483 .mode5-size_1483{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1483 .mode6-size_1483{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1483 .mode7-size_1483{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1483 .mode7-size_1483 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1483 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1483 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1483{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1483 span:hover{
                color:!important;
            }
            .custom2_1483{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1483 span:hover{
                color:;
            }
            #medical_box_1483 .mode-btn1_1483{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1483 .mode-btn1_1483 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1483 .mode-btn2_1483{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1483 .mode-btn2_1483 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1483 .div-btn-title_main_1483{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1483 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1483 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1482 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1482 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1482 .background-img{
                border-radius:;
            }
        #medical_box_1482 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1482 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1482.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_1482 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1482  
                
                #medical_box_1482 .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_1482 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1482:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1482:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1482 .mode1-size_1482{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1482 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1482 > div{
               height:100%;
            }
            #medical_box_1482 .mode2-size_1482{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1482 .mode3-size_1482{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1482 .mode4-size_1482{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1482 .mode5-size_1482{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1482 .mode6-size_1482{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1482 .mode7-size_1482{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1482 .mode7-size_1482 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1482 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1482 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1482{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1482 span:hover{
                color:!important;
            }
            .custom2_1482{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1482 span:hover{
                color:;
            }
            #medical_box_1482 .mode-btn1_1482{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1482 .mode-btn1_1482 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1482 .mode-btn2_1482{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1482 .mode-btn2_1482 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1482 .div-btn-title_main_1482{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1482 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1482 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1481 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1481 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1481 .background-img{
                border-radius:;
            }
        #medical_box_1481 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1481 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1481.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_1481 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1481  
                
                #medical_box_1481 .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_1481 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1481:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1481:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1481 .mode1-size_1481{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1481 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1481 > div{
               height:100%;
            }
            #medical_box_1481 .mode2-size_1481{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1481 .mode3-size_1481{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1481 .mode4-size_1481{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1481 .mode5-size_1481{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1481 .mode6-size_1481{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1481 .mode7-size_1481{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1481 .mode7-size_1481 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1481 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1481 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1481{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1481 span:hover{
                color:!important;
            }
            .custom2_1481{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1481 span:hover{
                color:;
            }
            #medical_box_1481 .mode-btn1_1481{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1481 .mode-btn1_1481 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1481 .mode-btn2_1481{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1481 .mode-btn2_1481 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1481 .div-btn-title_main_1481{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1481 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1481 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        
            #medical_box_1480 .new_medical_icon{
                background-image:url("https://norocan.ca/nw-sample5/files/");
                 transition: all 0.2s ease-in-out;
                 cursor:unset!important;
            }
            #medical_box_1480 .new_medical_layer > div{
                width:100%;
            }
            #medical_box_1480 .background-img{
                border-radius:;
            }
        #medical_box_1480 .new_medical_title{color:#000;font-weight:400;font-size:17px;text-align:left;line-height:32px;}#medical_box_1264:hover .new_medical_title{}
                #medical_box_1480 .new_medical_title label{
                    font-size:inherit;
                    font-weight:inherit;
                    color:inherit;
                }
            #medical_box_1480.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_1480:hover{}#medical_box_1480 .new_medical_description{color:#000;font-weight:400;font-size:14px;line-height:28px;text-align:left;padding-top:8px;border-style:none;border-bottom-width:1px;border-color:#d9d9d9;}#medical_box_1264:hover .new_medical_description{}
                   #medical_box_1480  
                
                #medical_box_1480 .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_1480 .layer_first_child{
                    width:100%;
                }
            
                #medical_box_1480:hover .new_medical_layer{
                    border-radius:0 !important;
                    
                    background-color:rgba(0,0,0,0);
                }
            
                #medical_box_1480:hover{
                    
                    
                    
                    
                    
                    
                }
            
            #medical_box_1480 .mode1-size_1480{
               cursor:pointer;
               width:64px;
               height:64px;
            }
			#medical_box_1480 .new_medical_box > div{
                width:100%;
            }
             #medical_box_1480 > div{
               height:100%;
            }
            #medical_box_1480 .mode2-size_1480{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1480 .mode3-size_1480{
               cursor:pointer;
               width:48px;
               height:48px;
            }
            #medical_box_1480 .mode4-size_1480{
               cursor:pointer;
               width:36px;
               height:36px;
            }
            #medical_box_1480 .mode5-size_1480{
               cursor:pointer;
               width:20px;
               height:20px;
            }
            #medical_box_1480 .mode6-size_1480{
               cursor:pointer;
               width:32px;
               height:32px;
            }
            #medical_box_1480 .mode7-size_1480{
               cursor:pointer;
               display:flex;
               justify-content: center;
               align-items: center;
            }
            #medical_box_1480 .mode7-size_1480 span{
               width:100%;
               text-align:center;
               cursor:pointer;
            }
            #medical_box_1480 .new_medical_box .new_medical_description a{
                color:#00AFEF!important;
            }
            #medical_box_1480 .new_medical_box .new_medical_description a:hover{
                color:#00AFEF!important;
            }
            .custom1_1480{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom1_1480 span:hover{
                color:!important;
            }
            .custom2_1480{
                color:;
                width:px;
                height:px;
                backdrop-filter: blur(0px);
                border:0px dotted ;
            }
            .custom2_1480 span:hover{
                color:;
            }
            #medical_box_1480 .mode-btn1_1480{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1480 .mode-btn1_1480 svg{
               width:100%;
               height:100%;
               fill:;
            }
            #medical_box_1480 .mode-btn2_1480{
               ;
                
                    background:
                ;
               margin:0 0.5rem;
               border-radius:px;
               
            }
            #medical_box_1480 .mode-btn2_1480 svg{
               width:100%;
               height:100%;
               fill:;
            }  
            #medical_box_1480 .div-btn-title_main_1480{
                display: flex;
                justify-content: right;
                align-items: center;
            }
        
                #medical_box_1480 .new_medical_box{
                    visibility:visible;
                }
            
            #medical_box_1480 .container-medical-box{
                background-repeat: inherit;
                background-position: inherit;
                background-size: inherit;
                background-attachment: inherit;
                width: 100%;
                height: 100%;
            }
        #module_new_medical_682 .new_medical_box_main{display:flex;flex-wrap:wrap;visibility:visible;padding-top:64px;padding-bottom:64px;padding-right:600px;border-style:none;}.module[data-id_page='1030']:hover .new_medical_box_main{}
            #module_new_medical_682 .new_medical_box > div > div {
                width: 100%;
            }
        
                #module_new_medical_682 .new_medical_module{
                    width:600px;
                    position:relative;
                    overflow:hidden;
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_682 .medical_box_main_animation_trigger{
                    margin-right:px;
                    margin-bottom:px;
                }
                #module_new_medical_682 .new_medical_module:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_682 .medical_box_main_animation_trigger:nth-child(1n){
                    margin-right:0;
                }
                #module_new_medical_682 .new_medical_box_main {
                    display:flex;
                    flex-wrap:wrap;
                }
                #module_new_medical_682 .new_medical_description_main a{
                    color:#00AFEF!important;
                }
                #module_new_medical_682 .new_medical_description_main a:hover{
                    color:#00AFEF!important;
                }
                #module_new_medical_682 .new_medical_box a{
                    cursor:pointer!important;
                }
                #module_new_medical_682 .new_medical_box a .new_medical_title{
                    cursor:pointer!important;
                }
                
            
            #module_new_medical_682 .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_682{
                overflow:hidden;
                min-width:1200px;
            }
            #module_new_medical_682 .new_medical_box{
                margin:auto;
                overflow:hidden;
                position:relative;
                z-index:10;
                display:flex;
                height:100%;
            }
            #module_new_medical_682 .new_medical_box.dno{
                display:none !important;
            }
            #module_new_medical_682 > .container-main{
                position:relative;
                z-index:11;
                /*height:100%*/
            }
            #module_new_medical_682 .new_medical_box{
                height:100%;
                margin-right:auto;
                margin-left:auto;
            }
            
            #module_new_medical_682 .swiper-container{
                width:1200px;
            }
            #module_new_medical_682 .top_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_682 .right_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_682 .left_layer_diagonal{
                z-index:10 !important;
            }
            #module_new_medical_682 .bottom_layer_diagonal{
                z-index:10 !important;
            }
        
             #module_footer_1403{
                color:#fff!important;
                position: relative;
                overflow:hidden;
             }
             #module_footer_1403 .resort__btn {
               z-index: 100;
               white-space: nowrap;
               flex-direction: column;
               justify-content: center;
               align-items: center;
               display: flex;
               border-radius: 680px;
               border: 1px solid #fff;
               width: 180px;
               height: 65px;
               right: calc(50% - 90px);
               transition: 1s ease;
               background-color:transparent;
           }
           #module_footer_1403 .div_svg {
                z-index: 120;
                display: none;
                position: absolute;
                padding:10px;
                transition: 0.1s ease-in-out;
           }
           #module_footer_1403 .resort__btn:hover .div_svg{
                display: flex;
                background-color: #ffffff;
                border-radius:50%;
                width:110px;
                height:110px;
                justify-content: center;
                align-items: center;
           }
           #module_footer_1403 .resort__btn:hover .div_svg svg{
                width:18px;
                height:18px;
                fill:#000;
                transform:rotate(-90deg);
           }
           #module_footer_1403 .resort__btn:hover{
                width: 106px;
                right: calc(50% - 53px);
                font-size:8px;
                height: 45px;
           }
           #module_footer_1403 .resort__btn .btn__text{
                 z-index: 5;
                 text-align: center;
                 font-size: 16px;
                 font-weight: 500;
                 position: relative;
                 color:#fff;
                 width:95%;
                 white-space: nowrap;
                 overflow:hidden;
           }
           #module_footer_1403 .div-block-134 {
                z-index: 30;
                background-color: #296161;
                justify-content: flex-end;
                align-items: center;
                width: 100%;
                height: 40vh;
                min-height: 300px;
                display: flex;
                position: absolute;
                top: auto;
                bottom: 0%;
                left: 0%;
                right: 0%;
           }
           #module_footer_1403 .container.c-footer-nws {
                justify-content: center;
                align-items: center;
                padding-bottom: 5vh;
                display: flex;
                flex-direction:column;
           }
           #module_footer_1403 .div-block-226 {
                align-items: center;
                display: flex;
           }
           #module_footer_1403 .footer__nws-title2 {
                color: #fff;
                margin-bottom: 5vh;
                font-size: 38px;
                font-weight: 400;
                line-height: 1.2;
           }
           #module_footer_1403 .nws-subtext {
                opacity: .8;
                color: #fff;
                max-width: 245px;
                margin-right: 47px;
                font-size: 14px;
                line-height: 1.4;
           }
           #module_footer_1403 .subfooter3 {
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                width: 100%;
                display: flex;
                position: relative;
           }
           #module_footer_1403 .div-block-224 {
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 50%;
                padding-left: 3vw;
                padding-right: 3vw;
           }
           #module_footer_1403 .copy {
                color: rgba(255, 255, 255, .75);
                max-width: 344px;
                font-size: 10px;
                font-weight: 200;
           }
           #module_footer_1403 .div-block-224.is--mtrk {
                flex: 1;
                display: flex;
           }

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

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

            /* Animation */

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

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

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

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

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

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

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

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