@font-face {
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: local('Kanit Bold'), local('Kanit-Bold'), url(../fonts/Kanit-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}

body {
    font-style: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #9f9f9f;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}

.button {
    text-align: center;
    max-width: 100%;
    padding: 9px 40px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 2px solid;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.button-secondary-outline {
    border-color: #f8de66;
    color: #f8de66;
}

.button-secondary-outline:hover {
    background-color: #f8de66;
    border-color: #f8de66;
    color: #FFFFFF;
}

.relative {
    position: relative;
}

a {
    -webkit-transition: 0.33s all ease-out;
    -o-transition: 0.33s all ease-out;
    transition: 0.33s all ease-out;
}

a:hover {
    text-decoration: none;
}

.section {
    padding-top: 50px;

}

.section h3 {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    color: #2b2f40;
}

p {
    margin: 0;
}

.section h3 {
    font-size: 2.1875em;
}

.item-6 .item-icon {
    background-position: -20px -420px;
}

.item-5 .item-icon {
    background-position: -20px -336px;
}

.item-4 .item-icon {
    background-position: -20px -252px;
}

.item-3 .item-icon {
    background-position: -20px -168px;
}

.item-2 .item-icon {
    background-position: -20px -84px;
}

.item-1 .item-icon {
    background-position: -20px 0px;
}

.item-icon {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
    /*background-image: url(../images/main-serv.png);*/
    -webkit-transition: 0.33s all ease;
    -o-transition: 0.33s all ease;
    transition: 0.33s all ease;
}

.h7 {
    font: 700 16px/24px "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.button-primary-outline {
    color: #215b8a;
    background-color: transparent;
    border-color: #215b8a;
}

.button-primary-outline:hover {
    color: #FFFFFF;
    background-color: #215b8a;
    border-color: #215b8a;
}

.contacts h3 {
    margin-bottom: 35px;
}

.contacts h5 {
    margin-top: 40px;
}

.contacts p {
    font-size: 0.9375em;
}

.contacts .contact-info {
    font-size: 0.9375em;
    color: #000000;
}

.contacts .contact-info p {
    margin-bottom: 8px;
}

.contacts .contact-info dl dt,
.contacts .contact-info dl dd {
    display: inline-block;
    font-weight: 400;
}

.contacts .contact-info .link-primary {
    color: #215b8a;
}

.contacts .contact-info .link-primary:hover {
    color: #f8de66;
}

.page-title.appointment-title .page-title-right {
    right: 71%;
}

.appointment form {
    margin-top: 30px;
}

.appointment input[type=date] {
    color: #9f9f9f;
}

.form-control {
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #b7b7b7;
    color: #000000;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1;
    /* Firefox */
}

.form-control::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1;
    /* Firefox */
}

.form-control::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1;
    /* Firefox */
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9f9f9f;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #9f9f9f;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #9f9f9f;
}

.form-control:focus {
    border-color: #215b8a;
}

.btn-primary {
    width: 100%;
    padding: 9px 40px;
    font-weight: 700;
    background-color: #215b8a;
    border: 2px solid #215b8a;
    font-size: 0.875em;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #e3b536;
    border-color: #e3b536;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-header .navbar {
    padding: 33px 15px;
}

.main-header .navbar .navbar-nav > li + li {
    margin-left: 48px;
}

.main-header .navbar .navbar-nav .nav-link {
    color: #f24937;
}

.main-header .navbar .navbar-nav .nav-link:hover {
    color: #8e44ad;
}

.main-header .navbar .navbar-nav .active {
    color: #db402f;
}

.carousel .background {
    height: auto;
    min-height: 620px;
}

.carousel .background.item-1 {
    background-image: url(../images/law.jpg);
    background-size: cover;

}

.carousel .background.item-2 {
    background-image: url(../images/cons.jpg);
    color: #FFFFFF;
}

.carousel .background.item-3 {
    background-image: url(../images/marketing.jpg);
}

.carousel .background .caption {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.carousel .background .caption h2 {
    margin-bottom: 35px;
}

.carousel .background .caption .button {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.carousel .background .caption .button-default-outline:hover {
    color: #FFFFFF;
    background-color: #f8de66;
    border-color: #f8de66;
}

.carousel .background .title-about {
    max-width: 700px;
    font-size: 3em;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
    color: #FFFFFF;
}

.carousel .background .after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(5, 5, 33, 0.5);
}

.serv h6 {
    font-size: 1.375em;
}

.serv h2 {
    margin-bottom: 60px;
}

.serv .item:hover .divider::before {
    width: 168px;
    background: #f8de66;
}

.serv .item:hover .item-icon {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.serv .row-marketing {
    margin-top: 75px;
}

.police {

    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.police li {
    list-style: none;
}

.police li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif
}

.serv .divider {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%;
    margin: 13px 0;
    line-height: 0;
    font-size: 0;
}

.serv .divider::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #eee;
}

.serv .divider::before {
    content: '';
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #215b8a;
    -webkit-transition: 0.33s all ease;
    -o-transition: 0.33s all ease;
    transition: 0.33s all ease;
}

.bcg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/map-svg.svg);
    position: relative;
}

