/* ------------------------------------------------
  
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Transform translate
  4. Custom Margin
  5. Custom Padding
  6. Box Shadow
  7. Padding
  8. Margin
  9. Pre Loader
  10. Row Eq Height
  11. Background Overlay
  12. Scroll to Top
  13. Header
  14. Footer
  15. Page Title
  16. Flat Icon

 
/* ------------------------
    General
------------------------*/
a:focus {
    text-decoration: none !important;
}
a:focus,
a:hover {
    color: #4ab242;
    text-decoration: none !important;
}
a,
button,
input {
    outline: medium none !important;
    color: #4ab242;
}

*::-moz-selection {
    background: #4ab242;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4ab242;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4ab242;
    color: #fff;
    text-shadow: none;
}

/* ------------------------
    Transition
------------------------*/
a,
i,
.btn,
button,
img,
span,
.navbar-nav .nav-link:before,
.dropdown-item,
.featured-item .featured-icon:before,
.featured-item:hover .featured-icon:after,
.gallery-item .gallery-hover,
.owl-item,
.service-item,
.service-icon,
.service-description,
.featured-item .featured-icon i,
.featured-item,
.featured-icon,
.price-table,
.price-table.style-2 .price-inner,
.portfolio-filter button,
.post .post-desc,
.sidebar-links li a,
.team-images:before,
.team-description {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Transform translate
------------------------*/

/*--translate-X--*/
.transform-x,
.featured-item .featured-icon:after {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

/*--translate-Y--*/
.transform-y,
.featured-item .featured-icon:before,
.gallery-icon,
.align-center,
.clear-loader,
.widget-searchbox .search-btn,
.post-meta ul li::before,
.accordion .card-header a span {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

/*--translate-XY--*/
.clear-loader,
.accordion .card-header a span:before {
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

/*--translate-X-5--*/
.navbar-nav .dropdown-menu .nav-link:focus,
.navbar-nav .dropdown-menu .nav-link:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
}

/* ------------------------
    Custom Margin
------------------------*/
.custom-mt-5 {
    z-index: 99;
    position: relative;
    margin-top: -50px;
}
.custom-mt-7 {
    z-index: 99;
    position: relative;
    margin-top: -70px;
}
.custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px;
}
.custom-mt-12 {
    z-index: 99;
    position: relative;
    margin-top: -120px;
}
.custom-mt-15 {
    z-index: 99;
    position: relative;
    margin-top: -150px;
}
.custom-mt-20 {
    z-index: 99;
    position: relative;
    margin-top: -200px;
}
.custom-mt-25 {
    z-index: 99;
    position: relative;
    margin-top: -250px;
}

/* ------------------------
    Custom Padding
------------------------*/
.custom-pt-18 {
    padding-top: 180px;
}
.custom-pb-18 {
    padding-bottom: 180px;
}

/* ------------------------
    Box Shadow
------------------------*/
#header-wrap,
.header-3 #header-wrap.fixed-header,
.navbar .dropdown-menu,
.breadcrumb,
.featured-step,
.service-item,
#newslatter .form-control,
.blog-details,
.contact-main,
.team-desc,
.accordion .card,
.price-table:hover,
.box-shadow,
.team-member,
.tab.style-2 .nav-tabs,
.post {
    -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

/* ------------------------
    Padding
------------------------*/
.px-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.px-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.py-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.pl-10 {
    padding-left: 100px !important;
}
.pr-10 {
    padding-right: 100px !important;
}
.pt-8 {
    padding-top: 80px !important;
}
.pt-10 {
    padding-top: 100px !important;
}
.pt-15 {
    padding-top: 150px !important;
}
.pt-20 {
    padding-top: 200px !important;
}
.pb-10 {
    padding-bottom: 100px !important;
}
.pb-15 {
    padding-bottom: 150px !important;
}
.pb-17 {
    padding-bottom: 170px !important;
}
.pb-20 {
    padding-bottom: 200px !important;
}

/* ------------------------
    Margin
------------------------*/
.mt-8 {
    margin-top: 80px !important;
}
.mt-10 {
    margin-top: 100px !important;
}
.mt-15 {
    margin-top: 150px !important;
}

.my-8 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
.my-10 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.my-15 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.my-20 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden !important;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.clear-loader {
    z-index: 999;
    box-sizing: border-box;
    display: inline-block;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
}

/* ------------------------
    Row Eq Height
------------------------*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.row-eq-height > [class*="col-"] > div {
    height: 100%;
}
.row-eq-height .align-item-middle > div {
    height: auto;
}

/* ------------------------
    Background Overlay
------------------------*/
[data-overlay] {
    position: relative;
    z-index: 0;
}
[data-overlay]:before,
.slide-overlay:before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
[data-overlay].white-overlay:before {
    background-color: #fff;
}
[data-overlay].theme-overlay:before {
    background-color: #4ab242;
}
[data-overlay].grediant-overlay:before {
    background: rgb(2, 0, 36); /* Old browsers */
    background: -moz-linear-gradient(-90deg, rgba(2, 0, 36, 1) 0%, rgba(74, 178, 66, 1) 59%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-90deg, rgba(2, 0, 36, 1) 0%, rgba(74, 178, 66, 1) 59%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-90deg, rgba(2, 0, 36, 1) 0%, rgba(74, 178, 66, 1) 59%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020024', endColorstr='#4ab242',GradientType=1 ); /* IE6-9 */
}

[data-overlay].grediant-overlay-2:before {
    background: rgb(0, 0, 0); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 65%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
}

[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}
[data-overlay="10"]:before {
    opacity: 1;
}
[data-overlay="0"]:before {
    opacity: 0;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    background: #303030;
}
.scroll-top a:hover,
.scroll-top a:focus {
    color: #ffff;
    background: #303030;
    border-radius: 0;
}
.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------
    Header
------------------------*/
.navbar {
    padding: 0;
}
.navbar-nav {
    position: relative;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
    background: #E5E5E5;
    border-radius: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    top: 120%;
    margin-top: 0;
}
.nav-item.dropdown .dropdown-menu a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
    background: none;
    color: #23244a;
    font-size: 14px;
    font-weight: 400;
}
.nav-item.dropdown .dropdown-menu a:hover {
    background: #303030;
    color: #ffffff;
    padding-left: 15px;
}
.navbar-brand {
    margin-right: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-width: 12em;
        max-width: 20em;
    }
    .dropdown-menu.w-100,
    .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        min-width: inherit;
        max-width: inherit;
    }
    .navbar-nav .dropdown > .dropdown-menu {
        opacity: 0;
        position: absolute;
        display: block;
        pointer-events: none;
        background: #ffffff;
    }
    .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        top: 0;
    }
    .navbar-nav .nav-link {
        line-height: 64px;
    }
    .navbar-nav .dropdown-submenu .dropdown-toggle::after {
        border-top: 0.125rem solid #23244a;
        border-right: 0.125rem solid #23244a;
        border-bottom: none;
        border-left: none;
        width: 0.425rem;
        height: 0.425rem;
        position: absolute;
        right: 20px;
        margin: 0;
        vertical-align: middle;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    .navbar-nav .dropdown-submenu .dropdown-toggle:hover::after {
        border-top: 0.125rem solid #ffffff;
        border-right: 0.125rem solid #ffffff;
    }
    .ml-auto.navbar-nav > li:nth-last-child(2) .dropdown-submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }
}

