@import "bootstrap.min.css";
@import "ion.rangeSlider.min.css";
@import "swiper-bundle.min.css";

@font-face {
    font-family: 'Muli-SemiBold';
    src: url('../webfonts/Muli-SemiBold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../webfonts/Muli-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../webfonts/Muli.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-ExtraBold';
    src: url('../webfonts/Muli-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../webfonts/Muli-Black.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* HEADER */
body {

    font-family: 'Muli';
    background-color: #F7F7F7;
}

body.results{
	background-color: #F9FAFB;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.innerContent ul, .innerContent li {
	list-style: auto;list-style-type: disc;padding: inherit;margin: 0 20px 0;
}

img {
    max-width: 100%;
}

a,
a:hover {
    transition: all 0.3s;
    text-decoration: none;
}

.container-fluid {
    padding: 0 106px;
}

.btn {
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-rounded-small {
    width: 46px;
    border-radius: 34px;
    height: 46px;
    background-color: #48C6B6;
    color: #fff;
    padding: 0;
}

.btn-primary {
    background-color: #48C6B6;
    color: #fff;
    border-color: #48C6B6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #48C6B6;
    color: #fff;
    border-color: #48C6B6;
    box-shadow: none;
}

.btn-orange-secondary {
    background-color: #E07B63;
    color: #fff;
}

.btn-rounded-primary {
    background-color: #48C6B6;
    border-color: #48C6B6;
    color: #fff;

}

.btn-rounded-primary:hover {
    background-color: #233266;
    border-color: #233266;
}

.btn-secondary {
    min-width: 142px;
    height: 46px;
    background-color: #233266;
    color: #fff;
    border-radius: 23px;
    font-family: 'Muli-Bold';
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 26px;
    text-align: center;
    color: #fff;
    padding-bottom: 7px;

}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.btn:focus {
    box-shadow: none;
}

.service {
    padding: 55px 0;
}

.service .card-services{
	cursor:pointer;
}

.heading2 {
    font-family: 'Muli-ExtraBold';
    letter-spacing: 0px;
    color: #3B5F5D;
    opacity: 1;
    font-size: 40px;
    margin: 0;
}

.heading3 {
    font-family: 'Muli-ExtraBold';
    letter-spacing: 0px;
    color: #363636;
    opacity: 1;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

/* Header */
.breadcrumbs-wrapper .container-fluid,
header .container-fluid {
    padding: 0 42px;
}

header .navbar-brand {
    padding: 0;
    margin: 0;
}

.brand-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-container img {
    height: 51px;
    width: auto;
}

.brand-container .senwo-logo {
    height: 26px;
}

.brand-container .by-text {
    color: #48C6B6;
    font-size: 13px;
    font-family: 'Muli-SemiBold';
    padding-top: 2px;
}

.brand-container .by-text:last-child {
    padding-top: 4px;
}

header .navbar-brand:hover {
    text-decoration: none;
}

header .navbar {
    padding: 25px 0;
    width: 100%;
	box-shadow: 0px 4px 6px #0000001F;
}

header {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Muli-SemiBold';
    color: #363636;
    text-align: center;
    letter-spacing: 0.32px;
    opacity: 1;
    padding: 0 34.5px;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #48C6B6;
}

header .search-form {
    flex: 1;
    display: flex;
    justify-content: center;
    width: 100%;
}

header .navbar-collapse {
    flex: inherit;
}

header .search-form form {
    flex: 1;
    display: flex;
    max-width: 490px;
    margin: 0 auto;
}

header .search-form form .form-control {
    height: 45px;
    border-radius: 100px !important;
    padding-left: 45px;
    border-color: rgba(124, 124, 124, 0.5);
}



header .search-form form .flex-1 {
    flex: 1;
    position: relative;
}

header .navbar-expand-lg .navbar-collapse {
    flex: inherit;
}


.search-form form .btn {
    padding: 0;
    margin-left: 8px;
}

.search-form form .btn svg {
    height: 24px;
    width: 24px;
}

.search-form form .input-group-text {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0;
    background-color: transparent;
    position: relative;
    border-color: rgba(124, 124, 124, 0.5);
    border-left: none;
    padding: 0;

}

.search-form form .input-group-text a.basic-addon2 {
    letter-spacing: 0.8px;
    letter-spacing: 0px;
    color: #7C7C7C;
    opacity: 0.97;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-width: 97px;

}

.search-form form .input-group-text a.basic-addon2 i {
    margin-left: 8px;
}

.search-form form .loc {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    z-index: 999;
    pointer-events: none;
}

.search-form .dropdown-menu {
    min-width: 411px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 15px;
    padding: 25px;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    border: none;
    margin-top: 10px;
}

.search-form .dropdown-menu h4 {
    letter-spacing: 0.32px;
    color: #26306B;
    font-size: 16px;
    ;
}

.rangeSlider {
    display: flex;
}

.rangeSlider .flex-1 {
    flex: 1;
}

header .search-form form .rangeSlider .form-control {
    padding: 0;
    width: 68px;
    border-radius: 5px;
    height: 35px;
    color: #363636;
    font-size: 14px;
    margin-left: 16px;
    text-align: center;
}

.resultMoteur{
    z-index: 100;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 3px;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 4px 6px #0000001F;
    display:none;
	margin-left: 35px;
}

.resultMoteur .col-lg-12{
    height: 230px;
    margin-top: 25px;
    padding: 5px;
}

.resultMoteur .titlesearch {
	margin: 10px 10px 3px;
    float: left;
}

.resultMoteur a{
    width: 100%;
    position: relative;
    float: left;
	padding: 2px 20px 5px;
    color: #666;
    font-weight: 400;
}

.resultMoteur a.hover{
    background-color:#efeeee;
}

.resultMoteur a:hover{
    background-color:#efeeee;
    text-decoration:none;
}

.content-result .heading4.alone{
	margin: 15px 0 38px !important;
}

.resultMoteur2{
    z-index: 100;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 4px 6px #0000001F;
    display:none;
	margin-left: 20px;
}

.resultMoteur2 .col-lg-12{
    height: 230px;
    margin-top: 25px;
    padding: 5px;
}

.resultMoteur2 .titlesearch {
	margin: 10px 10px 3px;
    float: left;
}

.resultMoteur2 a{
    width: 100%;
    position: relative;
    float: left;
	padding: 2px 20px 5px;
    color: #666;
    font-weight: 400;
}

.resultMoteur2 a.hover{
    background-color:#efeeee;
}

.resultMoteur2 a:hover{
    background-color:#efeeee;
    text-decoration:none;
}

.resultMDR{
    margin:0;
    padding:0px !important;
    height:140px;
}

.resultMDR img{
    width:100%;
    min-height: 140px;
    max-height: 140px;
    border-radius:5px;
    margin-bottom:5px;
}

.resultMoteur .ribbonPrice {
    width: 110px !important;
    height: 33px !important;
    background: #38aae1;
    top: 20px !important;
    right: -10px;
    border-radius: 5px 0px 5px 5px;
    position: absolute;
    color: #fff;
    font-size: 10px !important;
    font-weight: 300;
    text-align: center;
    padding-top: 3px;
    line-height:13px;
}

.resultMoteur .ribbonPrice span {
    font-size: 13px !important;
    font-weight: 600;
}

a.black{
	color: #363636;
}

.pagination-container{
	text-align:center;
}

ul.pagination{
	background-color:white;
	border-radius: 48px;
	padding: 10px 30px 13px;
	color:#3B5F5D;
}

.pagination {
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	margin-top: 40px;

}

.page-link {
	border:0px;	
	background-color: transparent;
	color:#3B5F5D;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

.page-item.active .page-link {
    z-index: 3;
    color: #3B5F5D;
    background-color: transparent;
	font-family: 'Muli-Black';
	border-bottom: 3px solid #48C5B5;
}

.page-link:hover {
    z-index: 2;
    color: #3B5F5D;
    text-decoration: none;
    background-color: transparent;
    border-color: #dee2e6;
}

.page-item{
	outline:none;
}

.page-item.disabled{
	opacity: 0.4;
}

.page-item:first-child .page-link {
    margin-right: 20px;
}
.page-item:last-child .page-link {
    margin-left: 20px !important;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    margin-left: 0;
    border: 1px solid;
    border: 1px solid #48C5B5;
    font-size: 12px;
    color: #48C6B6;
    border-radius: 23px;
    margin-top: 4px;
}

.cart{
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
	    min-height: 440px;
}

.js-output__d4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover,
.irs--big .irs-handle {
    width: 18px;
    height: 18px;
    box-shadow: 0px 0px 2px #2C273833;
    opacity: 1;
    background: #fff;
    border: none;
    top: 0;
}

.irs--big .irs-line,
.irs--big .irs-bar {
    height: 3px;
    top: 9px;
}

.irs--big .irs-line {
    background: #7C7C7C;
    border: 1px solid #7C7C7C;
    box-shadow: none;
}

.irs--big .irs-bar {


    background: #48C6B6;
    border: 1px solid #48C6B6;
    box-shadow: none;
}

.irs--big {
    height: inherit;
}

.irs--big .irs-min, .irs--big .irs-max {
    top: 20px;
    background-color: transparent;
    padding: 0;
    color: #030303;
    opacity: 0.55;
    font-size: 12px;
}


.hero-text {
    padding: 90px 114px 100px 88px;
    background-image: url(../images/Search-illustration.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #26306B;
}

.hero-text h1 {
    font-family: 'Muli-ExtraBold';
    letter-spacing: 1.1px;
    color: #FFFFFF;
    text-shadow: 0px 0px 11px #00000033;
    line-height: 75px;
    font-size: 44px;
    margin-bottom: 35px;
    max-width: 790px;
    text-transform: uppercase;
}


.hero-search {
    display: flex;
    align-items: center;
}

.hero-search .media-body .form-control {
    height: 69px;
    border-radius: 100px;
    color: #283167;
    padding: 0 48px;
	box-shadow: inset 0px 0px 6px #3232647C;
	z-index: 30;
    position: relative;
}

.hero-search .media-body .form-control::placeholder {
    color: #283167;
    opacity: 0.79;
}

.hero-search .btn {
    border-radius: 34px;
    height: 69px;
    max-width: 262px;
    width: 100%;
    font-size: 24px;
    font-family: 'Muli';
    margin-left: 32px;
}

.hero-search .btn:hover {
    transform: scale(1.04);
}

.hero-search .btn i {
    margin-left: 8px;
}

.hero-search .btn i img {
    height: 29px;
}


.hero-image {
    background-image: url(../images/shutterstock_1667896444.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px;
    display: flex;
    align-items: flex-end;
}

.hero-image span {

    display: inline-flex;
    background-color: #283167;
    color: #fff;
    margin-top: 2px;
    font-size: 34px;
    line-height: 44px;
    padding: 0 10px 6px;
}

.hero-image p {
    margin: 0;
}

.card-services {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-size: cover !important;
    background-position: bottom center !important;
    border-radius: 10px;
}

.card-services .cardBody {
    flex: 1;
}

.card-services .cardFooter {
    padding: 10px 20px;
    background: rgb(54, 54, 54, 0.43) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 15px 15px;
}

.card-services .cardFooter h4 {
    letter-spacing: 0.4px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;

}

.card-services .cardFooter p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.servicesSlider {
    margin-top: 36px;
}

.card-services .cardHeader {
    margin-bottom: 132px;
    padding: 10px;
    padding-left: 0;
    padding-right: 12px;
}

.card-services .cardHeader ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



.card-services .cardHeader ul li a.btn-orange-secondary {
    color: #fff;
}

.card-services .cardHeader ul li a {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'Muli-Black';
    border-radius: 0px 0px 20px 0px;
}

.card-services .cardHeader ul li span {
    font-size: 12px;
    color: #26306B;
    display: inline-flex;
    padding: 6px 16px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.servicesSlider .swiper-slide {
    height: auto;
}

.control .swiper-button-next,
.control .swiper-button-prev {
    position: relative;
    margin: 0;
    left: 0;
    right: 0;
    width: 49px;
    height: 49px;
    color: #7c7c7c;
    top: inherit;
    transform: inherit;
}

.control .swiper-button-next:hover {
    color: #000;
}

.control {
    display: flex;
    align-items: center;
}

.control .swiper-button-next:after, .control .swiper-button-prev:after {
    content: none;
}

.control .swiper-button-next svg,
.control .swiper-button-prev svg {
    width: 38px;
    height: 38px;
}

.search-establishments {
    background: rgba(72, 197, 181, 0.14) 0% 0% no-repeat padding-box;
}

.search-establishments .content {
    padding: 45px 0 60px;
}

.search-establishments .content p {
    color: #3B5F5D;
    opacity: 1;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}

.search-establishments .content ul {
    display: flex;
    align-items: center;
    margin: 0 -15px 44px;
}

.search-establishments .content ul li {
    padding: 0 15px;
}

.search-establishments .content ul li a {
    height: 61px;
    border: 2px solid #48C5B5;
    font-size: 22px;
    letter-spacing: 0.44px;
    padding: 0 22px;
    border-radius: 100px;
    position: relative;
}

.search-establishments .content ul li a:hover {

    border: 2px solid rgb(200 245 239);
}

.search-establishments .content ul li a i {
    margin-right: 28px;
}

.search-establishments .content h2 {
    margin-bottom: 44px;
}

.search-establishments .content p {
    margin: 0;
    line-height: 37px;
    max-width: 876px;
    font-size: 22px;

}

.search-establishments .content p strong {
    font-weight: 600;
}

/* .search-establishments .content ul li a span.ellipse {
    border: 1px solid #E07B63;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -11px;
    position: absolute;
    transform: translate(-50%, -50%);
}

span.ellipse {
    border: 1px solid #E07B63;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: -11px;
    position: absolute;
    transform: translate(-50%, -50%);
} */

/* span.ellipse:after {
    content: '';
    width: 21px;
    height: 21px;
    background-color: #E07B63;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

} */


.leadSlider {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.leadSlider p {
    margin: 0;
    position: relative;
}

.retreats {
    padding: 73px 0;
}

.retreats .heading3 {
    color: #363636;
}

.retreats-card .media-body {
    flex: 1;
    padding: 22px 18px 12px 22px;
    transition: all 0.3s;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}

.retreats-card .thedate{
	margin-top: -12px;
    margin-bottom: 3px;
    font-size: 12px;
    color: #aaa;
}

.retreats-card:hover {

    box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
}

.retreats-card .media-body h3 {

    letter-spacing: 0.48px;
    color: #363636;
    opacity: 1;
    font-size: 24px;
    margin-bottom: 14px;
    font-family: 'Muli-ExtraBold';
}

.retreats-card .media-body p {
    letter-spacing: 0px;
    color: #363636;
    font-size: 18px;
}

.retreats-card .media-body a {
    color: #26306B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-family: 'Muli-SemiBold';
    font-size: 20px;
    text-align: left;
    color: #26306b;

}

.retreats-card {
    display: flex;
    background-color: #FFFFFF;
	    margin-top: 25px;
	max-height: 197px;
	height: 197px;
}

.retreats-card .img-holder {
    width: 268px;
}

.retreats-card .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	    max-height: 197px;
}

.retreats {
    background-color: #F7F7F7;
}

.retreats .row {
    margin-bottom: 0px;
}


.columnSlider .swiper-wrapper {
    flex-direction: row;
    align-items: flex-end;
}

.establishments-card {
    position: relative;
    overflow: hidden;
}

.establishments-card strong{

    font-family: 'Muli-ExtraBold';

}

.establishments-card .text-end .img-fluid {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-15%, -50%);
}



.leadSlider p span.ellipse {

    right: -50px;
    top: 50%;
    position: absolute;
    left: auto;
    transform: translate(0, -50%);
}


.top-residences {
    padding: 62px 0;
}

.card-residence {
    padding: 10px 15px 13px;
    background: #fff;
    border: 1px solid #f5eded;
    opacity: 1;
    margin-top: 22px;
    transition: all 0.3s;

}

.card-residence:hover {
    box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 4px 3px 13px 3px rgba(0, 0, 0, 0.13);
}

.card-residence .text-right a {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #48c5b5;
    display: inline-block;
}

.card-residence h4 {
    margin: 0;
}

.card-residence h4 a {
    margin: 0;
    font-family: 'Muli-Black';
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #26306b;
}

.card-residence .loc {

    display: inline-flex;
    align-items: center;
    background: transparent;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #7c7c7c;


}

.card-residence .loc i {
    color: #48C5B5;
    margin-right: 6.5px;
}

.card-residence .loc i svg {
    width: 16px;
    height: 16px;
}

.card-residence .card_footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.card-residence .card_footer a {
    font-size: 12px;
    line-height: 24px;
    text-align: left;
    color: #26306b;
    display: inline-flex;
    border-radius: 3px;
    background: #e2e2e2;
    border: 0.5px solid #e2e2e2;
    padding: 2px 12px;

}

.card-residence .card_footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}



.consult-card .card-body ul li {
    margin-left: 3.5px;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 13px;

}


.consult-card .card-body ul li {
    position: relative;
    padding-left: 32px;
}

.consult-card .card-body ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/short_text_black_24dp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 2px;
}

.consult-card .card-body ul li:hover:before {
    background-image: url(../images/short_text_green_24dp.svg);
}

.consult-card .card-body ul li:last-child {
    margin-bottom: 0;
}

.consult-card {
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    background-position: center;
    position: relative;
    overflow: hidden;
    height: 100%;
	    background-size: cover !important;
}

.consult-card:after {
    content: '';
    position: absolute;
    background-color: #26306B;
    inset: 0;
    opacity: 0.6;
    border-radius: 17px;
}

.consult-card .card_header {
    display: flex;
    padding: 24px 24px 0;
    position: relative;
    z-index: 1;
    min-height: 151px;
}

.consult-card .card_header .media-body h3 {

    font-family: 'Muli-ExtraBold';
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #fff;
}

.consult-card .card-body {
    padding: 85px 24px 24px;
    background: linear-gradient(rgba(228, 112, 92, 0) 0%, #d6624e 100%);
    opacity: 0.9;
    position: relative;
    z-index: 1;
    min-height: 211px;

}

.consult-card .card-body.bg-purple {
    background: linear-gradient(rgba(176, 137, 186, 0) 0%, #b089ba 100%);
    opacity: 0.9;

}



.consult-card .card-body.bg-green {
    background: linear-gradient(rgba(30, 189, 172, 0) 0%, #1ebdac 100%);
    opacity: 0.9;
}

.consult-card .card-body.bg-orange {
    background: linear-gradient(rgba(254, 176, 103, 0) 0%, #feb067 100%);
    opacity: 0.9;
}

.consultSlider {
    margin-top: 22.5px;
}

.consultSlider .swiper-slide {
    height: auto;
}

.consult-information {
    padding: 35px 0 70px;
}

.consult-information .swiper-wrapper {
    max-height: inherit;
}

.princepless {
    background: rgba(72, 197, 181, 0.14);
    padding: 50px 0;

}

.princepless .heading3 {
    display: flex;
    margin-bottom: 30px;
}

.princepless .heading3 i {
    margin-right: 10px;
    line-height: 1;
}

.princepless .heading3 i.text-green {
    color: #48C5B5;
}

.listprincepless .media span {
    font-family: 'Muli-ExtraBold';
    margin-right: 6px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
}

.listprincepless.list-green .media span {
    color: #48C5B5;

}

.listprincepless.list-green .media:hover {
    background-color: rgba(72, 197, 181, 0.2);
}

.listprincepless .media .media-body {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #3b5f5d;
}

.listprincepless .media {
    border-radius: 15.5px;
    background: rgba(255, 255, 255, 0.16);
    padding: 2.5px 21px;
}

.listprincepless li {
    margin-top: 10px;
}


.princepless .heading3 {
    color: #3B5F5D;
}

.princepless .heading3 i.text-orange {
    color: #F8B96B;
}

.princepless .row:first-of-type {
    margin-bottom: 42px;
}

.listprincepless.list-orange .media span {
    color: #F8B96B;

}

.listprincepless.list-orange .media:hover {
    background-color: rgba(248, 185, 107, 0.2);
}

.princepless {
    overflow: hidden;
    position: relative;
}

.princepless .container-fluid {
    position: relative;
    z-index: 2;
}

.princepless .shape {
    position: absolute;
}

.princepless .shap1 {
    top: 28px;
    left: 15px;
}

.princepless .shap2 {
    right: -143px;
    bottom: 45px;
}

footer {
    padding: 26px 0;
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0;
    background: #26306b;

}

footer .social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer .social-links li {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 24px;
    text-align: left;
    color: #26306b;
    padding: 4.5px;

}

.footer-top {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
}

footer p {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #3b5f5d;
    max-width: 493px;
}

footer .quick-links li a {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 8px;
    text-align: center;
    color: #3b5f5d;

}

.copyrights a:hover,
footer .quick-links li a:hover {
    color: #48C5B5;
}

footer .quick-links li {
    margin-bottom: 23px;
}

.copyrights {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #26306b;
    padding: 30px 0;
}

.copyrights a {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    text-align: left;
    color: #26306b;
    margin-left: 20px;
}



.breadcrumbs-wrapper {
    background: #26306b;
    padding: 21.5px 0;

}

.breadcrumbs-wrapper ul {
    display: flex;
    align-items: center;
}

.breadcrumbs-wrapper ul li a,
.breadcrumbs-wrapper ul li {
        font-family: 'Muli';
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.028em;
    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;

}

.breadcrumbs-wrapper ul li:after {
    content: url('https://api.iconify.design/fa-solid/long-arrow-alt-right.svg?color=%23F9FAFB');
    display: inline-flex;
    margin: 0 15px;
    color: #F9FAFB;
}

.breadcrumbs-wrapper ul li:last-child:after {
    content: none;
}

.filter-wraper {
    padding: 0 0 67px;
    display: flex;
	width: 100%;
}

.sideBarWrapper {

    flex: 0 0 487px;
}

.logoGroupe {
    max-height: 45px;
    max-width: 200px;
}

.sidebarFilter {
    background: #fff;
    padding: 18px;
    padding-left: 106px;
    margin-bottom: 21px;
}

.topSidebar {
    border-bottom: 5px solid #48C5B5;
}

.sidebarFilter h3,
.cardHeader a {
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    color: #363636;
    font-size: 20px;
    font-family: 'Muli-Bold';
}

.cardHeader a span {
    flex: 1;
}

.card-filter .cardbody {
    padding: 15px 0;
}

.loaderCheck {
    height: 23px;
    width: 96%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    margin-top: 6px;
    margin-left:5px;
	opacity:0.3
}
.loaderCheck:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 23px;
    background-color: #ccc;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.checkbox-style {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.checkbox-style+label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
	margin-bottom: 10px;
}

.checkbox-style+label .media-body {
    flex: 1;
    line-height: 21px;
}

.checkbox-style+label .counter {
    font-weight: normal;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #7C7C7C;
    background-color: rgba(124, 124, 124, 0.3);
    min-width: 33px;
    height: 18px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;


}

.checkbox-style+label:before {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 4px;
    background: #fff;
    border: 0.5px solid #26306b;
    margin-right: 8px;

}

.checkbox-style:checked+label:before {
    background-color: #26306B;
    background-image: url(../images/Check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.checkFilter li {
    margin-bottom: 10px;
}

.sidebarFilter hr {
    margin: 0 0 16px;
    border-color: rgba(124, 124, 124, 0.22);
}

.sidebarFilter a.cta {
    margin-bottom: 16px;
    display: inline-flex;
    color: #48C6B6;
}

.filter-title h3 {
    margin: 0;
}

.filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.filter-title .price {
    font-family: 'Muli-Bold';
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    color: #26306b;
}



.sidebarFilter .rangeSlider {
    margin-bottom: 30px;
}

.sidebarFilter .irs--big .irs-from,
.sidebarFilter .irs--big .irs-to,
.sidebarFilter .irs--big .irs-single {
    background: none;
    box-shadow: none;
}

.sidebarFilter .irs--big .irs-bar {
    background: #26306B;
    border: 1px solid #26306B;
    box-shadow: none;
}

.sidebarFilter .irs--big .irs-line {
    background: #E2E2E2;
    border: 1px solid #E2E2E2;
    box-shadow: none;
}

.sidebarFilter .rangeSlider .flex-1 {
    padding: 0 32px;
    padding-right: 50px;
}


.sidebarFilter .irs--big .irs-min {
    left: -32px;
}

.sidebarFilter .irs--big .irs-min,
.sidebarFilter .irs--big .irs-max {
    top: 0;
}

.sidebarFilter .irs--big .irs-max {
    right: -50px;
}

.findCard .titleCard span {
    font-family: 'Muli-Bold';
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;

}

.findCard .titleCard p {
    font-family: 'Muli-Bold';
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 19px;
}

.findCard .content-body ul li {
    font-size: 13px;
    line-height: 1;
    color: #363636;
    margin-bottom: 14px;
}

.findCard .content-body ul li span {
    font-family: 'Muli-ExtraBold';

}

.findCard .content-body ul li strong {
    font-family: 'Muli-Bold';
}

.findCard {
    padding-right: 14px;
}

.text-orange {
    color: #E07B63 !important;
}

.text-red {
    color: #E07B63 !important;
}

.text-purple {
    color: #B694C4 !important;
}

.content-result {
    flex: 0 0 1;
    max-width: 100%;
    padding: 0 103px 0 60px;
	width: 100%;
}

.content-result .heading4 {
    margin: 59px 0 38px;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: left;
    color: #363636;
    font-family: 'Muli-SemiBold';

}

.content-result .heading4 strong {
    font-family: 'Muli-ExtraBold';

}

.cardheader {
    padding: 20px 0;
}

.cardheader h1 {
    font-family: 'Muli-Bold';
    font-size: 32px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: left;
    color: #48c5b5;
    margin-bottom: 12px;
}

.cardheader p {
    font-family: 'Muli-SemiBold';
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    color: #363636;
    border: 1px solid rgba(0, 0, 0, 0);

}

.cardheader p strong {

    font-family: 'Muli-ExtraBold';
}

.cta-view {
    min-width: 111px;
    height: 29px;
    font-family: 'Muli-SemiBold';
    border-radius: 14.5px;
    background: #fff;
    color: #26306B;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-view i {
    margin-right: 5.9px;
}

.filterList {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -9px;
}

.cta-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Muli';
    font-size: 14px;
    line-height: 29px;
    text-align: left;
    color: #26306b;
    padding: 4.5px 15px;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
    background-color: #FFFFFF;
}

.cta-filter:hover, .cta-filter.active{
	background-color: #26306B;
	color:#fff;
}

.filterList li {
    padding: 0 9px;
}

.btn-group .cta-group {
    background-color: #FFFFFF;
    border: 1px solid #E2E2E2;
    color: #26306b;
    padding: 4.5px 21px;
    font-size: 14px;
    line-height: 29px;
    min-width: 100px;
    margin: 0 -1px;
}

.btn-group .cta-group a{
	color:#26306b;	
}

.btn-group .cta-group.active a{
	color:#fff;	
}

.btn-group .cta-group i {
    color: #48C5B5;
    line-height: 0;
    margin-right: 8.9px;
}

.btn-group .cta-group i svg {
    width: 16px;
    height: 16px;
}

.btn-group .cta-group:first-of-type {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.btn-group .cta-group:last-of-type {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.btn-group .cta-group.active {
    background-color: #26306B;
    color: #fff;
}


.media-card {
    margin-top: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
	transition: all 0.3s

}

.media-card:hover {
box-shadow: 0px 0px 10px #00000043;
}
.media-card-body {
    padding: 20px;
}

.media-card [class*="col-"] {
    padding: 0;
}

.media-card-body .cardHedaer {
    display: flex;
    align-items: center;
}

.media-card-body .cardHedaer h1, .media-card-body .cardHedaer h3{
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: left;
	font-family: 'Muli-ExtraBold';
    color: #26306b;
}

.media-card-body .location i {
    color: #48C5B5;
    line-height: 1;
}

.media-card-body .cardHedaer h1 a, .media-card-body .cardHedaer h3 a {

    font-family: 'Muli-ExtraBold';
    color: #26306b;
}

.media-card-body .cardHedaer .price {
    margin-left: auto;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: right;
    color: #363636;

}

.media-card-body .location {
    font-size: 14px;
    line-height: 1;
    color: #363636;
    margin: 11px 0 30px;
}

.media-card-body .list {
    display: flex;
    align-items: center;
}

.media-card-body .list .media-body {
    flex: 1;
    display: flex;
    align-items: center;
}

.label-secondary {
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    text-align: left;
    color: #26306b;
    background-color: rgba(38, 48, 107, 0.10);
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
}

.media-card-body .list .media-body ul {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.media-card-body .list .media-body ul li {
    margin-left: 5px;
    margin-bottom: 0;
}

.tooltip > .tooltip-inner {background-color: #fff;font: normal normal normal 11px/14px Muli;letter-spacing: 0.22px;color: #030303;background: #FFFFFF 0% 0% no-repeat padding-box;
border: 0.5px solid #48C5B5;
border-radius: 15px;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	margin-bottom:-10px !important;
    display: none !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	margin-bottom:-10px !important;
    display: none !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	margin-bottom:-10px !important;
    display: none !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	margin-bottom:-10px !important;
   display: none !important;
}

.media-footer {
    margin-top: 35px;
    display: flex;
}

.media-footer ul {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cat-slide {
    border: 1px solid #F8B96B;
    padding: 5.5px 16px;
    border-radius: 100px;
}

.cat-slide span {
    width: 0;
    font-size: 0;
    color: #F8B96B;
    transition: all 0.3s;

}

.cat-slide:hover span {
    display: inline-flex;
    font-size: 14px;
    width: auto;
    line-height: 1;

}


.cat-slide-premium span {
    width: 0;
    font-size: 0;
    color: #26306c;
    transition: all 0.3s;
	border:1px solid #26306c;
	border-radius:30px;
	opacity:0;
}

.liprem:hover .cat-slide-premium span {
    display: inline-flex;
    font-size: 14px;
    width: auto;
    line-height: 1;
	padding: 5px 20px 8px;
	opacity:1;
}

.media-footer ul li {
    margin-left: 30px;
}

.media-footer ul li .btn-primary {
    border-radius: 100px;
    height: 46px;
    padding-bottom: 8px;
}

.media-card .img-holder {
    position: relative;
}



.label-primary {
    position: absolute;
    top: 15px;
    height: 36px;
    background: #e07b63;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    padding: 4px 18px 7px;
    border-bottom-right-radius: 18px;
    left: 0;


}

.overlay-link {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-link li a {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #48c5b5;
    border-radius: 50%;

}

.overlay-link li {
    margin-right: 10px;
}

.find-place {
    margin-top: 20px;
    padding: 34px 30px 54px;
    position: relative;
    background-image: url(../images/bg-find.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

.find-place:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(38, 48, 107, 0.9);
}

.find-place h3 {

    font-family: 'Muli-Black';
    font-size: 31px;
    text-align: left;
    color: #fff;

}

.find-place .inner-content {
    position: relative;
    z-index: 99;
}

.find-place p {
    font-family: 'Muli-Bold';
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #e07b63;
    margin-bottom: 50px;
}

.find-place form {
    max-width: 595px;
}

.content-steps .row,
.find-place form .row {
    margin: 0 -10px;
}

.content-steps [class*="col-"],
.find-place form .row [class*="col-"] {
    padding: 0 10px;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    height: 40px;
    font-size: 16px;
    text-align: left;

    color: #26306b;
    background-color: #fff;
    background-image: url(../images/icon-navigation-expand_less_24px.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) 50%;

}

.find-place .cta {
    position: absolute;
    font-family: 'Muli-Bold';
    font-size: 21px;
    letter-spacing: 0.01em;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    right: 0;
    bottom: -15px;

}

.find-place .shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.pagination-card {
    max-width: 785px;
    margin: 52px auto 0;
    border-radius: 47.5px;
    background: #fff;
    padding: 26.5px 0;
}

.pagination-card ul {
    display: flex;
    justify-content: center;
}

.pagination-card ul li.pageItem a {
    font-size: 25px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-align: center;
    color: #3b5f5d;
    display: inline-flex;
    padding: 3px 0;
    position: relative;
}

.pagination-card ul li.pageItem.active a {
    font-family: 'Muli-Black';
}

.pagination-card ul li.pageItem.active a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #48c5b5;
    height: 2px;
}

.pagination-card ul li {
    padding: 0 12px;
}

.pagination-card ul li {
    margin: 0 4.5px;
}


.pagination-card ul li.btn-page a {
    border: 1px solid #48c5b5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: center;
    color: #48c6b6;
    min-width: 162px;
    height: 42px;
    border-radius: 21px;
    background: #fff;
    padding-bottom: 3px;

}

.pagination-card ul li.btn-page a i svg {
    width: 24px;
    height: 24px;
}

.pagination-card ul li.btn-page.next i {
    margin-left: 15px;
}

.pagination-card ul li.btn-page.prev i {
    margin-right: 15px;
}

.pagination-card ul li.btn-page.next a.disabled,
.pagination-card ul li.btn-page.prev a.disabled {
    opacity: 0.3;
}


.question-response {
    padding: 40px 0;
    background: rgba(72, 197, 181, 0.05);

}

.more-about .container-fluid,
.question-response .container-fluid {
    padding-left: 40px;
}

.more-about .pl-89{
	font-size:14px !important;
	color:#fff;
}

.question-response h2 {
    font-family: 'Muli-ExtraBold';
    font-size: 73px;
    letter-spacing: 0.02em;
    line-height: 90px;
    text-align: left;
    color: #48c5b5;
    margin-bottom: 40px;
}

.question-response h2 span {
    padding-left: 90px;
}

.question-list li {
    display: flex;
    background: #fff;
    border: 1px solid #48c5b5;
    border-radius: 100px;
    margin-bottom: 20px;


}

.question-list li span {
    font-family: 'Muli-ExtraBold';
    flex: 1;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: left;
    color: #3b5f5d;
    padding: 14px 35px;

}

.question-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 31.5px;
    background: rgba(72, 197, 181, 0.51);
    border: 1px solid rgba(72, 197, 181, 0.51);
    color: #fff;

}

.question-list li a i svg {
    width: 36px;
    height: 36px;
}

.more-about h3 {
    font-size: 38px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: left;
    color: #48c5b5;
    max-width: 422px;
    font-family: 'Muli-ExtraBold';


}

.question-response .pl-89,
.more-about .pl-89 {
    padding-left: 89px;
}

.more-about .pl-89 h3 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 45px;
    text-align: left;
    color: #ffffff;
    max-width: 100%;
    font-family: 'Muli';
}

.more-about p {
    font-family: 'Muli';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    color: #fff;
    margin-bottom: 24px;
}

.more-about {
    padding: 62px 0;
    background-image: url(../images/bg-more.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.map {
    margin-top: 30px;
}

.cardHeader a[aria-expanded="false"] i {
    transform: rotate(180deg);
}


#stepModal .modal-dialog {
    max-width: 1264px;
    ;
}

#stepModal .modal-content {
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
}

.modalheader {
    background-image: url(../images/photo-modal.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 27px;
    position: relative;
}

.modalheader:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(38, 48, 107, 0.9);
}

.modalheader h3 {
    font-family: 'Muli-Black';
    font-size: 31px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.modalheader p {
    font-family: 'Muli-Bold';
    font-size: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #e07b63;
    position: relative;
    z-index: 5;
}

.modalheader .close:not(:disabled):not(.disabled):focus, .modalheader .close:not(:disabled):not(.disabled):hover,
.modalheader .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    z-index: 5;
    color: #fff;
    outline: none;
    text-shadow: none;
}

.modalheader .close:hover {
    opacity: 1;
}

.modalheader .close svg {
    width: 29px;
    height: 29px;
}

#rootwizard .navbar .navbar-inner ul li a {

    font-size: 12px;
    line-height: 1;
    text-align: left;
    color: #26306b;
    opacity: 0.6;
}

#rootwizard .navbar {
    justify-content: center;
    padding: 27px 0 14px;
}

#rootwizard .navbar .navbar-inner ul {
    justify-content: center;
    display: flex;
}

#rootwizard .navbar .navbar-inner ul li {

    position: relative;
}

#rootwizard .navbar .navbar-inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#rootwizard .navbar .navbar-inner {
    width: 100%;
}

#rootwizard .navbar .navbar-inner ul li a span {
    content: '';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e07b63;
    margin-bottom: 5px;
    z-index: 5;
    position: relative;

}

#rootwizard .navbar .navbar-inner ul li.visited a span {
    background-image: url(../images/done_black_24dp.svg);
    border: 3px solid #e07b63;
    background-repeat: no-repeat;
    background-position: center;
}

#rootwizard .navbar .navbar-inner ul li {
    flex: 0 0 133px;
}

#rootwizard .navbar .navbar-inner ul li.visited a,
#rootwizard .navbar .navbar-inner ul li a.active {
    opacity: 1;
}

#rootwizard .navbar .navbar-inner ul li a.active span {
    box-shadow: inset 0px 0px 0px 8px #fff;
    background-color: #e07b63;

}

#rootwizard .navbar .navbar-inner ul li:after {
    content: '';
    width: 80px;
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    border-top-style: dashed;
    position: absolute;
    top: 14px;
    left: calc(50% + 28px);
}

/*#rootwizard .navbar .navbar-inner ul li:last-child {
    width: 0;
    font-size: 0;
    flex: 0 0 0;
    opacity: 0;
    visibility: hidden;
}
*/

#rootwizard .navbar .navbar-inner ul li:nth-child(4)::after {
    content: none;
}

#rootwizard .navbar .navbar-inner ul li:nth-child(4) a.active span {
    box-shadow: none;
}

