@import url('https://fonts.cdnfonts.com/css/hezaedrus?styles=54453,54448,54449,54450,54451,54452,54446,54447,54444,54445');

/**
* Template Name: Flex - v4.2.0
*/


/*--------------------------------------------------------------
# Main Classes
--------------------------------------------------------------*/

.fs-7 {
    font-size: 12px;
}

.py-7 {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
}

.py-6 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.fs-8 {
    font-size: 14px;
}

.fw-500 {
    font-weight: 500 !important;
}

.border-warning {
    border-color: #ed811f !important;
}

.border-primary {
    border-color: #0066b2 !important;
}

.text-warning {
    color: #ed811f !important;
}

.bg-gray {
    background-color: #efefef;
}

.bg-drak-gray {
    background-color: #dddddd;
}

.text-muted {
    color: #707070 !important;
}

.text-secondary {
    color: #94989B!important;
}

.primary-shadow {
    box-shadow: 0 0.5rem 1rem #f584208c;
}

.info-shadow {
    box-shadow: 0 0.5rem 1rem #1f7ec573;
}

.bg-warning {
    background-color: #ed811f !important;
}

.bg-primary {
    background-color: #0066b2 !important;
}

.mx-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.mx-6 {
    margin-right: 2.2rem;
    margin-left: 2.2rem;
}

.px-6 {
    padding-right: 4.6rem;
    padding-left: 4.6rem;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

.rounded-5 {
    border-radius: 0.7rem !important;
}

.rounded-6 {
    border-radius: 0.9rem !important;
}

.rounded-7 {
    border-radius: 1.3rem !important;
}

.text-blue {
    color: #6b6599;
}

.btn-primary {
    background-color: #0066b2 !important;
    border-color: #0066b0!important;
}

.box-bg {
    background-color: #efefef;
    border-color: #efefef;
}

.btn-outline-secondary {
    color: #6c757d69 !important;
    border-color: #6c757d69 !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
}

.btn-outline-secondary.dropdown-toggle.show {
    color: #fff !important;
}

.btn-outline-primary {
    color: #0066b2 !important;
}

.btn-outline-primary:hover {
    color: #fff!important;
}

.btn-outline-info {
    border-color: #0066b2 !important;
    color: #0066b2 !important;
}

.btn-outline-info:hover {
    background-color: white;
    border-color: #0066b2 !important;
}

.text-primary {
    color: #0066b2 !important;
}

.text-justify {
    text-align: justify;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    font-family: "Hezaedrus", sans-serif;
}

body {
    font-family: "Hezaedrus", sans-serif;
    color: #444444;
    padding: 0;
    margin: 0;
}

a {
    font-family: "Hezaedrus", sans-serif;
    color: #0066b2;
    text-decoration: none;
}

a:hover {
    color: #5faee3;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hezaedrus", sans-serif;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem #fff;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #f48320;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #57aae1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header .navbar {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #fff;
    filter: drop-shadow(0px 12px 45px rgba(84, 77, 77, 0.29));
    height: 100px;
}

#header .navbar-toggler {
    background-color: #0266b0 !important;
    border: 1px solid #0365ae !important;
    position: absolute;
    right: 0;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #fff;
}

.navbar-collapse {
    position: relative;
    /* border-top: 1px groove #ffffff2e; */
}