.bcg:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: .3;
}

.text-map {
    z-index: 5;
}

.about h3 {

    text-align: center;
    color: #FFFFFF;
    padding: 100px;
}

.about .text-center {
    margin-top: 50px;
}

.experts .wrap {
    padding: 25px 0;
}

.experts .wrap .experts-sub-text {
    font-style: italic;
    color: #215b8a;
}

.experts .thumbnail {
    position: relative;
}

.experts .thumbnail-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.experts .thumbnail-var-1 {
    min-height: 300px;
    padding: 30px 0 0;
    overflow: visible;
    text-align: center;
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    margin: 0 11px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #2b2f40;
}

.experts .thumbnail-caption {
    position: relative;
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    margin: 31px 17px 0 17px;
    padding: 17px 8px 25px;
    background: #fff;
}

.experts .thumbnail-caption .text-header {
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    color: #000000;
}

.experts .thumbnail-caption .text-caption {
    font-size: 0.9375em;
    font-style: italic;
}

.experts .thumbnail-caption p {
    margin-bottom: 0;
}

.progress-section {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/progress.jpg);
    background-attachment: fixed;
}

.progress-section .icon {
    margin: 0 auto;
    width: 32px;
    height: 32px;
    background-image: url(../images/progress.png);
}

.progress-section .count {
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    font-size: 3.4375em;
    color: #FFFFFF;
}

.progress-section h6 {
    font-size: 1.2em;
    color: #9b9b9b;
}

.progress-section .box-3 .icon {
    background-position: -20px -104px;
}

.progress-section .box-2 .icon {
    background-position: -20px -52px;
}

.progress-section .box-1 .icon {
    background-position: -20px 0px;
}

.progress-section .count-percent::after {
    display: inline-block;
    content: '%';
    font-size: 0.33em;
    vertical-align: middle;
    margin-top: -1.6em;
    margin-left: 0.25em;
}

.testimonials h3,
.comments h3 {
    text-align: center;
}

.testimonials .testimonial,
.comments .testimonial,
.testimonials .comment,
.comments .comment {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 555px;
}

.testimonials .testimonial .quote-bordered,
.comments .testimonial .quote-bordered,
.testimonials .comment .quote-bordered,
.comments .comment .quote-bordered {
    padding-top: 14px;
    text-align: center;
}

.testimonials .testimonial .quote-bordered .quote-body,
.comments .testimonial .quote-bordered .quote-body,
.testimonials .comment .quote-bordered .quote-body,
.comments .comment .quote-bordered .quote-body {
    margin-top: 15px;
    position: relative;
    padding-bottom: 10px;
}

.testimonials .carousel-control-prev-icon,
.comments .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.testimonials .carousel-control-next-icon,
.comments .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.faq {
    background-color: #F2F3F8;
}