#rootwizard .navbar .navbar-inner ul li:nth-child(4) a {
    opacity: 1;
}

#rootwizard .navbar .navbar-inner ul li:nth-child(4) span {
    background-color: #E07B63;
}


#rootwizard .tab-content {
    background: #f0f4f8;
    padding: 57px;
}

.content-steps h3 {
    text-align: center;
    font-family: 'Muli-ExtraBold';
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #363636;

}

.content-steps .formTop {
    max-width: 595px;
    margin: 50px auto 0;
}


.pager.wizard {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.btn-white {
    border-radius: 21.5px;
    background: #fff;
    font-family: 'Muli-Bold';
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
    color: #e07b63;

}

.pager.wizard .btn {
    min-width: 202px;
}

.pager.wizard .btn i {
    margin-left: 14px;
}

.pager.wizard .btn i svg {
    width: 24px;
    height: 24px;
}

.radio-style {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.radio-full+label {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);

}



.radio-full+label i {
    margin-right: 7px;
}


.contentModalBody {
    margin: 70px auto 0;
    max-width: 937px;
}

.radio-full:checked+label {
    background-color: #26306B;
    color: #fff;

}

.contentBudget {
    max-width: 100%;
    margin: 50px auto 0;
	text-align: center;
}

.contentBudget textarea{
	width: 100%;
    max-width: 500px;
    border: 1px solid #dfdfdf;
    height: 250px;
    border-radius: 5px;
}
.contentBudget ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentBudget ul li {
    padding: 0 10px;
}

.contentBudget ul li label {
    display: inline-flex;
    align-items: center;
    padding: 15px 40px;
    height: 58.28px;
    border-radius: 10.33px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.17);

}