.offcanvas-header i {
    /* padding: .5rem .5rem; */
    margin: -.5rem -.5rem -.5rem auto;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar-canvas {
    width: 245px!important;
}

.mobile-menu .list-group-item {
    color: #ffffff;
    text-decoration: none;
    background-color: #0465ad;
    border: 1px solid rgb(255 255 255 / 35%);
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.mobile-menu .list-group-item a {
    color: #ffffff;
}


/*--------------------------------------------------------------
# Header Social Links
--------------------------------------------------------------*/

.header-social-links {
    margin: 0 0 0 30px;
}

.header-social-links a {
    color: #9ba6af;
    padding-left: 8px;
    display: inline-block;
    line-height: 0px;
    transition: 0.3s;
}

.header-social-links a i {
    line-height: 0;
}

.header-social-links a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .header-social-links {
        margin: 0 15px 0 0;
    }
    #slider {
        padding: 8.5rem 0 0 0!important;
    }
    .my-account-section .nav-link {
        padding: 0.7rem 4.1rem .7rem 1rem!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 5.9rem!important;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/


/* .navbar {
  padding: 0;
} */

.navbar ul {
    /* margin: 0; */
    margin: -0px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0px 5px;
    font-size: 14px;
    /* font-weight: 500; */
    /* color: #4f5a62; */
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
    margin: 5px !important;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #21262a;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #3498db;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .my-account-section .nav-link {
        padding: .7rem 2.5rem .5rem 1rem!important;
    }
}

@media (min-width: 1440px) {
    .logo-rounded .first {
        width: 50px!important;
        height: 126px!important;
        background-image: radial-gradient(circle at 6% 100%, rgba(0, 0, 0, 0) 50px, #ffffff 51px)!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 6.6rem!important;
    }
    .gallery img {
        width: 120px!important;
    }
    .logo-rounded .second {
        width: 230px!important;
    }
    .logo-rounded .third {
        width: 47px!important;
        height: 127px!important;
        background-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 50px, #ffffff 51px)!important;
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: white;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-logo {
    display: none;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .mobile-logo {
        display: block;
    }
    .logo-rounded {
        display: none;
    }
    #header .navbar {
        height: 100%!important;
    }
    .navbar .container-fluid {
        padding: 0px!important;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(33, 38, 42, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #384046;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #3498db;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    transition: ease-in-out 0.3s;
}

.services .icon-box i {
    float: left;
    color: #3498db;
    font-size: 40px;
    line-height: 0;
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .icon-box h4 a {
    color: #384046;
    transition: 0.3s;
}

.services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.services .icon-box:hover {
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
}

.services .icon-box:hover h4 a {
    color: #3498db;
}


/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/

.gallery img {
    height: 100px;
    width: 87px;
    object-fit: cover;
}

.nav {
    border-bottom: 1px solid #fff;
}

#gallery .nav-pills .nav-link {
    padding: .5rem 5.2rem;
}


/* .nav-tabs .nav-link:hover {
  border: #ffffff;

} */


/* .nav-link {
  padding: 10px 83px;
} */

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1024px) {
    .nav-link {
        padding: 10px 60px;
    }
    .gallery img {
        height: 100px;
        width: 107px;
        object-fit: cover;
    }
    .logo-rounded {
        right: 32%!important;
    }
    .member p {
        font-size: 12px!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 3.7rem!important;
    }
}

@media (max-width: 768px) {
    /* .img-content span {
    font-size: 11px !important;
  } */
    .mobile-nav {
        display: block!important;
    }
    #fitness .fitness-heading {
        padding-top: 200px;
        padding-bottom: 80px;
    }
    /* .nav-link {
    padding: 10px 95px;
  } */
    .gallery img {
        height: 100px;
        width: 99px;
        object-fit: cover;
    }
    .gallery-container {
        height: auto !important;
        margin-top: 20px;
    }
    .mobile-logo {
        margin-right: 0px;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 5.9rem!important;
    }
    .subsidiaries-slider .swiper-wrapper .swiper-slide {
        text-align: center!important;
    }
}

@media (max-width: 576px) {
    #special-offer .title {
        text-align: center;
    }
    #special-offer .group {
        text-align: center !important;
    }
    #about-us .title {
        text-align: center;
    }
    #about-us .button-readmore {
        text-align: center !important;
    }
    #about-us p {
        text-align: justify;
    }
    #news-event .title {
        text-align: center;
    }
    #news-event .group {
        text-align: center !important;
    }
    #fitness .fitness-heading {
        padding-top: 180px;
        padding-bottom: 80px;
    }
    .program-center-btn {
        text-align: center !important;
        margin-top: 10px;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 3.1rem!important;
    }
}

@media (max-width: 425px) {
    .gallery-container {
        margin: 0px;
    }
    .gallery img {
        height: 100px;
        width: 181px;
        object-fit: cover;
    }
    .nav-link {
        padding: 10px 62px;
    }
    .mobile-logo img {
        height: 60px;
    }
    .my-account p {
        font-size: 12px!important;
    }
    .my-account .btn-outline-primary {
        font-size: 12px!important;
    }
    .my-account img {
        height: 60px!important;
    }
    #myAccount .heading {
        padding-top: 155px!important;
        padding-bottom: 70px!important;
    }
    .account-btn-tabs {
        display: block!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 3.1rem!important;
    }
}

@media (max-width: 375px) {
    .gallery img {
        height: 100px;
        width: 156px;
        object-fit: cover;
    }
    /* .nav-link {
    padding: 10px 50px;
  } */
    .my-account .btn-outline-primary {
        font-size: 12px!important;
    }
    .my-account img {
        height: 50px!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 2.5rem!important;
    }
    #fitness-women {
        background-size: auto 100vh!important;
    }
}