.faq h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.faq .card-custom {
    display: block;
    margin: 0;
    margin-bottom: 0px;
    background: inherit;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq .card-header {
    background-color: #F2F3F8;
    border-bottom: 1px solid #d9d9d9;
}

.faq .btn-link {
    letter-spacing: 0.03em;
    color: #000000;
}

.faq .btn-link:hover {
    color: #000000;
}

.page-title {
    padding-top: 70px;
    padding-bottom: 90px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background: #000;
    overflow: hidden;
    background-image: url(../images/bg-image-about-us.jpg);
}

.page-title h2 {
    display: inline-block;
    font-size: 3.125em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.page-title .page-title-right {
    position: absolute;
    right: 80%;
    top: 44%;
    width: auto;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

.page-title .page-title-right h2 {
    padding-left: 1.2em;
    display: inline;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.2);
}

.who-we-are h3 {
    margin-bottom: 35px;
}

.who-we-are .caption {
    margin-bottom: 5px;
    font-size: 0.875em;
    color: #000000;
}

.who-we-are .progress {
    margin-bottom: 5px;
    height: 10px;
}

.who-we-are .progress .progress-bar {
    background-color: #f8de66;
}

.about-us {
    background-color: #F2F3F8;
}

.comments {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/comments.jpg);
    background-attachment: fixed;
}

.comments .comment,
.comments h3 {
    color: #FFFFFF;
}

.comments .comment {
    width: 800px;
}

.comments q {
    font-size: 1.5em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.2;
}

.comments .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.comments .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.choose {
    background-color: #F2F3F8;
}

.choose.section {
    padding-bottom: 0;
}

.product-image {
    width: 200px;
    margin-bottom: 10px;
}

.wrap-product {
    display: grid;
    margin-bottom: 40px;

}

.flex-partner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.partner-img {
    font-size: 15px;
    color: #2b2f40;
    text-align: center;
}

.row-product {
    text-align: center;
}

.desc {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #232323;
}

.row-product {
    font-size: 25px;
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    color: #2b2f40;
    margin: 0 5px 0;
}

.row-product p {
    margin-bottom: 10px
}

.choose ul {
    margin-top: 40px;
    padding-left: 0;
    list-style-type: none;
}

.choose ul > li + li {
    margin-top: 44px;
}

.choose .icon-box-horizontal {
    margin-left: -44px;
}

.choose .unit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.choose .unit .unit-body {
    margin-left: 32px;
}

.sec {
    padding-bottom: 50px;
}

.choose .unit-spacing-md.unit {
    margin-bottom: -32px;
    margin-left: -22px;
}

.choose .img-1,
.choose .img-2,
.choose .img-3 {
    background: url(../images/choose.png);
}

.choose .img-1 {
    background-position: -20px 0px;
    width: 52px;
    height: 32px;
}

.choose .img-2 {
    background-position: -20px -52px;
    width: 52px;
    height: 32px;
}

.choose .img-3 {
    background-position: -20px -104px;
    width: 52px;
    height: 32px;
}

.services.section {
    padding-bottom: 0;
}

.services p {
    margin-bottom: 45px;
}

.our-services {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/our-serv.jpg);
}

.our-services h3,
.our-services h6,
.our-services p {
    color: #FFFFFF;
}

.our-services p {
    margin-top: 60px;
    margin-bottom: 35px;
}

.our-services .item-6 .item-icon {
    background-position: 0 -260px;
}

.our-services .item-5 .item-icon {
    background-position: 0 -208px;
}

.our-services .item-4 .item-icon {
    background-position: 0 -156px;
}

.our-services .item-3 .item-icon {
    background-position: 0 -104px;
}

.our-services .item-2 .item-icon {
    background-position: 0 -52px;
}

.our-services .item-1 .item-icon {
    background-position: 0 0px;
}

.our-services .item-icon {
    width: 32px;
    height: 32px;
    background-image: url(../images/our-services.png);
}

.our-services .row-low-serv {
    margin-bottom: 50px;
}

.advice {
    background-color: #F2F3F8;
}

.advice .button {
    padding: 10px 70px;
    font-size: 1em;
}

.divider-wide {
    height: 10px;
    width: 100%;
}

.divider {
    margin-left: auto;
    margin-right: auto;
}

.bg-accent {
    background: #215b8a;
    fill: #215b8a;
}

.map {
    background-color: #2f3543;
}

.main-footer {
    background-color: #2f3543;
}

.main-footer.section {
    padding-top: 70px;
    padding-bottom: 30px;
}

.main-footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #3d445b;
}

.main-footer p {
    margin-top: 17px;
    color: #666c84;
}

.main-footer p.h7 {
    color: #FFFFFF;
}

.main-footer a {
    font-family: "Kanit", "Times New Roman", Times, serif;
    font-weight: 700;
    color: #FFFFFF;
}

.main-footer a:hover {
    color: #f8de66;
}

.main-footer .mail,
.main-footer .address {
    margin-top: 30px;
}