.contentBudget .radio-style:checked+label {

    background: #26306b;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.17);
    color: #fff;
    ;

}

.infoModal {
    margin: 40px auto;
    max-width: 800px;
}

.fa-check {
    color: #23bd66;
    background: #fff;
    font-size: 35px;
    padding: 10px;
    border-radius: 100px;
    border: 4px solid #23bd66;
    margin-top: 30px;
    z-index: 10;
    position: relative;
    margin-left: 43%;
    opacity: 0;
}

.tooltipBox {
	display:none;
    position: absolute;
    z-index: 100000;
    left: 1%;
    top: -175px;
    padding: 5px 10px;
    width: 98%;
    box-shadow: 0 0 5px rgb(0 0 0 / 35%);
    background-color: #fff;
    text-align: justify;
    font-size: 10px;
    line-height: 12px;
}

.tooltipBox:after, .tooltipBox:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltipBox:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.tooltipBox:before {
	border-color: rgba(224, 224, 224, 0);
	border-top-color: #e0e0e0;
	border-width: 11px;
	margin-left: -11px;
}

.tooltipB:hover .tooltipBox{
	display:block;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;

  border: 3px solid rgba(0,0,0,0.4);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
}

.center {
  position: relative;
    float: left;
    left: 15%;
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}


#rootwizard .form-control {
    height: 40px;
    border: 0.5px solid rgba(38, 48, 107, 0.5);
}