@media (max-width: 320px) {
    .logo-card .first {
        width: 50px!important;
        height: 125px!important;
        line-height: 100px!important;
    }
    .logo-card .second {
        width: 170px!important;
        line-height: 105px!important;
    }
    .logo-card .third {
        background-image: radial-gradient(circle at 100% 4%, rgba(0, 0, 0, 0) 50px, #ffffff 51px)!important;
        width: 50px!important;
        height: 125px!important;
        line-height: 100px!important;
    }
    .gallery img {
        width: 120px!important;
    }
    #gallery .nav-pills .nav-link {
        padding: .5rem 1.9rem!important;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: #444444;
    font-size: 14px;
    background: #f7fbfe;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Hezaedrus", sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #3498db;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #3498db;
}

#footer .footer-newsletter {
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    text-align: left;
    border: 1px solid #b6daf2;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.newsletter-register {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.newsletter-register:hover {
    background: #558db77d;
    color: white;
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.newsletter-register .btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: none;
}


/* #footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
} */

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #3498db;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #5faee3;
    color: #fff;
    text-decoration: none;
}


/* for header logo design */

.logo-rounded {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 3%;
    height: 135px;
}

.logo-rounded .first {
    width: 47px;
    height: 127px;
    line-height: 100px;
    display: inline-block;
    background-image: radial-gradient(circle at 0 100%, rgba(0, 0, 0, 0) 50px, #ffffff 51px);
    border: none;
}

.logo-rounded .second {
    border: none;
    height: 100%;
    width: 225px;
    line-height: 100px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.logo-rounded .second img {
    margin-top: 25px;
}

.logo-rounded .third {
    width: 47px;
    height: 127px;
    line-height: 100px;
    display: inline-block;
    background-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 50px, #ffffff 51px);
    border: none;
}


/* End header logo design */

.header .nav {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


/* .my-account {
  position: absolute;
  right: 5px;
  top: -15px;
} */


/* .my-account .member p {

  font-size: 16px;
} */

.input-control {
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 12px;
    background-color: #ffffff38;
    color: white;
}

.form-control:focus {
    box-shadow: none;
    border-color: #efefef;
    background-color: #efefef;
}

input:focus {
    outline: none;
}

::placeholder {
    color: #ffffff;
    font-weight: 600;
}

.logo-card {
    position: absolute;
    top: -59px;
    right: 0;
    /* height: 135px; */
    height: 100px;
    background-color: none;
    /* margin: auto auto; */
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content;
}

.logo-card .first {
    width: 50px;
    height: 125px;
    line-height: 94px;
    display: inline-block;
    background-image: radial-gradient(circle at 0% 4%, rgba(0, 0, 0, 0) 50px, #ffffff 51px);
    border: none;
}

.logo-card .second {
    border: none;
    height: 100%;
    width: 225px;
    line-height: 100px;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}


/* .logo-card .second img{
  margin-top: 25px;
} */

.logo-card .third {
    width: 43px;
    height: 100px;
    line-height: 84px;
    display: inline-block;
    background-image: radial-gradient(circle at 116% 0%, rgba(0, 0, 0, 0) 50px, #ffffff 51px);
    border: none;
}

.btn-secondary1 {
    color: #fff;
    background-color: #0066b2;
    border-color: #ffffff;
}

.padding-5 {
    padding: 5px !important;
}


/* .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a
{
  color: #ed811f !important;
   background-color: #e4c5aa94 !important; 
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  width: 95%;
} */

.navbar .dropdown ul li:hover {
    color: #ed811f !important;
    background-color: #e4c5aa94 !important;
    margin: 5px;
    border-radius: 10px;
}

.warning-text-color {
    color: #ed811f !important;
}

.dropdown-item1 {
    display: block;
    width: 100%;
    padding: 0.1rem 1rem;
    /* padding: .25rem 1rem; */
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.tcenter {
    text-align: center;
}

.wcolor {
    color: white !important;
}

.subscribe-height {
    min-height: 420px !important;
    /* max-height: 400px !important; */
}

.subscribe-height .text-justify {
    min-height: 185px !important;
    /* max-height: 150px !important; */
}

.c-pointer {
    cursor: pointer;
}

@media (min-width: 1500px) {
    #header .container {
        max-width: 90%;
    }
    #slider .container {
        max-width: 90%;
    }
    .about-container {
        max-width: 90%;
    }
    #special-offer .container {
        max-width: 90%;
    }
    #news-event .container {
        max-width: 90%;
    }
    #our-subsidiaries .container {
        max-width: 90%;
    }
    #payment .container {
        max-width: 90%;
    }
    #myAccount .container {
        max-width: 90%;
    }
    #fitness .container {
        max-width: 90%;
    }
    #footer .container {
        max-width: 90%;
    }
}


/* cur exmple */