.main-footer .mail img,
.main-footer .address img {
    margin-right: 15px;
}

.main-footer .mail a,
.main-footer .address a {
    font-size: 0.85em;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.main-footer .address {
    margin-top: 15px;
}

.main-footer .row-divider {
    margin-top: 40px;
}

.main-footer .copyright {
    margin-top: 35px;
    color: #666c84;
}

.main-footer .quick-links ul {
    margin-top: 27px;
    padding-left: 0;
    list-style-type: none;
}

.main-footer .quick-links ul li {
    margin-top: 15px;
}

.main-footer .quick-links a {
    font-size: 0.9375em;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.select-lang {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.select-lang__dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    /* padding: 15px 0; */
    opacity: 0;
    transition: opacity 0.2s;
    background: white;
    border-radius: 3px;
    box-shadow: 0 5px 10px 2px rgba(80, 80, 80, 0.25);
    transform: translateX(-50%);
    pointer-events: none;
}

* {
    outline: none;
}

/* .select-lang__current {
    position: relative;
    width: 80px;
    height: auto;
    margin: 0;
    padding: 0 !important;
    color: #f24937;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    background: #fff;
    border-radius: 50%;
    transition: color 0.2s;
    cursor: pointer;
} */

.select-lang__current,
.select-lang__current {
    display: flex;
    align-items: center;
    justify-content: center;
}

button:focus {
    outline: none;
}

.more-know {
    font-size: 26px;
    padding: 1px 0 41px;
    color: #000;
    text-decoration: underline;
}

.select-lang__current img,
.select-lang__current img {
    max-width: 100%;
    margin-right: 10px;
}

/*.select-lang__current.en {*/
/*background: url("../images/en.jpg");*/
/*}*/
/*.select-lang__current.ro {*/
/*background: url("../images/ro.jpg");*/
/*}*/
.select-lang__dropdown.active {
    opacity: 1;
    pointer-events: all;
}

.consist-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 48;
}

.consist-popup.show {
    display: block;
}

.consist-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 49;
    cursor: pointer;
}

.consist-popup-list {
    width: 800px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 50;
    background-color: #ffffff;
    padding: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #000000;
    list-style: none;
    border-radius: 10px;
    border: 3px solid #D186A3;
    line-height: 1;
}


.consist-popup-list li {
    text-align: left;
}

.consist-popup-list b {
    font-size: 19px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.consist-popup-list p {
    font-size: 17px;
}

.consist-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.open-popup {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #232323;
    border: none;
    background-color: rgba(0,0,0,0);
    text-decoration: underline;
    cursor: pointer;
    margin-top: -5px;
    margin-left: auto;
    margin-right: auto;
}

.open-popup:hover {
    text-decoration: none;
}

.consist-popup-list b.consist-name {
    font-size: 22px;
    text-transform: inherit;
}

.consist-popup-list span {
    font-size: 21px;
}

.consist-desc {
    font-size: 21px;
    text-transform: lowercase;
}

.consist-popup-list ul {
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .consist-popup-list {
        width: 97vw;
    }

    .consist-popup-list ul {
        padding-left: 20px;
    }
}

@media screen and (max-width:767px) {
    .consist-popup-list {
        width: 310px;
    }
    .consist-popup-list li p {
        display: none;
    }

    .consist-popup-list b {
        font-size: 21px;
    }

    .consist-popup-list ul {
        margin-top: 10px;
    }

    .consist-close {
        right: 7px;
        top: 7px;
    }

}

.link-tel{
    display: flex;
    align-items: center;
}
.link-tel img{
    width: 15px;
    margin-right: 10px;
}
.select-lang__dropdown {
    width: fit-content;
}
.select-lang__dropdown a{
    display: flex;
    padding: 20px;
    text-align: right;
    cursor: pointer;
    background: #fff;
    border: 1px solid #cccccc;
    margin-top: -1px;
    color: #f24937;

    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 11px center;
}
.select-lang button {
    cursor: pointer;
    border: none;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
}
.privacy {
    max-width: 1200px;
    padding: 20px;
}
.privacy h1 {
    text-align: center !important;
}

.msg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.4);
    left: 0%;
    top: 0%;
    z-index: 1000;
}

.msg.show {
    display: flex;
}

.msg__content {
    display: flex;
    margin-top: 20vh;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 100px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #000;

}