#rootwizard textarea.form-control {
    height: auto;
}

.form-contact {
    margin: 50px auto;
    max-width: 630px;
}

.form-contact .checkbox-style+label span {

    font-size: 10px;
    text-align: left;
    color: #26306b;


}

#rootwizard.finish-step .navbar {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}

#rootwizard .note {
    text-align: center;
}

#rootwizard .note h5,
#rootwizard .note p,
#rootwizard .note h4 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #26306b;
    margin-bottom: 26px;

}

#rootwizard .note h5,
#rootwizard .note h4 {
    font-family: 'Muli-Bold';
}

#rootwizard .note img {
    margin-bottom: 16px;
    margin-left: 130px;
}

#yes-no .modal-dialog {
    max-width: 824px;
}

#yes-no .modal-dialog .modal-content {
    box-shadow: 20px 20px 70px rgba(50, 75, 156, 0.08);
    border-radius: 16px;
    background: #fff;
    text-align: center;
    padding: 20px 10px 32px;
}

#yes-no .modal-dialog .modal-content h4 {

    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 45px;
    text-align: center;
    color: #26306b;
    margin-bottom: 80px;

}

#yes-no .modal-dialog .modal-content p {

    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #363636;

    margin-bottom: 70px;
}

#yes-no .modal-dialog .modal-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