.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: #ffffff;
    left: 100%;
    margin: 0;
    right: auto;
    top: 0;
}
.navbar-nav .dropdown-submenu {
    display: block;
    position: relative;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}
.navbar-nav .nav-item {
    margin: 0 15px;
}
.navbar-nav .nav-link {
    color: #202125;
    font-weight: 500;
    /*padding: 0 !important;*/
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
    color: #fff;
    background-color: #000;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1200;
}
.top-bar {
    background: rgba(0,0,0,0.5);
}
.topbar-link li a {
    color: #fff;
}
.topbar-link li a i {
    margin-right: 8px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}
.topbar-link li a:hover,
.top-bar .top-social-list li a:hover {
    color: #fff;
}

#header-wrap {
    padding: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
}
#header-wrap.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    /*background: #ffffff !important;*/
}
.logo img {
    height: 70px;
}
#header-wrap.fixed-header .logo img {
    height: 60px;
}

.top-bar .top-social-list li a {
    color: #fff;
    height: auto;
    line-height: inherit;
    width: auto;
    border-radius: 0;
}
.top-bar ul li {
    /*border-right: 1px dashed #ddd;*/
    padding: 15px 8px;
    line-height: 10px;
    margin-right: 0 !important;
}
.top-bar ul li:last-child {
    border-right: none;
    padding-right: 0;
}

#header-wrap.fixed-header .appoint-btn {
    display: none;
}
#header-wrap.fixed-header .navbar-nav {
    margin-right: inherit !important;
}

.header-2 #header-wrap {
    background: #ffffff;
}
.header-2 .topbar-link li a,
.header-2 .topbar-link li a i {
    color: #fff;
}
.header-2 .topbar-link li a:hover {
    color: #202125;
}

.header-3 #header-wrap {
    background: #202125;
    padding: 0;
    box-shadow: none;
    margin-top: 20px;
}
.header-3 #header-wrap .navbar-brand {
    margin-left: 10px;
}
.header-3 .appoint-btn {
    padding: 30px;
    text-transform: capitalize;
}
.header-3 .btn.btn-theme:hover {
    background: #ffffff;
    color: #4ab242;
    border-color: #fff;
}
.header-3 #header-wrap.fixed-header {
    padding: 0 15px;
    margin-top: 0;
}
.header-3 #header-wrap.fixed-header .navbar {
    background: none;
    padding: 0;
}
.header-3 .navbar-nav .nav-link {
    color: #ffffff;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link {
    color: #202125;
}
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:focus,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active {
    color: #4ab242;
}

