@font-face {
    font-family: "Segoe_UI_Bold";
    src: url("../fonts/Segoe_UI/Segoe UI Black 900.ttf");
}

@font-face {
    font-family: "Segoe_UI_SemiBold";
    src: url("../fonts/Segoe_UI/Segoe UI Semibold 600.ttf");
}

@font-face {
    font-family: "Segoe_UI_Regular";
    src: url("../fonts/Segoe_UI/Segoe UI 400.ttf");
}

@font-face {
    font-family: "Segoe_UI_SemiBold_Italic";
    src: url("../fonts/Segoe_UI/Segoe UI Semibold Italic 600.ttf");
}

@font-face {
    font-family: "Segoe_UI_Black_Italic";
    src: url("../fonts/Segoe_UI/Segoe UI Black Italic 900.ttf");
}

body, html {
    height: 100%;
    margin: 0;
    font-family: Segoe_UI_Regular !important;
}

.header {
    justify-content: center;
}

.header .navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: white;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.header .navbar-light .navbar-nav .nav-link {
    color: rgb(24, 150, 153) !important;
    font-size: 20px;
    font-family: Segoe_UI_Bold;
    vertical-align: middle;
}

.header .logo-mobile {
    display: none;
    font-size: 23px;
    color: #189699 !important;
    font-family: Segoe_UI_Bold;
}

.header .navbar ul li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.header .navbar ul .active-page {
    position: absolute;
    width: 54px;
    border: 1px solid rgb(24, 150, 153);
    background-color: rgb(24, 150, 153);
    display: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    bottom: -18px;
    left: 16px;
}

.header .navbar ul li.active .active-page {
    display: block;
}

.header .navbar .container {
    width: auto;
}

.cal-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 9999;
    background: url(../images/loadding.gif) 50% 40% no-repeat rgba(0, 0, 0, 0.3);
    background-size: 220px auto;
}

.footer {
    background-image: url("../images/Group_243.png");
    padding: 40px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.footer .layoutIcon {
    float: left;
}

.footer .container .row .col-md-4 {
    padding: 15px;
}

.footer a {
    color: white;
    font-size: 15px;
}

.footer a:hover {
    color: white;
}

.footer .container .row .col-md-4 p i {
    font-size: 15px;
    font-family: Segoe_UI_SemiBold;
}

.footer p {
    font-size: 15px;
}

.footer .description {
    font-size: 15px;
}

.footer .font-weight-bold {
    margin-bottom: 20px;
    font-family: Segoe_UI_Bold;
    font-size: 15px;
}

.footer .form-inline .input-group .input-group-prepend .btn {
    padding: 0;
    border-radius: 0 8px 8px 0;
    border: unset;
    background-color: rgba(255, 255, 255, 0.6);
}

.footer .container .row .form-inline .input-group .input-group-prepend img {
    border-radius: 0 8px 8px 0;
}

.footer .container .row .form-inline .input-group input {
    border-radius: 8px 0 0 8px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
    font-style: italic;
}

.footer .modal-noti .modal-title {
    font-size: 20px;
    color: #777777;
}

.footer .modal-noti .modal-body {
    font-size: 15px;
    color: #777777;
}

.hidden {
    display: none;
}

.strong {
    font-weight: bold;
}

.segoe-bold {
    font-family: Segoe_UI_Bold;
}

.footer .modal .mail-header {
    padding: 10px 5px;
    margin: 0 auto;
    width: fit-content;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 0.9;
}

.footer .modal .thank-you {
    color: #fd9a4c;
    font-weight: 900;
    font-size: 33px;
}

.footer .modal .for-subscribing {
    color: #141540;
    font-weight: 700;
    font-size: 23px;
}

.footer .modal .all-done {
    margin-top: 3px;
    color: #fd9a4c;
    font-weight: 700;
    font-size: 17px;
}


@media only screen and (max-width: 766px) {
    .header .navbar ul .active-page {
        bottom: 4px;
        left: 12px;
    }

    .header .logo-desktop {
        display: none !important;
    }

    .header .logo-mobile {
        display: block;
    }

    .footer .layoutIcon {
        width: 100%;
    }

    .footer {
        padding: 15px;
        text-align: center;
        background-color: #0C9194;
        background-image: unset;
    }

    .footer p, .footer a, .footer .description {
        font-size: 14px;
    }

    .layoutIcon img {
        margin: auto;
    }

    .footer .col-lg-4 {
        padding: 20px;
    }

}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .header .logo-desktop {
        display: none !important;
    }

    .header .logo-mobile {
        display: block;
    }

    .header .navbar ul .active-page {
        bottom: 5px;
        left: 13px;
    }


    .footer {
        padding: 15px;
        text-align: center;
        background-color: #0C9194;
        background-image: unset;
    }

    .footer .description {
        width: 50%;
        margin: auto;
    }

    .footer .col-lg-4 {
        padding: 20px;
    }

    .footer .layoutIcon {
        width: 100%;
    }

    .layoutIcon img {
        margin: auto;
    }

    #form-newsletter {
        width: fit-content;
        margin: auto;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) {


}