#yes-no .modal-dialog .modal-content ul li {
    padding: 0 5.1px;
}

#yes-no .modal-dialog .modal-content ul li .btn {
    min-width: 126px;
    height: 44px;
    font-size: 14px;
    border-radius: 100px;
}

.btn-light {
    background: rgba(72, 197, 181, 0.12);
    border: 1px solid #48c5b5;
    color: #48c5b5;


}

.btn-light:hover {
    background: rgba(72, 197, 181, 0.12);
    border: 1px solid #48c5b5;
    color: #48c5b5;
}

.hero-banner {
    padding: 40px 0;
    background: rgba(72, 197, 181, 0.14) 0% 0% no-repeat padding-box;
    border: 0.5px solid #FFFFFF;
    position: relative;
}

.hero-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background-color: #FFFFFF;
    ;
}

.heroText h1 {
    font-family: 'Muli-ExtraBold';
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    color: #3b5f5d;
    margin-bottom: 26px;
}

.heroText h4,
.heroText p {
    font-family: 'Muli';
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #3b5f5d;
    margin-bottom: 26px;
    max-width: 843px;

}

.heroText p strong,
.heroText h4 {
    font-family: 'Muli-ExtraBold';

}

.heroText h3 {
    font-family: 'Muli-ExtraBold';

    font-size: 26px;
    line-height: 27px;
    color: #3b5f5d;
    margin-top: 52px;

}

.hero-banner .img-holder {
    position: relative;
    z-index: 5;
}

.hero-banner .row {
    align-items: flex-end;
}

.hero-banner .img-holder img {
    float: right;
}

.heroText {
    position: relative;
    z-index: 5;
    padding-bottom: 155px;
}

.retirement-homes {
    padding: 0 0;
    background-color: #fff;
}

.retirement-homes .heading3 {
    color: #48C5B5;
    margin-bottom: 54px;
}

.card-retirements .cardHeader a {
    display: flex;
    align-items: center;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 36px;
    text-align: left;
    font-family: 'Muli-ExtraBold';
    color: #3B5F5D;
    padding: 9px 20px;
    border: 1px solid #48C5B5;
    border-radius: 100px;
    min-height: 59px;

}

.card-retirements .cardHeader a .media-body span {
    color: #48C5B5;

}

.card-retirements .cardHeader {
    margin-bottom: 34px;
}

.list li a {
    display: flex;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 26px;
    color: #3b5f5d;
    border-radius: 15.5px;
    background: #fff;
    padding: 2.5px 17px;


}

.list li a .counter {
    font-family: 'Muli-ExtraBold';
    color: #48C5B5;
    margin-right: 3px;
}

.list li {
    margin-bottom: 20px;
}

.about-secondary {
    background: rgba(72, 197, 181, 0.14);

}

.about-secondary h4 {
    font-size: 25px;
    font-family: 'Muli-Bold';
    margin-bottom: 24px;
}

.about-secondary p {
    color: #363636;
}


.detailHeader {
    display: flex;
    padding: 33px 0 19px;
}

.detailHeader .list-group {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 19px;
}

.detailHeader a.cta {
    min-width: 186px;
    height: 38px;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-SemiBold';
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #26306b;
    margin-right: 25px;

}

.detailHeader a.cta i {
    color: #48C5B5;
    margin-right: 7.5px;
    display: inline-flex;
}

.detailHeader a.cta i svg {
    width: 24px;
    height: 24px;
}

.detailHeader .list-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12.5px;
    height: 38px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.04);
    font-family: 'Muli-SemiBold';
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #26306b;
    position: relative;


}

.detailHeader .list-group a i {
    color: #48C5B5;
    width: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

.detailHeader .list-group a i svg {
    width: 24px;
    height: 24px;
}

.detailHeader .list-group a:first-child {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}

.detailHeader .list-group a:last-child {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.detailHeader a.cta:hover,
.detailHeader .list-group a:hover {
    color: #fff;
    background-color: #26306B;
}

.detailHeader .list-group a:after {
    content: '';
    position: absolute;
    height: 23px;
    width: 1px;
    background-color: #48C5B5;
    right: 0;
}

.detailHeader .list-group a:last-child:after {
    content: none;
}


.cardDetail .img-holder {
    position: relative;
}

.mySwiperb .swiper-button-prev:after,
.mySwiperb .swiper-button-next:after,
.sliderDetail .swiper-button-next:after,
.sliderDetail .swiper-button-prev:after {
    content: none;
}

.mySwiperb .swiper-button-prev i,
.mySwiperb .swiper-button-next i,
.sliderDetail .swiper-button-next i,
.sliderDetail .swiper-button-prev i {
    color: #26306B;
}

.mySwiperb .swiper-button-prev i svg,
.mySwiperb .swiper-button-next i svg,
.sliderDetail .swiper-button-next i svg,
.sliderDetail .swiper-button-prev i svg {
    width: 24px;
    height: 24px;
}

.mySwiperb img,
.mySwipera img {
    width: 100%;
}

.swiper-pointer-events {
    width: 100%;
}

.retreats .swiper-pointer-events {
	min-height: 615px;
}

#gallery .modal-dialog {
    max-width: 1295px;
}

.mySwipera {
    margin-top: 30px;
}

#gallery .modal-content {
    background-color: transparent;
    border: none;
}

.mySwipera .swiper-slide {
    border: 3px solid transparent;
}

.mySwipera .swiper-slide.swiper-slide-thumb-active {
    border-radius: 5px;
    border: 3px solid #48C5B5;
}

.mySwipera .swiper-slide img {
    border-radius: 5px;
}

.cardDetail {
    background: #fff;
    border: 1px solid rgba(124, 124, 124, 0.2);
}


.cardDetail-list h4 a {
    font-family: 'Muli-Black';
}

.cardDetail-list .cardHedaer {
    margin-bottom: 15px;
}

.location i svg {
    width: 24px;
    height: 24px;
}

.cardDetail-list .location {
    margin-bottom: 16px;
}

.cardDetail-list .label-secondary {

    margin-bottom: 27px;
}

.cardDetail-list .list {

    margin-bottom: 30px;
}

.cardDetail-list .price {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #363636;


}

.cardDetail-list .price strong {
    font-family: 'Muli-Bold';
}


.card-desciption {
    margin-top: 28px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 5px solid #48C5B5;
    padding: 15px 25px;
}

.heading-icon {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.heading-icon i {
    margin-right: 18px;
    width: 35px;
    display: inline-flex;
}

.heading-icon h2 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #26306b;

    font-family: 'Muli-ExtraBold';
}


.swiper-wrapper {
    max-height: 340px;
}


sup {
    top: 0.5em !important;
}

#map{
	height:300px;
}

.description-body p {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #272727;
	text-align:justify;

}

.description-body p strong {

    font-family: 'Muli-ExtraBold';
}

.description-body h3 {
    font-family: 'Muli-ExtraBold';
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #363636;
    margin-bottom: 4px;

}

.description-body ul li {
    display: flex;
}

.description-body ul li:before {
    content: url('https://api.iconify.design/ci/check.svg?color=%2348c5b5&width=24&height=24');
    margin-right: 4px;
    display: inline-flex;
    position: relative;
    top: 2px;
}

.description-body ul li span {
    flex: 1;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #272727;

}

.description-body ul {
    margin-bottom: 24px;
}

.locationDescrion div {
    margin-bottom: 16px;
}

.locationDescrion h4 {
    font-family: 'Muli-ExtraBold';
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #363636;
    margin: 0;

}

.locationDescrion p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #272727;

}

.user-testimonial {
    border-radius: 5px;
    background: rgba(72, 197, 181, 0.2);
    border: 1px solid #e2e2e2;
    padding: 50px;
    margin: 27px 0;
    display: flex;
}

.user-testimonial .userInfo {
    flex: 0 0 254px;
}

