@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Round);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(bootstrap.css);
@import url(whatsapp.css);
@import url(reset.css?v=1.3);
@import url(animate.css?v=1.3);
@import url(helpers.css?v=1.4);
@import url(response.css?v=1.0.5);
@import url(../helpers/owlcarousel/assets/owlcarousel/assets/owl.carousel.min.css);
@import url(../helpers/owlcarousel/assets/owlcarousel/assets/owl.theme.default.min.css);
@import url(../fonts/mixfonts/css/mixicon.css?v=1.2);
@import url(../fonts/mixicons/css/fontello.css?v=1.2);

:root {
    --niceBlue: #ccb168;
    --veniceBlue: #005f87;
    --green: #9dca00;
    --dark: #2a3140;
    --purple: #982f8b;
    --darkBorder: #252e34;
    --purpleBorder: #6a1360;
    --greenBorder: #80a501;
    --info: #0f95e1;
    --raisinBlack: #0a0f12;
    --darkBlue: #404a61;
    --red: #e15050;
    --warning: #ee8819;
    --textGold: #b78335;
    --borderGold: #f4e3b3;
    --gold:#ccb168;
}
.content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.header-bottom {
    float: left;
    width: 100%;
}
.header-top {
    float: left;
    width: 100%;
    background: #fff4d5;
    border-bottom: 1px solid #f4e3b3;
}
.header-top-content {
    float: left;
}
.header-top-content-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-top-social {
    float: left;
    display: flex;
    z-index: 9;
    margin-right: 10px;
    border-right: 1px solid var(--borderGold);
    padding: 9px 0;
}
.header-top-social > li {
    color: #fff;
    margin-right: 10px;
}
.header-top-social > li > a {
    color: var(--textGold);
    font-size: 12px;
    border-radius: 36px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--borderGold);
}
.header-top-social > li > a:hover {
    color: var(--darkBlue);
}
.header-mailto {
    display: flex;
}
.header-mailto a {
    display: flex;
    color: var(--textGold);
}
.header-mailto a:hover {
    color: var(--darkBlue) !important;
}
.header-mailto a:hover i {
    color: var(--darkBlue);
}
.header-mailto i {
    color: var(--textGold);
    font-size: 12px;
    border-radius: 36px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--borderGold);
    margin-right: 5px;
}
.header-top-content-right {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
}
.header-content-box {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.logo {
    float: left;
    border-right: 1px solid #efefef;
    padding: 10px 10px 15px 0;
}
.logo img {
    width: 100%;
    max-width: 60px;
}
.header_menu {
    float: left;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
}
.header_menu > ul {
    float: left;
    height: 100%;
    margin-right: -10px;
}
.header_menu > ul > li {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header_menu > ul > li > a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
}
.header_menu > ul > li > a > i {
    opacity: 0.7;
    font-size: 12px;
}
.header_menu > ul > li > a:hover {
    color: var(--niceBlue);
}
.header_menu > ul > li:hover > ul {
    display: block;
}
.header_menu > ul > li > ul {
    width: 100%;
    top: 80px;
    position: absolute;
    left: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-top: 3px solid var(--niceBlue);
    min-width: 230px;
    display: none;
    z-index: 9;
    background: #fff;
}
.header-sticky .header_menu > ul > li > ul {
    top: 56px;
}
.header_menu > ul > li > ul > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}
.header_menu > ul > li > ul > li > a {
    font-weight: 500;
    display: block;
}
.header_menu > ul > li > ul > li > a:hover {
    color: var(--niceBlue);
}

.header_menu > li{
    display: none;
    align-items: center;
    margin-right: 15px;
    border-right: 1px solid #f1f1f1;
    padding-right: 15px;
}