.logo .sticky-logo {
    display: none !important;
}
.header-3 #header-wrap.fixed-header .logo > img {
    display: none !important;
}
.header-3 #header-wrap.fixed-header .logo .sticky-logo {
    display: block !important;
}

/* ------------------------
    Footer
------------------------*/
.primary-footer {
    padding: 80px 0;
}
.secondary-footer {
    padding: 15px 0;
    background: #191919;
    color: #ffffff;
}
.footer-logo img {
    height: 70px;
}
.primary-footer,
.primary-footer a {
    color: #202125;
}
footer h5 {
    margin-bottom: 20px;
}
.media-icon li {
    padding-left: 40px;
    position: relative;
}
.media-icon.list-inline li {
    display: inline-block;
}
.media-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    line-height: 24px;
}
.media-icon li a:hover {
    color: #4ab242;
}
.theme-bg .media-icon li a:hover {
    color: #202125;
}
.secondary-footer span a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.working-hours li {
    border-top: 1px dashed #3c3c3c;
    padding: 11px 0 12px;
    position: relative;
    text-align: center;
    width: 100%;
}
.working-hours li:first-child,
.footer-menu li:first-child {
    border-top: none;
}
.working-hours li:last-child {
    padding-bottom: 0;
}
.working-hours li span {
    float: left;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    width: auto;
}

footer.dark-bg .social-icons li a {
    color: #fff;
}
.footer-list li {
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    text-transform: capitalize;
}
.footer-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.footer-list li a:hover {
    /*color: #4ab242;*/
}

.footer-2 .primary-footer,
.footer-2 .primary-footer h5,
.footer-2 .primary-footer a {
    color: #ffffff;
}
.footer-2 .footer-list li {
    border-color: rgba(255, 255, 255, 0.2);
}
.footer-2 .secondary-footer {
    background: #303030;
}
.footer-2 .secondary-footer .social-icons li a {
    background: #fff;
    color: #202125;
}
.footer-2 .secondary-footer .social-icons li a:hover {
    color: #fff;
}

/* ------------------------
    subscribe form
------------------------*/
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}
#mc-form {
    width: 100%;
}
#mc-form input[type="email"] {
    border: none;
    border-radius: 30px;
    color: #202125;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    width: 100%;
}
#mc-form input[type="email"]::-webkit-input-placeholder {
    color: #202125;
}
#mc-form input[type="email"]::-moz-placeholder {
    color: #202125;
}
#mc-form input[type="email"]:-ms-input-placeholder {
    color: #202125;
}
#mc-form input[type="email"].placeholder {
    color: #202125 !important;
}
#mc-form input[type="submit"] {
    padding: 10px 25px;
}
#mc-form label {
    color: #202125;
    font-size: 12px;
    padding: 0 2rem;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.dark-bg #mc-form label {
    color: #fff;
}

.subscribe-form.style-2 #mc-form input[type="email"] {
    padding-right: 50px;
}
.subscribe-form.style-2 #mc-form input[type="submit"] {
    height: 100%;
    position: absolute;
    right: 0;
}
.subscribe-form.style-2 #mc-form label {
    bottom: -40px;
}

/* ------------------------
    Page Title
------------------------*/
.page-title {
    display: block;
    padding-bottom: 80px;
    padding-top: 230px;
}
.page-title h1 {
    font-size: 40px;
    color: #202125;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.breadcrumb {
    padding: 15px;
    background: #303030;
    display: inline-block;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    color: #202125;
    font-weight: 600;
}
.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #E5E5E5;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-syrup:before {
    content: "\f100";
}
.flaticon-doctor-2:before {
    content: "\f101";
}
.flaticon-play-button:before {
    content: "\f102";
}
.flaticon-customer-service:before {
    content: "\f103";
}
.flaticon-chat:before {
    content: "\f104";
}
.flaticon-blood-donation:before {
    content: "\f105";
}
.flaticon-orthopedics:before {
    content: "\f106";
}
.flaticon-brain:before {
    content: "\f107";
}
.flaticon-ambulance:before {
    content: "\f108";
}
.flaticon-tooth:before {
    content: "\f109";
}
.flaticon-doctor-1:before {
    content: "\f10a";
}
.flaticon-drug:before {
    content: "\f10b";
}
.flaticon-doctor:before {
    content: "\f10c";
}
.flaticon-health:before {
    content: "\f10d";
}
.flaticon-stethoscope:before {
    content: "\f10e";
}
.flaticon-heart:before {
    content: "\f10f";
}
.flaticon-eye:before {
    content: "\f110";
}
.flaticon-medicine:before {
    content: "\f111";
}
.flaticon-alarm-clock:before {
    content: "\f112";
}
.flaticon-email:before {
    content: "\f113";
}
.flaticon-phone-call:before {
    content: "\f114";
}
.flaticon-paper-plane:before {
    content: "\f115";
}