.user-testimonial .userInfo .avatar {
    width: 90.4px;
    height: 90.4px;
    border-radius: 50%;
    background-image: url(../images/avatar.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 11px;
}

.user-testimonial .userInfo h4 {
    font-family: 'Muli-Bold';
    font-size: 22px;
    line-height: 33px;
    text-align: left;
    color: #3b5f5d;
    margin-bottom: 30px;

}

.user-testimonial .media-body {
    font-family: 'Muli-SemiBold';
    font-size: 18px;
    line-height: 38px;
    text-align: left;
    color: #3b5f5d;
    position: relative;
    padding: 50px;
}

.user-testimonial .media-body:after,
.user-testimonial .media-body:before {
    content: '"';
    font-family: 'Muli-SemiBold';
    font-size: 102px;
    line-height: 1;
    text-align: left;
    color: #48c5b5;
    position: absolute;
    top: 0;
    left: 0;
}

.user-testimonial .media-body:after {
    top: auto;
    left: auto;
    bottom: -20px;
    right: 0;
}


.reserve-card {
    background: rgb(221,130,109);
background: -webkit-linear-gradient(rgba(221,130,109,1) 0%, rgba(215,108,88,1) 60%);
background: -moz-linear-gradient(rgba(221,130,109,1) 0%, rgba(215,108,88,1) 60%);
background: -o-linear-gradient(rgba(221,130,109,1) 0%, rgba(215,108,88,1) 60%);
background: linear-gradient(rgba(221,130,109,1) 0%, rgba(215,108,88,1) 60%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 34px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
    text-align: center;
    position: sticky;
    top: 130px;


}

.reserve-card h3 {
    font-family: 'Muli-Black';
    font-size: 29px;
    letter-spacing: 0.02em;
    color: #26306b;
}

.reserve-card h4 {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #26306b;
    margin-bottom: 20px;
    font-family: 'Muli-ExtraBold';

}

.reserve-card i {
    margin-bottom: 24px;
    display: inline-flex;
}

.reserve-card p {
    font-family: 'Muli-ExtraBold';
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.reserve-card ul {
    max-width: 242px;
    margin: 0 auto 29px;
}

.reserve-card ul li {
    margin-bottom: 8px;
    width: 100%;
}

.reserve-card ul li .checkbox {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.reserve-card ul li .checkbox+label {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.52);
    font-family: 'Muli';
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-bottom: 3px;
    cursor: pointer;
	transition:0.3 all
}

.reserve-card ul li:hover .checkbox+label, .reserve-card ul li .checkbox:checked+label {
	background: rgba(255, 255, 255, 1);
	color: #E07B63;
}



.reserve-card .cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 21.5px;
    background: #fff;
    min-width: 202px;
    height: 43px;
    font-family: 'Muli-Bold';
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 28px;
    text-align: center;
    color: #e07b63;
	opacity:0.5
}

.reserve-card .cta i {
    margin: 0;
    margin-left: 14px;
}

.reserve-card hr {
    border: 2px solid #fdb19f;
    opacity: 0.32;
    margin: 30px 0;

}

.link-cta li a {
    display: flex;
    align-items: center;
    font-family: 'Muli-Bold';
    font-size: 14px;
    line-height: 28px;
    color: #fff;

}

.link-cta li a i {
    line-height: 1;
    margin: 0;
    width: 24px;
    height: 24px;
    opacity: 0.22;
    margin-right: 15px;
}

.link-cta li a span {
    flex: 1;
    text-align: left;
}

.link-cta li {
    padding: 14px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.link-cta li:last-child {
    margin: 0;
}


.heading4 {
    font-family: 'Muli-ExtraBold';
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 36px;
    color: #26306b;
}

.related-search {
    padding: 55px 0;
}

.related-search .detailHeader {
    margin-bottom: 100px;
}

.related-search .heading4 {
    margin-bottom: 20px;
}

.related-search .row {
    margin: 0 -10px;
}

.related-search .row [class*="col-"] {
    margin-bottom: 20px;
    padding: 0 10px;
}



#stepModal2 .modal-dialog {
    max-width: 1110px;
}

#stepModal2 .modalheader {
    padding: 37px 27px;
}

.detailModal {
    padding: 0 27px 19px;
    display: flex;
    align-items: flex-end;
    margin-top: -25px;
}

.detailModal .img-holder {
    flex: 0 0 275px;
    position: relative;
}

.detailModal .img-holder img {
    max-width: 100%;
}


.detailModal .media-card-body {
    padding-bottom: 0;
}

#stepModal2 .navbar {
    background-color: #F0F4F8;
}

.content-steps h5 {
    font-family: 'Muli-ExtraBold';
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 45px;
    text-align: center;
    color: #363636;
    margin: 0;
}

.content-steps-last .contentBudget {
    max-width: 673px;
    margin: 30px auto;
}

.content-steps-last .contentBudget li {
    flex: 1;
}

.content-steps-last .contentBudget li label {
    width: 100%;
}


.content-steps {
    background-color: #F0F4F8;
}

.pt-38 {
    padding: 38px 0;
}

.accommodate-card {
    max-width: 456px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    padding: 50px;
    text-align: center;
}

.accommodate-card h4 {
    font-family: 'Muli-ExtraBold';
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: center;
    color: #26306b;
    margin: 24px 0 50px;

}

.accommodate-card form {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.accommodate-card .form-group {
    text-align: left;
}

.accommodate-card form label {

    font-family: 'Muli-Bold';
    font-size: 12px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #26306b;

}

.accommodate-card form .form-group span {

    font-size: 11px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #283167;

}

.accommodate-card form .form-group .form-control {

    border-radius: 3px;
    background: #fff;
    border: 0.5px solid #26306b;

}

.accommodate-card form .form-group .relative {
    position: relative;
}

.accommodate-card form .form-group .relative i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 7.5px;
}

.accommodate-card form .cta {

    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #26306b;
    display: inline-flex;
    margin: 40px 0 60px;
}



.accommodate {
    padding: 134px 0;
    background-image: url(../images/bg-login.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.caption-title {
    background-image: url(../images/bg-news-card.png);
    background-size: cover;
    background-position: top center;


}

.caption {
    padding: 30px 0;
}

.caption h1 {
    font-family: 'Muli-ExtraBold';
    margin: 0;
    font-size: 40px;
    text-align: left;
    color: #48c5b5;

}

.video-holder {
    position: relative;
}

.video-holder a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.servie-who-we {
    background-image: url(../images/bg-who-we.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 34px 0;
    text-align: center;
}


.servie-who-we h4,
.servie-who-we p {
    text-align: left;
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-top: 30px;

}

.servie-who-we h4 {
    font-family: 'Muli-Bold';
}

.socialContent .container,
.servie-who-we .container {
    max-width: 1450px;
}

.our-side {
    padding: 48px 0;
    position: relative;
    overflow: hidden;
}

.our-side ul li {
    display: flex;
}

.our-side h4 {
    font-family: 'Muli-SemiBold';
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #26306b;
}

.our-side ul li {
    font-family: 'Muli-SemiBold';

}

.our-side ul li:before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/shape-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-right: 15px;
}

.our-side .container {
    max-width: 900px;
    position: relative;
    z-index: 5;
}

.our-side .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.our-side ul li span {
    flex: 1;
}

.socialContent {
    background-image: url(../images/bgSocial.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

.socialContent p {
    font-size: 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.socialContent .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

.socialContent .social-list li img {
    height: 64.94px;
}

.socialContent .social-list li {
    margin: 0 67px;
}


.dossiers-slide img {
    width: 100%;
}

.slide-content {
    position: relative;
}

.slide-content h2 {
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.37);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.dossiers-slide .swiper-pagination-bullet {
    width: 56px;
    height: 6px;
    background: #f9fafb;
    opacity: 0.31;
    border-radius: 0;

}


.dossiers-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {

    opacity: 1;
}

.card-faqs {
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 40px 24px;
    margin-bottom: 40px;
}

.listing-dossiers {
    padding: 50px 0;
    overflow: hidden;
}

.listing-dossiers .img-title{
	height: 310px;
    background-size: cover !important;
    background-position: center !important;
}

.sidebar-dossiers {
    max-width: 412px;
}

.sidebar-dossiers .search {
    position: relative;
    margin-bottom: 36px;
}

.sidebar-dossiers .search img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
}

.sidebar-dossiers .search .form-control {
    height: 40px;
    color: #26306B;
    font-size: 16px;
}

.card-faqs .cardheader {
    display: flex;
    align-items: flex-end;
    padding: 0;
}

.card-faqs .cardheader span {
    font-family: 'Muli-ExtraBold';
    flex: 1;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: #26306b;

}

.card-faqs .cardheader .cta {
    border: none;
    background-color: transparent;
}

.card-faqs .card-body {
    padding: 0;
}

.card-faqs .cardheader i {
    margin-right: 14px;
    width: 44px;
}

.card-faqs .card-body ul li {
    padding: 15px 0;
}

.card-faqs .card-body ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    color: #363636;
    display: flex;
    align-items: center;
}

.card-faqs .card-body ul li a:before {
    content: '';
    width: 5px;
    height: 18px;
    background: #48c5b5;
    opacity: 0.49;
    display: inline-flex;
    text-align: center;
    margin: 0 25.5px;

}

.card-faqs .card-body ul li.active a:before,
.card-faqs .card-body ul li a:hover:before {
    opacity: 1;
}

.card-faq {
    border-top: 1px solid rgba(72, 197, 181, 0.28);
    padding: 22px 0;
}


.card-update .title h2 {
    display: flex;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
    color: #363636;
    font-family: 'Muli-ExtraBold';
    margin-bottom: 22px;
}

.card-update .title i svg {
    width: 24px;
    height: 24px;
}

.card-update .title i {
    line-height: 0;
    color: #48C5B5;
    margin-right: 16px;
}

.card-update .title h2 span {
    flex: 1;
}


.media-news {
    display: flex;
    align-items: center;
    border-radius: 15px;
    background: #fff;
    padding: 9px 7px;
    margin-bottom: 8px;

}

.media-news .thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin-right: 12px;

}

.media-news .thumbnail img {
    width: 100px;
    height: 100px;
    border-radius: 15px;

}

.media-news .media-body h4 {
    font-family: 'Muli-ExtraBold';
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #363636;
    margin-bottom: 7px;
}

.media-news .media-body p {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #363636;
    margin: 0;
}

.card-news {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
}

.card-news .card-body {
    padding: 22px 28px;
}

.card-news .card-body .cardTitle {
    display: flex;
    margin-bottom: 30px;
}

.card-news .card-body .cardTitle h2 {
    margin: 0;
    font-size: 24px;
    color: #26306B;
    font-family: 'Muli-ExtraBold';
}

.card-news .card-body .cardTitle a {
    display: inline-flex;
    color: #48C5B5;
}

.card-news .card-body .cardTitle a i svg {
    width: 24px;
    height: 24px;
}

.card-news .card-body p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: 'Muli-SemiBold';
    color: #363636;
}

.card-news .card-body p strong {

    font-family: 'Muli-ExtraBold';
}

.cta-outline-gray {
    min-width: 383px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: left;
    line-height: 18px;

}

.cta-outline-gray i {
    color: rgba(72, 197, 181, 0.20);
    margin-right: 10px;
}

.cta-outline-gray i svg {
    width: 24px;
    height: 24px;
}

.listRow [class*="col-"] {
    margin-bottom: 20px;
    padding: 0 10px;
}

.listRow {
    margin: 0 -10px;
}



.description-content {
    border-radius: 0px 5px 5px 0px;
    background: #fff;
    padding: 30px 60px;
}

.description-header {
    display: flex;
    margin-bottom: 64px;
}

.description-header h2 {
    margin: 0;
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 31px;
    text-align: left;
    color: #26306b;
    font-family: 'Muli-ExtraBold';
    flex: 1;

}

.description-header a {
    display: inline-flex;
    color: #48C5B5;
}

.description-header a i svg {
    width: 24px;
    height: 24px;
}

.description-content p {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    color: #26306b;
    margin-bottom: 30px;

}

.description-content h4 {
    color: #363636;
    font-family: 'Muli-ExtraBold';
    font-size: 17px;
    margin-bottom: 30px;
}

.description-content ul {
    margin-bottom: 30px;
}

.description-content .img-holder {
    margin-bottom: 30px;
}

.description-content p strong, .description-content strong, .description-content b {
    font-family: 'Muli-ExtraBold';

}

.description-content p a {

    color: #26306B;
    font-family: 'Muli-ExtraBold';
    text-decoration: underline;
}

.article_pagination {
    justify-content: center;
}

.articles-dossiers {
    padding: 50px 0;
}

.articles-dossiers .heading3 {
    font-size: 30px;
}

.articlesSlider .cardTitle .media-body h2 {
    max-width: 338px;
}

.articlesSlider {
    margin-top: 41px;
}


.headingspotlight {
    text-align: center;
    font-family: 'Muli-ExtraBold';
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    color: #26306b;
    margin-bottom: 17px;

}

.spotlight {
    padding: 30px 0;
}


.card-news h4 {
    font-family: 'Muli-Bold';
    font-size: 18px;
    margin-bottom: 30px;
}

.categories {
    display: flex;
    align-items: center;
    margin: 0 -10px;
}

.categories li {
    padding: 3px 10px;
}

.categories span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 4px;
    height: 28px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-family: 'Muli-SemiBold';
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: left;
    color: #26306b;


}