#tf-carousel {
    position: relative;
    height: 75vh;
    float: left;
    width: 100%;
}
#tf-carousel .carousel-inner .item {
    height: 75vh;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100%;
}
.carousel-inner > .item.active img {
    transition: transform 5s linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-caption {
    right: 0;
    padding: 0 0;
    vertical-align: middle;
    float: left;
    bottom: auto;
    z-index: 999999;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
.carousel-caption-area {
    float: left;
    width: 100%;
}
.carousel-caption-area element {
    display: inline-block;
    animation-delay: 0.5s;
    color: var(--dark);
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 650px;
}
.carousel-caption-area element > span {
    color: var(--gold);
    font-weight: 800;
}
.carousel-caption-area p {
    animation-delay: 1.7s;
    color: var(--dark);
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: 0.4px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: inline-block;
    max-width: 515px;
}
.carousel-caption-area a {
    background: var(--gold);
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    animation-delay: 2.5s;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.carousel-caption-area a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--dark);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.carousel-caption-area a:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.carousel-caption-area a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.carousel-caption-area a > span {
    position: relative;
}
.tf-carousel-nex-btn {
    display: none;
}
#tf-carousel:hover .tf-carousel-nex-btn {
    display: flex;
}
.tf-carousel-nex-btn-left {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    height: 100%;
    align-items: center;
}
.tf-carousel-nex-btn-left > i {
    font-size: 20px;
    border: 1px solid var(--dark);
    border-radius: 36px;
    width: 35px;
    height: 35px;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-carousel-nex-btn-right {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    height: 100%;
    align-items: center;
}
.tf-carousel-nex-btn-right > i {
    font-size: 20px;
    border: 1px solid var(--dark);
    border-radius: 36px;
    width: 35px;
    height: 35px;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-carousel-nex-btn:hover > i {
    color: var(--niceBlue);
    border-color: var(--niceBlue);
}
.mobil-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    display: none;
    overflow: auto;
}
.mobil-menu-active {
    visibility: visible;
    opacity: 1;
}
.mobil-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
.mobil-header-left {
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.mobil-header-left img {
    width: 37px;
}
.mobil-header-right {
    margin-left: auto;
    margin-bottom: auto;
    height: 100%;
    padding: 12px 12px;
    border-left: 1px solid #eaeaea;
}
.mobil-header-right a {
    color: var(--niceBlue);
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobil-header-right span {
    font-size: 30px;
}
.mobil-content > ul > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
.mobil-content > ul li a:hover {
    color: var(--niceBlue);
}
.mobil-content > ul > li > a {
    display: block;
    position: relative;
    padding: 15px 0 15px 10px;
}
.mobil-content > ul > li > a > i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #f7f7f7;
    color: var(--niceBlue);
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.mobil-content > ul > li > ul {
    background: #f7f7f7;
    float: left;
    width: 100%;
    display: none;
}
.mobil-content > ul > li > ul li {
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
}
.mobil-content > ul > li > ul li:last-child {
    border-bottom: none;
}
.mobil-footer {
    padding: 10px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.m-title-container {
    float: left;
    width: 100%;
}
.m-title-content {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.m-title-content > small {
    position: relative;
    font-size: 16px;
    color: var(--niceBlue);
    margin: auto;
    font-weight: 700;
}
.m-title-content > small::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: var(--niceBlue);
    left: -40px;
    top: 50%;
}
.m-title-content > small::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: var(--niceBlue);
    right: -40px;
    top: 50%;
}
.m-title-content > strong {
    font-size: 30px;
    color: var(--dark);
    margin: 10px 0;
    font-weight: 800;
    letter-spacing: 0.8px;
}
.m-title-content > p {
    max-width: 650px;
    margin: auto;
    color: var(--darkBlue);
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
.module-container {
    border-bottom: 1px solid #eee;
}
.m-info-boxes {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.m-info-boxes > div:not(:last-child) .m-info-box {
    border-right: none;
}
.m-info-box {
    float: left;
    width: 100%;
    border: 1px solid #ebeef0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(var(--niceBlue) 0 0) no-repeat calc(200% - var(--p, 0%)) 100% / 200% var(--p, 0.08em);
    transition: 0.3s var(--t, 0s), background-position 0.3s calc(0.3s - var(--t, 0s));
    height: 100%;
}
.m-info-box:hover {
    --p: 100%;
    --t: 0.3s;
}
.m-info-box:hover > i {
    color: #fff;
    transition: 0.8s;
}
.m-info-box > i.mix-selected-packet {
    font-size: 60px;
}
.m-info-box:hover > strong {
    color: #fff;
    transition: 0.8s;
}
.m-info-box:hover > p {
    color: #fff;
    transition: 0.8s;
}
.m-info-box > i {
    font-size: 50px;
    color: var(--niceBlue);
    height: 80px;
}
.m-info-box > strong {
    color: var(--dark);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.m-info-box > p {
    color: var(--darkBlue);
    margin-bottom: 0;
    font-weight: 300;
    line-height: 25px;
}
.footer {
    float: left;
    width: 100%;
    padding: 50px 0 30px 0;
    border-top: 3px solid #f5f5f5;
    background: #fff;
}
.footer-box {
    float: left;
    width: 100%;
}
.footer-logo {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.footer-logo > a > img {
    width: 85px;
}
.footer-short-info {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer-short-info > p {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    color: var(--darkBlue);
}
.footer-social {
    float: left;
    width: 100%;
}
.footer-social > ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.footer-social > ul > li > a {
    border: 1px solid #bfc1c6;
    padding: 5px;
    font-size: 17px;
    border-radius: 100%;
    color: #bfc1c6;
    margin-right: 10px;
}
.footer-social > ul > li:last-child > a {
    margin-right: 0;
}
.footer-social > ul > li > a:hover {
    border-color: var(--niceBlue);
    color: var(--niceBlue);
}
.footer-box-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.footer-box-title > strong {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    padding-left: 10px;
    border-left: 3px solid var(--niceBlue);
    line-height: 32px;
    color: var(--dark);
}
.footer-menu-list {
    float: left;
    width: 100%;
}
.footer-menu-list > li {
    float: left;
    width: 100%;
    padding: 5px 0 5px 10px;
}
.footer-menu-list > li > a {
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: var(--darkBlue);
}
.footer-menu-list > li > a:hover {
    color: var(--niceBlue);
}
.footer-menu-list > li > a > span {
    font-size: 16px;
    margin-right: 5px;
}
.e-newsletter {
    float: left;
    width: 100%;
    position: relative;
}
.e-newsletter > div {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #ebeef0;
    overflow: hidden;
    margin-bottom: 10px;
}
.e-newsletter > p {
    margin-bottom: 0;
    font-weight: 300;
    line-height: 21px;
    font-size: 13px;
    color: var(--darkBlue);
    float: left;
    width: 100%;
}
.e-newsletter > div input {
    border: none;
    font-size: 13px;
    color: var(--darkBlue);
    width: 100%;
    padding: 10px;
    font-weight: 500;
    background: #fff;
}
.e-newsletter > div input::-webkit-input-placeholder {
    color: rgb(191 191 191 / 68%);
}
.e-newsletter > div input:-ms-input-placeholder {
    color: rgb(191 191 191 / 68%);
}
.e-newsletter > div input::placeholder {
    color: rgb(191 191 191 / 68%);
}
.e-newsletter > div button {
    border: none;
    background: #fff;
    position: absolute;
    right: 0;
    color: var(--niceBlue);
    margin-bottom: 0;
    padding: 5px 10px 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #ebeef0;
}
.footer-copyright {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}
.footer-copyright-content {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright-left {
    color: #959595;
    display: flex;
    align-items: center;
}
.footer-copyright-left svg {
    -webkit-animation: heart_beat 2s ease infinite;
    animation: heart_beat 2s ease infinite;
    fill: #da2a2a;
    margin-right: 5px;
}
.footer-copyright-left > b {
    color: var(--niceBlue);
    margin: 0 5px;
}
.footer-copyright-right {
    float: right;
}
.footer-copyright-right > p {
    margin-bottom: 0;
    color: #959595;
    display: flex;
    align-items: center;
}
.footer-copyright-right svg {
    -webkit-animation: heart_beat 2s ease infinite;
    animation: heart_beat 2s ease infinite;
    fill: #da2a2a;
    margin-left: 5px;
    margin-right: 3px;
}
.footer-copyright-right > p > a {
    font-weight: 700;
    color: var(--darkBlue);
}
.footer-copyright-right > p > a:hover {
    color: var(--niceBlue);
}
#toast-alert {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 9999;
    width: 100%;
    text-align: center;
}
#toast-alert #alert-msg {
    padding: 10px 10px;
    background-color: #fff;
    text-align: left;
    border-radius: 0;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    color: #434141;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
#toast-alert .error {
    border-left: 5px solid #f55959;
    box-shadow: 0 1px 10px rgb(46 59 125 / 20%);
}
#toast-alert .success {
    border-left: 5px solid #4caf50;
    box-shadow: 0 1px 10px rgb(46 59 125 / 20%);
}
#toast-alert .info {
    border-left: 5px solid #03a9f4;
    box-shadow: 0 1px 10px rgb(46 59 125 / 20%);
}
#toast-alert.show {
    visibility: visible;
    -webkit-animation: fadein 1s, fadeout 1s 4s;
    animation: fadein 1s, fadeout 1s 4s;
}
#toast-alert .info > span {
    font-size: 35px;
    margin-right: 7px;
    color: #03a9f4;
}
#toast-alert .error > span {
    font-size: 35px;
    margin-right: 7px;
    color: #f55959;
}
#toast-alert .success > span {
    font-size: 35px;
    margin-right: 7px;
    color: #4caf50;
}
#toast-alert .error > i {
    font-size: 35px;
    margin-right: 7px;
    color: #f55959;
}
#toast-alert .success > i {
    font-size: 35px;
    margin-right: 7px;
    color: #4caf50;
}
.page-area {
    position: relative;
    width: 100%;
    float: left;
}
.page-title {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.page-title > h1 {
    font-size: 27px;
    color: var(--dark);
    margin: 10px 0;
    font-weight: 600;
    width: auto;
    position: relative;
    display: inline;
}
.page-title > h1::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: var(--niceBlue);
    left: -40px;
    top: 50%;
}
.page-title > h1::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    background: var(--niceBlue);
    right: -40px;
    top: 50%;
}
.page-container {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #f2f2f2;
}
.page-container h2 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px;
}
.page-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.page-img img {
    width: 100%;
    object-fit: contain;
}
.page-content-title {
    float: left;
    width: 100%;
}
.page-content-title > h1 {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 35px;
    color: #1a2940;
    font-weight: 700;
    padding-left: 10px;
    border-left: 3px solid var(--niceBlue);
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.page-content {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    font-weight: 300;
}
.page-content p,
.page-content div {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #474f63;
    font-weight: 400;
}
.page-content > ol {
    padding-left: 25px;
}
.page-content > ol > li {
    list-style: auto;
    margin-bottom: 0px !important;
    font-weight: 700;
    color: var(--dark);
    font-size: 15px !important;
}
.page-content > ol > ul {
    margin-bottom: 20px !important;
    display: block;
    padding-left: 20px;
}
.page-content > ol > ul > li {
    list-style: disc;
    font-family: Poppins, sans-serif;
    font-size: 14px !important;
    line-height: 27px;
    color: var(--dark);
    font-weight: 300;
    margin-bottom: 10px;
}
.page-content > ol > ul > li > span {
    list-style: disc;
    font-family: Poppins, sans-serif;
    font-size: 14px !important;
    line-height: 27px;
    color: var(--dark);
    font-weight: 300;
    margin-bottom: 10px;
}
.page-content > ul {
    margin-bottom: 20px !important;
    display: block;
    padding-left: 20px;
}
.page-content > ul > li {
    list-style: disc;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #474f63;
    font-weight: 400;
}
.page-content > h2 {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 15px;
    color: var(--dark);
}
.page-content > h3 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
}
.page-content h3 {
    font-weight: 600;
    font-size: 19px;
    color: var(--darkBorder);
}
.page-content a {
    font-weight: 600;
    color: #337ab7;
}
.blog-list-box {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.blog-list-img {
    float: left;
    width: 100%;
    height: 22rem;
}
.blog-list-img img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-list-text {
    float: left;
    width: 100%;
    padding: 10px;
}
.blog-list-text > a {
    float: left;
    width: 100%;
    font-size: 16px;
    color: var(--dark);
    margin: 2px 0;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog-list-text > a:hover {
    color: var(--niceBlue);
}
.blog-list-text > div {
    float: left;
    width: 100%;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-transform: none;
    color: var(--darkBlue);
    margin-bottom: 0;
    font-weight: 300;
    line-height: 25px;
}
.blog-list-text > div p {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: var(--dark);
    font-weight: 300;
}
.blog-detail-data {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.blog-detail-data > li {
    flex: 1;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 5px;
    line-height: 23px;
    color: var(--dark);
    font-weight: 500;
    font-size: 13px;
}
.blog-detail-data > li:last-child {
    border-right: none !important;
}
.blog-detail-data > li > span {
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.blog-detail-data > li > span > i {
    margin-right: 1px;
}
.blog-detail-container {
    float: left;
    width: 100%;
}
.blog-detail-img {
    float: left;
    width: 100%;
    object-fit: cover;
}
.blog-detail-img > img {
    float: left;
    width: 100%;
}
.blog-detail-content {
    float: left;
    width: 100%;
}
.page-sidebar {
    float: left;
    width: 100%;
    position: relative;
}
.sidebar-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #1a2940;
    font-weight: 700;
    padding-left: 10px;
    border-left: 3px solid var(--niceBlue);
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.side-blog-list {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.side-blog-box {
    float: left;
    width: 100%;
    display: flex;
    background: #fff;
    padding: 7px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-left: 3px solid #dfdfdf;
    align-items: center;
    margin-bottom: 20px;
}
.side-blog-box:hover {
    border-left: 3px solid var(--niceBlue);
}
.side-blog-img {
    float: left;
    width: 100%;
    flex: 1;
}
.side-blog-img > img {
    width: 100%;
    object-fit: cover;
}
.side-blog-text {
    float: left;
    width: 100%;
    flex: 3;
    padding-left: 10px;
    align-items: center;
}
.side-blog-text > a {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: var(--dark);
}
.side-blog-text > div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--dark);
    font-weight: 300;
}
.side-pack-info {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
.side-pack-info > p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    color: var(--dark);
    font-weight: 300;
}
.side-pack-info > a {
    border-radius: 3px;
}
.side-pack-info-sticky {
    position: fixed;
    z-index: 8;
    animation: slideInDown 0.5s ease-in-out 0s 1 both;
    max-width: 370px;
    width: 100%;
    top: 80px;
}
.side-pack-info-sticky > .side-pack-info {
    box-shadow: 0 0 5px 2px rgb(239 239 239 / 85%);
}
.blog-comments-area {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.blog-comment-form {
    float: left;
    width: 100%;
    border: 2px dashed #e8e8e8;
    padding: 15px;
    margin-bottom: 30px;
}
.blog-comment-form label {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-comment-form label > i {
    color: var(--info);
}
.blog-comment-form input {
    height: 40px !important;
    font-size: 12px;
}
.blog-comment-form textarea {
    font-size: 12px;
}
.blog-comment-form button {
    width: auto;
    float: right;
}
.blog-comments {
    float: left;
    width: 100%;
    border: 2px dashed #e8e8e8;
    padding: 15px;
}
.blog-comments ul {
    float: left;
    width: 100%;
}
.blog-comments > ul > li {
    padding: 10px;
    padding-bottom: 10px !important;
}
.blog-comments > ul > li.active {
    background: rgb(37 255 84 / 13%);
    border: 1px solid #c4e9cc;
}
.blog-comments ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 20px;
}
.blog-comments ul li > div {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.blog-comments ul li ul {
    margin-top: 20px;
    padding-left: 50px;
}
.blog-comments ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-comment-picture {
    border-radius: 36px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}
.blog-comment-picture > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-comment {
    float: left;
    width: 100%;
    padding-left: 60px;
}
.blog-comment > p {
    margin-bottom: 0;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: #555;
    font-weight: 300;
}
.blog-commentator {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.blog-commentator > span {
    font-weight: 500;
}
.blog-commentator > small {
    color: var(--dark);
}
.blog-no-comment {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
}
.blog-no-comment > i {
    font-size: 45px;
}
.blog-no-comment > p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.page-404 {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}
.page-404 > img {
    width: 100%;
    max-width: 600px;
}
.page-404 > h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}
.page-404 > p {
    font-size: 16px;
    margin-bottom: 0;
    max-width: 375px;
    text-align: center;
}
.page-404 > a {
    width: auto;
    margin-top: 30px;
    border-radius: 36px;
}
.contact-container {
    float: left;
    width: 100%;
}
.contact-left {
    float: left;
    width: 100%;
    padding: 40px;
    margin-bottom: 20px;
    border: 3px dashed #f3f3f3;
}
.contact-left > ul {
    float: left;
    width: 100%;
}
.contact-left > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.contact-left > ul > li:last-child {
    margin-bottom: 0;
}
.contact-left > ul > li > strong {
    font-weight: 700;
    font-size: 22px;
    border-left: 5px solid var(--niceBlue);
    padding-left: 15px;
    margin-bottom: 10px;
    color: var(--dark);
}
.contact-left > ul > li > p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    color: var(--darkBlue);
}
.contact-left > p {
    color: var(--darkBlue);
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #f3f3f3;
    padding-top: 10px;
    line-height: 28px;
}
.contact-right {
    float: left;
    width: 100%;
    border: 3px dashed #f3f3f3;
    padding: 30px 20px;
}
.contact-right > strong {
    display: block;
    font-weight: 700;
    font-size: 22px;
    border-left: 5px solid var(--niceBlue);
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
}
.franchise-form-box {
    float: left;
    width: 100%;
    border: 3px dashed #f3f3f3;
    padding: 20px;
    margin-bottom: 30px;
}
.franchise-form-title {
    float: left;
    width: 100%;
}
.franchise-form-title > strong {
    display: block;
    font-weight: 700;
    font-size: 19px;
    border-left: 5px solid var(--niceBlue);
    padding-left: 15px;
    margin-bottom: 20px;
}
.franchise-form-box input {
    font-size: 12px;
}
.franchise-form-box select {
    font-size: 12px;
}
.franchise-form-box textarea {
    font-size: 12px;
    height: 134px;
}
.franchise-form-box label {
    font-weight: 500;
    font-size: 12px;
}
.franchise-form-upload {
    float: left;
    width: 100%;
    border: 1px solid #ececec;
}
.franchise-form-upload fonts {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px;
}
.franchise-form-upload img {
    width: 100%;
    display: none;
    border-bottom: 1px solid #ececec;
}
.franchise-form-upload label {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.franchise-form-upload label:hover {
    color: var(--niceBlue);
}
.franchise-form-upload > p {
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    display: block;
    float: left;
    width: 100%;
    font-style: italic;
    color: #696969;
    font-size: 13px;
}
.page-loading {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-loading > i {
    font-size: 55px;
    color: var(--niceBlue);
}
.blog-scroll-box .blog-detail-data span {
    font-size: 11px;
    font-weight: 400;
}
.blog-scroll-box .blog-list-text > a {
    font-size: 16px;
    margin: 0 0;
}
.blog-scroll-box .blog-list-text > div p {
    font-size: 13px;
    line-height: 21px;
}
.languages {
    position: relative;
    display: flex;
    justify-content: center;
}
.languages > div {
    display: block;
}
.languages > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.languages > div > a img {
    max-width: 20px;
    margin-right: 5px;
}
.languages > div > a > i.mix-down-open-1 {
    color: #626262;
    font-size: 12px;
}
.languages > div > a > span {
    color: #222;
}
.languages > ul {
    position: absolute;
    z-index: 9;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    top: 30px;
    width: 130px;
    left: -26px;
    display: none;
}
.languages > ul > li {
    margin-bottom: 10px;
}
.languages > ul > li:last-child {
    margin-bottom: 0;
}
.languages > ul > li > a {
    display: block;
    padding-left: 5px;
}
.languages > ul > li > a > img {
    width: 20px;
    margin-right: 5px;
}
.header-order-btn {
    background: var(--niceBlue);
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 20px;
    right: -2000px;
    position: absolute;
    transition: all 300ms linear !important;
}
.header-order-btn > a {
    color: #fff;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header-sticky .header-order-btn {
    position: relative;
    right: 0;
}
.module-footer-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.module-footer-btn > a {
    width: auto;
    display: inline-block;
    margin: auto;
    border-radius: 3px;
    padding: 10px 30px;
    font-size: 14px;
}
.blog-content h2 {
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 28px !important;
    margin-bottom: 20px !important;
}
.blog-content h6 {
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 7px !important;
}
.blog-content p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}
.blog-content span {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}
.info-boxes-scroll {
    display: none;
}
.mobil-bottom-btn-set {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    left: 0;
    width: 100%;
    padding: 15px 7px;
    display: none;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eee;
    -webkit-animation: slideInUp 0.5s ease-in-out 0s 1 both;
    animation: slideInUp 0.5s ease-in-out 0s 1 both;
}
.mobil-bottom-btn-set > a {
    flex: 1;
    background: var(--niceBlue);
    margin: 0 10px;
    padding: 7px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.mobil-bottom-btn-set > a:last-child {
    background: var(--dark);
}
.mobil-bottom-btn-set > a:last-child > i {
    color: var(--niceBlue);
}
.welcome-modal .modal-header {
    padding: 0 !important;
    border-bottom: none !important;
}
.welcome-modal .modal-header > button {
    top: -25px !important;
    background: none !important;
    border-left: none !important;
    right: -10px !important;
}
.welcome-modal .modal-header > button > span {
    color: var(--niceBlue) !important;
    font-size: 30px !important;
}
.welcome-modal .modal-body {
    padding: 0;
}
.form-whatsapp-or-form {
    float: left;
    width: 100%;
}
.form-whatsapp-or-form div.text {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.form-whatsapp-or-form div.text > h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-whatsapp-or-form div.text > p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
}
.form-whatsapp-or-form > ul {
    display: block;
}
.form-whatsapp-or-form > ul > li {
    padding: 20px 10px;
    border-bottom: 1px solid #f1f1f1;
}
.form-whatsapp-or-form > ul > li:hover {
    background: #f5f5f5;
}
.form-whatsapp-or-form > ul > li a {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.form-whatsapp-or-form > ul > li a i {
    font-size: 30px;
    width: 45px;
}
.form-whatsapp-or-form > ul > li a i.mix-whatsapp {
    color: #128c7e;
}
.form-whatsapp-or-form > ul > li a i.mix-mail {
    font-size: 27px;
    margin-top: -2px;
    color: var(--info);
}
.form-whatsapp-or-form > ul > li a i.mix-hand-pointer-o {
    margin-left: auto;
    font-size: 20px;
    transform: rotate(327deg);
    margin-top: -5px;
}
.m-scroll-services {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.m-scroll-services a {
    display: block;
}
.m-scroll-services div.title {
    position: absolute;
    z-index: 999;
    bottom: 30px;
    padding: 0 20px;
    width: 100%;
}
.m-scroll-services div.title h6 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
}
.m-scroll-services a:hover .dark-window {
    background: linear-gradient(0deg, rgb(0 0 0 / 45%) 0%, rgb(0 0 0 / 35%) 28%, rgb(0 0 0 / 5%) 100%);
}
.m-before-after {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-before-after .left {
    position: relative;
    float: left;
    flex: 1;
}
.m-before-after .left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 52%;
    background-image: url(../img/before-after-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    width: 140px;
    height: 90px;
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 2s;
}
.m-before-after .left img {
    width: 100%;
}
.m-before-after .right {
    float: left;
    flex: 1;
    margin-left: 20px;
}
.m-before-after .right > strong {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--darkBorder);
    margin-bottom: 15px;
}
.m-before-after .right > p {
    color: var(--darkBlue);
    font-size: 15px;
    line-height: 25px;
}
.m-before-after .right > p:last-child {
    margin-bottom: 0;
}
.online-consultation {
    display: block;
    margin-right: 25px;
}
.online-consultation a {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 0;
    display: block;
    border-left: 1px solid var(--borderGold);
    border-right: 1px solid var(--borderGold);
    color: var(--textGold);
    font-weight: 500;
}

.online-consultation a:hover {
    color: var(--darkBlue)
}

.choose-browser-language-area {
    float: left;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid rgb(223 223 223 / 56%);
    padding: 15px 0;
}
.choose-browser-language {
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose-browser-language .left {
    display: block;
    margin-right: 20px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #474f63;
    line-height: 18px;
}
.choose-browser-language .right {
    display: flex;
    align-items: center;
}
.choose-browser-language .right select {
    border-color: #dfdfdf;
    border-radius: 4px;
    height: 35px;
    width: 100px;
    margin-right: 5px;
    padding: 0 5px;
}
.choose-browser-language .right button {
    height: 35px;
    padding: 0 10px;
    background: var(--darkBlue);
    border-radius: 4px;
    color: #fff;
    border: 1px solid #f7f7f7;
    font-size: 13px;
    font-weight: 500;
}
.choose-browser-language .right button:hover {
    background: var(--niceBlue);
}
.choose-browser-language .right a {
    height: 35px;
    display: flex;
    align-items: center;
    margin-left: 15px;
    padding-left: 5px;
    border-left: 1px solid #dfdfdf;
    color: #2f2f2f8f;
}
.choose-browser-language .right a:hover {
    color: var(--red);
}
.choose-browser-language .right a span {
    font-size: 25px;
}
.faq-container {
    float: left;
    width: 100%;
}
.faq-container .box {
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    float: left;
    width: 100%;
}
.faq-container .panel-heading {
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    position: relative;
    cursor: pointer;
}
.faq-container .panel-heading a {
    color: var(--darkBlue);
    font-weight: 500;
    font-size: 15px;
}
.faq-container .reply {
    background: #fff;
    border: 1px dashed #e8e8e8;
    border-top: none;
}
.faq-container .reply p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #474f63;
    font-weight: 400;
}
.ask-dietitian-area {
    position: fixed;
    right: 4%;
    bottom: 30px;
    z-index: 99;
}
.ask-dietitian-box {
    border: 3px solid #2db742;
    width: 65px;
    height: 65px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 12px 5px rgb(75 75 75 / 22%);
}
.ask-dietitian-box > button {
    background: #fff !important;
}
.ask-dietitian-box > button > i {
    font-size: 35px;
    color: #2db742;
}
.ask-dietitian-tooltip {
    position: absolute;
    left: -215px;
    width: 200px;
    top: -7px;
    background: #2db742;
    padding: 8px;
    border: 1px solid #2db742;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ask-dietitian-tooltip > strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}
.ask-dietitian-tooltip > p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 18px;
    font-size: 12px;
}
.ask-dietitian-tooltip:after {
    content: "";
    position: absolute;
    right: -10px;
    border-color: transparent transparent transparent #2db742;
    border-style: solid;
    border-width: 9px 0 9px 10px;
}
.ask-dietitian-tooltip:before {
    content: "";
    position: absolute;
    right: -10px;
    border-color: transparent transparent transparent #2db742;
    border-style: solid;
    border-width: 9px 0 9px 10px;
}
.ask-dietitian-tooltip > a {
    position: absolute;
    left: -13px;
    top: -13px;
    background: #2db742;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    color: #fff;
}
.ask-dietitian-tooltip > a:hover {
    background: #2db742;
}







.contact-map{
    margin-bottom: 20px;
    border: 2px solid var(--borderGold);
    float: left;
    width: 100%;
}





.doctors-list-box{
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 3px solid var(--gold);
}

.doctors-list-img {
    float: left;
    width: 100%;
}

.doctors-list-img > a{

}

.doctors-list-img img{
    width: 100%;
    height: auto;
}

.doctors-list-text{
    float: left;
    width: 100%;
    border-top: 1px solid #ededed;
}

.doctors-list-text span{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}

.doctor-media{
    float: left;
    width: 100%;
    border: 5px solid var(--gold);
    border-radius: 5px;
    margin-bottom: 20px;
}

.doctor-media img{
    width: 100%;
}

.doctor-info {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.doctor-info > h1{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 3px solid var(--gold);
    padding-left: 10px;
    line-height: 25px;
}

.doctor-info > div.about{
    float: left;
    width: 100%;
}

.doctor-info > div.about h3{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doctor-info > div.about ul{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.doctor-info > div.about li{
    float: left;
    width: 100%;
    list-style: inside;
    margin-bottom: 5px;
}

.doctor-info > div.about p{

}