.spotlightSlider .swiper-pagination {
    position: relative;
    margin: 36px 0 0;
    top: auto;
    bottom: auto;

}

.spotlightSlider .swiper-pagination-bullet {
    border-radius: 0;
    width: 56px;
    height: 6px;
    background: #26306b;
    opacity: 0.31;

}

.spotlightSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.all-article {
    padding: 30px 0 50px;
    overflow: hidden;
}

.article-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px -10px;
}

.article-list li {
    padding: 5px 10px;
}

.article-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Muli-SemiBold';
    font-size: 20px;
    line-height: 23px;
    text-align: left;
    color: #363636;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 12px 20px;
    min-height: 51px;


}

.article-list li a.active {
    border-color: #48C5B5;
}

.article-list li a i {
    color: #48C5B5;
    margin-right: 20px;
}

.article-list li a i svg {
    width: 24px;
    height: 24px;
}

.media-article {
    display: flex;
    background: #fff;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-radius: 15px;

}

.media-article .media-body {
    flex: 1;
    padding: 30px 18px;
}

.media-article .img-article {
    width: 268px;
}

.media-article .img-article img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-article .article-header {
    display: flex;
    margin-bottom: 30px;
}

.media-article .article-header h4,

.media-article .article-header h4 a {

    font-family: 'Muli-ExtraBold';
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: left;
    color: #363636;
    margin: 0;
    flex: 1;
}

.media-article .article-header .cta {
    color: #48C5B5;
}

.media-article .article-header .cta i svg {
    width: 24px;
    height: 24px;
}

.media-article .article-body {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #363636;
    margin-bottom: 30px;
}

.all-article .row {
    margin: 0 -10px;
}

.all-article [class*="col-"] {
    margin-bottom: 20px;
    padding: 0 10px;
}

.all-article .media-article {
    height: 100%;
}


.cardBox {
    font-family: 'Muli-ExtraBold';

    padding: 30px 22px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 14px;
}

.cardBox h3 {
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 9;
    max-width: 321px;

}

.cardBox:after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(37, 47, 106, 0.80);
    border-radius: 10px;
}

.cardBox .overlay {
    position: absolute;
    inset: 0;
    top: auto;
    height: 91px;
    border-radius: 10px;
    background: linear-gradient(rgba(228, 112, 92, 0) 0%, #e4705c 100%);
    opacity: 0.46;
    z-index: 5;
    border-radius: 10px;

}

.cardBox .overlay.blue {
    background: linear-gradient(rgba(176, 137, 186, 0) 0%, #b089ba 100%);

}

.cardBox .overlay.green {
    background: linear-gradient(rgba(30, 189, 172, 0) 0%, #1ebdac 100%);

}

.cardBox .overlay.orange {
    background: linear-gradient(rgba(254, 176, 103, 0) 0%, #feb067 100%);
}

.cta-toggle {
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    margin-bottom: 23px;
    font-family: 'Muli-Bold';
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    color: #363636;
    padding: 9px 11px;
    border-radius: 5px;
    height: 42px;

}

.cta-toggle~.dropdown-menu a span,
.cta-toggle span {
    flex: 1;
    text-align: left;
    padding: 0 14px;
}

.cta-toggle~.dropdown-menu a i svg,
.cta-toggle i svg {
    width: 24px;
    height: 24px;
}

.cta-toggle~.dropdown-menu a i,
.cta-toggle i {
    color: #48C5B5;
}

.cta-toggle~.dropdown-menu {
    min-width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ebebeb;
}

.cta-toggle~.dropdown-menu a {
    padding: 9px 11px;
}



.articlesSlider .swiper-pagination {
    justify-content: center;
    position: relative;
    bottom: 0;
    margin-top: 30px;
}

.articlesSlider .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 0;
    background: #26306b;
    opacity: 0.31;


}

.articlesSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.media-card .img-holder {
    height: 100%;
}

.media-card .img-holder img {
    height: 100%;
    object-fit: cover;
	    max-height: 260px;
}

.media-card .img-holder .overlay-link img {
    height: auto;

}


.listin-page .headerMobile {
    display: none;
}

.filterMobile {
    display: none;
}


.filterModal .modal-header {
    display: flex;
    align-items: center;
    padding: 18px 22px;
    background-color: #26306B;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 999;
}

.filterModal .modal-header h5 {
    flex: 1;
    font-family: 'Muli-Bold';
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    margin: 0;

}

.filterModal .modal-header .close {
    padding: 0;
    opacity: 1;
    color: #48C5B5;
    width: 24px;
    margin: 0;
}

.filterModal .modal-header a {
    font-family: 'Muli-SemiBold';
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
    color: #fff;

}

.filterModal .modal-content {
    border-radius: 0;
    border: none;
    height: 100vh;
    overflow-y: auto;
}

.filterModal .modal-dialog {
    margin: 0;
    transform: translateX(-100%) !important;
    height: 100vh;
    max-width: 375px;
}

.filterModal.show .modal-dialog {
    margin: 0;
    transform: translateX(0%) !important;
}

.filterModal .modal-footer {
    border: none;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.filterModal .modal-footer a.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 3px;
    background: rgba(72, 197, 181, 0.1);
    font-family: 'Muli-SemiBold';
    padding: 0 17px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #48c5b5;

}

.filterModal .modal-footer .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    background: #48c5b5;

}

.filterModal .modal-body {
    padding: 65px 22px 84px;
}

.filterModal .modal-body h4 {
    font-family: 'Muli-Bold';
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #363636;
    padding: 13px 0;
    padding-top: 0;
    margin: 0;

}

.filterModal .modal-body .cta-filter {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #fff;
    border: 0.5px solid #26306b;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #26306b;
    margin-bottom: 15px;


}

.filterModal .modal-body .cta-filter~.dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #26306b;
    display: block;
    padding: 5px 20px;
    border-top: 1px solid rgba(0, 0, 0, .15);

}

.filterModal .modal-body .cta-filter~.dropdown-menu ul li:first-child a {
    border: none;
}

.filterModal .modal-body .cta-filter span {
    flex: 1;
}

.filterModal .modal-body .cta-filter i svg {
    width: 24px;
    height: 24px;
}

.filterModal .modal-body .cta-filter~.dropdown-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.filterModal .tages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.filterModal .tages li label {
    border-radius: 5px;
    background: rgba(38, 48, 107, 0.1);
    font-size: 12px;
    text-align: left;
    color: #26306b;
    padding: 5px 10px;

}

.filterModal .tages li {
    padding: 0 5px;
}

.filterModal .tages li label i {

    color: #26306b;
}

.filterModal .tages li label i svg {
    width: 18px;
    height: 18px;
}


.checkbox-text,
.checkbox-style-box {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.filter-card-icon i {
    width: 51px;
    height: 51px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.filter-card-icon {
    text-align: center;
    font-family: 'Muli-SemiBold';
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #26306b;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.checkbox-style-box:checked+.filter-card-icon i {
    background: #48C5B5;
}

.checkbox-style-box:checked+.filter-card-icon i img {
    filter: brightness(0) invert(1);
}

.filterModal .irs-single {
    display: none;
}

.filterModal .irs--big .irs-bar {
    background-color: #26306B;
    border-color: #26306B;
}

.checkbox-text+label {
    border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e2e2e2;
    font-family: 'Muli-SemiBold';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #26306b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;

}

.checkbox-text:checked+label {
    background-color: #48C5B5;
    color: #fff;
}

.filterModal .modal-body {
    height: calc(100vh - 84px);
    overflow-y: auto;
}


.media-footer-mobile {
    margin-top: 18px;
}

.media-footer-mobile a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 26px;
    font-family: 'Muli-Bold';
    height: 40px;
    border-radius: 20px;

}

.btn-primary-light {
    color: #48C5B5;
    background: rgba(72, 197, 181, 0.1);

}

.filter_links {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

a.cta-filter-acc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #26306b;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
    font-family: 'Muli-Bold';
    font-size: 22px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    padding: 14px 22px;


}

.filter_links .card-faqs {
    margin: 0;
    padding: 22px;
    display: none;
}

.filter_links .card-faqs.show {
    display: block;
}

.filter_links .card-faqs .search {
    display: flex;
    margin-bottom: 15px;
}

.filter_links .card-faqs .search .form-control {
    margin-right: 15px;
}

.filter_links .card-faqs .search button {
    border: none;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 15px;
}



.filter_links .card-faqs ul li a {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid rgba(72, 197, 181, 0.28);

}

.filter_links .card-faqs {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.filter_links .card-faqs {
    position: relative;
}


.filter_links .titleCard {
    display: flex;
    align-items: center;
    padding: 15px 16px;
}

.filter_links .titleCard button {
    border: none;
    background-color: transparent;
}

.filter_links .titleCard button i {
    transform: rotate(180deg);
    display: inline-flex;
}

.filter_links .titleCard span {
    font-size: 18px;
    font-family: 'Muli-Bold';
    color: #26306b;
}

.filter_links .card-faqs .card-body ul li {
    padding: 0;
}

.filter_links .card-faq {
    padding: 15px 0;
}

.filter_links .card-faqs {
    padding: 15px;
}

.filter_links .card-faqs .dropdown-menu {
    inset: 0 !important;
    transform: inherit !important;
}


.filter_links .dropdown.show {
    transform: translate(-100%);
}

.filter_links .card-faqs .cardheader {
    width: 100%;
    background-color: #fff;
    border: none;
}

.filter_links .card-faqs .card-body {
    padding-top: 22px;
}

.filter_links .collapsing,
.filter_links .card-faqs .collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffff;
    bottom: 0;
    height: auto;
    transition: none;
    height: 100%;
    transform: translateX(-100%) !important;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.filter_links .card-faqs .collapse.show {

    transform: translateX(0%) !important;
}

.filter_links .collapse:not(.show) {
    display: block;
    height: 100%;
    transform: translateX(-100%) !important;
    /* opacity: 0;
    visibility: hidden; */
}

.filter_links .backBtn {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    font-family: 'Muli-ExtraBold';
    flex: 1;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    color: #26306b;
    padding: 15px;
}

.filter_links .backBtn i {
    display: inline-flex;
    transform: rotate(180deg);
    margin-right: 15px;
}

.filter_links .card-faqs .cardheader span {
    font-size: 16px;
    line-height: 24px;
}



/** LP NEW ETABLISSEMENT */
.etablissNew{
	background-color:#fff !important;
}


.etablissNew header {
    margin-bottom: 20px;
}

.etablissNew .search-form{
	display:none;
}

.etablissNew #navbarSupportedContent{
	display:none !important;
}

.etablissNew header .navbar {
    padding: 15px 0;
    width: 100%;
    box-shadow: 0px 4px 6px #0000001F;
}

.etablissNew header .navbar-brand img {
    max-height: 40px;
}

.etablissNew .cardHedaer{
	color: #26306b;
	margin-top: 10px;
}

.etablissNew .cardHedaer h1{
	font-size: 24px;font-family: 'Muli-Bold';
}

.etablissNew .cardHedaer svg{
margin-top: -4px;
}

.etablissNew .cardHedaer h1 b{
	color: #48c5b5
}

.etablissNew .description-body h3 {
    font-family: 'Muli-Bold';
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #48c5b5;
    margin-bottom: 4px;
}

.etablissNew .description-body li {
    line-height: 18px;
	margin-bottom: 15px;
    margin-top: 5px;
}

.etablissNew .logoGroupe {
    max-height: 45px;
    max-width: 200px;
    float: right;
    margin-top: -53px;
}

.etablissNew .diap{
	margin: 30px 0;
	height: 500px;
	margin: 30px 15px;
}

.etablissNew .diap .col-lg-6{
	background-size: cover !important;
    background-position: center !important;
}

.etablissNew .diap .first{
	height: 500px;
    border-radius: 20px 0 0 20px;
    border-right: 3px solid;
    border-color: #fff;
}

.etablissNew .diap .second{
    border-left: 3px solid;
    border-color: #fff;
}

.etablissNew .diap .ter1{
    border-radius: 0px 20px 0px 0px;
}

.etablissNew .diap .ter2{
    border-radius: 0px 0px 20px 0px;
}

.etablissNew .diap .other{
	height:250px;
}
.etablissNew .diap .img2, .etablissNew .diap .img4{
	border-right: 3px solid;
    border-color: #fff;
}

.etablissNew .diap .img2, .etablissNew .diap .img3{
	border-bottom: 3px solid;
    border-color: #fff;
}

.etablissNew .diap .img3, .etablissNew .diap .img5{
	border-left: 3px solid;
    border-color: #fff;
}


.etablissNew .diap .img4, .etablissNew .diap .img5{
	border-top: 3px solid;
    border-color: #fff;
}

.etablissNew .heading-icon h2, .etablissNew .heading4, .etablissNew h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    text-align: left;
    color: #26306b;
    font-family: 'Muli-Bold';
}

.etablissNew .heading4 {
	padding:30px 0px;	
}

.pf {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 40px;
}

.pf img {
  flex: 1;
  object-fit: cover;
  width: calc((100% / 3) - 10px);
  height: 100%;
}

.pf img.second-child {
	margin:0 10px;
}

.pfsuite{
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 40px;
color: #26306b;	
}

.pfsuite.map{
  padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ECECEC;
}

#more, #more2 {display: none;}
#myBtn{
	background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #3DA2FF;
    text-decoration: underline;
}

#myBtn2{
	background: none;
    margin: auto 0;
    padding: 4px 30px 7px;
    color: #3DA2FF;
    text-decoration: underline;
    border: 1px solid #3DA2FF;
    border-radius: 5px;
}

.etablissNew .reserve-card{
	border: 1px solid #ECECEC;
    background: #fff;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.20);
	border-top: 5px solid #233166;
	top: 90px;
	z-index: 1000;
}

.etablissNew .reserve-card h3 {
    font-family: 'Muli';
    font-size: 24px;
    line-height: 24px;
    color: #48c5b5;
    padding: 0;
    margin: 0;
}

.etablissNew .reserve-card h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #26306b;
    margin-bottom: 20px;
    font-family: 'Muli-Bold';
}

.etablissNew .reserve-card p {
    font-family: 'Muli';
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 20px;
    text-align: center;
    color: #26306c;
    padding-top: 15px;
    border-top: 1px solid #ECECEC;
}

.etablissNew .reserve-card ul li .checkbox+label {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 5px;
    background: #4BDBC8;
    /* border: 1px solid rgba(255, 255, 255, 0.52); */
    font-family: 'Muli';
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin: 5px 0;
    padding-bottom: 3px;
    cursor: pointer;
    transition: 0.3 all;
}

.etablissNew .reserve-card ul {
    margin: 0;
	max-width:100%
}

.etablissNew .marker {
display: block;
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0;
}

.etablissNew #map{
	border-radius:10px;
	margin-bottom:20px;
}

.etablissNew .avatar {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: #4BDBC8;
    color: #fff;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 15px;
}

.etablissNew .nom {
	float: left;
    font-size: 17px;
    font-weight: bold;
}

.etablissNew .avatarNom {
	height:40px;
	margin-bottom:15px;
}

.etablissNew #headerTarifs, #BottomTarifs{
	    background: #26306c;
    color: #fff;
    border: 0;
    padding: 5px 20px 7px;
    font-size: 22px;
    margin-top: -3px;
    border-radius: 5px;
}
#BottomTarifs{
	    background:#4bdbc8;
}

.greybox{
	position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
	display:none;
}

.formFinal{
	 border: 1px solid #4BDBC8;
    border-radius: 20px;
    padding: 20px 60px 0 !important;
    background: rgba(75, 219, 200, 0.06);
    margin-top: 50px;
	color:#233266;
	font-size:24px;
	font-family: 'Muli-Bold';
}

.formFinal img{
	margin-top:-55px;
	margin-bottom: -20px;
}

.formFinal .div1{font-weight:bold;margin-bottom: 10px;line-height: 25px;margin-top: 15px;}
.formFinal .div2{font-weight:bold;margin-bottom: 25px;}
.formFinal .div3{font-size:15px;color:#949494;margin-top: 25px;}

.diap .swiper{
	display:none;
}

.step4 .inputText{
	width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 5px 10px 8px;
    border-radius: 5px;
    border: 1px solid #26306c;
}

.step4 .submitBtn{
	height: 50px;
    width: 100%;
    font-size: 18px;
    background: #4BDBC8;
    border: 0px;
    color: #fff;
    border-radius: 5px;
	margin-top:5px;
}

@media only screen and (max-width: 768px) {
	#headerTarifs{
		display:none !important;
	}
	header .navbar-brand {
		padding: 0;
		margin: auto !important;
	}
	
	header {
		min-height: 50px !important;
		filter:none !important;
	}
	
	.etablissNew header .navbar {
    	padding: 10px 0 !important;
	}
	
	.etablissNew .cardHedaer {
		margin-top: 30px !important;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ECECEC;
	}
	
	.etablissNew .logoGroupe {
		display:none;
	}
	
	.hde1{display:none;}
	.hde2{display: block;width: 100%;font-size: 16px;font-family: 'Muli';margin-top: 5px;}
	.hde3{font-size: 14px;font-family: 'Muli';}
	
	.quickList .col-lg-12:first-child{
		display: flex;
  		flex-direction: column-reverse;
	}
	
	.etablissNew .diap {
    	margin: -20px -15px;
		height: 300px;
	}
	
	.etablissNew header {
		margin: 0 -15px 20px;
	}
	
	.diap .swiper{
		display:block;
		margin: 0 -15px;
    	height: 300px;
	}
	
	.diap .row{display:none;}
	
	.quickList .pftt img {
		flex: 1;
		object-fit: cover;
		width: calc((100% / 3) - 10px);
		height: 100%;
		min-height: 100px;
		min-width: 250px;
		margin-right: 10px;
	}
	
	.quickList .pftt{
		display: flex;
		overflow: hidden;
		overflow-x: scroll;
		margin-right: -15px;
		margin-bottom: 30px;
		padding-bottom: 40px;
		border-bottom: 1px solid #ECECEC;
	}
	
	.pftt::-webkit-scrollbar {
	  display: none;
	}
	
	.formFinal img{
		display:none;
	}
	
	.formFinal{
		text-align:center;
		padding: 20px 30px 0 !important;
		margin-top: 30px;
	}
	
	.copyrights {
		border-top: 0px !important;
	}
	
	.dform{
		background: #26306c;
    	padding: 30px 20px;
	}
}