﻿@font-face{
    font-family:droid arabic kufi;
    font-style:normal;
    font-weight:400;
    src:url(../fonts/DroidKufi-Regular-2.html);
    src:url(../fonts/DroidKufi-Regulard41d.html?#iefix) format("embedded-opentype"),url(../fonts/DroidKufi-Regular.html) format("woff2"),url(../fonts/DroidKufi-Regular-3.html) format("woff"),url(../fonts/DroidKufi-Regular-4.html) format("truetype");
    font-display:swap
}
@font-face{
    font-family:droid arabic kufi;
    font-style:normal;
    font-weight:700;
    src:url(../fonts/DroidKufi-Bold-2.html);
    src:url(../fonts/DroidKufi-Boldd41d.html?#iefix) format("embedded-opentype"),url(../fonts/DroidKufi-Bold.html) format("woff2"),url(../fonts/DroidKufi-Bold-3.html) format("woff"),url(../fonts/DroidKufi-Bold-4.html) format("truetype");
    font-display:swap
}
:root{
    --blue: #061238;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #FC5770;
    --yellow: #ffc107;
    --green: #4CAF50;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #061238;
    --secondary: #FC5770;
    --success: #4CAF50;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --gray: #495057;
    --blue-light: #E8F0F7;
    --red-lightest: #FBEAEB;
    --blue-lightest: #E8F0F7;
    --yellow-lightest: #F6EBD9;
    --orange-lightest: #F9E1D9;
    --orange: #FC5770;
    --green-lightest: #DDE6E4;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 767px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
*,*::before,*::after{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#242424;
    text-align:left;
    background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible){
    outline:0!important
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible
}
h1,h2,h3,h4,.card-icon__title,h5,.card-icon--sm .card-icon__title,h6{
    margin-top:0;
    margin-bottom:.5rem
}
p{
    margin-top:0;
    margin-bottom:1rem
}
abbr[title],abbr[data-original-title]{
    text-decoration:underline;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
    text-decoration-skip-ink:none
}
address{
    margin-bottom:1rem;
    font-style:normal;
    line-height:inherit
}
ol,ul,dl{
    margin-top:0;
    margin-bottom:1rem
}
ol ol,ul ul,ol ul,ul ol{
    margin-bottom:0
}
dt{
    font-weight:700
}
dd{
    margin-bottom:.5rem;
    margin-left:0
}
blockquote{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:#061238;
    text-decoration:none;
    background-color:transparent
}
a:hover{
    color:#fc5770;
    text-decoration:underline
}
a:not([href]):not([class]){
    color:inherit;
    text-decoration:none
}
a:not([href]):not([class]):hover{
    color:inherit;
    text-decoration:none
}
pre,code,kbd,samp{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;
    font-size:1em
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto;
    -ms-overflow-style:scrollbar
}
figure{
    margin:0 0 1rem
}
img{
    vertical-align:middle;
    border-style:none
}
svg{
    overflow:hidden;
    vertical-align:middle
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#495057;
    text-align:left;
    caption-side:bottom
}
th{
    text-align:inherit;
    text-align:-webkit-match-parent
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
input,button,select,optgroup,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[role=button]{
    cursor:pointer
}
select{
    word-wrap:normal
}
button,[type=button],[type=reset],[type=submit]{
    -webkit-appearance:button
}
button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){
    cursor:pointer
}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=radio],input[type=checkbox]{
    box-sizing:border-box;
    padding:0
}
textarea{
    overflow:auto;
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
progress{
    vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
output{
    display:inline-block
}
summary{
    display:list-item;
    cursor:pointer
}
template{
    display:none
}
[hidden]{
    display:none!important
}
h1,h2,h3,h4,.card-icon__title,h5,.card-icon--sm .card-icon__title,h6,.h1,.h2,.hero__title,.h3,.h4,.h5,.h6{
    margin-bottom:.5rem;
    font-weight:700;
    line-height:1.2
}
h1,.h1{
    font-size:2.5rem
}
h2,.h2,.hero__title{
    font-size:2rem
}
h3,.h3{
    font-size:1.75rem
}
h4,.card-icon__title,.h4{
    font-size:1.5rem
}
h5,.card-icon--sm .card-icon__title,.h5{
    font-size:1.25rem
}
h6,.h6{
    font-size:1rem
}
.lead{
    font-size:1.25rem;
    font-weight:300
}
.display-1{
    font-size:6rem;
    font-weight:300;
    line-height:1.2
}
.display-2{
    font-size:5.5rem;
    font-weight:300;
    line-height:1.2
}
.display-3{
    font-size:4.5rem;
    font-weight:300;
    line-height:1.2
}
.display-4{
    font-size:3.5rem;
    font-weight:300;
    line-height:1.2
}
hr{
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgba(36,36,36,.1)
}
small,.small{
    font-size:80%;
    font-weight:400
}
mark,.mark{
    padding:.2em;
    background-color:#fcf8e3
}
.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.initialism{
    font-size:90%;
    text-transform:uppercase
}
.blockquote{
    margin-bottom:1rem;
    font-size:1.25rem
}
.blockquote-footer{
    display:block;
    font-size:80%;
    color:#6c757d
}
.blockquote-footer::before{
    content:"\2014\00A0"
}
.img-fluid{
    max-width:100%;
    height:auto
}
.img-thumbnail{
    padding:.25rem;
    background-color:#fff;
    border:1px solid #dee2e6;
    border-radius:24px;
    max-width:100%;
    height:auto
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:.5rem;
    line-height:1
}
.figure-caption{
    font-size:90%;
    color:#6c757d
}
.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{
    width:100%;
    padding-right:14.5px;
    padding-left:14.5px;
    margin-right:auto;
    margin-left:auto
}
@media(min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
}
@media(min-width:767px){
    .container,.container-sm,.container-md{
        max-width:720px
    }
}
@media(min-width:1024px){
    .container,.container-sm,.container-md,.container-lg{
        max-width:960px
    }
}
@media(min-width:1200px){
    .container,.container-sm,.container-md,.container-lg,.container-xl{
        max-width:1140px
    }
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-right:-14.5px;
    margin-left:-14.5px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.file-dropped__item,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{
    position:relative;
    width:100%;
    padding-right:14.5px;
    padding-left:14.5px
}
.col{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
}
.row-cols-1>*{
    flex:0 0 100%;
    max-width:100%
}
.row-cols-2>*{
    flex:0 0 50%;
    max-width:50%
}
.row-cols-3>*{
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.row-cols-4>*{
    flex:0 0 25%;
    max-width:25%
}
.row-cols-5>*{
    flex:0 0 20%;
    max-width:20%
}
.row-cols-6>*{
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
}
.col-1{
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.col-2{
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-3{
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-5{
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.col-6,.file-dropped__item{
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.col-8{
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.col-9{
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.col-11{
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.col-12{
    flex:0 0 100%;
    max-width:100%
}
.order-first{
    order:-1
}
.order-last{
    order:13
}
.order-0{
    order:0
}
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:3
}
.order-4{
    order:4
}
.order-5{
    order:5
}
.order-6{
    order:6
}
.order-7{
    order:7
}
.order-8{
    order:8
}
.order-9{
    order:9
}
.order-10{
    order:10
}
.order-11{
    order:11
}
.order-12{
    order:12
}
.offset-1{
    margin-left:8.33333%
}
.offset-2{
    margin-left:16.66667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333%
}
.offset-5{
    margin-left:41.66667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333%
}
.offset-8{
    margin-left:66.66667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333%
}
.offset-11{
    margin-left:91.66667%
}
@media(min-width:576px){
    .col-sm{
        flex-basis:0;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-sm-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-sm-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-sm-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-sm-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-sm-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-sm-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-sm-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-sm-6,.file-dropped__item{
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-first{
        order:-1
    }
    .order-sm-last{
        order:13
    }
    .order-sm-0{
        order:0
    }
    .order-sm-1{
        order:1
    }
    .order-sm-2{
        order:2
    }
    .order-sm-3{
        order:3
    }
    .order-sm-4{
        order:4
    }
    .order-sm-5{
        order:5
    }
    .order-sm-6{
        order:6
    }
    .order-sm-7{
        order:7
    }
    .order-sm-8{
        order:8
    }
    .order-sm-9{
        order:9
    }
    .order-sm-10{
        order:10
    }
    .order-sm-11{
        order:11
    }
    .order-sm-12{
        order:12
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333%
    }
    .offset-sm-2{
        margin-left:16.66667%
    }
    .offset-sm-3{
        margin-left:25%
    }
    .offset-sm-4{
        margin-left:33.33333%
    }
    .offset-sm-5{
        margin-left:41.66667%
    }
    .offset-sm-6{
        margin-left:50%
    }
    .offset-sm-7{
        margin-left:58.33333%
    }
    .offset-sm-8{
        margin-left:66.66667%
    }
    .offset-sm-9{
        margin-left:75%
    }
    .offset-sm-10{
        margin-left:83.33333%
    }
    .offset-sm-11{
        margin-left:91.66667%
    }
}
@media(min-width:767px){
    .col-md{
        flex-basis:0;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-md-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-md-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-md-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-md-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-md-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-md-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-md-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-first{
        order:-1
    }
    .order-md-last{
        order:13
    }
    .order-md-0{
        order:0
    }
    .order-md-1{
        order:1
    }
    .order-md-2{
        order:2
    }
    .order-md-3{
        order:3
    }
    .order-md-4{
        order:4
    }
    .order-md-5{
        order:5
    }
    .order-md-6{
        order:6
    }
    .order-md-7{
        order:7
    }
    .order-md-8{
        order:8
    }
    .order-md-9{
        order:9
    }
    .order-md-10{
        order:10
    }
    .order-md-11{
        order:11
    }
    .order-md-12{
        order:12
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333%
    }
    .offset-md-2{
        margin-left:16.66667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333%
    }
    .offset-md-5{
        margin-left:41.66667%
    }
    .offset-md-6{
        margin-left:50%
    }
    .offset-md-7{
        margin-left:58.33333%
    }
    .offset-md-8{
        margin-left:66.66667%
    }
    .offset-md-9{
        margin-left:75%
    }
    .offset-md-10{
        margin-left:83.33333%
    }
    .offset-md-11{
        margin-left:91.66667%
    }
}
@media(min-width:1024px){
    .col-lg{
        flex-basis:0;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-lg-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-lg-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-lg-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-lg-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-lg-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-lg-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-lg-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4,.file-dropped__item{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-first{
        order:-1
    }
    .order-lg-last{
        order:13
    }
    .order-lg-0{
        order:0
    }
    .order-lg-1{
        order:1
    }
    .order-lg-2{
        order:2
    }
    .order-lg-3{
        order:3
    }
    .order-lg-4{
        order:4
    }
    .order-lg-5{
        order:5
    }
    .order-lg-6{
        order:6
    }
    .order-lg-7{
        order:7
    }
    .order-lg-8{
        order:8
    }
    .order-lg-9{
        order:9
    }
    .order-lg-10{
        order:10
    }
    .order-lg-11{
        order:11
    }
    .order-lg-12{
        order:12
    }
    .offset-lg-0{
        margin-left:0
    }
    .offset-lg-1{
        margin-left:8.33333%
    }
    .offset-lg-2{
        margin-left:16.66667%
    }
    .offset-lg-3{
        margin-left:25%
    }
    .offset-lg-4{
        margin-left:33.33333%
    }
    .offset-lg-5{
        margin-left:41.66667%
    }
    .offset-lg-6{
        margin-left:50%
    }
    .offset-lg-7{
        margin-left:58.33333%
    }
    .offset-lg-8{
        margin-left:66.66667%
    }
    .offset-lg-9{
        margin-left:75%
    }
    .offset-lg-10{
        margin-left:83.33333%
    }
    .offset-lg-11{
        margin-left:91.66667%
    }
}
@media(min-width:1200px){
    .col-xl{
        flex-basis:0;
        flex-grow:1;
        max-width:100%
    }
    .row-cols-xl-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-xl-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-xl-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-xl-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-xl-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-xl-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xl-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-xl-first{
        order:-1
    }
    .order-xl-last{
        order:13
    }
    .order-xl-0{
        order:0
    }
    .order-xl-1{
        order:1
    }
    .order-xl-2{
        order:2
    }
    .order-xl-3{
        order:3
    }
    .order-xl-4{
        order:4
    }
    .order-xl-5{
        order:5
    }
    .order-xl-6{
        order:6
    }
    .order-xl-7{
        order:7
    }
    .order-xl-8{
        order:8
    }
    .order-xl-9{
        order:9
    }
    .order-xl-10{
        order:10
    }
    .order-xl-11{
        order:11
    }
    .order-xl-12{
        order:12
    }
    .offset-xl-0{
        margin-left:0
    }
    .offset-xl-1{
        margin-left:8.33333%
    }
    .offset-xl-2{
        margin-left:16.66667%
    }
    .offset-xl-3{
        margin-left:25%
    }
    .offset-xl-4{
        margin-left:33.33333%
    }
    .offset-xl-5{
        margin-left:41.66667%
    }
    .offset-xl-6{
        margin-left:50%
    }
    .offset-xl-7{
        margin-left:58.33333%
    }
    .offset-xl-8{
        margin-left:66.66667%
    }
    .offset-xl-9{
        margin-left:75%
    }
    .offset-xl-10{
        margin-left:83.33333%
    }
    .offset-xl-11{
        margin-left:91.66667%
    }
}
.form-control{
    display:block;
    width:100%;
    height:calc(1em + 2rem + 2px);
    padding:1rem 2rem;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:24px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .form-control{
        transition:none
    }
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#c4d8eb;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(101,152,203,.25)
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#f9f9f9;
    opacity:1
}
input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{
    appearance:none
}
select.form-control:focus::-ms-value{
    color:#495057;
    background-color:#fff
}
.form-control-file,.form-control-range{
    display:block;
    width:100%
}
.col-form-label{
    padding-top:calc(1rem + 1px);
    padding-bottom:calc(1rem + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1
}
.col-form-label-lg{
    padding-top:calc(.5rem + 1px);
    padding-bottom:calc(.5rem + 1px);
    font-size:1.25rem;
    line-height:1.5
}
.col-form-label-sm{
    padding-top:calc(.25rem + 1px);
    padding-bottom:calc(.25rem + 1px);
    font-size:.875rem;
    line-height:1.5
}
.form-control-plaintext{
    display:block;
    width:100%;
    padding:1rem 0;
    margin-bottom:0;
    font-size:1rem;
    line-height:1;
    color:#242424;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}
.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{
    padding-right:0;
    padding-left:0
}
.form-control-sm{
    height:calc(1.5em + .5rem + 2px);
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:8px
}
.form-control-lg{
    height:calc(1.5em + 1rem + 2px);
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:51px
}
select.form-control[size],select.form-control[multiple]{
    height:auto
}
textarea.form-control{
    height:auto
}
.form-group{
    margin-bottom:1rem
}
.form-text{
    display:block;
    margin-top:.25rem
}
.form-row{
    display:flex;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px
}
.form-row>.col,.form-row>[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.form-check{
    position:relative;
    display:block;
    padding-left:1.25rem
}
.form-check-input{
    position:absolute;
    margin-top:.3rem;
    margin-left:-1.25rem
}
.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{
    color:#495057
}
.form-check-label{
    margin-bottom:0
}
.form-check-inline{
    display:inline-flex;
    align-items:center;
    padding-left:0;
    margin-right:.75rem
}
.form-check-inline .form-check-input{
    position:static;
    margin-top:0;
    margin-right:.3125rem;
    margin-left:0
}
.valid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#4caf50
}
.valid-tooltip{
    position:absolute;
    top:100%;
    left:0;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.25rem .5rem;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1;
    color:#fff;
    background-color:rgba(76,175,80,.9);
    border-radius:24px
}
.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{
    display:block
}
.was-validated .form-control:valid,.form-control.is-valid{
    border-color:#4caf50;
    padding-right:calc(1em + 2rem);
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyM0Q0FGNTAnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
    background-repeat:no-repeat;
    background-position:right calc(.25em + .5rem) center;
    background-size:calc(.5em + 1rem) calc(.5em + 1rem)
}
.was-validated .form-control:valid:focus,.form-control.is-valid:focus{
    border-color:#4caf50;
    box-shadow:0 0 0 .2rem rgba(76,175,80,.25)
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
    padding-right:calc(1em + 2rem);
    background-position:top calc(.25em + .5rem) right calc(.25em + .5rem)
}
.was-validated .custom-select:valid,.was-validated .pill-select:valid,.was-validated .react-select.pill-select .wrapper:valid,.react-select.pill-select .was-validated .wrapper:valid,.was-validated .react-select.pill-select .input:valid,.react-select.pill-select .was-validated .input:valid,.custom-select.is-valid,.is-valid.pill-select,.react-select.pill-select .is-valid.wrapper,.react-select.pill-select .is-valid.input{
    border-color:#4caf50;
    padding-right:calc(.75em + 4.5rem);
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234CAF50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 3rem/calc(.5em + 1rem) calc(.5em + 1rem)
}
.was-validated .custom-select:valid:focus,.was-validated .pill-select:valid:focus,.was-validated .react-select.pill-select .wrapper:valid:focus,.react-select.pill-select .was-validated .wrapper:valid:focus,.was-validated .react-select.pill-select .input:valid:focus,.react-select.pill-select .was-validated .input:valid:focus,.custom-select.is-valid:focus,.is-valid.pill-select:focus,.react-select.pill-select .is-valid.wrapper:focus,.react-select.pill-select .is-valid.input:focus{
    border-color:#4caf50;
    box-shadow:0 0 0 .2rem rgba(76,175,80,.25)
}
.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{
    color:#4caf50
}
.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{
    display:block
}
.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{
    color:#4caf50
}
.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{
    border-color:#4caf50
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{
    border-color:#6ec071;
    background-color:#6ec071
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(76,175,80,.25)
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{
    border-color:#4caf50
}
.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{
    border-color:#4caf50
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{
    border-color:#4caf50;
    box-shadow:0 0 0 .2rem rgba(76,175,80,.25)
}
.invalid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#dc3545
}
.invalid-tooltip{
    position:absolute;
    top:100%;
    left:0;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.25rem .5rem;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1;
    color:#fff;
    background-color:rgba(220,53,69,.9);
    border-radius:24px
}
.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{
    display:block
}
.was-validated .form-control:invalid,.form-control.is-invalid{
    border-color:#dc3545;
    padding-right:calc(1em + 2rem);
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1JyB2aWV3Qm94PScwIDAgMTIgMTInPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat:no-repeat;
    background-position:right calc(.25em + .5rem) center;
    background-size:calc(.5em + 1rem) calc(.5em + 1rem)
}
.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
    padding-right:calc(1em + 2rem);
    background-position:top calc(.25em + .5rem) right calc(.25em + .5rem)
}
.was-validated .custom-select:invalid,.was-validated .pill-select:invalid,.was-validated .react-select.pill-select .wrapper:invalid,.react-select.pill-select .was-validated .wrapper:invalid,.was-validated .react-select.pill-select .input:invalid,.react-select.pill-select .was-validated .input:invalid,.custom-select.is-invalid,.is-invalid.pill-select,.react-select.pill-select .is-invalid.wrapper,.react-select.pill-select .is-invalid.input{
    border-color:#dc3545;
    padding-right:calc(.75em + 4.5rem);
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 3rem/calc(.5em + 1rem) calc(.5em + 1rem)
}
.was-validated .custom-select:invalid:focus,.was-validated .pill-select:invalid:focus,.was-validated .react-select.pill-select .wrapper:invalid:focus,.react-select.pill-select .was-validated .wrapper:invalid:focus,.was-validated .react-select.pill-select .input:invalid:focus,.react-select.pill-select .was-validated .input:invalid:focus,.custom-select.is-invalid:focus,.is-invalid.pill-select:focus,.react-select.pill-select .is-invalid.wrapper:focus,.react-select.pill-select .is-invalid.input:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{
    color:#dc3545
}
.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{
    display:block
}
.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{
    color:#dc3545
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{
    border-color:#dc3545
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{
    border-color:#e4606d;
    background-color:#e4606d
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{
    border-color:#dc3545
}
.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{
    border-color:#dc3545
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline{
    display:flex;
    flex-flow:row wrap;
    align-items:center
}
.form-inline .form-check{
    width:100%
}
@media(min-width:576px){
    .form-inline label{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom:0
    }
    .form-inline .form-group{
        display:flex;
        flex:0 0 auto;
        flex-flow:row wrap;
        align-items:center;
        margin-bottom:0
    }
    .form-inline .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-plaintext{
        display:inline-block
    }
    .form-inline .input-group,.form-inline .custom-select,.form-inline .pill-select,.form-inline .react-select.pill-select .wrapper,.react-select.pill-select .form-inline .wrapper,.form-inline .react-select.pill-select .input,.react-select.pill-select .form-inline .input{
        width:auto
    }
    .form-inline .form-check{
        display:flex;
        align-items:center;
        justify-content:center;
        width:auto;
        padding-left:0
    }
    .form-inline .form-check-input{
        position:relative;
        flex-shrink:0;
        margin-top:0;
        margin-right:.25rem;
        margin-left:0
    }
    .form-inline .custom-control{
        align-items:center;
        justify-content:center
    }
    .form-inline .custom-control-label{
        margin-bottom:0
    }
}
.btn{
    display:inline-block;
    font-weight:400;
    color:#242424;
    text-align:center;
    vertical-align:middle;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:1rem 2rem;
    font-size:1rem;
    line-height:1;
    border-radius:24px;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:#242424;
    text-decoration:none
}
.btn:focus,.btn.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(101,152,203,.25)
}
.btn.disabled,.btn:disabled{
    opacity:.65
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
a.btn.disabled,fieldset:disabled a.btn{
    pointer-events:none
}
.btn-primary{
    color:#fff;
    background-color:#061238;
    border-color:#061238
}
.btn-primary:hover{
    color:#fff;
    background-color:#2d3448;
    border-color:#2d3448
}
.btn-primary:focus,.btn-primary.focus{
    color:#fff;
    background-color:#2d3448;
    border-color:#2d3448;
    box-shadow:0 0 0 .2rem rgba(124,167,211,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#061238;
    border-color:#061238
}
.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#2d3448;
    border-color:#3d78b4
}
.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(124,167,211,.5)
}
.btn-secondary{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-secondary:hover{
    color:#fff;
    background-color:#fd90a0;
    border-color:#fd90a0
}
.btn-secondary:focus,.btn-secondary.focus{
    color:#fff;
    background-color:#fd90a0;
    border-color:#fd90a0;
    box-shadow:0 0 0 .2rem rgba(249,157,132,.5)
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{
    color:#fff;
    background-color:#fd90a0;
    border-color:#f55c31
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(249,157,132,.5)
}
.btn-success{
    color:#fff;
    background-color:#4caf50;
    border-color:#4caf50
}
.btn-success:hover{
    color:#fff;
    background-color:#409444;
    border-color:#3d8b40
}
.btn-success:focus,.btn-success.focus{
    color:#fff;
    background-color:#409444;
    border-color:#3d8b40;
    box-shadow:0 0 0 .2rem rgba(103,187,106,.5)
}
.btn-success.disabled,.btn-success:disabled{
    color:#fff;
    background-color:#4caf50;
    border-color:#4caf50
}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{
    color:#fff;
    background-color:#3d8b40;
    border-color:#39833c
}
.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(103,187,106,.5)
}
.btn-info{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info:hover{
    color:#fff;
    background-color:#138496;
    border-color:#117a8b
}
.btn-info:focus,.btn-info.focus{
    color:#fff;
    background-color:#138496;
    border-color:#117a8b;
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info.disabled,.btn-info:disabled{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{
    color:#fff;
    background-color:#117a8b;
    border-color:#10707f
}
.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-warning{
    color:#242424;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-warning:hover{
    color:#fff;
    background-color:#e0a800;
    border-color:#d39e00
}
.btn-warning:focus,.btn-warning.focus{
    color:#fff;
    background-color:#e0a800;
    border-color:#d39e00;
    box-shadow:0 0 0 .2rem rgba(222,169,11,.5)
}
.btn-warning.disabled,.btn-warning:disabled{
    color:#242424;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{
    color:#fff;
    background-color:#d39e00;
    border-color:#c69500
}
.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(222,169,11,.5)
}
.btn-danger{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-danger:hover{
    color:#fff;
    background-color:#c82333;
    border-color:#bd2130
}
.btn-danger:focus,.btn-danger.focus{
    color:#fff;
    background-color:#c82333;
    border-color:#bd2130;
    box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger.disabled,.btn-danger:disabled{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{
    color:#fff;
    background-color:#bd2130;
    border-color:#b21f2d
}
.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-light{
    color:#242424;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:hover{
    color:#242424;
    background-color:#e2e6ea;
    border-color:#dae0e5
}
.btn-light:focus,.btn-light.focus{
    color:#242424;
    background-color:#e2e6ea;
    border-color:#dae0e5;
    box-shadow:0 0 0 .2rem rgba(216,217,218,.5)
}
.btn-light.disabled,.btn-light:disabled{
    color:#242424;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{
    color:#242424;
    background-color:#dae0e5;
    border-color:#d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(216,217,218,.5)
}
.btn-dark{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-dark:hover{
    color:#fff;
    background-color:#23272b;
    border-color:#1d2124
}
.btn-dark:focus,.btn-dark.focus{
    color:#fff;
    background-color:#23272b;
    border-color:#1d2124;
    box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark.disabled,.btn-dark:disabled{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{
    color:#fff;
    background-color:#1d2124;
    border-color:#171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-gray{
    color:#fff;
    background-color:#495057;
    border-color:#495057
}
.btn-gray:hover{
    color:#fff;
    background-color:#383d42;
    border-color:#32373b
}
.btn-gray:focus,.btn-gray.focus{
    color:#fff;
    background-color:#383d42;
    border-color:#32373b;
    box-shadow:0 0 0 .2rem rgba(100,106,112,.5)
}
.btn-gray.disabled,.btn-gray:disabled{
    color:#fff;
    background-color:#495057;
    border-color:#495057
}
.btn-gray:not(:disabled):not(.disabled):active,.btn-gray:not(:disabled):not(.disabled).active,.show>.btn-gray.dropdown-toggle{
    color:#fff;
    background-color:#32373b;
    border-color:#2c3034
}
.btn-gray:not(:disabled):not(.disabled):active:focus,.btn-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-gray.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(100,106,112,.5)
}
.btn-blue-light{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-blue-light:hover{
    color:#242424;
    background-color:#ccdded;
    border-color:#c2d7ea
}
.btn-blue-light:focus,.btn-blue-light.focus{
    color:#242424;
    background-color:#ccdded;
    border-color:#c2d7ea;
    box-shadow:0 0 0 .2rem rgba(203,209,215,.5)
}
.btn-blue-light.disabled,.btn-blue-light:disabled{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-blue-light:not(:disabled):not(.disabled):active,.btn-blue-light:not(:disabled):not(.disabled).active,.show>.btn-blue-light.dropdown-toggle{
    color:#242424;
    background-color:#c2d7ea;
    border-color:#b9d1e7
}
.btn-blue-light:not(:disabled):not(.disabled):active:focus,.btn-blue-light:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(203,209,215,.5)
}
.btn-red-lightest{
    color:#242424;
    background-color:#fbeaeb;
    border-color:#fbeaeb
}
.btn-red-lightest:hover{
    color:#242424;
    background-color:#f5cacc;
    border-color:#f3bfc2
}
.btn-red-lightest:focus,.btn-red-lightest.focus{
    color:#242424;
    background-color:#f5cacc;
    border-color:#f3bfc2;
    box-shadow:0 0 0 .2rem rgba(219,204,205,.5)
}
.btn-red-lightest.disabled,.btn-red-lightest:disabled{
    color:#242424;
    background-color:#fbeaeb;
    border-color:#fbeaeb
}
.btn-red-lightest:not(:disabled):not(.disabled):active,.btn-red-lightest:not(:disabled):not(.disabled).active,.show>.btn-red-lightest.dropdown-toggle{
    color:#242424;
    background-color:#f3bfc2;
    border-color:#f1b4b8
}
.btn-red-lightest:not(:disabled):not(.disabled):active:focus,.btn-red-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-red-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(219,204,205,.5)
}
.btn-blue-lightest{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-blue-lightest:hover{
    color:#242424;
    background-color:#ccdded;
    border-color:#c2d7ea
}
.btn-blue-lightest:focus,.btn-blue-lightest.focus{
    color:#242424;
    background-color:#ccdded;
    border-color:#c2d7ea;
    box-shadow:0 0 0 .2rem rgba(203,209,215,.5)
}
.btn-blue-lightest.disabled,.btn-blue-lightest:disabled{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-blue-lightest:not(:disabled):not(.disabled):active,.btn-blue-lightest:not(:disabled):not(.disabled).active,.show>.btn-blue-lightest.dropdown-toggle{
    color:#242424;
    background-color:#c2d7ea;
    border-color:#b9d1e7
}
.btn-blue-lightest:not(:disabled):not(.disabled):active:focus,.btn-blue-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-blue-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(203,209,215,.5)
}
.btn-yellow-lightest{
    color:#242424;
    background-color:#f6ebd9;
    border-color:#f6ebd9
}
.btn-yellow-lightest:hover{
    color:#242424;
    background-color:#efdbba;
    border-color:#ecd5b0
}
.btn-yellow-lightest:focus,.btn-yellow-lightest.focus{
    color:#242424;
    background-color:#efdbba;
    border-color:#ecd5b0;
    box-shadow:0 0 0 .2rem rgba(215,205,190,.5)
}
.btn-yellow-lightest.disabled,.btn-yellow-lightest:disabled{
    color:#242424;
    background-color:#f6ebd9;
    border-color:#f6ebd9
}
.btn-yellow-lightest:not(:disabled):not(.disabled):active,.btn-yellow-lightest:not(:disabled):not(.disabled).active,.show>.btn-yellow-lightest.dropdown-toggle{
    color:#242424;
    background-color:#ecd5b0;
    border-color:#ead0a5
}
.btn-yellow-lightest:not(:disabled):not(.disabled):active:focus,.btn-yellow-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-yellow-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(215,205,190,.5)
}
.btn-orange-lightest{
    color:#242424;
    background-color:#f9e1d9;
    border-color:#f9e1d9
}
.btn-orange-lightest:hover{
    color:#242424;
    background-color:#f4c7b8;
    border-color:#f2bead
}
.btn-orange-lightest:focus,.btn-orange-lightest.focus{
    color:#242424;
    background-color:#f4c7b8;
    border-color:#f2bead;
    box-shadow:0 0 0 .2rem rgba(217,197,190,.5)
}
.btn-orange-lightest.disabled,.btn-orange-lightest:disabled{
    color:#242424;
    background-color:#f9e1d9;
    border-color:#f9e1d9
}
.btn-orange-lightest:not(:disabled):not(.disabled):active,.btn-orange-lightest:not(:disabled):not(.disabled).active,.show>.btn-orange-lightest.dropdown-toggle{
    color:#242424;
    background-color:#f2bead;
    border-color:#f0b6a2
}
.btn-orange-lightest:not(:disabled):not(.disabled):active:focus,.btn-orange-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-orange-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(217,197,190,.5)
}
.btn-orange{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-orange:hover{
    color:#fff;
    background-color:#fd90a0;
    border-color:#fd90a0
}
.btn-orange:focus,.btn-orange.focus{
    color:#fff;
    background-color:#fd90a0;
    border-color:#fd90a0;
    box-shadow:0 0 0 .2rem rgba(249,157,132,.5)
}
.btn-orange.disabled,.btn-orange:disabled{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-orange:not(:disabled):not(.disabled):active,.btn-orange:not(:disabled):not(.disabled).active,.show>.btn-orange.dropdown-toggle{
    color:#fff;
    background-color:#fd90a0;
    border-color:#f55c31
}
.btn-orange:not(:disabled):not(.disabled):active:focus,.btn-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-orange.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(249,157,132,.5)
}
.btn-green-lightest{
    color:#242424;
    background-color:#dde6e4;
    border-color:#dde6e4
}
.btn-green-lightest:hover{
    color:#242424;
    background-color:#c7d6d2;
    border-color:#c0d0cd
}
.btn-green-lightest:focus,.btn-green-lightest.focus{
    color:#242424;
    background-color:#c7d6d2;
    border-color:#c0d0cd;
    box-shadow:0 0 0 .2rem rgba(193,201,199,.5)
}
.btn-green-lightest.disabled,.btn-green-lightest:disabled{
    color:#242424;
    background-color:#dde6e4;
    border-color:#dde6e4
}
.btn-green-lightest:not(:disabled):not(.disabled):active,.btn-green-lightest:not(:disabled):not(.disabled).active,.show>.btn-green-lightest.dropdown-toggle{
    color:#242424;
    background-color:#c0d0cd;
    border-color:#b8cbc7
}
.btn-green-lightest:not(:disabled):not(.disabled):active:focus,.btn-green-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-green-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(193,201,199,.5)
}
.btn-outline-primary{
    color:#061238;
    border-color:#061238
}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#061238;
    border-color:#061238
}
.btn-outline-primary:focus,.btn-outline-primary.focus{
    box-shadow:0 0 0 .2rem rgba(101,152,203,.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#061238;
    background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{
    color:#fff;
    background-color:#061238;
    border-color:#061238
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(101,152,203,.5)
}
.btn-outline-secondary{
    color:#FC5770;
    border-color:#FC5770
}
.btn-outline-secondary:hover{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-outline-secondary:focus,.btn-outline-secondary.focus{
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
    color:#FC5770;
    background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.btn-outline-success{
    color:#4caf50;
    border-color:#4caf50
}
.btn-outline-success:hover{
    color:#fff;
    background-color:#4caf50;
    border-color:#4caf50
}
.btn-outline-success:focus,.btn-outline-success.focus{
    box-shadow:0 0 0 .2rem rgba(76,175,80,.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled{
    color:#4caf50;
    background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{
    color:#fff;
    background-color:#4caf50;
    border-color:#4caf50
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(76,175,80,.5)
}
.btn-outline-info{
    color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-info:hover{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-info:focus,.btn-outline-info.focus{
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info.disabled,.btn-outline-info:disabled{
    color:#17a2b8;
    background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-warning{
    color:#ffc107;
    border-color:#ffc107
}
.btn-outline-warning:hover{
    color:#242424;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-outline-warning:focus,.btn-outline-warning.focus{
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{
    color:#ffc107;
    background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{
    color:#242424;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-danger{
    color:#dc3545;
    border-color:#dc3545
}
.btn-outline-danger:hover{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-outline-danger:focus,.btn-outline-danger.focus{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{
    color:#dc3545;
    background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-light{
    color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light:hover{
    color:#242424;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light:focus,.btn-outline-light.focus{
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light.disabled,.btn-outline-light:disabled{
    color:#f8f9fa;
    background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{
    color:#242424;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-dark{
    color:#343a40;
    border-color:#343a40
}
.btn-outline-dark:hover{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-outline-dark:focus,.btn-outline-dark.focus{
    box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{
    color:#343a40;
    background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-gray{
    color:#495057;
    border-color:#495057
}
.btn-outline-gray:hover{
    color:#fff;
    background-color:#495057;
    border-color:#495057
}
.btn-outline-gray:focus,.btn-outline-gray.focus{
    box-shadow:0 0 0 .2rem rgba(73,80,87,.5)
}
.btn-outline-gray.disabled,.btn-outline-gray:disabled{
    color:#495057;
    background-color:transparent
}
.btn-outline-gray:not(:disabled):not(.disabled):active,.btn-outline-gray:not(:disabled):not(.disabled).active,.show>.btn-outline-gray.dropdown-toggle{
    color:#fff;
    background-color:#495057;
    border-color:#495057
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus,.btn-outline-gray:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-gray.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(73,80,87,.5)
}
.btn-outline-blue-light{
    color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-light:hover{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-light:focus,.btn-outline-blue-light.focus{
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.btn-outline-blue-light.disabled,.btn-outline-blue-light:disabled{
    color:#e8f0f7;
    background-color:transparent
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active,.btn-outline-blue-light:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-light.dropdown-toggle{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.btn-outline-red-lightest{
    color:#fbeaeb;
    border-color:#fbeaeb
}
.btn-outline-red-lightest:hover{
    color:#242424;
    background-color:#fbeaeb;
    border-color:#fbeaeb
}
.btn-outline-red-lightest:focus,.btn-outline-red-lightest.focus{
    box-shadow:0 0 0 .2rem rgba(251,234,235,.5)
}
.btn-outline-red-lightest.disabled,.btn-outline-red-lightest:disabled{
    color:#fbeaeb;
    background-color:transparent
}
.btn-outline-red-lightest:not(:disabled):not(.disabled):active,.btn-outline-red-lightest:not(:disabled):not(.disabled).active,.show>.btn-outline-red-lightest.dropdown-toggle{
    color:#242424;
    background-color:#fbeaeb;
    border-color:#fbeaeb
}
.btn-outline-red-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-red-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-red-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(251,234,235,.5)
}
.btn-outline-blue-lightest{
    color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-lightest:hover{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-lightest:focus,.btn-outline-blue-lightest.focus{
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.btn-outline-blue-lightest.disabled,.btn-outline-blue-lightest:disabled{
    color:#e8f0f7;
    background-color:transparent
}
.btn-outline-blue-lightest:not(:disabled):not(.disabled):active,.btn-outline-blue-lightest:not(:disabled):not(.disabled).active,.show>.btn-outline-blue-lightest.dropdown-toggle{
    color:#242424;
    background-color:#e8f0f7;
    border-color:#e8f0f7
}
.btn-outline-blue-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-blue-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-blue-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.btn-outline-yellow-lightest{
    color:#f6ebd9;
    border-color:#f6ebd9
}
.btn-outline-yellow-lightest:hover{
    color:#242424;
    background-color:#f6ebd9;
    border-color:#f6ebd9
}
.btn-outline-yellow-lightest:focus,.btn-outline-yellow-lightest.focus{
    box-shadow:0 0 0 .2rem rgba(246,235,217,.5)
}
.btn-outline-yellow-lightest.disabled,.btn-outline-yellow-lightest:disabled{
    color:#f6ebd9;
    background-color:transparent
}
.btn-outline-yellow-lightest:not(:disabled):not(.disabled):active,.btn-outline-yellow-lightest:not(:disabled):not(.disabled).active,.show>.btn-outline-yellow-lightest.dropdown-toggle{
    color:#242424;
    background-color:#f6ebd9;
    border-color:#f6ebd9
}
.btn-outline-yellow-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-yellow-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-yellow-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(246,235,217,.5)
}
.btn-outline-orange-lightest{
    color:#f9e1d9;
    border-color:#f9e1d9
}
.btn-outline-orange-lightest:hover{
    color:#242424;
    background-color:#f9e1d9;
    border-color:#f9e1d9
}
.btn-outline-orange-lightest:focus,.btn-outline-orange-lightest.focus{
    box-shadow:0 0 0 .2rem rgba(249,225,217,.5)
}
.btn-outline-orange-lightest.disabled,.btn-outline-orange-lightest:disabled{
    color:#f9e1d9;
    background-color:transparent
}
.btn-outline-orange-lightest:not(:disabled):not(.disabled):active,.btn-outline-orange-lightest:not(:disabled):not(.disabled).active,.show>.btn-outline-orange-lightest.dropdown-toggle{
    color:#242424;
    background-color:#f9e1d9;
    border-color:#f9e1d9
}
.btn-outline-orange-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-orange-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(249,225,217,.5)
}
.btn-outline-orange{
    color:#FC5770;
    border-color:#FC5770
}
.btn-outline-orange:hover{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-outline-orange:focus,.btn-outline-orange.focus{
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.btn-outline-orange.disabled,.btn-outline-orange:disabled{
    color:#FC5770;
    background-color:transparent
}
.btn-outline-orange:not(:disabled):not(.disabled):active,.btn-outline-orange:not(:disabled):not(.disabled).active,.show>.btn-outline-orange.dropdown-toggle{
    color:#fff;
    background-color:#FC5770;
    border-color:#FC5770
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,.btn-outline-orange:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-orange.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.btn-outline-green-lightest{
    color:#dde6e4;
    border-color:#dde6e4
}
.btn-outline-green-lightest:hover{
    color:#242424;
    background-color:#dde6e4;
    border-color:#dde6e4
}
.btn-outline-green-lightest:focus,.btn-outline-green-lightest.focus{
    box-shadow:0 0 0 .2rem rgba(221,230,228,.5)
}
.btn-outline-green-lightest.disabled,.btn-outline-green-lightest:disabled{
    color:#dde6e4;
    background-color:transparent
}
.btn-outline-green-lightest:not(:disabled):not(.disabled):active,.btn-outline-green-lightest:not(:disabled):not(.disabled).active,.show>.btn-outline-green-lightest.dropdown-toggle{
    color:#242424;
    background-color:#dde6e4;
    border-color:#dde6e4
}
.btn-outline-green-lightest:not(:disabled):not(.disabled):active:focus,.btn-outline-green-lightest:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-green-lightest.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(221,230,228,.5)
}
.btn-link{
    font-weight:400;
    color:#061238;
    text-decoration:none
}
.btn-link:hover{
    color:#3972aa;
    text-decoration:underline
}
.btn-link:focus,.btn-link.focus{
    text-decoration:underline
}
.btn-link:disabled,.btn-link.disabled{
    color:#6c757d;
    pointer-events:none
}
.btn-lg,.btn-group-lg>.btn{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:51px
}
.btn-sm,.btn-group-sm>.btn{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:8px
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:.5rem
}
input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{
    width:100%
}
.fade{
    transition:opacity .15s linear
}
@media(prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
@media(prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}
.dropup,.dropright,.dropdown,.dropleft{
    position:relative
}
.dropdown-toggle{
    white-space:nowrap
}
.dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent
}
.dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:950;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#242424;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(36,36,36,.15);
    border-radius:8px
}
.dropdown-menu-left{
    right:auto;
    left:0
}
.dropdown-menu-right{
    right:0;
    left:auto
}
@media(min-width:576px){
    .dropdown-menu-sm-left{
        right:auto;
        left:0
    }
    .dropdown-menu-sm-right{
        right:0;
        left:auto
    }
}
@media(min-width:767px){
    .dropdown-menu-md-left{
        right:auto;
        left:0
    }
    .dropdown-menu-md-right{
        right:0;
        left:auto
    }
}
@media(min-width:1024px){
    .dropdown-menu-lg-left{
        right:auto;
        left:0
    }
    .dropdown-menu-lg-right{
        right:0;
        left:auto
    }
}
@media(min-width:1200px){
    .dropdown-menu-xl-left{
        right:auto;
        left:0
    }
    .dropdown-menu-xl-right{
        right:0;
        left:auto
    }
}
.dropup .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:0;
    border-right:.3em solid transparent;
    border-bottom:.3em solid;
    border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after{
    margin-left:0
}
.dropright .dropdown-menu{
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:.125rem
}
.dropright .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:0;
    border-bottom:.3em solid transparent;
    border-left:.3em solid
}
.dropright .dropdown-toggle:empty::after{
    margin-left:0
}
.dropright .dropdown-toggle::after{
    vertical-align:0
}
.dropleft .dropdown-menu{
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:.125rem
}
.dropleft .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:""
}
.dropleft .dropdown-toggle::after{
    display:none
}
.dropleft .dropdown-toggle::before{
    display:inline-block;
    margin-right:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:.3em solid;
    border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after{
    margin-left:0
}
.dropleft .dropdown-toggle::before{
    vertical-align:0
}
.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{
    right:auto;
    bottom:auto
}
.dropdown-divider{
    height:0;
    margin:.5rem 0;
    overflow:hidden;
    border-top:1px solid #e9ecef
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#242424;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:hover,.dropdown-item:focus{
    color:#171717;
    text-decoration:none;
    background-color:#f8f9fa
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#061238
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent
}
.dropdown-menu.show{
    display:block
}
.dropdown-header{
    display:block;
    padding:.5rem 1.5rem;
    margin-bottom:0;
    font-size:.875rem;
    color:#6c757d;
    white-space:nowrap
}
.dropdown-item-text{
    display:block;
    padding:.25rem 1.5rem;
    color:#242424
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-flex;
    vertical-align:middle
}
.btn-group>.btn,.btn-group-vertical>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{
    z-index:1
}
.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{
    z-index:1
}
.btn-toolbar{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){
    margin-left:-1px
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.dropdown-toggle-split{
    padding-right:1.5rem;
    padding-left:1.5rem
}
.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{
    margin-left:0
}
.dropleft .dropdown-toggle-split::before{
    margin-right:0
}
.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{
    padding-right:.375rem;
    padding-left:.375rem
}
.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{
    padding-right:.75rem;
    padding-left:.75rem
}
.btn-group-vertical{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
    width:100%
}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){
    margin-top:-1px
}
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{
    border-top-left-radius:0;
    border-top-right-radius:0
}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{
    margin-bottom:0
}
.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.input-group{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    width:100%
}
.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.pill-select,.react-select.pill-select .input-group>.wrapper,.react-select.pill-select .input-group>.input,.input-group>.custom-file{
    position:relative;
    flex:1 1 auto;
    width:1%;
    min-width:0;
    margin-bottom:0
}
.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.pill-select,.react-select.pill-select .input-group>.form-control+.wrapper,.react-select.pill-select .input-group>.form-control+.input,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.pill-select,.react-select.pill-select .input-group>.form-control-plaintext+.wrapper,.react-select.pill-select .input-group>.form-control-plaintext+.input,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.pill-select+.form-control,.react-select.pill-select .input-group>.wrapper+.form-control,.react-select.pill-select .input-group>.input+.form-control,.input-group>.custom-select+.custom-select,.input-group>.pill-select+.custom-select,.react-select.pill-select .input-group>.wrapper+.custom-select,.react-select.pill-select .input-group>.input+.custom-select,.input-group>.custom-select+.pill-select,.input-group>.pill-select+.pill-select,.react-select.pill-select .input-group>.wrapper+.pill-select,.react-select.pill-select .input-group>.input+.pill-select,.react-select.pill-select .input-group>.custom-select+.wrapper,.react-select.pill-select .input-group>.pill-select+.wrapper,.react-select.pill-select .input-group>.wrapper+.wrapper,.react-select.pill-select .input-group>.input+.wrapper,.react-select.pill-select .input-group>.custom-select+.input,.react-select.pill-select .input-group>.pill-select+.input,.react-select.pill-select .input-group>.wrapper+.input,.react-select.pill-select .input-group>.input+.input,.input-group>.custom-select+.custom-file,.input-group>.pill-select+.custom-file,.react-select.pill-select .input-group>.wrapper+.custom-file,.react-select.pill-select .input-group>.input+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.pill-select,.react-select.pill-select .input-group>.custom-file+.wrapper,.react-select.pill-select .input-group>.custom-file+.input,.input-group>.custom-file+.custom-file{
    margin-left:-1px
}
.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.pill-select:focus,.react-select.pill-select .input-group>.wrapper:focus,.react-select.pill-select .input-group>.input:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{
    z-index:3
}
.input-group>.custom-file .custom-file-input:focus{
    z-index:4
}
.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child),.input-group>.pill-select:not(:last-child),.react-select.pill-select .input-group>.wrapper:not(:last-child),.react-select.pill-select .input-group>.input:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child),.input-group>.pill-select:not(:first-child),.react-select.pill-select .input-group>.wrapper:not(:first-child),.react-select.pill-select .input-group>.input:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group>.custom-file{
    display:flex;
    align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group-prepend,.input-group-append{
    display:flex
}
.input-group-prepend .btn,.input-group-append .btn{
    position:relative;
    z-index:2
}
.input-group-prepend .btn:focus,.input-group-append .btn:focus{
    z-index:3
}
.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{
    margin-left:-1px
}
.input-group-prepend{
    margin-right:-1px
}
.input-group-append{
    margin-left:-1px
}
.input-group-text{
    display:flex;
    align-items:center;
    padding:1rem 2rem;
    margin-bottom:0;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#495057;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:24px
}
.input-group-text input[type=radio],.input-group-text input[type=checkbox]{
    margin-top:0
}
.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select,.input-group-lg>.pill-select,.react-select.pill-select .input-group-lg>.wrapper,.react-select.pill-select .input-group-lg>.input{
    height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.pill-select,.react-select.pill-select .input-group-lg>.wrapper,.react-select.pill-select .input-group-lg>.input,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:51px
}
.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select,.input-group-sm>.pill-select,.react-select.pill-select .input-group-sm>.wrapper,.react-select.pill-select .input-group-sm>.input{
    height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.pill-select,.react-select.pill-select .input-group-sm>.wrapper,.react-select.pill-select .input-group-sm>.input,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:8px
}
.input-group-lg>.custom-select,.input-group-lg>.pill-select,.react-select.pill-select .input-group-lg>.wrapper,.react-select.pill-select .input-group-lg>.input,.input-group-sm>.custom-select,.input-group-sm>.pill-select,.react-select.pill-select .input-group-sm>.wrapper,.react-select.pill-select .input-group-sm>.input{
    padding-right:3rem
}
.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.custom-control{
    position:relative;
    z-index:1;
    display:block;
    min-height:1rem;
    padding-left:1.5rem;
    color-adjust:exact
}
.custom-control-inline{
    display:inline-flex;
    margin-right:1rem
}
.custom-control-input{
    position:absolute;
    left:0;
    z-index:-1;
    width:1rem;
    height:1rem;
    opacity:0
}
.custom-control-input:checked~.custom-control-label::before{
    color:#fff;
    border-color:#061238;
    background-color:#061238
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color:#c4d8eb
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
    color:#fff;
    background-color:#eaf1f8;
    border-color:#eaf1f8
}
.custom-control-input[disabled]~.custom-control-label,.custom-control-input:disabled~.custom-control-label{
    color:#6c757d
}
.custom-control-input[disabled]~.custom-control-label::before,.custom-control-input:disabled~.custom-control-label::before{
    background-color:#f9f9f9
}
.custom-control-label{
    position:relative;
    margin-bottom:0;
    vertical-align:top
}
.custom-control-label::before{
    position:absolute;
    top:0;
    left:-1.5rem;
    display:block;
    width:1rem;
    height:1rem;
    pointer-events:none;
    content:"";
    background-color:#fff;
    border:#adb5bd solid 1px
}
.custom-control-label::after{
    position:absolute;
    top:0;
    left:-1.5rem;
    display:block;
    width:1rem;
    height:1rem;
    content:"";
    background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before{
    border-radius:3px
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+)
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
    border-color:#061238;
    background-color:#061238
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIHN0cm9rZT0nI2ZmZicgZD0nTTAgMmg0Jy8+PC9zdmc+)
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(101,152,203,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{
    background-color:rgba(101,152,203,.5)
}
.custom-radio .custom-control-label::before{
    border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nLTQgLTQgOCA4Jz48Y2lyY2xlIHI9JzMnIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(101,152,203,.5)
}
.custom-switch{
    padding-left:2.25rem
}
.custom-switch .custom-control-label::before{
    left:-2.25rem;
    width:1.75rem;
    pointer-events:all;
    border-radius:.5rem
}
.custom-switch .custom-control-label::after{
    top:calc(0rem + 2px);
    left:calc(-2.25rem + 2px);
    width:calc(1rem - 4px);
    height:calc(1rem - 4px);
    background-color:#adb5bd;
    border-radius:.5rem;
    transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .custom-switch .custom-control-label::after{
        transition:none
    }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    background-color:#fff;
    transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(101,152,203,.5)
}
.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
    display:inline-block;
    width:100%;
    height:calc(1em + 2rem + 2px);
    padding:1rem 3rem 1rem 2rem;
    font-size:1rem;
    font-weight:400;
    line-height:1;
    color:#495057;
    vertical-align:middle;
    background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 2rem center/8px 10px;
    border:1px solid #ced4da;
    border-radius:24px;
    appearance:none
}
.custom-select:focus,.pill-select:focus,.react-select.pill-select .wrapper:focus,.react-select.pill-select .input:focus{
    border-color:#c4d8eb;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-select:focus::-ms-value,.pill-select:focus::-ms-value,.react-select.pill-select .wrapper:focus::-ms-value,.react-select.pill-select .input:focus::-ms-value{
    color:#495057;
    background-color:#fff
}
.custom-select[multiple],.pill-select[multiple],.react-select.pill-select .wrapper[multiple],.react-select.pill-select .input[multiple],.custom-select[size]:not([size="1"]),.pill-select[size]:not([size="1"]),.react-select.pill-select .wrapper[size]:not([size="1"]),.react-select.pill-select .input[size]:not([size="1"]){
    height:auto;
    padding-right:2rem;
    background-image:none
}
.custom-select:disabled,.pill-select:disabled,.react-select.pill-select .wrapper:disabled,.react-select.pill-select .input:disabled{
    color:#6c757d;
    background-color:#e9ecef
}
.custom-select::-ms-expand,.pill-select::-ms-expand,.react-select.pill-select .wrapper::-ms-expand,.react-select.pill-select .input::-ms-expand{
    display:none
}
.custom-select:-moz-focusring,.pill-select:-moz-focusring,.react-select.pill-select .wrapper:-moz-focusring,.react-select.pill-select .input:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.custom-select-sm{
    height:calc(1.5em + .5rem + 2px);
    padding-top:.25rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    font-size:.875rem
}
.custom-select-lg{
    height:calc(1.5em + 1rem + 2px);
    padding-top:.5rem;
    padding-bottom:.5rem;
    padding-left:1rem;
    font-size:1.25rem
}
.custom-file{
    position:relative;
    display:inline-block;
    width:100%;
    height:calc(1em + 2rem + 2px);
    margin-bottom:0
}
.custom-file-input{
    position:relative;
    z-index:2;
    width:100%;
    height:calc(1em + 2rem + 2px);
    margin:0;
    opacity:0
}
.custom-file-input:focus~.custom-file-label{
    border-color:#c4d8eb;
    box-shadow:0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-file-input[disabled]~.custom-file-label,.custom-file-input:disabled~.custom-file-label{
    background-color:#f9f9f9
}
.custom-file-input:lang(en)~.custom-file-label::after{
    content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after{
    content:attr(data-browse)
}
.custom-file-label{
    position:absolute;
    top:0;
    right:0;
    left:0;
    z-index:1;
    height:calc(1em + 2rem + 2px);
    padding:1rem 2rem;
    font-weight:400;
    line-height:1;
    color:#495057;
    background-color:#fff;
    border:1px solid #ced4da;
    border-radius:24px
}
.custom-file-label::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    z-index:3;
    display:block;
    height:calc(1em + 2rem);
    padding:1rem 2rem;
    line-height:1;
    color:#495057;
    content:"Browse";
    background-color:#e9ecef;
    border-left:inherit;
    border-radius:0 24px 24px 0
}
.custom-range{
    width:100%;
    height:1.4rem;
    padding:0;
    background-color:transparent;
    appearance:none
}
.custom-range:focus{
    outline:none
}
.custom-range:focus::-webkit-slider-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-range:focus::-moz-range-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-range:focus::-ms-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(101,152,203,.25)
}
.custom-range::-moz-focus-outer{
    border:0
}
.custom-range::-webkit-slider-thumb{
    width:1rem;
    height:1rem;
    margin-top:-.25rem;
    background-color:#061238;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media(prefers-reduced-motion:reduce){
    .custom-range::-webkit-slider-thumb{
        transition:none
    }
}
.custom-range::-webkit-slider-thumb:active{
    background-color:#eaf1f8
}
.custom-range::-webkit-slider-runnable-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.custom-range::-moz-range-thumb{
    width:1rem;
    height:1rem;
    background-color:#061238;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media(prefers-reduced-motion:reduce){
    .custom-range::-moz-range-thumb{
        transition:none
    }
}
.custom-range::-moz-range-thumb:active{
    background-color:#eaf1f8
}
.custom-range::-moz-range-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.custom-range::-ms-thumb{
    width:1rem;
    height:1rem;
    margin-top:0;
    margin-right:.2rem;
    margin-left:.2rem;
    background-color:#061238;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media(prefers-reduced-motion:reduce){
    .custom-range::-ms-thumb{
        transition:none
    }
}
.custom-range::-ms-thumb:active{
    background-color:#eaf1f8
}
.custom-range::-ms-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:transparent;
    border-color:transparent;
    border-width:.5rem
}
.custom-range::-ms-fill-lower{
    background-color:#dee2e6;
    border-radius:1rem
}
.custom-range::-ms-fill-upper{
    margin-right:15px;
    background-color:#dee2e6;
    border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb{
    background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track{
    cursor:default
}
.custom-range:disabled::-moz-range-thumb{
    background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track{
    cursor:default
}
.custom-range:disabled::-ms-thumb{
    background-color:#adb5bd
}
.custom-control-label::before,.custom-file-label,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .custom-control-label::before,.custom-file-label,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        transition:none
    }
}
.nav{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link{
    display:block;
    padding:.5rem 1rem
}
.nav-link:hover,.nav-link:focus{
    text-decoration:none
}
.nav-link.disabled{
    color:#6c757d;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item{
    margin-bottom:-1px
}
.nav-tabs .nav-link{
    border:1px solid transparent;
    border-top-left-radius:24px;
    border-top-right-radius:24px
}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{
    border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled{
    color:#6c757d;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{
    color:#495057;
    background-color:#fff;
    border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills .nav-link{
    border-radius:24px
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff;
    background-color:#061238
}
.nav-fill>.nav-link,.nav-fill .nav-item{
    flex:1 1 auto;
    text-align:center
}
.nav-justified>.nav-link,.nav-justified .nav-item{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    padding:.5rem .4rem
}
.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between
}
.navbar-brand{
    display:inline-block;
    padding-top:.375rem;
    padding-bottom:.375rem;
    margin-right:1rem;
    font-size:1.25rem;
    line-height:inherit;
    white-space:nowrap
}
.navbar-brand:hover,.navbar-brand:focus{
    text-decoration:none
}
.navbar-nav{
    display:flex;
    flex-direction:column;
    padding-left:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-nav .dropdown-menu{
    position:static;
    float:none
}
.navbar-text{
    display:inline-block;
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar-collapse{
    flex-basis:100%;
    flex-grow:1;
    align-items:center
}
.navbar-toggler{
    font-size:1.25rem;
    line-height:1;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:24px
}
.navbar-toggler:hover,.navbar-toggler:focus{
    text-decoration:none
}
.navbar-toggler-icon{
    display:inline-block;
    width:1.5em;
    height:1.5em;
    vertical-align:middle;
    content:"";
    background:no-repeat center center;
    background-size:100% 100%
}
@media(max-width:575.98px){
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media(min-width:576px){
    .navbar-expand-sm{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-sm .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler{
        display:none
    }
}
@media(max-width:766.98px){
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media(min-width:767px){
    .navbar-expand-md{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler{
        display:none
    }
}
@media(max-width:1023.98px){
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media(min-width:1024px){
    .navbar-expand-lg{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
}
@media(max-width:1199.98px){
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media(min-width:1200px){
    .navbar-expand-xl{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-xl .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-xl .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-xl .navbar-toggler{
        display:none
    }
}
.navbar-expand{
    flex-flow:row nowrap;
    justify-content:flex-start
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{
    padding-right:0;
    padding-left:0
}
.navbar-expand .navbar-nav{
    flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
.navbar-expand .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{
    flex-wrap:nowrap
}
.navbar-expand .navbar-collapse{
    display:flex!important;
    flex-basis:auto
}
.navbar-expand .navbar-toggler{
    display:none
}
.navbar-light .navbar-brand{
    color:#061238
}
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{
    color:#061238
}
.navbar-light .navbar-nav .nav-link{
    color:#242424
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{
    color:rgba(36,36,36,.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(36,36,36,.3)
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{
    color:#061238
}
.navbar-light .navbar-toggler{
    color:#242424;
    border-color:rgba(36,36,36,.1)
}
.navbar-light .navbar-toggler-icon{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9JyMyNDI0MjQnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}
.navbar-light .navbar-text{
    color:#242424
}
.navbar-light .navbar-text a{
    color:#061238
}
.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{
    color:#061238
}
.navbar-dark .navbar-brand{
    color:#fff
}
.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link{
    color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{
    color:rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
    color:rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{
    color:#fff
}
.navbar-dark .navbar-toggler{
    color:rgba(255,255,255,.5);
    border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon{
    background-image:url(data:image/svg+xml;
    base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCcgdmlld0JveD0nMCAwIDMwIDMwJz48cGF0aCBzdHJva2U9J3JnYmEoMjU1LDI1NSwyNTUsMC41KScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS13aWR0aD0nMicgZD0nTTQgN2gyMk00IDE1aDIyTTQgMjNoMjInLz48L3N2Zz4=)
}
.navbar-dark .navbar-text{
    color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a{
    color:#fff
}
.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{
    color:#fff
}
@media(min-width:1200px){
    .navbar-nav{
        margin:auto
    }
}
.card,.property-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgba(36,36,36,.25);
    border-radius:8px
}
.card>hr,.property-card>hr{
    margin-right:0;
    margin-left:0
}
.card>.list-group,.property-card>.list-group,.card>.footer__ul,.property-card>.footer__ul,.card>.sidemenu__menu,.property-card>.sidemenu__menu{
    border-top:inherit;
    border-bottom:inherit
}
.card>.list-group:first-child,.property-card>.list-group:first-child,.card>.footer__ul:first-child,.property-card>.footer__ul:first-child,.card>.sidemenu__menu:first-child,.property-card>.sidemenu__menu:first-child{
    border-top-width:0;
    border-top-left-radius:7px;
    border-top-right-radius:7px
}
.card>.list-group:last-child,.property-card>.list-group:last-child,.card>.footer__ul:last-child,.property-card>.footer__ul:last-child,.card>.sidemenu__menu:last-child,.property-card>.sidemenu__menu:last-child{
    border-bottom-width:0;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px
}
.card>.card-header+.list-group,.property-card>.card-header+.list-group,.card>.card-header+.footer__ul,.property-card>.card-header+.footer__ul,.card>.card-header+.sidemenu__menu,.property-card>.card-header+.sidemenu__menu,.card>.list-group+.card-footer,.property-card>.list-group+.card-footer,.card>.footer__ul+.card-footer,.property-card>.footer__ul+.card-footer,.card>.sidemenu__menu+.card-footer,.property-card>.sidemenu__menu+.card-footer{
    border-top:0
}
.card-body,.property-card__body{
    flex:1 1 auto;
    min-height:1px;
    padding:1.25rem
}
.card-title{
    margin-bottom:.75rem
}
.card-subtitle{
    margin-top:-.375rem;
    margin-bottom:0
}
.card-text:last-child{
    margin-bottom:0
}
.card-link:hover{
    text-decoration:none
}
.card-link+.card-link{
    margin-left:1.25rem
}
.card-header{
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color:rgba(36,36,36,.03);
    border-bottom:1px solid rgba(36,36,36,.25)
}
.card-header:first-child{
    border-radius:7px 7px 0 0
}
.card-footer{
    padding:.75rem 1.25rem;
    background-color:rgba(36,36,36,.03);
    border-top:1px solid rgba(36,36,36,.25)
}
.card-footer:last-child{
    border-radius:0 0 7px 7px
}
.card-header-tabs{
    margin-right:-.625rem;
    margin-bottom:-.75rem;
    margin-left:-.625rem;
    border-bottom:0
}
.card-header-pills{
    margin-right:-.625rem;
    margin-left:-.625rem
}
.card-img-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1.25rem;
    border-radius:7px
}
.card-img,.card-img-top,.card-img-bottom{
    flex-shrink:0;
    width:100%
}
.card-img,.card-img-top{
    border-top-left-radius:7px;
    border-top-right-radius:7px
}
.card-img,.card-img-bottom{
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px
}
.card-deck .card,.card-deck .property-card{
    margin-bottom:14.5px
}
@media(min-width:576px){
    .card-deck{
        display:flex;
        flex-flow:row wrap;
        margin-right:-14.5px;
        margin-left:-14.5px
    }
    .card-deck .card,.card-deck .property-card{
        flex:1 0 0%;
        margin-right:14.5px;
        margin-bottom:0;
        margin-left:14.5px
    }
}
.card-group>.card,.card-group>.property-card{
    margin-bottom:14.5px
}
@media(min-width:576px){
    .card-group{
        display:flex;
        flex-flow:row wrap
    }
    .card-group>.card,.card-group>.property-card{
        flex:1 0 0%;
        margin-bottom:0
    }
    .card-group>.card+.card,.card-group>.property-card+.card,.card-group>.card+.property-card,.card-group>.property-card+.property-card{
        margin-left:0;
        border-left:0
    }
    .card-group>.card:not(:last-child),.card-group>.property-card:not(:last-child){
        border-top-right-radius:0;
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-img-top,.card-group>.property-card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header,.card-group>.property-card:not(:last-child) .card-header{
        border-top-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.property-card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer,.card-group>.property-card:not(:last-child) .card-footer{
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:first-child),.card-group>.property-card:not(:first-child){
        border-top-left-radius:0;
        border-bottom-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-img-top,.card-group>.property-card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header,.card-group>.property-card:not(:first-child) .card-header{
        border-top-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.property-card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer,.card-group>.property-card:not(:first-child) .card-footer{
        border-bottom-left-radius:0
    }
}
.card-columns .card,.card-columns .property-card{
    margin-bottom:.75rem
}
@media(min-width:576px){
    .card-columns{
        column-count:3;
        column-gap:1.25rem;
        orphans:1;
        widows:1
    }
    .card-columns .card,.card-columns .property-card{
        display:inline-block;
        width:100%
    }
}
.accordion{
    overflow-anchor:none
}
.accordion>.card,.accordion>.property-card{
    overflow:hidden
}
.accordion>.card:not(:last-of-type),.accordion>.property-card:not(:last-of-type){
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion>.card:not(:first-of-type),.accordion>.property-card:not(:first-of-type){
    border-top-left-radius:0;
    border-top-right-radius:0
}
.accordion>.card>.card-header,.accordion>.property-card>.card-header{
    border-radius:0;
    margin-bottom:-1px
}
.breadcrumb{
    display:flex;
    flex-wrap:wrap;
    padding:.75rem 1rem;
    margin-bottom:1rem;
    list-style:none;
    background-color:transparent;
    border-radius:0
}
.breadcrumb-item{
    display:flex
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:.5rem
}
.breadcrumb-item+.breadcrumb-item::before{
    display:inline-block;
    padding-right:.5rem;
    color:#6c757d;
    content:url(../../new/img/icon/arrow-down.svg)
}
.breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:none
}
.breadcrumb-item.active{
    color:#6c757d
}
.badge{
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    font-weight:700;
    line-height:1;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:24px;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce){
    .badge{
        transition:none
    }
}
a.badge:hover,a.badge:focus{
    text-decoration:none
}
.badge:empty{
    display:none
}
.btn .badge{
    position:relative;
    top:-1px
}
.badge-pill{
    padding-right:.6em;
    padding-left:.6em;
    border-radius:10rem
}
.badge-primary{
    color:#fff;
    background-color:#061238
}
a.badge-primary:hover,a.badge-primary:focus{
    color:#fff;
    background-color:#2d3448
}
a.badge-primary:focus,a.badge-primary.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(101,152,203,.5)
}
.badge-secondary{
    color:#fff;
    background-color:#FC5770
}
a.badge-secondary:hover,a.badge-secondary:focus{
    color:#fff;
    background-color:#fd90a0
}
a.badge-secondary:focus,a.badge-secondary.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.badge-success{
    color:#fff;
    background-color:#4caf50
}
a.badge-success:hover,a.badge-success:focus{
    color:#fff;
    background-color:#3d8b40
}
a.badge-success:focus,a.badge-success.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(76,175,80,.5)
}
.badge-info{
    color:#fff;
    background-color:#17a2b8
}
a.badge-info:hover,a.badge-info:focus{
    color:#fff;
    background-color:#117a8b
}
a.badge-info:focus,a.badge-info.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning{
    color:#242424;
    background-color:#ffc107
}
a.badge-warning:hover,a.badge-warning:focus{
    color:#242424;
    background-color:#d39e00
}
a.badge-warning:focus,a.badge-warning.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger{
    color:#fff;
    background-color:#dc3545
}
a.badge-danger:hover,a.badge-danger:focus{
    color:#fff;
    background-color:#bd2130
}
a.badge-danger:focus,a.badge-danger.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light{
    color:#242424;
    background-color:#f8f9fa
}
a.badge-light:hover,a.badge-light:focus{
    color:#242424;
    background-color:#dae0e5
}
a.badge-light:focus,a.badge-light.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark{
    color:#fff;
    background-color:#343a40
}
a.badge-dark:hover,a.badge-dark:focus{
    color:#fff;
    background-color:#1d2124
}
a.badge-dark:focus,a.badge-dark.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.badge-gray{
    color:#fff;
    background-color:#495057
}
a.badge-gray:hover,a.badge-gray:focus{
    color:#fff;
    background-color:#32373b
}
a.badge-gray:focus,a.badge-gray.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(73,80,87,.5)
}
.badge-blue-light{
    color:#242424;
    background-color:#e8f0f7
}
a.badge-blue-light:hover,a.badge-blue-light:focus{
    color:#242424;
    background-color:#c2d7ea
}
a.badge-blue-light:focus,a.badge-blue-light.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.badge-red-lightest{
    color:#242424;
    background-color:#fbeaeb
}
a.badge-red-lightest:hover,a.badge-red-lightest:focus{
    color:#242424;
    background-color:#f3bfc2
}
a.badge-red-lightest:focus,a.badge-red-lightest.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(251,234,235,.5)
}
.badge-blue-lightest{
    color:#242424;
    background-color:#e8f0f7
}
a.badge-blue-lightest:hover,a.badge-blue-lightest:focus{
    color:#242424;
    background-color:#c2d7ea
}
a.badge-blue-lightest:focus,a.badge-blue-lightest.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(232,240,247,.5)
}
.badge-yellow-lightest{
    color:#242424;
    background-color:#f6ebd9
}
a.badge-yellow-lightest:hover,a.badge-yellow-lightest:focus{
    color:#242424;
    background-color:#ecd5b0
}
a.badge-yellow-lightest:focus,a.badge-yellow-lightest.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(246,235,217,.5)
}
.badge-orange-lightest{
    color:#242424;
    background-color:#f9e1d9
}
a.badge-orange-lightest:hover,a.badge-orange-lightest:focus{
    color:#242424;
    background-color:#f2bead
}
a.badge-orange-lightest:focus,a.badge-orange-lightest.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(249,225,217,.5)
}
.badge-orange{
    color:#fff;
    background-color:#FC5770
}
a.badge-orange:hover,a.badge-orange:focus{
    color:#fff;
    background-color:#fd90a0
}
a.badge-orange:focus,a.badge-orange.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(248,140,110,.5)
}
.badge-green-lightest{
    color:#242424;
    background-color:#dde6e4
}
a.badge-green-lightest:hover,a.badge-green-lightest:focus{
    color:#242424;
    background-color:#c0d0cd
}
a.badge-green-lightest:focus,a.badge-green-lightest.focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(221,230,228,.5)
}
.jumbotron{
    padding:2rem 1rem;
    margin-bottom:2rem;
    background-color:#e9ecef;
    border-radius:51px
}
@media(min-width:576px){
    .jumbotron{
        padding:4rem 2rem
    }
}
.jumbotron-fluid{
    padding-right:0;
    padding-left:0;
    border-radius:0
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:8px
}
.alert-heading{
    color:inherit
}
.alert-link{
    font-weight:700
}
.alert-dismissible{
    padding-right:4rem
}
.alert-dismissible .close{
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    padding:.75rem 1.25rem;
    color:inherit
}
.alert-primary{
    color:#46607b;
    background-color:#e0eaf5;
    border-color:#d4e2f0
}
.alert-primary hr{
    border-top-color:#c1d5e9
}
.alert-primary .alert-link{
    color:#34475a
}
.alert-secondary{
    color:#925a4a;
    background-color:#fee8e2;
    border-color:#fddfd6
}
.alert-secondary hr{
    border-top-color:#fcccbe
}
.alert-secondary .alert-link{
    color:#704539
}
.alert-success{
    color:#396c3b;
    background-color:#dbefdc;
    border-color:#cde9ce
}
.alert-success hr{
    border-top-color:#bbe1bd
}
.alert-success .alert-link{
    color:#274b29
}
.alert-info{
    color:#1d6671;
    background-color:#d1ecf1;
    border-color:#bee5eb
}
.alert-info hr{
    border-top-color:#abdde5
}
.alert-info .alert-link{
    color:#134148
}
.alert-warning{
    color:#967615;
    background-color:#fff3cd;
    border-color:#ffeeba
}
.alert-warning hr{
    border-top-color:#ffe8a1
}
.alert-warning .alert-link{
    color:#69530f
}
.alert-danger{
    color:#842d35;
    background-color:#f8d7da;
    border-color:#f5c6cb
}
.alert-danger hr{
    border-top-color:#f1b0b7
}
.alert-danger .alert-link{
    color:#5e2026
}
.alert-light{
    color:#929393;
    background-color:#fefefe;
    border-color:#fdfdfe
}
.alert-light hr{
    border-top-color:#ececf6
}
.alert-light .alert-link{
    color:#787a7a
}
.alert-dark{
    color:#2c2f33;
    background-color:#d6d8d9;
    border-color:#c6c8ca
}
.alert-dark hr{
    border-top-color:#b9bbbe
}
.alert-dark .alert-link{
    color:#141618
}
.alert-gray{
    color:#373b3f;
    background-color:#dbdcdd;
    border-color:#ccced0
}
.alert-gray hr{
    border-top-color:#bfc1c4
}
.alert-gray .alert-link{
    color:#1f2224
}
.alert-blue-light{
    color:#8a8e92;
    background-color:#fafcfd;
    border-color:#f9fbfd
}
.alert-blue-light hr{
    border-top-color:#e6eef7
}
.alert-blue-light .alert-link{
    color:#707579
}
.alert-red-lightest{
    color:#948b8b;
    background-color:#fefbfb;
    border-color:#fef9f9
}
.alert-red-lightest hr{
    border-top-color:#fae3e3
}
.alert-red-lightest .alert-link{
    color:#7b7171
}
.alert-blue-lightest{
    color:#8a8e92;
    background-color:#fafcfd;
    border-color:#f9fbfd
}
.alert-blue-lightest hr{
    border-top-color:#e6eef7
}
.alert-blue-lightest .alert-link{
    color:#707579
}
.alert-yellow-lightest{
    color:#918b82;
    background-color:#fdfbf7;
    border-color:#fcf9f4
}
.alert-yellow-lightest hr{
    border-top-color:#f7eee0
}
.alert-yellow-lightest .alert-link{
    color:#777169
}
.alert-orange-lightest{
    color:#938682;
    background-color:#fef9f7;
    border-color:#fdf7f4
}
.alert-orange-lightest hr{
    border-top-color:#f9e7de
}
.alert-orange-lightest .alert-link{
    color:#796d69
}
.alert-orange{
    color:#925a4a;
    background-color:#fee8e2;
    border-color:#fddfd6
}
.alert-orange hr{
    border-top-color:#fcccbe
}
.alert-orange .alert-link{
    color:#704539
}
.alert-green-lightest{
    color:#848988;
    background-color:#f8fafa;
    border-color:#f5f8f7
}
.alert-green-lightest hr{
    border-top-color:#e6eeeb
}
.alert-green-lightest .alert-link{
    color:#6b6f6e
}
.media{
    display:flex;
    align-items:flex-start
}
.media-body{
    flex:1
}
.list-group,.footer__ul,.sidemenu__menu{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    border-radius:24px
}
.list-group-item-action{
    width:100%;
    color:#495057;
    text-align:inherit
}
.list-group-item-action:hover,.list-group-item-action:focus{
    z-index:1;
    color:#495057;
    text-decoration:none;
    background-color:#f8f9fa
}
.list-group-item-action:active{
    color:#242424;
    background-color:#e9ecef
}
.list-group-item,.footer__li,.sidemenu__menu-item{
    position:relative;
    display:block;
    padding:.75rem 1.25rem;
    background-color:#fff;
    border:1px solid rgba(36,36,36,.125)
}
.list-group-item:first-child,.footer__li:first-child,.sidemenu__menu-item:first-child{
    border-top-left-radius:inherit;
    border-top-right-radius:inherit
}
.list-group-item:last-child,.footer__li:last-child,.sidemenu__menu-item:last-child{
    border-bottom-right-radius:inherit;
    border-bottom-left-radius:inherit
}
.list-group-item.disabled,.disabled.footer__li,.disabled.sidemenu__menu-item,.list-group-item:disabled,.footer__li:disabled,.sidemenu__menu-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:#fff
}
.list-group-item.active,.active.footer__li,.active.sidemenu__menu-item{
    z-index:2;
    color:#fff;
    background-color:#061238;
    border-color:#061238
}
.list-group-item+.list-group-item,.footer__li+.list-group-item,.sidemenu__menu-item+.list-group-item,.list-group-item+.footer__li,.footer__li+.footer__li,.sidemenu__menu-item+.footer__li,.list-group-item+.sidemenu__menu-item,.footer__li+.sidemenu__menu-item,.sidemenu__menu-item+.sidemenu__menu-item{
    border-top-width:0
}
.list-group-item+.list-group-item.active,.footer__li+.list-group-item.active,.sidemenu__menu-item+.list-group-item.active,.list-group-item+.active.footer__li,.footer__li+.active.footer__li,.sidemenu__menu-item+.active.footer__li,.list-group-item+.active.sidemenu__menu-item,.footer__li+.active.sidemenu__menu-item,.sidemenu__menu-item+.active.sidemenu__menu-item{
    margin-top:-1px;
    border-top-width:1px
}
.list-group-horizontal{
    flex-direction:row
}
.list-group-horizontal>.list-group-item:first-child,.list-group-horizontal>.footer__li:first-child,.list-group-horizontal>.sidemenu__menu-item:first-child{
    border-bottom-left-radius:24px;
    border-top-right-radius:0
}
.list-group-horizontal>.list-group-item:last-child,.list-group-horizontal>.footer__li:last-child,.list-group-horizontal>.sidemenu__menu-item:last-child{
    border-top-right-radius:24px;
    border-bottom-left-radius:0
}
.list-group-horizontal>.list-group-item.active,.list-group-horizontal>.active.footer__li,.list-group-horizontal>.active.sidemenu__menu-item{
    margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item,.list-group-horizontal>.footer__li+.list-group-item,.list-group-horizontal>.sidemenu__menu-item+.list-group-item,.list-group-horizontal>.list-group-item+.footer__li,.list-group-horizontal>.footer__li+.footer__li,.list-group-horizontal>.sidemenu__menu-item+.footer__li,.list-group-horizontal>.list-group-item+.sidemenu__menu-item,.list-group-horizontal>.footer__li+.sidemenu__menu-item,.list-group-horizontal>.sidemenu__menu-item+.sidemenu__menu-item{
    border-top-width:1px;
    border-left-width:0
}
.list-group-horizontal>.list-group-item+.list-group-item.active,.list-group-horizontal>.footer__li+.list-group-item.active,.list-group-horizontal>.sidemenu__menu-item+.list-group-item.active,.list-group-horizontal>.list-group-item+.active.footer__li,.list-group-horizontal>.footer__li+.active.footer__li,.list-group-horizontal>.sidemenu__menu-item+.active.footer__li,.list-group-horizontal>.list-group-item+.active.sidemenu__menu-item,.list-group-horizontal>.footer__li+.active.sidemenu__menu-item,.list-group-horizontal>.sidemenu__menu-item+.active.sidemenu__menu-item{
    margin-left:-1px;
    border-left-width:1px
}
@media(min-width:576px){
    .list-group-horizontal-sm{
        flex-direction:row
    }
    .list-group-horizontal-sm>.list-group-item:first-child,.list-group-horizontal-sm>.footer__li:first-child,.list-group-horizontal-sm>.sidemenu__menu-item:first-child{
        border-bottom-left-radius:24px;
        border-top-right-radius:0
    }
    .list-group-horizontal-sm>.list-group-item:last-child,.list-group-horizontal-sm>.footer__li:last-child,.list-group-horizontal-sm>.sidemenu__menu-item:last-child{
        border-top-right-radius:24px;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-sm>.list-group-item.active,.list-group-horizontal-sm>.active.footer__li,.list-group-horizontal-sm>.active.sidemenu__menu-item{
        margin-top:0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item,.list-group-horizontal-sm>.footer__li+.list-group-item,.list-group-horizontal-sm>.sidemenu__menu-item+.list-group-item,.list-group-horizontal-sm>.list-group-item+.footer__li,.list-group-horizontal-sm>.footer__li+.footer__li,.list-group-horizontal-sm>.sidemenu__menu-item+.footer__li,.list-group-horizontal-sm>.list-group-item+.sidemenu__menu-item,.list-group-horizontal-sm>.footer__li+.sidemenu__menu-item,.list-group-horizontal-sm>.sidemenu__menu-item+.sidemenu__menu-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active,.list-group-horizontal-sm>.footer__li+.list-group-item.active,.list-group-horizontal-sm>.sidemenu__menu-item+.list-group-item.active,.list-group-horizontal-sm>.list-group-item+.active.footer__li,.list-group-horizontal-sm>.footer__li+.active.footer__li,.list-group-horizontal-sm>.sidemenu__menu-item+.active.footer__li,.list-group-horizontal-sm>.list-group-item+.active.sidemenu__menu-item,.list-group-horizontal-sm>.footer__li+.active.sidemenu__menu-item,.list-group-horizontal-sm>.sidemenu__menu-item+.active.sidemenu__menu-item{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media(min-width:767px){
    .list-group-horizontal-md{
        flex-direction:row
    }
    .list-group-horizontal-md>.list-group-item:first-child,.list-group-horizontal-md>.footer__li:first-child,.list-group-horizontal-md>.sidemenu__menu-item:first-child{
        border-bottom-left-radius:24px;
        border-top-right-radius:0
    }
    .list-group-horizontal-md>.list-group-item:last-child,.list-group-horizontal-md>.footer__li:last-child,.list-group-horizontal-md>.sidemenu__menu-item:last-child{
        border-top-right-radius:24px;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-md>.list-group-item.active,.list-group-horizontal-md>.active.footer__li,.list-group-horizontal-md>.active.sidemenu__menu-item{
        margin-top:0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item,.list-group-horizontal-md>.footer__li+.list-group-item,.list-group-horizontal-md>.sidemenu__menu-item+.list-group-item,.list-group-horizontal-md>.list-group-item+.footer__li,.list-group-horizontal-md>.footer__li+.footer__li,.list-group-horizontal-md>.sidemenu__menu-item+.footer__li,.list-group-horizontal-md>.list-group-item+.sidemenu__menu-item,.list-group-horizontal-md>.footer__li+.sidemenu__menu-item,.list-group-horizontal-md>.sidemenu__menu-item+.sidemenu__menu-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active,.list-group-horizontal-md>.footer__li+.list-group-item.active,.list-group-horizontal-md>.sidemenu__menu-item+.list-group-item.active,.list-group-horizontal-md>.list-group-item+.active.footer__li,.list-group-horizontal-md>.footer__li+.active.footer__li,.list-group-horizontal-md>.sidemenu__menu-item+.active.footer__li,.list-group-horizontal-md>.list-group-item+.active.sidemenu__menu-item,.list-group-horizontal-md>.footer__li+.active.sidemenu__menu-item,.list-group-horizontal-md>.sidemenu__menu-item+.active.sidemenu__menu-item{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media(min-width:1024px){
    .list-group-horizontal-lg{
        flex-direction:row
    }
    .list-group-horizontal-lg>.list-group-item:first-child,.list-group-horizontal-lg>.footer__li:first-child,.list-group-horizontal-lg>.sidemenu__menu-item:first-child{
        border-bottom-left-radius:24px;
        border-top-right-radius:0
    }
    .list-group-horizontal-lg>.list-group-item:last-child,.list-group-horizontal-lg>.footer__li:last-child,.list-group-horizontal-lg>.sidemenu__menu-item:last-child{
        border-top-right-radius:24px;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-lg>.list-group-item.active,.list-group-horizontal-lg>.active.footer__li,.list-group-horizontal-lg>.active.sidemenu__menu-item{
        margin-top:0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item,.list-group-horizontal-lg>.footer__li+.list-group-item,.list-group-horizontal-lg>.sidemenu__menu-item+.list-group-item,.list-group-horizontal-lg>.list-group-item+.footer__li,.list-group-horizontal-lg>.footer__li+.footer__li,.list-group-horizontal-lg>.sidemenu__menu-item+.footer__li,.list-group-horizontal-lg>.list-group-item+.sidemenu__menu-item,.list-group-horizontal-lg>.footer__li+.sidemenu__menu-item,.list-group-horizontal-lg>.sidemenu__menu-item+.sidemenu__menu-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active,.list-group-horizontal-lg>.footer__li+.list-group-item.active,.list-group-horizontal-lg>.sidemenu__menu-item+.list-group-item.active,.list-group-horizontal-lg>.list-group-item+.active.footer__li,.list-group-horizontal-lg>.footer__li+.active.footer__li,.list-group-horizontal-lg>.sidemenu__menu-item+.active.footer__li,.list-group-horizontal-lg>.list-group-item+.active.sidemenu__menu-item,.list-group-horizontal-lg>.footer__li+.active.sidemenu__menu-item,.list-group-horizontal-lg>.sidemenu__menu-item+.active.sidemenu__menu-item{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media(min-width:1200px){
    .list-group-horizontal-xl{
        flex-direction:row
    }
    .list-group-horizontal-xl>.list-group-item:first-child,.list-group-horizontal-xl>.footer__li:first-child,.list-group-horizontal-xl>.sidemenu__menu-item:first-child{
        border-bottom-left-radius:24px;
        border-top-right-radius:0
    }
    .list-group-horizontal-xl>.list-group-item:last-child,.list-group-horizontal-xl>.footer__li:last-child,.list-group-horizontal-xl>.sidemenu__menu-item:last-child{
        border-top-right-radius:24px;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-xl>.list-group-item.active,.list-group-horizontal-xl>.active.footer__li,.list-group-horizontal-xl>.active.sidemenu__menu-item{
        margin-top:0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item,.list-group-horizontal-xl>.footer__li+.list-group-item,.list-group-horizontal-xl>.sidemenu__menu-item+.list-group-item,.list-group-horizontal-xl>.list-group-item+.footer__li,.list-group-horizontal-xl>.footer__li+.footer__li,.list-group-horizontal-xl>.sidemenu__menu-item+.footer__li,.list-group-horizontal-xl>.list-group-item+.sidemenu__menu-item,.list-group-horizontal-xl>.footer__li+.sidemenu__menu-item,.list-group-horizontal-xl>.sidemenu__menu-item+.sidemenu__menu-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active,.list-group-horizontal-xl>.footer__li+.list-group-item.active,.list-group-horizontal-xl>.sidemenu__menu-item+.list-group-item.active,.list-group-horizontal-xl>.list-group-item+.active.footer__li,.list-group-horizontal-xl>.footer__li+.active.footer__li,.list-group-horizontal-xl>.sidemenu__menu-item+.active.footer__li,.list-group-horizontal-xl>.list-group-item+.active.sidemenu__menu-item,.list-group-horizontal-xl>.footer__li+.active.sidemenu__menu-item,.list-group-horizontal-xl>.sidemenu__menu-item+.active.sidemenu__menu-item{
        margin-left:-1px;
        border-left-width:1px
    }
}
.list-group-flush{
    border-radius:0
}
.list-group-flush>.list-group-item,.list-group-flush>.footer__li,.list-group-flush>.sidemenu__menu-item{
    border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child,.list-group-flush>.footer__li:last-child,.list-group-flush>.sidemenu__menu-item:last-child{
    border-bottom-width:0
}
.list-group-item-primary{
    color:#46607b;
    background-color:#d4e2f0
}
.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{
    color:#46607b;
    background-color:#c1d5e9
}
.list-group-item-primary.list-group-item-action.active{
    color:#fff;
    background-color:#46607b;
    border-color:#46607b
}
.list-group-item-secondary{
    color:#925a4a;
    background-color:#fddfd6
}
.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{
    color:#925a4a;
    background-color:#fcccbe
}
.list-group-item-secondary.list-group-item-action.active{
    color:#fff;
    background-color:#925a4a;
    border-color:#925a4a
}
.list-group-item-success{
    color:#396c3b;
    background-color:#cde9ce
}
.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{
    color:#396c3b;
    background-color:#bbe1bd
}
.list-group-item-success.list-group-item-action.active{
    color:#fff;
    background-color:#396c3b;
    border-color:#396c3b
}
.list-group-item-info{
    color:#1d6671;
    background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{
    color:#1d6671;
    background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active{
    color:#fff;
    background-color:#1d6671;
    border-color:#1d6671
}
.list-group-item-warning{
    color:#967615;
    background-color:#ffeeba
}
.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{
    color:#967615;
    background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active{
    color:#fff;
    background-color:#967615;
    border-color:#967615
}
.list-group-item-danger{
    color:#842d35;
    background-color:#f5c6cb
}
.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{
    color:#842d35;
    background-color:#f1b0b7
}
.list-group-item-danger.list-group-item-action.active{
    color:#fff;
    background-color:#842d35;
    border-color:#842d35
}
.list-group-item-light{
    color:#929393;
    background-color:#fdfdfe
}
.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{
    color:#929393;
    background-color:#ececf6
}
.list-group-item-light.list-group-item-action.active{
    color:#fff;
    background-color:#929393;
    border-color:#929393
}
.list-group-item-dark{
    color:#2c2f33;
    background-color:#c6c8ca
}
.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{
    color:#2c2f33;
    background-color:#b9bbbe
}
.list-group-item-dark.list-group-item-action.active{
    color:#fff;
    background-color:#2c2f33;
    border-color:#2c2f33
}
.list-group-item-gray{
    color:#373b3f;
    background-color:#ccced0
}
.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus{
    color:#373b3f;
    background-color:#bfc1c4
}
.list-group-item-gray.list-group-item-action.active{
    color:#fff;
    background-color:#373b3f;
    border-color:#373b3f
}
.list-group-item-blue-light{
    color:#8a8e92;
    background-color:#f9fbfd
}
.list-group-item-blue-light.list-group-item-action:hover,.list-group-item-blue-light.list-group-item-action:focus{
    color:#8a8e92;
    background-color:#e6eef7
}
.list-group-item-blue-light.list-group-item-action.active{
    color:#fff;
    background-color:#8a8e92;
    border-color:#8a8e92
}
.list-group-item-red-lightest{
    color:#948b8b;
    background-color:#fef9f9
}
.list-group-item-red-lightest.list-group-item-action:hover,.list-group-item-red-lightest.list-group-item-action:focus{
    color:#948b8b;
    background-color:#fae3e3
}
.list-group-item-red-lightest.list-group-item-action.active{
    color:#fff;
    background-color:#948b8b;
    border-color:#948b8b
}
.list-group-item-blue-lightest{
    color:#8a8e92;
    background-color:#f9fbfd
}
.list-group-item-blue-lightest.list-group-item-action:hover,.list-group-item-blue-lightest.list-group-item-action:focus{
    color:#8a8e92;
    background-color:#e6eef7
}
.list-group-item-blue-lightest.list-group-item-action.active{
    color:#fff;
    background-color:#8a8e92;
    border-color:#8a8e92
}
.list-group-item-yellow-lightest{
    color:#918b82;
    background-color:#fcf9f4
}
.list-group-item-yellow-lightest.list-group-item-action:hover,.list-group-item-yellow-lightest.list-group-item-action:focus{
    color:#918b82;
    background-color:#f7eee0
}
.list-group-item-yellow-lightest.list-group-item-action.active{
    color:#fff;
    background-color:#918b82;
    border-color:#918b82
}
.list-group-item-orange-lightest{
    color:#938682;
    background-color:#fdf7f4
}
.list-group-item-orange-lightest.list-group-item-action:hover,.list-group-item-orange-lightest.list-group-item-action:focus{
    color:#938682;
    background-color:#f9e7de
}
.list-group-item-orange-lightest.list-group-item-action.active{
    color:#fff;
    background-color:#938682;
    border-color:#938682
}
.list-group-item-orange{
    color:#925a4a;
    background-color:#fddfd6
}
.list-group-item-orange.list-group-item-action:hover,.list-group-item-orange.list-group-item-action:focus{
    color:#925a4a;
    background-color:#fcccbe
}
.list-group-item-orange.list-group-item-action.active{
    color:#fff;
    background-color:#925a4a;
    border-color:#925a4a
}
.list-group-item-green-lightest{
    color:#848988;
    background-color:#f5f8f7
}
.list-group-item-green-lightest.list-group-item-action:hover,.list-group-item-green-lightest.list-group-item-action:focus{
    color:#848988;
    background-color:#e6eeeb
}
.list-group-item-green-lightest.list-group-item-action.active{
    color:#fff;
    background-color:#848988;
    border-color:#848988
}
.close{
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#242424;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.close:hover{
    color:#242424;
    text-decoration:none
}
.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{
    opacity:.75
}
button.close{
    padding:0;
    background-color:transparent;
    border:0
}
a.close.disabled{
    pointer-events:none
}
.modal-open{
    overflow:hidden
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .3s ease-out;
    transform:translate(0,-50px)
}
@media(prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        transition:none
    }
}
.modal.show .modal-dialog{
    transform:none
}
.modal.modal-static .modal-dialog{
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    display:flex;
    max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden
}
.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{
    flex-shrink:0
}
.modal-dialog-scrollable .modal-body{
    overflow-y:auto
}
.modal-dialog-centered{
    display:flex;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    height:min-content;
    content:""
}
.modal-dialog-centered.modal-dialog-scrollable{
    flex-direction:column;
    justify-content:center;
    height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before{
    content:none
}
.modal-content{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(36,36,36,.2);
    border-radius:8px;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#242424
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:1rem;
    border-bottom:1px solid #dee2e6;
    border-top-left-radius:7px;
    border-top-right-radius:7px
}
.modal-header .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1
}
.modal-body{
    position:relative;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:7px;
    border-bottom-left-radius:7px
}
.modal-footer>*{
    margin:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media(min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        max-height:calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content{
        max-height:calc(100vh - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before{
        height:calc(100vh - 3.5rem);
        height:min-content
    }
    .modal-sm{
        max-width:300px
    }
}
@media(min-width:1024px){
    .modal-lg,.modal-xl{
        max-width:800px
    }
}
@media(min-width:1200px){
    .modal-xl{
        max-width:1140px
    }
}
.align-baseline{
    vertical-align:baseline!important
}
.align-top{
    vertical-align:top!important
}
.align-middle{
    vertical-align:middle!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.bg-primary{
    background-color:#061238!important
}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{
    background-color:#2d3448!important
}
.bg-secondary{
    background-color:#FC5770!important
}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{
    background-color:#fd90a0!important
}
.bg-success{
    background-color:#4caf50!important
}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{
    background-color:#3d8b40!important
}
.bg-info{
    background-color:#17a2b8!important
}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{
    background-color:#117a8b!important
}
.bg-warning{
    background-color:#ffc107!important
}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{
    background-color:#d39e00!important
}
.bg-danger{
    background-color:#dc3545!important
}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{
    background-color:#bd2130!important
}
.bg-light{
    background-color:#f8f9fa!important
}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{
    background-color:#dae0e5!important
}
.bg-dark{
    background-color:#343a40!important
}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{
    background-color:#1d2124!important
}
.bg-gray{
    background-color:#495057!important
}
a.bg-gray:hover,a.bg-gray:focus,button.bg-gray:hover,button.bg-gray:focus{
    background-color:#32373b!important
}
.bg-blue-light{
    background-color:#e8f0f7!important
}
a.bg-blue-light:hover,a.bg-blue-light:focus,button.bg-blue-light:hover,button.bg-blue-light:focus{
    background-color:#c2d7ea!important
}
.bg-red-lightest{
    background-color:#fbeaeb!important
}
a.bg-red-lightest:hover,a.bg-red-lightest:focus,button.bg-red-lightest:hover,button.bg-red-lightest:focus{
    background-color:#f3bfc2!important
}
.bg-blue-lightest{
    background-color:#e8f0f7!important
}
a.bg-blue-lightest:hover,a.bg-blue-lightest:focus,button.bg-blue-lightest:hover,button.bg-blue-lightest:focus{
    background-color:#c2d7ea!important
}
.bg-yellow-lightest{
    background-color:#f6ebd9!important
}
a.bg-yellow-lightest:hover,a.bg-yellow-lightest:focus,button.bg-yellow-lightest:hover,button.bg-yellow-lightest:focus{
    background-color:#ecd5b0!important
}
.bg-orange-lightest{
    background-color:#f9e1d9!important
}
a.bg-orange-lightest:hover,a.bg-orange-lightest:focus,button.bg-orange-lightest:hover,button.bg-orange-lightest:focus{
    background-color:#f2bead!important
}
.bg-orange{
    background-color:#FC5770!important
}
a.bg-orange:hover,a.bg-orange:focus,button.bg-orange:hover,button.bg-orange:focus{
    background-color:#fd90a0!important
}
.bg-green-lightest{
    background-color:#dde6e4!important
}
a.bg-green-lightest:hover,a.bg-green-lightest:focus,button.bg-green-lightest:hover,button.bg-green-lightest:focus{
    background-color:#c0d0cd!important
}
.bg-white{
    background-color:#fff!important
}
.bg-transparent{
    background-color:transparent!important
}
.border{
    border:1px solid #dee2e6!important
}
.border-top{
    border-top:1px solid #dee2e6!important
}
.border-right{
    border-right:1px solid #dee2e6!important
}
.border-bottom{
    border-bottom:1px solid #dee2e6!important
}
.border-left{
    border-left:1px solid #dee2e6!important
}
.border-0{
    border:0!important
}
.border-top-0{
    border-top:0!important
}
.border-right-0{
    border-right:0!important
}
.border-bottom-0{
    border-bottom:0!important
}
.border-left-0{
    border-left:0!important
}
.border-primary{
    border-color:#061238!important
}
.border-secondary{
    border-color:#FC5770!important
}
.border-success{
    border-color:#4caf50!important
}
.border-info{
    border-color:#17a2b8!important
}
.border-warning{
    border-color:#ffc107!important
}
.border-danger{
    border-color:#dc3545!important
}
.border-light{
    border-color:#f8f9fa!important
}
.border-dark{
    border-color:#343a40!important
}
.border-gray{
    border-color:#495057!important
}
.border-blue-light{
    border-color:#e8f0f7!important
}
.border-red-lightest{
    border-color:#fbeaeb!important
}
.border-blue-lightest{
    border-color:#e8f0f7!important
}
.border-yellow-lightest{
    border-color:#f6ebd9!important
}
.border-orange-lightest{
    border-color:#f9e1d9!important
}
.border-orange{
    border-color:#FC5770!important
}
.border-green-lightest{
    border-color:#dde6e4!important
}
.border-white{
    border-color:#fff!important
}
.rounded-sm{
    border-radius:8px!important
}
.rounded{
    border-radius:24px!important
}
.rounded-top{
    border-top-left-radius:24px!important;
    border-top-right-radius:24px!important
}
.rounded-right{
    border-top-right-radius:24px!important;
    border-bottom-right-radius:24px!important
}
.rounded-bottom{
    border-bottom-right-radius:24px!important;
    border-bottom-left-radius:24px!important
}
.rounded-left{
    border-top-left-radius:24px!important;
    border-bottom-left-radius:24px!important
}
.rounded-lg{
    border-radius:51px!important
}
.rounded-circle,.btn-circle{
    border-radius:50%!important
}
.rounded-pill{
    border-radius:50rem!important
}
.rounded-0{
    border-radius:0!important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.d-none{
    display:none!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-table{
    display:table!important
}
.d-table-row{
    display:table-row!important
}
.d-table-cell{
    display:table-cell!important
}
.d-flex,.type-radio-toggle,.type-radio-toggle__item,.nav-pills,.nav-pills .nav-link{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
@media(min-width:576px){
    .d-sm-none{
        display:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-table{
        display:table!important
    }
    .d-sm-table-row{
        display:table-row!important
    }
    .d-sm-table-cell{
        display:table-cell!important
    }
    .d-sm-flex{
        display:flex!important
    }
    .d-sm-inline-flex{
        display:inline-flex!important
    }
}
@media(min-width:767px){
    .d-md-none{
        display:none!important
    }
    .d-md-inline{
        display:inline!important
    }
    .d-md-inline-block{
        display:inline-block!important
    }
    .d-md-block{
        display:block!important
    }
    .d-md-table{
        display:table!important
    }
    .d-md-table-row{
        display:table-row!important
    }
    .d-md-table-cell{
        display:table-cell!important
    }
    .d-md-flex{
        display:flex!important
    }
    .d-md-inline-flex{
        display:inline-flex!important
    }
}
@media(min-width:1024px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-table{
        display:table!important
    }
    .d-lg-table-row{
        display:table-row!important
    }
    .d-lg-table-cell{
        display:table-cell!important
    }
    .d-lg-flex{
        display:flex!important
    }
    .d-lg-inline-flex{
        display:inline-flex!important
    }
}
@media(min-width:1200px){
    .d-xl-none{
        display:none!important
    }
    .d-xl-inline{
        display:inline!important
    }
    .d-xl-inline-block{
        display:inline-block!important
    }
    .d-xl-block{
        display:block!important
    }
    .d-xl-table{
        display:table!important
    }
    .d-xl-table-row{
        display:table-row!important
    }
    .d-xl-table-cell{
        display:table-cell!important
    }
    .d-xl-flex{
        display:flex!important
    }
    .d-xl-inline-flex{
        display:inline-flex!important
    }
}
@media print{
    .d-print-none{
        display:none!important
    }
    .d-print-inline{
        display:inline!important
    }
    .d-print-inline-block{
        display:inline-block!important
    }
    .d-print-block{
        display:block!important
    }
    .d-print-table{
        display:table!important
    }
    .d-print-table-row{
        display:table-row!important
    }
    .d-print-table-cell{
        display:table-cell!important
    }
    .d-print-flex{
        display:flex!important
    }
    .d-print-inline-flex{
        display:inline-flex!important
    }
}
.embed-responsive{
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden
}
.embed-responsive::before{
    display:block;
    content:""
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.embed-responsive-21by9::before{
    padding-top:42.85714%
}
.embed-responsive-16by9::before{
    padding-top:56.25%
}
.embed-responsive-4by3::before{
    padding-top:75%
}
.embed-responsive-1by1::before{
    padding-top:100%
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.flex-row-reverse{
    flex-direction:row-reverse!important
}
.flex-column-reverse{
    flex-direction:column-reverse!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse!important
}
.flex-fill{
    flex:1 1 auto!important
}
.flex-grow-0{
    flex-grow:0!important
}
.flex-grow-1{
    flex-grow:1!important
}
.flex-shrink-0{
    flex-shrink:0!important
}
.flex-shrink-1{
    flex-shrink:1!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.justify-content-around{
    justify-content:space-around!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-end{
    align-items:flex-end!important
}
.align-items-center,.type-radio-toggle__item,.nav-pills .nav-link{
    align-items:center!important
}
.align-items-baseline{
    align-items:baseline!important
}
.align-items-stretch{
    align-items:stretch!important
}
.align-content-start{
    align-content:flex-start!important
}
.align-content-end{
    align-content:flex-end!important
}
.align-content-center{
    align-content:center!important
}
.align-content-between{
    align-content:space-between!important
}
.align-content-around{
    align-content:space-around!important
}
.align-content-stretch{
    align-content:stretch!important
}
.align-self-auto{
    align-self:auto!important
}
.align-self-start{
    align-self:flex-start!important
}
.align-self-end{
    align-self:flex-end!important
}
.align-self-center{
    align-self:center!important
}
.align-self-baseline{
    align-self:baseline!important
}
.align-self-stretch{
    align-self:stretch!important
}
@media(min-width:576px){
    .flex-sm-row{
        flex-direction:row!important
    }
    .flex-sm-column{
        flex-direction:column!important
    }
    .flex-sm-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-sm-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-sm-wrap{
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-sm-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-sm-fill{
        flex:1 1 auto!important
    }
    .flex-sm-grow-0{
        flex-grow:0!important
    }
    .flex-sm-grow-1{
        flex-grow:1!important
    }
    .flex-sm-shrink-0{
        flex-shrink:0!important
    }
    .flex-sm-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-sm-start{
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        justify-content:center!important
    }
    .justify-content-sm-between{
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        justify-content:space-around!important
    }
    .align-items-sm-start{
        align-items:flex-start!important
    }
    .align-items-sm-end{
        align-items:flex-end!important
    }
    .align-items-sm-center{
        align-items:center!important
    }
    .align-items-sm-baseline{
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        align-items:stretch!important
    }
    .align-content-sm-start{
        align-content:flex-start!important
    }
    .align-content-sm-end{
        align-content:flex-end!important
    }
    .align-content-sm-center{
        align-content:center!important
    }
    .align-content-sm-between{
        align-content:space-between!important
    }
    .align-content-sm-around{
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        align-content:stretch!important
    }
    .align-self-sm-auto{
        align-self:auto!important
    }
    .align-self-sm-start{
        align-self:flex-start!important
    }
    .align-self-sm-end{
        align-self:flex-end!important
    }
    .align-self-sm-center{
        align-self:center!important
    }
    .align-self-sm-baseline{
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        align-self:stretch!important
    }
}
@media(min-width:767px){
    .flex-md-row{
        flex-direction:row!important
    }
    .flex-md-column{
        flex-direction:column!important
    }
    .flex-md-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-md-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-md-wrap{
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-md-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-md-fill{
        flex:1 1 auto!important
    }
    .flex-md-grow-0{
        flex-grow:0!important
    }
    .flex-md-grow-1{
        flex-grow:1!important
    }
    .flex-md-shrink-0{
        flex-shrink:0!important
    }
    .flex-md-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-md-start{
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        justify-content:center!important
    }
    .justify-content-md-between{
        justify-content:space-between!important
    }
    .justify-content-md-around{
        justify-content:space-around!important
    }
    .align-items-md-start{
        align-items:flex-start!important
    }
    .align-items-md-end{
        align-items:flex-end!important
    }
    .align-items-md-center{
        align-items:center!important
    }
    .align-items-md-baseline{
        align-items:baseline!important
    }
    .align-items-md-stretch{
        align-items:stretch!important
    }
    .align-content-md-start{
        align-content:flex-start!important
    }
    .align-content-md-end{
        align-content:flex-end!important
    }
    .align-content-md-center{
        align-content:center!important
    }
    .align-content-md-between{
        align-content:space-between!important
    }
    .align-content-md-around{
        align-content:space-around!important
    }
    .align-content-md-stretch{
        align-content:stretch!important
    }
    .align-self-md-auto{
        align-self:auto!important
    }
    .align-self-md-start{
        align-self:flex-start!important
    }
    .align-self-md-end{
        align-self:flex-end!important
    }
    .align-self-md-center{
        align-self:center!important
    }
    .align-self-md-baseline{
        align-self:baseline!important
    }
    .align-self-md-stretch{
        align-self:stretch!important
    }
}
@media(min-width:1024px){
    .flex-lg-row{
        flex-direction:row!important
    }
    .flex-lg-column{
        flex-direction:column!important
    }
    .flex-lg-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-lg-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-lg-wrap{
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-lg-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-lg-fill{
        flex:1 1 auto!important
    }
    .flex-lg-grow-0{
        flex-grow:0!important
    }
    .flex-lg-grow-1{
        flex-grow:1!important
    }
    .flex-lg-shrink-0{
        flex-shrink:0!important
    }
    .flex-lg-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-lg-start{
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        justify-content:center!important
    }
    .justify-content-lg-between{
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        justify-content:space-around!important
    }
    .align-items-lg-start{
        align-items:flex-start!important
    }
    .align-items-lg-end{
        align-items:flex-end!important
    }
    .align-items-lg-center{
        align-items:center!important
    }
    .align-items-lg-baseline{
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        align-items:stretch!important
    }
    .align-content-lg-start{
        align-content:flex-start!important
    }
    .align-content-lg-end{
        align-content:flex-end!important
    }
    .align-content-lg-center{
        align-content:center!important
    }
    .align-content-lg-between{
        align-content:space-between!important
    }
    .align-content-lg-around{
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        align-content:stretch!important
    }
    .align-self-lg-auto{
        align-self:auto!important
    }
    .align-self-lg-start{
        align-self:flex-start!important
    }
    .align-self-lg-end{
        align-self:flex-end!important
    }
    .align-self-lg-center{
        align-self:center!important
    }
    .align-self-lg-baseline{
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        align-self:stretch!important
    }
}
@media(min-width:1200px){
    .flex-xl-row{
        flex-direction:row!important
    }
    .flex-xl-column{
        flex-direction:column!important
    }
    .flex-xl-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-xl-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-xl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-xl-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-xl-fill{
        flex:1 1 auto!important
    }
    .flex-xl-grow-0{
        flex-grow:0!important
    }
    .flex-xl-grow-1{
        flex-grow:1!important
    }
    .flex-xl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xl-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-xl-start{
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        justify-content:center!important
    }
    .justify-content-xl-between{
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        justify-content:space-around!important
    }
    .align-items-xl-start{
        align-items:flex-start!important
    }
    .align-items-xl-end{
        align-items:flex-end!important
    }
    .align-items-xl-center{
        align-items:center!important
    }
    .align-items-xl-baseline{
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        align-items:stretch!important
    }
    .align-content-xl-start{
        align-content:flex-start!important
    }
    .align-content-xl-end{
        align-content:flex-end!important
    }
    .align-content-xl-center{
        align-content:center!important
    }
    .align-content-xl-between{
        align-content:space-between!important
    }
    .align-content-xl-around{
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        align-content:stretch!important
    }
    .align-self-xl-auto{
        align-self:auto!important
    }
    .align-self-xl-start{
        align-self:flex-start!important
    }
    .align-self-xl-end{
        align-self:flex-end!important
    }
    .align-self-xl-center{
        align-self:center!important
    }
    .align-self-xl-baseline{
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        align-self:stretch!important
    }
}
.float-left{
    float:left!important
}
.float-right{
    float:right!important
}
.float-none{
    float:none!important
}
@media(min-width:576px){
    .float-sm-left{
        float:left!important
    }
    .float-sm-right{
        float:right!important
    }
    .float-sm-none{
        float:none!important
    }
}
@media(min-width:767px){
    .float-md-left{
        float:left!important
    }
    .float-md-right{
        float:right!important
    }
    .float-md-none{
        float:none!important
    }
}
@media(min-width:1024px){
    .float-lg-left{
        float:left!important
    }
    .float-lg-right{
        float:right!important
    }
    .float-lg-none{
        float:none!important
    }
}
@media(min-width:1200px){
    .float-xl-left{
        float:left!important
    }
    .float-xl-right{
        float:right!important
    }
    .float-xl-none{
        float:none!important
    }
}
.user-select-all{
    user-select:all!important
}
.user-select-auto{
    user-select:auto!important
}
.user-select-none{
    user-select:none!important
}
.overflow-auto{
    overflow:auto!important
}
.overflow-hidden{
    overflow:hidden!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:sticky!important
}
.fixed-top{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.fixed-bottom{
    position:fixed;
    right:0;
    bottom:0;
    left:0;
    z-index:1030
}
@supports(position:sticky){
    .sticky-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    overflow:visible;
    clip:auto;
    white-space:normal
}
.shadow-sm,.property-card{
    box-shadow:0 3px 6px rgba(0,0,0,.04)!important
}
.shadow,.sticky-icon,.sticky-icon-ios,.sticky-icon-back,.sticky-icon-search,.sticky-icon-add{
    box-shadow:0 3px 6px rgba(0,0,0,.12)!important
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(36,36,36,.175)!important
}
.shadow-none{
    box-shadow:none!important
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.w-auto{
    width:auto!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.mw-100{
    max-width:100%!important
}
.mh-100{
    max-height:100%!important
}
.min-vw-100{
    min-width:100vw!important
}
.min-vh-100{
    min-height:100vh!important
}
.vw-100{
    width:100vw!important
}
.vh-100{
    height:100vh!important
}
.m-0{
    margin:0!important
}
.mt-0,.my-0{
    margin-top:0!important
}
.mr-0,.mx-0{
    margin-right:0!important
}
.mb-0,.my-0{
    margin-bottom:0!important
}
.ml-0,.mx-0{
    margin-left:0!important
}
.m-1{
    margin:.25rem!important
}
.mt-1,.my-1{
    margin-top:.25rem!important
}
.mr-1,.mx-1{
    margin-right:.25rem!important
}
.mb-1,.my-1{
    margin-bottom:.25rem!important
}
.ml-1,.mx-1{
    margin-left:.25rem!important
}
.m-2{
    margin:.6rem!important
}
.mt-2,.my-2{
    margin-top:.6rem!important
}
.mr-2,.mx-2{
    margin-right:.6rem!important
}
.mb-2,.my-2{
    margin-bottom:.6rem!important
}
.ml-2,.mx-2{
    margin-left:.6rem!important
}
.m-3{
    margin:1.2rem!important
}
.mt-3,.my-3{
    margin-top:1.2rem!important
}
.mr-3,.mx-3{
    margin-right:1.2rem!important
}
.mb-3,.my-3{
    margin-bottom:1.2rem!important
}
.ml-3,.mx-3{
    margin-left:1.2rem!important
}
.m-4{
    margin:2rem!important
}
.mt-4,.my-4{
    margin-top:2rem!important
}
.mr-4,.mx-4{
    margin-right:2rem!important
}
.mb-4,.my-4{
    margin-bottom:2rem!important
}
.ml-4,.mx-4{
    margin-left:2rem!important
}
.m-5{
    margin:3rem!important
}
.mt-5,.my-5{
    margin-top:3rem!important
}
.mr-5,.mx-5{
    margin-right:3rem!important
}
.mb-5,.my-5{
    margin-bottom:3rem!important
}
.ml-5,.mx-5{
    margin-left:3rem!important
}
.m-6{
    margin:4.5rem!important
}
.mt-6,.my-6{
    margin-top:4.5rem!important
}
.mr-6,.mx-6{
    margin-right:4.5rem!important
}
.mb-6,.my-6{
    margin-bottom:4.5rem!important
}
.ml-6,.mx-6{
    margin-left:4.5rem!important
}
.m-7{
    margin:6rem!important
}
.mt-7,.my-7{
    margin-top:6rem!important
}
.mr-7,.mx-7{
    margin-right:6rem!important
}
.mb-7,.my-7{
    margin-bottom:6rem!important
}
.ml-7,.mx-7{
    margin-left:6rem!important
}
.m-8{
    margin:7.5rem!important
}
.mt-8,.my-8{
    margin-top:7.5rem!important
}
.mr-8,.mx-8{
    margin-right:7.5rem!important
}
.mb-8,.my-8{
    margin-bottom:7.5rem!important
}
.ml-8,.mx-8{
    margin-left:7.5rem!important
}
.p-0{
    padding:0!important
}
.pt-0,.py-0{
    padding-top:0!important
}
.pr-0,.px-0{
    padding-right:0!important
}
.pb-0,.py-0{
    padding-bottom:0!important
}
.pl-0,.px-0{
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.pt-1,.py-1{
    padding-top:.25rem!important
}
.pr-1,.px-1{
    padding-right:.25rem!important
}
.pb-1,.py-1{
    padding-bottom:.25rem!important
}
.pl-1,.px-1{
    padding-left:.25rem!important
}
.p-2{
    padding:.6rem!important
}
.pt-2,.py-2{
    padding-top:.6rem!important
}
.pr-2,.px-2{
    padding-right:.6rem!important
}
.pb-2,.py-2{
    padding-bottom:.6rem!important
}
.pl-2,.px-2{
    padding-left:.6rem!important
}
.p-3{
    padding:1.2rem!important
}
.pt-3,.py-3{
    padding-top:1.2rem!important
}
.pr-3,.px-3{
    padding-right:1.2rem!important
}
.pb-3,.py-3{
    padding-bottom:1.2rem!important
}
.pl-3,.px-3{
    padding-left:1.2rem!important
}
.p-4{
    padding:2rem!important
}
.pt-4,.py-4{
    padding-top:2rem!important
}
.pr-4,.px-4{
    padding-right:2rem!important
}
.pb-4,.py-4{
    padding-bottom:2rem!important
}
.pl-4,.px-4{
    padding-left:2rem!important
}
.p-5{
    padding:3rem!important
}
.pt-5,.py-5{
    padding-top:3rem!important
}
.pr-5,.px-5{
    padding-right:3rem!important
}
.pb-5,.py-5{
    padding-bottom:3rem!important
}
.pl-5,.px-5{
    padding-left:3rem!important
}
.p-6{
    padding:4.5rem!important
}
.pt-6,.py-6{
    padding-top:4.5rem!important
}
.pr-6,.px-6{
    padding-right:4.5rem!important
}
.pb-6,.py-6{
    padding-bottom:4.5rem!important
}
.pl-6,.px-6{
    padding-left:4.5rem!important
}
.p-7{
    padding:6rem!important
}
.pt-7,.py-7{
    padding-top:6rem!important
}
.pr-7,.px-7{
    padding-right:6rem!important
}
.pb-7,.py-7{
    padding-bottom:6rem!important
}
.pl-7,.px-7{
    padding-left:6rem!important
}
.p-8{
    padding:7.5rem!important
}
.pt-8,.py-8{
    padding-top:7.5rem!important
}
.pr-8,.px-8{
    padding-right:7.5rem!important
}
.pb-8,.py-8{
    padding-bottom:7.5rem!important
}
.pl-8,.px-8{
    padding-left:7.5rem!important
}
.m-n1{
    margin:-.25rem!important
}
.mt-n1,.my-n1{
    margin-top:-.25rem!important
}
.mr-n1,.mx-n1{
    margin-right:-.25rem!important
}
.mb-n1,.my-n1{
    margin-bottom:-.25rem!important
}
.ml-n1,.mx-n1{
    margin-left:-.25rem!important
}
.m-n2{
    margin:-.6rem!important
}
.mt-n2,.my-n2{
    margin-top:-.6rem!important
}
.mr-n2,.mx-n2{
    margin-right:-.6rem!important
}
.mb-n2,.my-n2{
    margin-bottom:-.6rem!important
}
.ml-n2,.mx-n2{
    margin-left:-.6rem!important
}
.m-n3{
    margin:-1.2rem!important
}
.mt-n3,.my-n3{
    margin-top:-1.2rem!important
}
.mr-n3,.mx-n3{
    margin-right:-1.2rem!important
}
.mb-n3,.my-n3{
    margin-bottom:-1.2rem!important
}
.ml-n3,.mx-n3{
    margin-left:-1.2rem!important
}
.m-n4{
    margin:-2rem!important
}
.mt-n4,.my-n4{
    margin-top:-2rem!important
}
.mr-n4,.mx-n4{
    margin-right:-2rem!important
}
.mb-n4,.my-n4{
    margin-bottom:-2rem!important
}
.ml-n4,.mx-n4{
    margin-left:-2rem!important
}
.m-n5{
    margin:-3rem!important
}
.mt-n5,.my-n5{
    margin-top:-3rem!important
}
.mr-n5,.mx-n5{
    margin-right:-3rem!important
}
.mb-n5,.my-n5{
    margin-bottom:-3rem!important
}
.ml-n5,.mx-n5{
    margin-left:-3rem!important
}
.m-n6{
    margin:-4.5rem!important
}
.mt-n6,.my-n6{
    margin-top:-4.5rem!important
}
.mr-n6,.mx-n6{
    margin-right:-4.5rem!important
}
.mb-n6,.my-n6{
    margin-bottom:-4.5rem!important
}
.ml-n6,.mx-n6{
    margin-left:-4.5rem!important
}
.m-n7{
    margin:-6rem!important
}
.mt-n7,.my-n7{
    margin-top:-6rem!important
}
.mr-n7,.mx-n7{
    margin-right:-6rem!important
}
.mb-n7,.my-n7{
    margin-bottom:-6rem!important
}
.ml-n7,.mx-n7{
    margin-left:-6rem!important
}
.m-n8{
    margin:-7.5rem!important
}
.mt-n8,.my-n8{
    margin-top:-7.5rem!important
}
.mr-n8,.mx-n8{
    margin-right:-7.5rem!important
}
.mb-n8,.my-n8{
    margin-bottom:-7.5rem!important
}
.ml-n8,.mx-n8{
    margin-left:-7.5rem!important
}
.m-auto{
    margin:auto!important
}
.mt-auto,.my-auto{
    margin-top:auto!important
}
.mr-auto,.mx-auto{
    margin-right:auto!important
}
.mb-auto,.my-auto{
    margin-bottom:auto!important
}
.ml-auto,.mx-auto{
    margin-left:auto!important
}
@media(min-width:576px){
    .m-sm-0{
        margin:0!important
    }
    .mt-sm-0,.my-sm-0{
        margin-top:0!important
    }
    .mr-sm-0,.mx-sm-0{
        margin-right:0!important
    }
    .mb-sm-0,.my-sm-0{
        margin-bottom:0!important
    }
    .ml-sm-0,.mx-sm-0{
        margin-left:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.25rem!important
    }
    .mr-sm-1,.mx-sm-1{
        margin-right:.25rem!important
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.25rem!important
    }
    .ml-sm-1,.mx-sm-1{
        margin-left:.25rem!important
    }
    .m-sm-2{
        margin:.6rem!important
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.6rem!important
    }
    .mr-sm-2,.mx-sm-2{
        margin-right:.6rem!important
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.6rem!important
    }
    .ml-sm-2,.mx-sm-2{
        margin-left:.6rem!important
    }
    .m-sm-3{
        margin:1.2rem!important
    }
    .mt-sm-3,.my-sm-3{
        margin-top:1.2rem!important
    }
    .mr-sm-3,.mx-sm-3{
        margin-right:1.2rem!important
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom:1.2rem!important
    }
    .ml-sm-3,.mx-sm-3{
        margin-left:1.2rem!important
    }
    .m-sm-4{
        margin:2rem!important
    }
    .mt-sm-4,.my-sm-4{
        margin-top:2rem!important
    }
    .mr-sm-4,.mx-sm-4{
        margin-right:2rem!important
    }
    .mb-sm-4,.my-sm-4{
        margin-bottom:2rem!important
    }
    .ml-sm-4,.mx-sm-4{
        margin-left:2rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .mt-sm-5,.my-sm-5{
        margin-top:3rem!important
    }
    .mr-sm-5,.mx-sm-5{
        margin-right:3rem!important
    }
    .mb-sm-5,.my-sm-5{
        margin-bottom:3rem!important
    }
    .ml-sm-5,.mx-sm-5{
        margin-left:3rem!important
    }
    .m-sm-6{
        margin:4.5rem!important
    }
    .mt-sm-6,.my-sm-6{
        margin-top:4.5rem!important
    }
    .mr-sm-6,.mx-sm-6{
        margin-right:4.5rem!important
    }
    .mb-sm-6,.my-sm-6{
        margin-bottom:4.5rem!important
    }
    .ml-sm-6,.mx-sm-6{
        margin-left:4.5rem!important
    }
    .m-sm-7{
        margin:6rem!important
    }
    .mt-sm-7,.my-sm-7{
        margin-top:6rem!important
    }
    .mr-sm-7,.mx-sm-7{
        margin-right:6rem!important
    }
    .mb-sm-7,.my-sm-7{
        margin-bottom:6rem!important
    }
    .ml-sm-7,.mx-sm-7{
        margin-left:6rem!important
    }
    .m-sm-8{
        margin:7.5rem!important
    }
    .mt-sm-8,.my-sm-8{
        margin-top:7.5rem!important
    }
    .mr-sm-8,.mx-sm-8{
        margin-right:7.5rem!important
    }
    .mb-sm-8,.my-sm-8{
        margin-bottom:7.5rem!important
    }
    .ml-sm-8,.mx-sm-8{
        margin-left:7.5rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .pt-sm-0,.py-sm-0{
        padding-top:0!important
    }
    .pr-sm-0,.px-sm-0{
        padding-right:0!important
    }
    .pb-sm-0,.py-sm-0{
        padding-bottom:0!important
    }
    .pl-sm-0,.px-sm-0{
        padding-left:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .pt-sm-1,.py-sm-1{
        padding-top:.25rem!important
    }
    .pr-sm-1,.px-sm-1{
        padding-right:.25rem!important
    }
    .pb-sm-1,.py-sm-1{
        padding-bottom:.25rem!important
    }
    .pl-sm-1,.px-sm-1{
        padding-left:.25rem!important
    }
    .p-sm-2{
        padding:.6rem!important
    }
    .pt-sm-2,.py-sm-2{
        padding-top:.6rem!important
    }
    .pr-sm-2,.px-sm-2{
        padding-right:.6rem!important
    }
    .pb-sm-2,.py-sm-2{
        padding-bottom:.6rem!important
    }
    .pl-sm-2,.px-sm-2{
        padding-left:.6rem!important
    }
    .p-sm-3{
        padding:1.2rem!important
    }
    .pt-sm-3,.py-sm-3{
        padding-top:1.2rem!important
    }
    .pr-sm-3,.px-sm-3{
        padding-right:1.2rem!important
    }
    .pb-sm-3,.py-sm-3{
        padding-bottom:1.2rem!important
    }
    .pl-sm-3,.px-sm-3{
        padding-left:1.2rem!important
    }
    .p-sm-4{
        padding:2rem!important
    }
    .pt-sm-4,.py-sm-4{
        padding-top:2rem!important
    }
    .pr-sm-4,.px-sm-4{
        padding-right:2rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:2rem!important
    }
    .pl-sm-4,.px-sm-4{
        padding-left:2rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .pt-sm-5,.py-sm-5{
        padding-top:3rem!important
    }
    .pr-sm-5,.px-sm-5{
        padding-right:3rem!important
    }
    .pb-sm-5,.py-sm-5{
        padding-bottom:3rem!important
    }
    .pl-sm-5,.px-sm-5{
        padding-left:3rem!important
    }
    .p-sm-6{
        padding:4.5rem!important
    }
    .pt-sm-6,.py-sm-6{
        padding-top:4.5rem!important
    }
    .pr-sm-6,.px-sm-6{
        padding-right:4.5rem!important
    }
    .pb-sm-6,.py-sm-6{
        padding-bottom:4.5rem!important
    }
    .pl-sm-6,.px-sm-6{
        padding-left:4.5rem!important
    }
    .p-sm-7{
        padding:6rem!important
    }
    .pt-sm-7,.py-sm-7{
        padding-top:6rem!important
    }
    .pr-sm-7,.px-sm-7{
        padding-right:6rem!important
    }
    .pb-sm-7,.py-sm-7{
        padding-bottom:6rem!important
    }
    .pl-sm-7,.px-sm-7{
        padding-left:6rem!important
    }
    .p-sm-8{
        padding:7.5rem!important
    }
    .pt-sm-8,.py-sm-8{
        padding-top:7.5rem!important
    }
    .pr-sm-8,.px-sm-8{
        padding-right:7.5rem!important
    }
    .pb-sm-8,.py-sm-8{
        padding-bottom:7.5rem!important
    }
    .pl-sm-8,.px-sm-8{
        padding-left:7.5rem!important
    }
    .m-sm-n1{
        margin:-.25rem!important
    }
    .mt-sm-n1,.my-sm-n1{
        margin-top:-.25rem!important
    }
    .mr-sm-n1,.mx-sm-n1{
        margin-right:-.25rem!important
    }
    .mb-sm-n1,.my-sm-n1{
        margin-bottom:-.25rem!important
    }
    .ml-sm-n1,.mx-sm-n1{
        margin-left:-.25rem!important
    }
    .m-sm-n2{
        margin:-.6rem!important
    }
    .mt-sm-n2,.my-sm-n2{
        margin-top:-.6rem!important
    }
    .mr-sm-n2,.mx-sm-n2{
        margin-right:-.6rem!important
    }
    .mb-sm-n2,.my-sm-n2{
        margin-bottom:-.6rem!important
    }
    .ml-sm-n2,.mx-sm-n2{
        margin-left:-.6rem!important
    }
    .m-sm-n3{
        margin:-1.2rem!important
    }
    .mt-sm-n3,.my-sm-n3{
        margin-top:-1.2rem!important
    }
    .mr-sm-n3,.mx-sm-n3{
        margin-right:-1.2rem!important
    }
    .mb-sm-n3,.my-sm-n3{
        margin-bottom:-1.2rem!important
    }
    .ml-sm-n3,.mx-sm-n3{
        margin-left:-1.2rem!important
    }
    .m-sm-n4{
        margin:-2rem!important
    }
    .mt-sm-n4,.my-sm-n4{
        margin-top:-2rem!important
    }
    .mr-sm-n4,.mx-sm-n4{
        margin-right:-2rem!important
    }
    .mb-sm-n4,.my-sm-n4{
        margin-bottom:-2rem!important
    }
    .ml-sm-n4,.mx-sm-n4{
        margin-left:-2rem!important
    }
    .m-sm-n5{
        margin:-3rem!important
    }
    .mt-sm-n5,.my-sm-n5{
        margin-top:-3rem!important
    }
    .mr-sm-n5,.mx-sm-n5{
        margin-right:-3rem!important
    }
    .mb-sm-n5,.my-sm-n5{
        margin-bottom:-3rem!important
    }
    .ml-sm-n5,.mx-sm-n5{
        margin-left:-3rem!important
    }
    .m-sm-n6{
        margin:-4.5rem!important
    }
    .mt-sm-n6,.my-sm-n6{
        margin-top:-4.5rem!important
    }
    .mr-sm-n6,.mx-sm-n6{
        margin-right:-4.5rem!important
    }
    .mb-sm-n6,.my-sm-n6{
        margin-bottom:-4.5rem!important
    }
    .ml-sm-n6,.mx-sm-n6{
        margin-left:-4.5rem!important
    }
    .m-sm-n7{
        margin:-6rem!important
    }
    .mt-sm-n7,.my-sm-n7{
        margin-top:-6rem!important
    }
    .mr-sm-n7,.mx-sm-n7{
        margin-right:-6rem!important
    }
    .mb-sm-n7,.my-sm-n7{
        margin-bottom:-6rem!important
    }
    .ml-sm-n7,.mx-sm-n7{
        margin-left:-6rem!important
    }
    .m-sm-n8{
        margin:-7.5rem!important
    }
    .mt-sm-n8,.my-sm-n8{
        margin-top:-7.5rem!important
    }
    .mr-sm-n8,.mx-sm-n8{
        margin-right:-7.5rem!important
    }
    .mb-sm-n8,.my-sm-n8{
        margin-bottom:-7.5rem!important
    }
    .ml-sm-n8,.mx-sm-n8{
        margin-left:-7.5rem!important
    }
    .m-sm-auto{
        margin:auto!important
    }
    .mt-sm-auto,.my-sm-auto{
        margin-top:auto!important
    }
    .mr-sm-auto,.mx-sm-auto{
        margin-right:auto!important
    }
    .mb-sm-auto,.my-sm-auto{
        margin-bottom:auto!important
    }
    .ml-sm-auto,.mx-sm-auto{
        margin-left:auto!important
    }
}
@media(min-width:767px){
    .m-md-0{
        margin:0!important
    }
    .mt-md-0,.my-md-0{
        margin-top:0!important
    }
    .mr-md-0,.mx-md-0{
        margin-right:0!important
    }
    .mb-md-0,.my-md-0{
        margin-bottom:0!important
    }
    .ml-md-0,.mx-md-0{
        margin-left:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .mt-md-1,.my-md-1{
        margin-top:.25rem!important
    }
    .mr-md-1,.mx-md-1{
        margin-right:.25rem!important
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.25rem!important
    }
    .ml-md-1,.mx-md-1{
        margin-left:.25rem!important
    }
    .m-md-2{
        margin:.6rem!important
    }
    .mt-md-2,.my-md-2{
        margin-top:.6rem!important
    }
    .mr-md-2,.mx-md-2{
        margin-right:.6rem!important
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.6rem!important
    }
    .ml-md-2,.mx-md-2{
        margin-left:.6rem!important
    }
    .m-md-3{
        margin:1.2rem!important
    }
    .mt-md-3,.my-md-3{
        margin-top:1.2rem!important
    }
    .mr-md-3,.mx-md-3{
        margin-right:1.2rem!important
    }
    .mb-md-3,.my-md-3{
        margin-bottom:1.2rem!important
    }
    .ml-md-3,.mx-md-3{
        margin-left:1.2rem!important
    }
    .m-md-4{
        margin:2rem!important
    }
    .mt-md-4,.my-md-4{
        margin-top:2rem!important
    }
    .mr-md-4,.mx-md-4{
        margin-right:2rem!important
    }
    .mb-md-4,.my-md-4{
        margin-bottom:2rem!important
    }
    .ml-md-4,.mx-md-4{
        margin-left:2rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .mt-md-5,.my-md-5{
        margin-top:3rem!important
    }
    .mr-md-5,.mx-md-5{
        margin-right:3rem!important
    }
    .mb-md-5,.my-md-5{
        margin-bottom:3rem!important
    }
    .ml-md-5,.mx-md-5{
        margin-left:3rem!important
    }
    .m-md-6{
        margin:4.5rem!important
    }
    .mt-md-6,.my-md-6{
        margin-top:4.5rem!important
    }
    .mr-md-6,.mx-md-6{
        margin-right:4.5rem!important
    }
    .mb-md-6,.my-md-6{
        margin-bottom:4.5rem!important
    }
    .ml-md-6,.mx-md-6{
        margin-left:4.5rem!important
    }
    .m-md-7{
        margin:6rem!important
    }
    .mt-md-7,.my-md-7{
        margin-top:6rem!important
    }
    .mr-md-7,.mx-md-7{
        margin-right:6rem!important
    }
    .mb-md-7,.my-md-7{
        margin-bottom:6rem!important
    }
    .ml-md-7,.mx-md-7{
        margin-left:6rem!important
    }
    .m-md-8{
        margin:7.5rem!important
    }
    .mt-md-8,.my-md-8{
        margin-top:7.5rem!important
    }
    .mr-md-8,.mx-md-8{
        margin-right:7.5rem!important
    }
    .mb-md-8,.my-md-8{
        margin-bottom:7.5rem!important
    }
    .ml-md-8,.mx-md-8{
        margin-left:7.5rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .pt-md-0,.py-md-0{
        padding-top:0!important
    }
    .pr-md-0,.px-md-0{
        padding-right:0!important
    }
    .pb-md-0,.py-md-0{
        padding-bottom:0!important
    }
    .pl-md-0,.px-md-0{
        padding-left:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .pt-md-1,.py-md-1{
        padding-top:.25rem!important
    }
    .pr-md-1,.px-md-1{
        padding-right:.25rem!important
    }
    .pb-md-1,.py-md-1{
        padding-bottom:.25rem!important
    }
    .pl-md-1,.px-md-1{
        padding-left:.25rem!important
    }
    .p-md-2{
        padding:.6rem!important
    }
    .pt-md-2,.py-md-2{
        padding-top:.6rem!important
    }
    .pr-md-2,.px-md-2{
        padding-right:.6rem!important
    }
    .pb-md-2,.py-md-2{
        padding-bottom:.6rem!important
    }
    .pl-md-2,.px-md-2{
        padding-left:.6rem!important
    }
    .p-md-3{
        padding:1.2rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:1.2rem!important
    }
    .pr-md-3,.px-md-3{
        padding-right:1.2rem!important
    }
    .pb-md-3,.py-md-3{
        padding-bottom:1.2rem!important
    }
    .pl-md-3,.px-md-3{
        padding-left:1.2rem!important
    }
    .p-md-4{
        padding:2rem!important
    }
    .pt-md-4,.py-md-4{
        padding-top:2rem!important
    }
    .pr-md-4,.px-md-4{
        padding-right:2rem!important
    }
    .pb-md-4,.py-md-4{
        padding-bottom:2rem!important
    }
    .pl-md-4,.px-md-4{
        padding-left:2rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .pt-md-5,.py-md-5{
        padding-top:3rem!important
    }
    .pr-md-5,.px-md-5{
        padding-right:3rem!important
    }
    .pb-md-5,.py-md-5{
        padding-bottom:3rem!important
    }
    .pl-md-5,.px-md-5{
        padding-left:3rem!important
    }
    .p-md-6{
        padding:4.5rem!important
    }
    .pt-md-6,.py-md-6{
        padding-top:4.5rem!important
    }
    .pr-md-6,.px-md-6{
        padding-right:4.5rem!important
    }
    .pb-md-6,.py-md-6{
        padding-bottom:4.5rem!important
    }
    .pl-md-6,.px-md-6{
        padding-left:4.5rem!important
    }
    .p-md-7{
        padding:6rem!important
    }
    .pt-md-7,.py-md-7{
        padding-top:6rem!important
    }
    .pr-md-7,.px-md-7{
        padding-right:6rem!important
    }
    .pb-md-7,.py-md-7{
        padding-bottom:6rem!important
    }
    .pl-md-7,.px-md-7{
        padding-left:6rem!important
    }
    .p-md-8{
        padding:7.5rem!important
    }
    .pt-md-8,.py-md-8{
        padding-top:7.5rem!important
    }
    .pr-md-8,.px-md-8{
        padding-right:7.5rem!important
    }
    .pb-md-8,.py-md-8{
        padding-bottom:7.5rem!important
    }
    .pl-md-8,.px-md-8{
        padding-left:7.5rem!important
    }
    .m-md-n1{
        margin:-.25rem!important
    }
    .mt-md-n1,.my-md-n1{
        margin-top:-.25rem!important
    }
    .mr-md-n1,.mx-md-n1{
        margin-right:-.25rem!important
    }
    .mb-md-n1,.my-md-n1{
        margin-bottom:-.25rem!important
    }
    .ml-md-n1,.mx-md-n1{
        margin-left:-.25rem!important
    }
    .m-md-n2{
        margin:-.6rem!important
    }
    .mt-md-n2,.my-md-n2{
        margin-top:-.6rem!important
    }
    .mr-md-n2,.mx-md-n2{
        margin-right:-.6rem!important
    }
    .mb-md-n2,.my-md-n2{
        margin-bottom:-.6rem!important
    }
    .ml-md-n2,.mx-md-n2{
        margin-left:-.6rem!important
    }
    .m-md-n3{
        margin:-1.2rem!important
    }
    .mt-md-n3,.my-md-n3{
        margin-top:-1.2rem!important
    }
    .mr-md-n3,.mx-md-n3{
        margin-right:-1.2rem!important
    }
    .mb-md-n3,.my-md-n3{
        margin-bottom:-1.2rem!important
    }
    .ml-md-n3,.mx-md-n3{
        margin-left:-1.2rem!important
    }
    .m-md-n4{
        margin:-2rem!important
    }
    .mt-md-n4,.my-md-n4{
        margin-top:-2rem!important
    }
    .mr-md-n4,.mx-md-n4{
        margin-right:-2rem!important
    }
    .mb-md-n4,.my-md-n4{
        margin-bottom:-2rem!important
    }
    .ml-md-n4,.mx-md-n4{
        margin-left:-2rem!important
    }
    .m-md-n5{
        margin:-3rem!important
    }
    .mt-md-n5,.my-md-n5{
        margin-top:-3rem!important
    }
    .mr-md-n5,.mx-md-n5{
        margin-right:-3rem!important
    }
    .mb-md-n5,.my-md-n5{
        margin-bottom:-3rem!important
    }
    .ml-md-n5,.mx-md-n5{
        margin-left:-3rem!important
    }
    .m-md-n6{
        margin:-4.5rem!important
    }
    .mt-md-n6,.my-md-n6{
        margin-top:-4.5rem!important
    }
    .mr-md-n6,.mx-md-n6{
        margin-right:-4.5rem!important
    }
    .mb-md-n6,.my-md-n6{
        margin-bottom:-4.5rem!important
    }
    .ml-md-n6,.mx-md-n6{
        margin-left:-4.5rem!important
    }
    .m-md-n7{
        margin:-6rem!important
    }
    .mt-md-n7,.my-md-n7{
        margin-top:-6rem!important
    }
    .mr-md-n7,.mx-md-n7{
        margin-right:-6rem!important
    }
    .mb-md-n7,.my-md-n7{
        margin-bottom:-6rem!important
    }
    .ml-md-n7,.mx-md-n7{
        margin-left:-6rem!important
    }
    .m-md-n8{
        margin:-7.5rem!important
    }
    .mt-md-n8,.my-md-n8{
        margin-top:-7.5rem!important
    }
    .mr-md-n8,.mx-md-n8{
        margin-right:-7.5rem!important
    }
    .mb-md-n8,.my-md-n8{
        margin-bottom:-7.5rem!important
    }
    .ml-md-n8,.mx-md-n8{
        margin-left:-7.5rem!important
    }
    .m-md-auto{
        margin:auto!important
    }
    .mt-md-auto,.my-md-auto{
        margin-top:auto!important
    }
    .mr-md-auto,.mx-md-auto{
        margin-right:auto!important
    }
    .mb-md-auto,.my-md-auto{
        margin-bottom:auto!important
    }
    .ml-md-auto,.mx-md-auto{
        margin-left:auto!important
    }
}
@media(min-width:1024px){
    .m-lg-0{
        margin:0!important
    }
    .mt-lg-0,.my-lg-0{
        margin-top:0!important
    }
    .mr-lg-0,.mx-lg-0{
        margin-right:0!important
    }
    .mb-lg-0,.my-lg-0{
        margin-bottom:0!important
    }
    .ml-lg-0,.mx-lg-0{
        margin-left:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.25rem!important
    }
    .mr-lg-1,.mx-lg-1{
        margin-right:.25rem!important
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.25rem!important
    }
    .ml-lg-1,.mx-lg-1{
        margin-left:.25rem!important
    }
    .m-lg-2{
        margin:.6rem!important
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.6rem!important
    }
    .mr-lg-2,.mx-lg-2{
        margin-right:.6rem!important
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.6rem!important
    }
    .ml-lg-2,.mx-lg-2{
        margin-left:.6rem!important
    }
    .m-lg-3{
        margin:1.2rem!important
    }
    .mt-lg-3,.my-lg-3{
        margin-top:1.2rem!important
    }
    .mr-lg-3,.mx-lg-3{
        margin-right:1.2rem!important
    }
    .mb-lg-3,.my-lg-3{
        margin-bottom:1.2rem!important
    }
    .ml-lg-3,.mx-lg-3{
        margin-left:1.2rem!important
    }
    .m-lg-4{
        margin:2rem!important
    }
    .mt-lg-4,.my-lg-4{
        margin-top:2rem!important
    }
    .mr-lg-4,.mx-lg-4{
        margin-right:2rem!important
    }
    .mb-lg-4,.my-lg-4{
        margin-bottom:2rem!important
    }
    .ml-lg-4,.mx-lg-4{
        margin-left:2rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .mt-lg-5,.my-lg-5{
        margin-top:3rem!important
    }
    .mr-lg-5,.mx-lg-5{
        margin-right:3rem!important
    }
    .mb-lg-5,.my-lg-5{
        margin-bottom:3rem!important
    }
    .ml-lg-5,.mx-lg-5{
        margin-left:3rem!important
    }
    .m-lg-6{
        margin:4.5rem!important
    }
    .mt-lg-6,.my-lg-6{
        margin-top:4.5rem!important
    }
    .mr-lg-6,.mx-lg-6{
        margin-right:4.5rem!important
    }
    .mb-lg-6,.my-lg-6{
        margin-bottom:4.5rem!important
    }
    .ml-lg-6,.mx-lg-6{
        margin-left:4.5rem!important
    }
    .m-lg-7{
        margin:6rem!important
    }
    .mt-lg-7,.my-lg-7{
        margin-top:6rem!important
    }
    .mr-lg-7,.mx-lg-7{
        margin-right:6rem!important
    }
    .mb-lg-7,.my-lg-7{
        margin-bottom:6rem!important
    }
    .ml-lg-7,.mx-lg-7{
        margin-left:6rem!important
    }
    .m-lg-8{
        margin:7.5rem!important
    }
    .mt-lg-8,.my-lg-8{
        margin-top:7.5rem!important
    }
    .mr-lg-8,.mx-lg-8{
        margin-right:7.5rem!important
    }
    .mb-lg-8,.my-lg-8{
        margin-bottom:7.5rem!important
    }
    .ml-lg-8,.mx-lg-8{
        margin-left:7.5rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .pt-lg-0,.py-lg-0{
        padding-top:0!important
    }
    .pr-lg-0,.px-lg-0{
        padding-right:0!important
    }
    .pb-lg-0,.py-lg-0{
        padding-bottom:0!important
    }
    .pl-lg-0,.px-lg-0{
        padding-left:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .pt-lg-1,.py-lg-1{
        padding-top:.25rem!important
    }
    .pr-lg-1,.px-lg-1{
        padding-right:.25rem!important
    }
    .pb-lg-1,.py-lg-1{
        padding-bottom:.25rem!important
    }
    .pl-lg-1,.px-lg-1{
        padding-left:.25rem!important
    }
    .p-lg-2{
        padding:.6rem!important
    }
    .pt-lg-2,.py-lg-2{
        padding-top:.6rem!important
    }
    .pr-lg-2,.px-lg-2{
        padding-right:.6rem!important
    }
    .pb-lg-2,.py-lg-2{
        padding-bottom:.6rem!important
    }
    .pl-lg-2,.px-lg-2{
        padding-left:.6rem!important
    }
    .p-lg-3{
        padding:1.2rem!important
    }
    .pt-lg-3,.py-lg-3{
        padding-top:1.2rem!important
    }
    .pr-lg-3,.px-lg-3{
        padding-right:1.2rem!important
    }
    .pb-lg-3,.py-lg-3{
        padding-bottom:1.2rem!important
    }
    .pl-lg-3,.px-lg-3{
        padding-left:1.2rem!important
    }
    .p-lg-4{
        padding:2rem!important
    }
    .pt-lg-4,.py-lg-4{
        padding-top:2rem!important
    }
    .pr-lg-4,.px-lg-4{
        padding-right:2rem!important
    }
    .pb-lg-4,.py-lg-4{
        padding-bottom:2rem!important
    }
    .pl-lg-4,.px-lg-4{
        padding-left:2rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .pt-lg-5,.py-lg-5{
        padding-top:3rem!important
    }
    .pr-lg-5,.px-lg-5{
        padding-right:3rem!important
    }
    .pb-lg-5,.py-lg-5{
        padding-bottom:3rem!important
    }
    .pl-lg-5,.px-lg-5{
        padding-left:3rem!important
    }
    .p-lg-6{
        padding:4.5rem!important
    }
    .pt-lg-6,.py-lg-6{
        padding-top:4.5rem!important
    }
    .pr-lg-6,.px-lg-6{
        padding-right:4.5rem!important
    }
    .pb-lg-6,.py-lg-6{
        padding-bottom:4.5rem!important
    }
    .pl-lg-6,.px-lg-6{
        padding-left:4.5rem!important
    }
    .p-lg-7{
        padding:6rem!important
    }
    .pt-lg-7,.py-lg-7{
        padding-top:6rem!important
    }
    .pr-lg-7,.px-lg-7{
        padding-right:6rem!important
    }
    .pb-lg-7,.py-lg-7{
        padding-bottom:6rem!important
    }
    .pl-lg-7,.px-lg-7{
        padding-left:6rem!important
    }
    .p-lg-8{
        padding:7.5rem!important
    }
    .pt-lg-8,.py-lg-8{
        padding-top:7.5rem!important
    }
    .pr-lg-8,.px-lg-8{
        padding-right:7.5rem!important
    }
    .pb-lg-8,.py-lg-8{
        padding-bottom:7.5rem!important
    }
    .pl-lg-8,.px-lg-8{
        padding-left:7.5rem!important
    }
    .m-lg-n1{
        margin:-.25rem!important
    }
    .mt-lg-n1,.my-lg-n1{
        margin-top:-.25rem!important
    }
    .mr-lg-n1,.mx-lg-n1{
        margin-right:-.25rem!important
    }
    .mb-lg-n1,.my-lg-n1{
        margin-bottom:-.25rem!important
    }
    .ml-lg-n1,.mx-lg-n1{
        margin-left:-.25rem!important
    }
    .m-lg-n2{
        margin:-.6rem!important
    }
    .mt-lg-n2,.my-lg-n2{
        margin-top:-.6rem!important
    }
    .mr-lg-n2,.mx-lg-n2{
        margin-right:-.6rem!important
    }
    .mb-lg-n2,.my-lg-n2{
        margin-bottom:-.6rem!important
    }
    .ml-lg-n2,.mx-lg-n2{
        margin-left:-.6rem!important
    }
    .m-lg-n3{
        margin:-1.2rem!important
    }
    .mt-lg-n3,.my-lg-n3{
        margin-top:-1.2rem!important
    }
    .mr-lg-n3,.mx-lg-n3{
        margin-right:-1.2rem!important
    }
    .mb-lg-n3,.my-lg-n3{
        margin-bottom:-1.2rem!important
    }
    .ml-lg-n3,.mx-lg-n3{
        margin-left:-1.2rem!important
    }
    .m-lg-n4{
        margin:-2rem!important
    }
    .mt-lg-n4,.my-lg-n4{
        margin-top:-2rem!important
    }
    .mr-lg-n4,.mx-lg-n4{
        margin-right:-2rem!important
    }
    .mb-lg-n4,.my-lg-n4{
        margin-bottom:-2rem!important
    }
    .ml-lg-n4,.mx-lg-n4{
        margin-left:-2rem!important
    }
    .m-lg-n5{
        margin:-3rem!important
    }
    .mt-lg-n5,.my-lg-n5{
        margin-top:-3rem!important
    }
    .mr-lg-n5,.mx-lg-n5{
        margin-right:-3rem!important
    }
    .mb-lg-n5,.my-lg-n5{
        margin-bottom:-3rem!important
    }
    .ml-lg-n5,.mx-lg-n5{
        margin-left:-3rem!important
    }
    .m-lg-n6{
        margin:-4.5rem!important
    }
    .mt-lg-n6,.my-lg-n6{
        margin-top:-4.5rem!important
    }
    .mr-lg-n6,.mx-lg-n6{
        margin-right:-4.5rem!important
    }
    .mb-lg-n6,.my-lg-n6{
        margin-bottom:-4.5rem!important
    }
    .ml-lg-n6,.mx-lg-n6{
        margin-left:-4.5rem!important
    }
    .m-lg-n7{
        margin:-6rem!important
    }
    .mt-lg-n7,.my-lg-n7{
        margin-top:-6rem!important
    }
    .mr-lg-n7,.mx-lg-n7{
        margin-right:-6rem!important
    }
    .mb-lg-n7,.my-lg-n7{
        margin-bottom:-6rem!important
    }
    .ml-lg-n7,.mx-lg-n7{
        margin-left:-6rem!important
    }
    .m-lg-n8{
        margin:-7.5rem!important
    }
    .mt-lg-n8,.my-lg-n8{
        margin-top:-7.5rem!important
    }
    .mr-lg-n8,.mx-lg-n8{
        margin-right:-7.5rem!important
    }
    .mb-lg-n8,.my-lg-n8{
        margin-bottom:-7.5rem!important
    }
    .ml-lg-n8,.mx-lg-n8{
        margin-left:-7.5rem!important
    }
    .m-lg-auto{
        margin:auto!important
    }
    .mt-lg-auto,.my-lg-auto{
        margin-top:auto!important
    }
    .mr-lg-auto,.mx-lg-auto{
        margin-right:auto!important
    }
    .mb-lg-auto,.my-lg-auto{
        margin-bottom:auto!important
    }
    .ml-lg-auto,.mx-lg-auto{
        margin-left:auto!important
    }
}
@media(min-width:1200px){
    .m-xl-0{
        margin:0!important
    }
    .mt-xl-0,.my-xl-0{
        margin-top:0!important
    }
    .mr-xl-0,.mx-xl-0{
        margin-right:0!important
    }
    .mb-xl-0,.my-xl-0{
        margin-bottom:0!important
    }
    .ml-xl-0,.mx-xl-0{
        margin-left:0!important
    }
    .m-xl-1{
        margin:.25rem!important
    }
    .mt-xl-1,.my-xl-1{
        margin-top:.25rem!important
    }
    .mr-xl-1,.mx-xl-1{
        margin-right:.25rem!important
    }
    .mb-xl-1,.my-xl-1{
        margin-bottom:.25rem!important
    }
    .ml-xl-1,.mx-xl-1{
        margin-left:.25rem!important
    }
    .m-xl-2{
        margin:.6rem!important
    }
    .mt-xl-2,.my-xl-2{
        margin-top:.6rem!important
    }
    .mr-xl-2,.mx-xl-2{
        margin-right:.6rem!important
    }
    .mb-xl-2,.my-xl-2{
        margin-bottom:.6rem!important
    }
    .ml-xl-2,.mx-xl-2{
        margin-left:.6rem!important
    }
    .m-xl-3{
        margin:1.2rem!important
    }
    .mt-xl-3,.my-xl-3{
        margin-top:1.2rem!important
    }
    .mr-xl-3,.mx-xl-3{
        margin-right:1.2rem!important
    }
    .mb-xl-3,.my-xl-3{
        margin-bottom:1.2rem!important
    }
    .ml-xl-3,.mx-xl-3{
        margin-left:1.2rem!important
    }
    .m-xl-4{
        margin:2rem!important
    }
    .mt-xl-4,.my-xl-4{
        margin-top:2rem!important
    }
    .mr-xl-4,.mx-xl-4{
        margin-right:2rem!important
    }
    .mb-xl-4,.my-xl-4{
        margin-bottom:2rem!important
    }
    .ml-xl-4,.mx-xl-4{
        margin-left:2rem!important
    }
    .m-xl-5{
        margin:3rem!important
    }
    .mt-xl-5,.my-xl-5{
        margin-top:3rem!important
    }
    .mr-xl-5,.mx-xl-5{
        margin-right:3rem!important
    }
    .mb-xl-5,.my-xl-5{
        margin-bottom:3rem!important
    }
    .ml-xl-5,.mx-xl-5{
        margin-left:3rem!important
    }
    .m-xl-6{
        margin:4.5rem!important
    }
    .mt-xl-6,.my-xl-6{
        margin-top:4.5rem!important
    }
    .mr-xl-6,.mx-xl-6{
        margin-right:4.5rem!important
    }
    .mb-xl-6,.my-xl-6{
        margin-bottom:4.5rem!important
    }
    .ml-xl-6,.mx-xl-6{
        margin-left:4.5rem!important
    }
    .m-xl-7{
        margin:6rem!important
    }
    .mt-xl-7,.my-xl-7{
        margin-top:6rem!important
    }
    .mr-xl-7,.mx-xl-7{
        margin-right:6rem!important
    }
    .mb-xl-7,.my-xl-7{
        margin-bottom:6rem!important
    }
    .ml-xl-7,.mx-xl-7{
        margin-left:6rem!important
    }
    .m-xl-8{
        margin:7.5rem!important
    }
    .mt-xl-8,.my-xl-8{
        margin-top:7.5rem!important
    }
    .mr-xl-8,.mx-xl-8{
        margin-right:7.5rem!important
    }
    .mb-xl-8,.my-xl-8{
        margin-bottom:7.5rem!important
    }
    .ml-xl-8,.mx-xl-8{
        margin-left:7.5rem!important
    }
    .p-xl-0{
        padding:0!important
    }
    .pt-xl-0,.py-xl-0{
        padding-top:0!important
    }
    .pr-xl-0,.px-xl-0{
        padding-right:0!important
    }
    .pb-xl-0,.py-xl-0{
        padding-bottom:0!important
    }
    .pl-xl-0,.px-xl-0{
        padding-left:0!important
    }
    .p-xl-1{
        padding:.25rem!important
    }
    .pt-xl-1,.py-xl-1{
        padding-top:.25rem!important
    }
    .pr-xl-1,.px-xl-1{
        padding-right:.25rem!important
    }
    .pb-xl-1,.py-xl-1{
        padding-bottom:.25rem!important
    }
    .pl-xl-1,.px-xl-1{
        padding-left:.25rem!important
    }
    .p-xl-2{
        padding:.6rem!important
    }
    .pt-xl-2,.py-xl-2{
        padding-top:.6rem!important
    }
    .pr-xl-2,.px-xl-2{
        padding-right:.6rem!important
    }
    .pb-xl-2,.py-xl-2{
        padding-bottom:.6rem!important
    }
    .pl-xl-2,.px-xl-2{
        padding-left:.6rem!important
    }
    .p-xl-3{
        padding:1.2rem!important
    }
    .pt-xl-3,.py-xl-3{
        padding-top:1.2rem!important
    }
    .pr-xl-3,.px-xl-3{
        padding-right:1.2rem!important
    }
    .pb-xl-3,.py-xl-3{
        padding-bottom:1.2rem!important
    }
    .pl-xl-3,.px-xl-3{
        padding-left:1.2rem!important
    }
    .p-xl-4{
        padding:2rem!important
    }
    .pt-xl-4,.py-xl-4{
        padding-top:2rem!important
    }
    .pr-xl-4,.px-xl-4{
        padding-right:2rem!important
    }
    .pb-xl-4,.py-xl-4{
        padding-bottom:2rem!important
    }
    .pl-xl-4,.px-xl-4{
        padding-left:2rem!important
    }
    .p-xl-5{
        padding:3rem!important
    }
    .pt-xl-5,.py-xl-5{
        padding-top:3rem!important
    }
    .pr-xl-5,.px-xl-5{
        padding-right:3rem!important
    }
    .pb-xl-5,.py-xl-5{
        padding-bottom:3rem!important
    }
    .pl-xl-5,.px-xl-5{
        padding-left:3rem!important
    }
    .p-xl-6{
        padding:4.5rem!important
    }
    .pt-xl-6,.py-xl-6{
        padding-top:4.5rem!important
    }
    .pr-xl-6,.px-xl-6{
        padding-right:4.5rem!important
    }
    .pb-xl-6,.py-xl-6{
        padding-bottom:4.5rem!important
    }
    .pl-xl-6,.px-xl-6{
        padding-left:4.5rem!important
    }
    .p-xl-7{
        padding:6rem!important
    }
    .pt-xl-7,.py-xl-7{
        padding-top:6rem!important
    }
    .pr-xl-7,.px-xl-7{
        padding-right:6rem!important
    }
    .pb-xl-7,.py-xl-7{
        padding-bottom:6rem!important
    }
    .pl-xl-7,.px-xl-7{
        padding-left:6rem!important
    }
    .p-xl-8{
        padding:7.5rem!important
    }
    .pt-xl-8,.py-xl-8{
        padding-top:7.5rem!important
    }
    .pr-xl-8,.px-xl-8{
        padding-right:7.5rem!important
    }
    .pb-xl-8,.py-xl-8{
        padding-bottom:7.5rem!important
    }
    .pl-xl-8,.px-xl-8{
        padding-left:7.5rem!important
    }
    .m-xl-n1{
        margin:-.25rem!important
    }
    .mt-xl-n1,.my-xl-n1{
        margin-top:-.25rem!important
    }
    .mr-xl-n1,.mx-xl-n1{
        margin-right:-.25rem!important
    }
    .mb-xl-n1,.my-xl-n1{
        margin-bottom:-.25rem!important
    }
    .ml-xl-n1,.mx-xl-n1{
        margin-left:-.25rem!important
    }
    .m-xl-n2{
        margin:-.6rem!important
    }
    .mt-xl-n2,.my-xl-n2{
        margin-top:-.6rem!important
    }
    .mr-xl-n2,.mx-xl-n2{
        margin-right:-.6rem!important
    }
    .mb-xl-n2,.my-xl-n2{
        margin-bottom:-.6rem!important
    }
    .ml-xl-n2,.mx-xl-n2{
        margin-left:-.6rem!important
    }
    .m-xl-n3{
        margin:-1.2rem!important
    }
    .mt-xl-n3,.my-xl-n3{
        margin-top:-1.2rem!important
    }
    .mr-xl-n3,.mx-xl-n3{
        margin-right:-1.2rem!important
    }
    .mb-xl-n3,.my-xl-n3{
        margin-bottom:-1.2rem!important
    }
    .ml-xl-n3,.mx-xl-n3{
        margin-left:-1.2rem!important
    }
    .m-xl-n4{
        margin:-2rem!important
    }
    .mt-xl-n4,.my-xl-n4{
        margin-top:-2rem!important
    }
    .mr-xl-n4,.mx-xl-n4{
        margin-right:-2rem!important
    }
    .mb-xl-n4,.my-xl-n4{
        margin-bottom:-2rem!important
    }
    .ml-xl-n4,.mx-xl-n4{
        margin-left:-2rem!important
    }
    .m-xl-n5{
        margin:-3rem!important
    }
    .mt-xl-n5,.my-xl-n5{
        margin-top:-3rem!important
    }
    .mr-xl-n5,.mx-xl-n5{
        margin-right:-3rem!important
    }
    .mb-xl-n5,.my-xl-n5{
        margin-bottom:-3rem!important
    }
    .ml-xl-n5,.mx-xl-n5{
        margin-left:-3rem!important
    }
    .m-xl-n6{
        margin:-4.5rem!important
    }
    .mt-xl-n6,.my-xl-n6{
        margin-top:-4.5rem!important
    }
    .mr-xl-n6,.mx-xl-n6{
        margin-right:-4.5rem!important
    }
    .mb-xl-n6,.my-xl-n6{
        margin-bottom:-4.5rem!important
    }
    .ml-xl-n6,.mx-xl-n6{
        margin-left:-4.5rem!important
    }
    .m-xl-n7{
        margin:-6rem!important
    }
    .mt-xl-n7,.my-xl-n7{
        margin-top:-6rem!important
    }
    .mr-xl-n7,.mx-xl-n7{
        margin-right:-6rem!important
    }
    .mb-xl-n7,.my-xl-n7{
        margin-bottom:-6rem!important
    }
    .ml-xl-n7,.mx-xl-n7{
        margin-left:-6rem!important
    }
    .m-xl-n8{
        margin:-7.5rem!important
    }
    .mt-xl-n8,.my-xl-n8{
        margin-top:-7.5rem!important
    }
    .mr-xl-n8,.mx-xl-n8{
        margin-right:-7.5rem!important
    }
    .mb-xl-n8,.my-xl-n8{
        margin-bottom:-7.5rem!important
    }
    .ml-xl-n8,.mx-xl-n8{
        margin-left:-7.5rem!important
    }
    .m-xl-auto{
        margin:auto!important
    }
    .mt-xl-auto,.my-xl-auto{
        margin-top:auto!important
    }
    .mr-xl-auto,.mx-xl-auto{
        margin-right:auto!important
    }
    .mb-xl-auto,.my-xl-auto{
        margin-bottom:auto!important
    }
    .ml-xl-auto,.mx-xl-auto{
        margin-left:auto!important
    }
}
.stretched-link::after,.property-card__title::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
    background-color:transparent
}
.text-monospace{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace!important
}
.text-justify{
    text-align:justify!important
}
.text-wrap{
    white-space:normal!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.text-left{
    text-align:left!important
}
.text-right,.description-section{
    text-align:right!important
}
.text-center,.hero__title{
    text-align:center!important
}
@media(min-width:576px){
    .text-sm-left{
        text-align:left!important
    }
    .text-sm-right{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media(min-width:767px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media(min-width:1024px){
    .text-lg-left{
        text-align:left!important
    }
    .text-lg-right{
        text-align:right!important
    }
    .text-lg-center,.description-section{
        text-align:center!important
    }
}
@media(min-width:1200px){
    .text-xl-left{
        text-align:left!important
    }
    .text-xl-right{
        text-align:right!important
    }
    .text-xl-center{
        text-align:center!important
    }
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.font-weight-light{
    font-weight:300!important
}
.font-weight-lighter{
    font-weight:lighter!important
}
.font-weight-normal{
    font-weight:400!important
}
.font-weight-bold{
    font-weight:700!important
}
.font-weight-bolder{
    font-weight:bolder!important
}
.font-italic{
    font-style:italic!important
}
.text-white,.hero__title{
    color:#fff!important
}
.text-primary{
    color:#061238!important
}
a.text-primary:hover,a.text-primary:focus{
    color:#3972aa!important
}
.text-secondary{
    color:#FC5770!important
}
a.text-secondary:hover,a.text-secondary:focus{
    color:#f45225!important
}
.text-success{
    color:#4caf50!important
}
a.text-success:hover,a.text-success:focus{
    color:#357a38!important
}
.text-info{
    color:#17a2b8!important
}
a.text-info:hover,a.text-info:focus{
    color:#0f6674!important
}
.text-warning{
    color:#ffc107!important
}
a.text-warning:hover,a.text-warning:focus{
    color:#ba8b00!important
}
.text-danger{
    color:#dc3545!important
}
a.text-danger:hover,a.text-danger:focus{
    color:#a71d2a!important
}
.text-light{
    color:#f8f9fa!important
}
a.text-light:hover,a.text-light:focus{
    color:#cbd3da!important
}
.text-dark{
    color:#343a40!important
}
a.text-dark:hover,a.text-dark:focus{
    color:#121416!important
}
.text-gray{
    color:#495057!important
}
a.text-gray:hover,a.text-gray:focus{
    color:#262a2d!important
}
.text-blue-light{
    color:#e8f0f7!important
}
a.text-blue-light:hover,a.text-blue-light:focus{
    color:#afcbe3!important
}
.text-red-lightest{
    color:#fbeaeb!important
}
a.text-red-lightest:hover,a.text-red-lightest:focus{
    color:#efaaae!important
}
.text-blue-lightest{
    color:#e8f0f7!important
}
a.text-blue-lightest:hover,a.text-blue-lightest:focus{
    color:#afcbe3!important
}
.text-yellow-lightest{
    color:#f6ebd9!important
}
a.text-yellow-lightest:hover,a.text-yellow-lightest:focus{
    color:#e7ca9b!important
}
.text-orange-lightest{
    color:#f9e1d9!important
}
a.text-orange-lightest:hover,a.text-orange-lightest:focus{
    color:#efad97!important
}
.text-orange{
    color:#FC5770!important
}
a.text-orange:hover,a.text-orange:focus{
    color:#f45225!important
}
.text-green-lightest{
    color:#dde6e4!important
}
a.text-green-lightest:hover,a.text-green-lightest:focus{
    color:#b1c6c1!important
}
.text-body{
    color:#242424!important
}
.text-muted{
    color:#495057!important
}
.text-black-50{
    color:rgba(36,36,36,.5)!important
}
.text-white-50{
    color:rgba(255,255,255,.5)!important
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.text-decoration-none{
    text-decoration:none!important
}
.text-break{
    word-break:break-word!important;
    word-wrap:break-word!important
}
.text-reset{
    color:inherit!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
body,p,h1,h2,h3,h4,.card-icon__title,h5,.card-icon--sm .card-icon__title,h6,p,li,span{
    direction:rtl;
    text-align:right;
    font-family:droid arabic kufi,sans-serif
}
body.eng_ver, body.eng_ver p, body.eng_ver h1, body.eng_ver h2, body.eng_ver h3, body.eng_ver h4, body.eng_ver .card-icon__title, body.eng_ver h5, body.eng_ver .card-icon--sm .card-icon__title, body.eng_ver h6, body.eng_ver p, body.eng_ver li, body.eng_ver span {
    direction: ltr;
    text-align: left;
}
body,p{
    color:#242424
}
.font-size-lg{
    font-size:1.25rem
}
.icon-sm{
    width:25px;
    height:25px
}
.icon-xs{
    width:20px;
    height:20px
}
::marker{
    color:#495057;
    font-size:inherit
}
.bg-is-dark li::marker{
    color:#fff
}
@media(min-width:767px){
    text-md-center{
        text-align:center
    }
}
.open.location-select .wrapper .options ul li.all{
    border-radius:8px;
    color:#242424
}
.open.location-select .wrapper .options ul li.group{
    background:0 0;
    color:#495057
}
.open.location-select .wrapper .options ul li .react-ripples .state{
    color:#495057
}
span.help-block.txt-sm{
    font-size:14px;
    font-weight:400!important;
    margin-top:10px;
    display:none;
    color:#842d35
}
span.help-block.txt-sm span{
    color:#495057
}
.form-group.has-error .help-block.txt-sm{
    display:block!important
}
.navbar__toggle{
    width:27px;
    opacity:.5
}
.text-dark{
    color:#242424!important
}
@-webkit-keyframes load7{
    0%,80%,100%{
        box-shadow:0 1.5em 0 -1.3em
    }
    40%{
        box-shadow:0 1.5em 0 0
    }
}
@keyframes load7{
    0%,80%,100%{
        box-shadow:0 1.5em 0 -1.3em
    }
    40%{
        box-shadow:0 1.5em 0 0
    }
}
@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@keyframes spin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.loading{
    display:none;
    position:fixed;
    width:100vw;
    height:100vh;
    left:0;
    top:0;
    background:rgba(255,255,255,.7);
    z-index:999
}
.loading:after{
    content:'';
    border:5px solid #fff;
    border-radius:50%;
    border-top:5px solid #061238;
    width:60px;
    height:60px;
    position:fixed;
    -webkit-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
    top:50%;
    left:50%;
    margin-top:-30px;
    margin-left:-30px
}
.mx-h-100{
    max-height:100px
}
.post-loading{
    position:relative;
    max-height:inherit;
    margin-top:.4rem!important;
    z-index:499
}
.post-loading:after{
    position:absolute
}
h3{
    font-size:20px
}
p{
    font-size:14px;
    line-height:21px
}
@media(min-width:767px){
    h3{
        font-size:26px
    }
    p{
        font-size:20px;
        line-height:33px
    }
}
@media(min-width:1024px){
    h3{
        font-size:26px
    }
    p{
        font-size:18px;
        line-height:28px
    }
}
.smartbanner{
    position:fixed;
    top:0;
    left:0;
    overflow-x:hidden;
    width:100%;
    height:84px;
    background:#f3f3f3;
    font-family:Helvetica,sans,sans-serif;
    z-index:1000
}
.smartbanner__exit{
    position:absolute;
    top:calc(50% - 6px);
    left:9px;
    display:block;
    margin:0;
    width:12px;
    height:12px;
    border:0;
    text-align:center
}
.smartbanner__exit::before,.smartbanner__exit::after{
    position:absolute;
    width:1px;
    height:12px;
    background:#767676;
    content:' '
}
.smartbanner__exit::before{
    transform:rotate(45deg)
}
.smartbanner__exit::after{
    transform:rotate(-45deg)
}
.smartbanner__icon{
    position:absolute;
    top:10px;
    left:45px;
    width:64px;
    height:64px;
    border-radius:15px;
    background-size:64px 64px
}
.smartbanner__info{
    position:absolute;
    top:10px;
    left:30px;
    display:flex;
    overflow-y:hidden;
    width:60%;
    height:64px;
    align-items:center;
    color:#000
}
.smartbanner__info__title{
    font-size:14px
}
.smartbanner__info__author,.smartbanner__info__price{
    font-size:12px
}
.smartbanner__button{
    position:absolute;
    top:32px;
    right:10px;
    z-index:1;
    display:block;
    padding:0 10px;
    min-width:10%;
    border-radius:5px;
    background:#f3f3f3;
    color:#1474fc;
    font-size:18px;
    text-align:center;
    text-decoration:none
}
.smartbanner__button__label{
    text-align:center
}
.smartbanner.smartbanner--android{
    background:#3d3d3d url(data:image/gif;
    base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow:inset 0 4px 0 #88b131
}
.smartbanner.smartbanner--android .smartbanner__exit{
    left:6px;
    margin-right:7px;
    width:17px;
    height:17px;
    border-radius:14px;
    background:#1c1e21;
    box-shadow:0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3);
    color:#b1b1b3;
    font-family:arialroundedmtbold,Arial;
    font-size:20px;
    line-height:17px;
    text-shadow:0 1px 1px #000
}
.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{
    top:3px;
    left:8px;
    width:2px;
    height:11px;
    background:#b1b1b3
}
.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{
    color:#eee
}
.smartbanner.smartbanner--android .smartbanner__icon{
    background-color:transparent;
    box-shadow:none
}
.smartbanner.smartbanner--android .smartbanner__info{
    color:#ccc;
    text-shadow:0 1px 2px #000
}
.smartbanner.smartbanner--android .smartbanner__info__title{
    color:#fff;
    font-weight:700
}
.smartbanner.smartbanner--android .smartbanner__button{
    top:30px;
    right:20px;
    padding:0;
    min-width:12%;
    border-radius:0;
    background:0 0;
    box-shadow:0 0 0 1px #333,0 0 0 2px #dddcdc;
    color:#d1d1d1;
    font-size:14px;
    font-weight:700
}
.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{
    background:0 0
}
.smartbanner.smartbanner--android .smartbanner__button__label{
    display:block;
    padding:0 10px;
    background:#42b6c9;
    background:linear-gradient(to bottom,#42b6c9,#39a9bb);
    box-shadow:none;
    line-height:24px;
    text-align:center;
    text-shadow:none;
    text-transform:none
}
.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{
    background:#2ac7e1
}
.btn{
    border-radius:8px
}
.btn__icon{
    margin-left:.5rem
}
.btn-circle{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px
}
.react-select.pill-select input::-webkit-input-placeholder,.react-select.pill-select .react-select.wrapper input::-webkit-input-placeholder{
    color:#8996a6
}
.react-select.pill-select input::-moz-placeholder,.react-select.pill-select .react-select.wrapper input::-moz-placeholder{
    color:#8996a6
}
.react-select.pill-select input:-ms-input-placeholder{
    color:#8996a6
}
.react-select.pill-select input:-moz-placeholder{
    color:#8996a6
}
input.form-control,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
    border-radius:8px;
    background:0 0;
    border:2px solid #d9d9d9;
    padding-right:24px
}
@media(max-width:1023.98px){
    input.form-control,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        border-radius:6px
    }
}
@media(max-width:766.98px){
    input.form-control,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        border-radius:8px;
        height:55px;
        padding-right:23px;
        border:1px solid #d9d9d9
    }
    input.form-control input,.custom-select input,.pill-select input,.react-select.pill-select .wrapper input,.react-select.pill-select .input input{
        padding-top:18px
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    input.form-control,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        height:80px;
        font-size:1.25rem
    }
}
@media(min-width:1024px){
    input.form-control,.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        height:65px
    }
}
textarea.form-control{
    border-radius:8px;
    padding-right:24px
}
@media(max-width:1023.98px){
    textarea.form-control{
        border-radius:6px
    }
}
@media(max-width:766.98px){
    textarea.form-control{
        border-radius:8px
    }
}
@media(min-width:576px){
    .btn{
        padding-top:20px;
        padding-bottom:20px
    }
}
@media(min-width:767px){
    .btn{
        padding-top:32px;
        padding-bottom:32px
    }
}
@media(min-width:1024px){
    .btn{
        padding-top:22px;
        padding-bottom:22px
    }
}
[type=radio]:checked,[type=radio]:not(:checked){
    display:none
}
[type=radio]:checked+label,[type=radio]:not(:checked)+label{
    position:relative;
    padding-right:28px;
    cursor:pointer;
    line-height:20px;
    display:inline-block
}
[type=radio]:checked+label::before,[type=radio]:not(:checked)+label::before{
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:18px;
    height:18px;
    border:1px solid #6b7788;
    border-radius:100%
}
[type=radio]:checked+label::before{
    border-color:#FC5770
}
[type=radio]:checked+label::after,[type=radio]:not(:checked)+label::after{
    content:'';
    width:8px;
    height:8px;
    background:#FC5770;
    position:absolute;
    top:5px;
    right:5px;
    border-radius:100%;
    -webkit-transition:all .2s ease;
    transition:all .2s ease
}
[type=radio]:not(:checked)+label::after{
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0)
}
.type-radio-toggle__item.active>label::after{
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.custom-control-label::after{
    right:-1.5rem
}
.custom-control-label::before{
    right:-1.5rem
}
.custom-control-label{
    margin-right:1.5rem
}
.custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
    border-radius:8px;
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px;
    padding:1rem 2rem 1rem 3.25rem
}
.custom-select:invalid,.pill-select:invalid,.react-select.pill-select .wrapper:invalid,.react-select.pill-select .input:invalid{
    color:#6b7788
}
@media(min-width:767px) and (max-width:1023.98px){
    .custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 28px center/24px 15px
    }
}
.custom-select--search,.react-select.pill-select .input{
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/search.svg") no-repeat right 1rem center/17px 17px;
    padding-right:3.5rem
}
.custom-select--filter{
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/filter.svg") no-repeat right 13px center/29px 29px;
    padding-right:3.5rem
}
.form-group:focus{
    box-shadow:none;
    outline:none
}
@media(min-width:767px) and (max-width:1023.98px){
    .custom-select,.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
        height:80px
    }
    .btn{
        padding:1.938rem 2rem
    }
    .custom-select--search,.react-select.pill-select .input{
        background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 28px center/24px 15px,url("../../../assets/new/img/icon/search.svg") no-repeat right 19px center/25px 25px;
        padding-right:3.5rem
    }
    .custom-select--filter{
        background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 28px center/24px 15px,url("../../../assets/new/img/icon/filter.svg") no-repeat right 1rem center/35px 35px
    }
}
.custom-control-label--streched{
    width:100%;
    text-align:end;
    margin-right:0
}
.react-select--search .input-search-flag{
    position:absolute;
    left:30px;
    top:20px;
    font-size:18px
}
.react-select--search .input{
    background-color:#fff;
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/search.svg") no-repeat right 1rem center/23px 17px!important;
    padding-right:49px!important
}
.react-select--search.open .wrapper .field{
    padding-top:0!important;
    padding-bottom:0!important
}
.react-select--search.open .input{
    background-color:#fff;
    background:url("../../../assets/new/img/icon/arrow-up.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/search.svg") no-repeat right 1rem center/23px 17px!important;
    padding-right:49px!important
}
.react-select--filter .input{
    background-color:#fff;
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/filter.svg") no-repeat right 1rem center/21px 21px!important;
    padding-right:49px!important
}
.react-select--filter.open .wrapper .field{
    padding-top:0!important;
    padding-bottom:0!important
}
.react-select--filter.open .input{
    background:url("../../../assets/new/img/icon/arrow-up.svg") no-repeat left 1rem center/12px 12px,url("../../../assets/new/img/icon/filter.svg") no-repeat right 1rem center/21px 21px!important
}
@media(min-width:767px) and (max-width:1023.98px){
    .react-select--search .input{
        background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 28px center/24px 15px,url("../../../assets/new/img/icon/search.svg") no-repeat right 38px center/25px 25px!important;
        padding-right:6rem!important
    }
    .react-select--filter .input{
        background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 28px center/24px 15px,url("../../../assets/new/img/icon/filter.svg") no-repeat right 38px center/35px 35px!important;
        padding-right:6rem!important
    }
}
@media(max-width:767px){
    .react-select--search .input-search-flag{
        top:17px
    }
}
@media(max-width:767px){
    .custom-control.custom-checkbox{
        font-size:13px
    }
}
.navbar{
    height:76px;
    background:#fff;
    box-shadow:0 3px 6px rgba(0,0,0,.04);
    position:sticky;
    top:0;
    z-index:1000
}
.navbar-nav{
    padding:0
}
.navbar-nav .nav-item{
    margin-bottom:0
}
.navbar-nav .nav-item.open .dropdown-menu{
    display:block
}
.navbar-nav .active>.nav-link{
    position:relative
}
/* .navbar-nav .active>.nav-link:after{
    content:"•";
    position:absolute;
    bottom:-16px;
    left:0;
    right:0;
    font-size:19px;
    text-align:center
} */
.navbar-collapse.collapsing,.navbar-collapse.collapse.show{
    -webkit-transition:none;
    transition:none
}
@media(max-width:1023.98px){
    .navbar-collapse.collapsing,.navbar-collapse.collapse.show{
        position:fixed;
        right:0;
        top:0;
        bottom:0;
        background:#fff;
        padding:6rem 3rem;
        z-index:1100
    }
}
.navbar-toggler{
    position:absolute;
    border:none
}
@media(min-width:767px) and (max-width:1023px){
    .navbar-toggler.city-search{
        right:1rem
    }
}
@media(min-width:576px){
    .navbar{
        height:85px
    }
}
@media(min-width:767px){
    .navbar{
        height:111px
    }
}
@media(min-width:1024px){
    .navbar{
        height:91px
    }
    .navbar .navbar-nav .nav-link{
        padding-right:calc(36px/2);
        padding-left:calc(36px/2)
    }
    .navbar .btn{
        padding-top:13px;
        padding-bottom:13px
    }
    .navbar .btn .btn-primary{
        background-color:#061238
    }
}
.bg-is-dark{
    color:#fff
}
.bg-is-dark p,.bg-is-dark h1,.bg-is-dark h2,.bg-is-dark h3,.bg-is-dark h4,.bg-is-dark .card-icon__title,.bg-is-dark h5,.bg-is-dark .card-icon--sm .card-icon__title,.card-icon--sm .bg-is-dark .card-icon__title,.bg-is-dark span{
    color:#fff
}
.card-icon{
    position:relative;
    padding-top:4.5rem
}
.card-icon__icon-circle{
    position:absolute;
    left:0;
    right:0;
    margin:auto;
    top:-3rem;
    background:#e8f0f7;
    border-radius:50%;
    width:100px;
    height:100px
}
.card-icon__icon{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto
}
.card-icon__title{
    text-align:center
}
.card-icon--sm{
    padding-top:1rem;
    margin-top:6rem;
    margin-bottom:3rem
}
.card-icon--sm .card-icon__icon-circle{
    width:70px;
    height:70px
}
.card-icon--sm .card-icon__icon{
    top:-5px;
    max-width:42px
}
body .card-icon--sm .card-icon__title{
    text-align:center !important;
}
.card-icon--sm .card-body,.card-icon--sm .property-card__body{
    padding-left:1rem;
    padding-right:1rem
}
@media(min-width:576px){
    .card-icon--sm{
        padding-top:3rem
    }
    .card-icon--sm .card-icon__icon-circle{
        width:100px;
        height:100px
    }
    .card-icon--sm .card-icon__icon{
        max-width:60px
    }
    .card-icon--sm .card-icon__title{
        font-size:24px
    }
}
.footer{
    background:#eff3f7;
    padding-top:.5rem;
    padding-bottom:3rem
}
.footer__title{
    text-align:center;
    font-size:1.25rem;
    font-weight:700;
    margin-bottom:1rem;
    margin-top:1.5rem;
    color:#242424
}
.footer__ul{
    padding:0
}
.footer__li{
    background-color:transparent;
    border:none;
    text-align:center;
    padding-top:.5rem;
    padding-bottom:.5rem;
    font-size:14px;
    margin-bottom:0;
    display:flex;
    justify-content:center
}
.footer__li a{
    color:#6b7788
}
@media(min-width:767px){
    .footer__title{
        font-size:18px;
        margin-top:3rem
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    .footer__title{
        font-size:18px;
        margin-bottom:31px
    }
    .footer__li{
        font-size:16px;
        padding-bottom:24px
    }
}
@media(min-width:1024px){
    .footer .footer__flag{
        display:block
    }
    .footer__li{
        display:flex;
        align-items:center;
        padding-bottom:11px;
        font-size:16px;
        margin-bottom:0
    }
}
@media(max-width:766.98px){
    .footer__title{
        font-size:16px
    }
}
@media(max-width:320px){
    .footer__title{
        font-size:13px
    }
    .footer__li{
        font-size:12px
    }
}
.property-card{
    border:1px solid rgba(36,36,36,.2);
    margin-bottom:15px;
    margin-bottom:15px
}
@media(max-width:1024px){
    .property-card{
        box-shadow:unset!important
    }
}
.property-card__body{
    padding:10px 15px!important
}
.property-card__title{
    color:#242424;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    word-break:break-all
}
.property-card__title:hover{
    color:#242424;
    text-decoration:none
}
.property-card__features{
    display:flex;
    margin-top:.5rem;
    margin-bottom:1rem
}
.property-card__features-time,.property-card__features-view,.property-card__features-price{
    margin-left:1.5rem
}
.property-card__features-price{
    color:#061238;
    font-size:16px;
    font-weight:700
}
.property-card__features-time,.property-card__features-view{
    color:#6b7788
}
.property-card__my-actions{
    z-index:500
}
.property-card__my-actions .btn-red-lightest{
    background-color:#ffb5b5b3
}
.property-card__my-actions .btn-yellow-lightest{
    background-color:#efdc938f
}
.property-card__my-actions .btn-orange-lightest{
    background-color:#ffc19973
}
.property-card__my-action{
    width:34px;
    height:34px;
    padding:.25rem;
    margin-left:.25rem;
    margin-right:.25rem;
    border-radius:4px
}
@media(max-width:1199.98px){
    .property-card__my-action{
        width:42px;
        height:42px;
        margin-left:.5rem;
        margin-right:.5rem
    }
    .property-card__my-action .icon-xs{
        width:25px;
        height:25px;
        margin:4px
    }
}
@media(max-width:1023.98px){
    .property-card__my-action{
        width:40px;
        height:40px;
        padding:0;
        margin-left:.25rem;
        margin-right:.25rem
    }
    .property-card__my-action .icon-xs{
        width:20px;
        height:20px;
        margin:0
    }
}
@media(max-width:766.98px){
    .property-card__my-action{
        width:26px;
        height:26px;
        padding:0;
        margin-left:.25rem;
        margin-right:.25rem
    }
    .property-card__my-action .icon-xs{
        width:14px;
        height:14px;
        margin:4px
    }
}
.property-card__image{
    float:right;
    margin-left:1.5rem;
    border-radius:8px;
    overflow:hidden;
    height:100px;
    width:135px
}
.property-card__description{
    opacity:.5;
    line-height:1.5rem;
    font-size:.875rem;
    font-family:droid arabic kufi,sans-serif
}
@media(max-width:767px){
    .property-card__description{
        max-height:45px;
        overflow:hidden
    }
}
@media(max-width:1024px){
    .property-card__description{
        max-height:60px;
        overflow:hidden
    }
}
.property-card.property-card--featured{
    border-color:#de667a;
    background:#fbeaeb
}
.property-card.property-card--featured .btn-red-lightest{
    background-color:#ffb5b5b3
}
.property-card.property-card--featured .btn-yellow-lightest{
    background-color:#efdc938f
}
.property-card.property-card--featured .btn-orange-lightest{
    background-color:#ffc19973
}
.property-card.property-card--featured .property-card__image-box{
    position:relative
}
.property-card.property-card--featured .property-card__image-box:after{
    content:"مميز";
    position:absolute;
    right:-11px;
    top:-4.5px;
    background:#e54b66;
    border-radius:2px 2px 0 2px;
    padding:.2rem .6rem;
    color:#fff;
    font-size:.875rem
}
.property-card.property-card--featured .property-card__image-box:before{
    content:"";
    position:absolute;
    right:-11px;
    top:13px;
    border-top:11px solid transparent;
    border-bottom:11px solid transparent;
    border-left:11px solid #ce3552;
    font-size:.875rem
}
.property-card__title{
    font-size:16px;
    margin-bottom:1.5rem;
    margin-bottom:5px;
    margin-top:5px;
    display:block
}
.property-card__body{
    padding:15px
}
.property-card__image{
    border-radius:6px;
    width:110px;
    height:110px
}
.property-card__description{
    font-size:14px
}
.property-card__features{
    margin-bottom:.5rem
}
.property-card__features-price{
    font-size:16px;
    margin-top:2px
}
.property-card__features-view{
    font-size:16px;
    color:#7e7f81
}
.property-card__features-view img{
    width:14px;
    margin-left:2px
}
.property-card__features-time{
    font-size:16px;
    color:#7e7f81
}
.property-card__features-time img{
    width:14px;
    margin-left:2px;
    margin-top:2px
}
.property-card.property-card--featured .property-card__image-box{
    position:relative
}
.property-card.property-card--featured .property-card__image-box:after{
    border-radius:2px 2px 0 2px;
    padding:.5rem .6rem;
    font-size:18px
}
.property-card.property-card--featured .property-card__image-box:before{
    top:18px
}
@media(max-width:1023.98px){
    .property-card{
        margin-bottom:21px
    }
    .property-card--user{
        min-height:160px;
        max-height:175px
    }
    .property-card__body{
        padding:10px
    }
    .property-card__title{
        font-size:16px;
        margin-top:5px;
        margin-bottom:5px
    }
    .property-card__description{
        font-size:14px
    }
    .property-card__features{
        margin-bottom:5px;
        margin-top:5px
    }
    .property-card__features-price{
        font-size:14px
    }
    .property-card__features-time,.property-card__features-view{
        font-size:14px
    }
    .property-card__image{
        width:120px;
        height:100px;
        border-radius:8px
    }
}
@media(max-width:1023.98px) and (min-width:767px) and (max-width:1023.98px){
    .property-card__my-actions{
        bottom:21px
    }
}
@media(max-width:1023.98px){
    .property-card--user .card-body,.property-card--user .property-card__body{
        padding-bottom:5rem
    }
    .property-card.property-card--featured .property-card__image-box{
        position:relative
    }
    .property-card.property-card--featured .property-card__image-box:after{
        border-radius:4px 4px 0 4px;
        padding:.5rem .8rem;
        font-size:18px
    }
    .property-card.property-card--featured .property-card__image-box:before{
        top:21px
    }
}
@media(max-width:766.98px){
    .property-card{
        margin-bottom:15px
    }
    .property-card__body{
        padding:0;
        padding-bottom:10px
    }
    .property-card__features-time{
        margin-left:1rem;
        font-size:12px;
        white-space:nowrap
    }
    .property-card__features-view{
        margin-left:1rem;
        font-size:12px;
        white-space:nowrap
    }
    .property-card__features-price{
        margin-left:1rem;
        font-size:12px
    }
    .property-card__title{
        font-size:.875rem;
        display:block
    }
    .property-card__description{
        clear:both;
        font-size:12px;
        line-height:1.2rem
    }
    .property-card__image{
        width:60px;
        height:50px;
        margin-bottom:5px
    }
    .property-card__features-time img,.property-card__features-view img{
        margin-left:2px;
        width:12px
    }
    .property-card .card-body,.property-card .property-card__body{
        padding-top:9px;
        padding-right:10px;
        padding-left:10px;
        padding-bottom:13px
    }
    .property-card--user .card-body,.property-card--user .property-card__body{
        padding-bottom:4.5rem
    }
    .property-card.property-card--featured .property-card__image-box{
        position:relative
    }
    .property-card.property-card--featured .property-card__image-box:after{
        border-radius:2px 2px 0 2px;
        padding:4px 7px 7px;
        font-size:12px;
        right:-8px;
        top:-4.5px
    }
    .property-card.property-card--featured .property-card__image-box:before{
        top:10px;
        right:-8px;
        border-top:9px solid transparent;
        border-bottom:9px solid transparent;
        border-left:8px solid #ce3552
    }
    .property-card__my-actions{
        position:absolute;
        bottom:1rem;
        left:0;
        right:0;
        margin:auto;
        text-align:center;
        z-index:1
    }
}
@media(max-width:450px){
    .property-card{
        margin-bottom:16px
    }
    .property-card__image{
        margin-left:11px;
        border-radius:6px
    }
    .property-card__features-time img{
        max-width:14px
    }
    .property-card__features-view img{
        max-height:11px
    }
}
.property-card--archive{
    border-color:#c5c5c5;
    background:#f2f2f2
}
.highlited-element{
    box-shadow:rgba(17,17,26,.1) 0 4px 16px,rgba(17,17,26,.1) 0 8px 24px,rgba(17,17,26,.1) 0 16px 56px!important
}
.type-radio-toggle{
    overflow:hidden;
    align-items:center;
    position:absolute;
    left:5px;
    top:0;
    overflow:hidden;
    align-items:center
}
.type-radio-toggle__item{
    height:calc(1em + 2rem + 2px);
    margin-left:.25rem
}
@media(max-width:1023px){
    [type=radio]:checked+label{
        background-color: #061238;
        color: white;
    }
    .type-radio-toggle__item:nth-child(1){
        border:1px solid #d9d9d9;
        border-top-right-radius:51px;
        border-bottom-right-radius:51px;
        border-right:2px solid #d9d9d9;
        border-top:1px solid #d9d9d9;
        border-bottom:1px solid #d9d9d9;
        overflow: hidden;
    }
    .type-radio-toggle__item:nth-child(2){
        border-top:1px solid #d9d9d9;
        border-bottom:1px solid #d9d9d9;
        overflow: hidden;
    }
    .type-radio-toggle__item:nth-child(3){
        border:1px solid #d9d9d9;
        border-top-left-radius:51px;
        border-bottom-left-radius:51px;
        border-left:1px solid #d9d9d9;
        border-top:1px solid #d9d9d9;
        border-bottom:1px solid #d9d9d9;
        overflow: hidden;
    }
}
@media(max-width:1023.98px){
    .type-radio-toggle{
        width:100%;
        justify-content:center
    }
}
@media(max-width:1023.98px) and (max-width:1024px){
    .type-radio-toggle{
        border:none
    }
}
@media(max-width:1023.98px){
    .type-radio-toggle__item{
        padding:0;
        margin-left:0;
        width:50%;
        display:flex;
        justify-content:center
    }
    .type-radio-toggle__item input[type=radio]+label{
        padding:0;
        height:100%;
        width:100%;
        text-align:center;
        line-height:3
    }
    .type-radio-toggle__item input[type=radio]+label:after,.type-radio-toggle__item input[type=radio]+label:before{
        display:none
    }
    .type-radio-toggle__item.active{
        background:#061238;
        color:#fff;
        border:none!important
    }
    .type-radio-toggle__item .custom-control-label{
        margin-right:0
    }
}
@media(max-width:1199.98px){
    .type-radio-toggle{
        top:18px
    }
    .type-radio-toggle__item{
        height:5.125rem
    }
}
@media(max-width:1023.98px){
    .type-radio-toggle{
        align-items:initial;
        position:initial
    }
    .type-radio-toggle__item{
        height:80px
    }
}
@media(max-width:766.98px){
    .type-radio-toggle__item{
        height:3.125rem
    }
}
@media(min-width:767px) and (max-width:1023px){
    .type-radio-toggle__item input[type=radio]+label{
        line-height:5
    }
}
@media(min-width:1024px) and (max-width:1199px){
    .type-radio-toggle{
        left:0
    }
    .type-radio-toggle__item{
        margin-left:0
    }
    .type-radio-toggle__item .custom-control-label{
        margin-right:.7rem!important
    }
}
.dropdown-toggle{
    position:relative;
    padding-left:1.5rem!important
}
.dropdown-toggle::after{
    content:url(../../../assets/new/img/icon/arrow-down.svg);
    border:none;
    margin-right:5px;
    position:absolute;
    left:.2rem;
    top:8px;
    bottom:0;
    margin:auto;
    width:12px;
    height:26px
}
.dropdown-toggle--right{
    padding-right:1.5rem!important;
    padding-left:.5rem!important
}
.dropdown-toggle--right::after{
    left:initial;
    right:0
}
.city-banner{
    position:relative
}
.city-banner__front{
    width:100%;
    min-height:50vw;
    background-size:cover;
    position:relative;
    z-index:3
}
@media(min-width:1800px){
    .city-banner__front{
        min-height:40vw!important
    }
}
.city-banner__back{
    top:0;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:bottom;
    position:absolute;
    width:100%;
    height:100%;
    z-index:1
}
@media(max-width:1500px){
    .city-banner__back{
        background-size:contain
    }
}
@media only screen and (min-width:1900px){
    .city-banner__back{
        top:-1vw!important
    }
}
@media only screen and (min-width:1500px) and (max-width:1900px){
    .city-banner__back{
        top:-2vw!important
    }
}
@media only screen and (min-width:1200px) and (max-width:1500px){
    .city-banner__back{
        top:0vw!important;
        transform:scaleX(.85)
    }
}
@media only screen and (min-width:1024px) and (max-width:1200px){
    .city-banner__back{
        top:-5vw!important
    }
}
@media(max-width:1023.98px){
    .city-banner__front{
        min-height:300px;
        background-repeat:no-repeat;
        background-position:bottom;
        background-size:cover;
        opacity:1
    }
    .city-banner__back{
        opacity:.1;
        -webkit-transform:scaleX(-1);
        transform:scaleX(-1)
    }
}
@media(max-width:1023.98px){
    .city-banner__front{
        background-size:contain;
        height:100vw;
        margin-top:-49vw;
        opacity:1
    }
    .city-banner__back{
        opacity:.1;
        -webkit-transform:scaleX(-1) rotateY(-180deg);
        transform:scaleX(-1) rotateY(-180deg);
        top:10vw
    }
}
@media(max-width:450px){
    .city-banner__front{
        margin-top:-35vw
    }
}
@media(max-width:320px){
    .city-banner__front{
        margin-top:-60vw
    }
}
@media(max-width:1023.98px){
    .city-banner--bh .city-banner__front{
        background-image:url(../../../assets/new/img/city/bh.svg);
        background-size:115% auto
    }
}
.city-banner--bh .city-banner__back{
    background-image:url(../../../assets/new/img/city/bh.svg)
}
@media(max-width:1023.98px){
    .city-banner--bh .city-banner__back{
        background-size:200%
    }
}
@media(max-width:1023.98px){
    .city-banner--sa .city-banner__front{
        background-image:url(../../../assets/new/img/city/sa.svg);
        background-size:115% auto
    }
}
.city-banner--sa .city-banner__back{
    background-image:url(../../../assets/new/img/city/sa.svg)
}
@media(max-width:1023.98px){
    .city-banner--sa .city-banner__back{
        background-size:200%
    }
}
@media(max-width:1023.98px){
    .city-banner--om .city-banner__front{
        background-image:url(../../../assets/new/img/city/om.svg);
        background-size:115% auto
    }
}
.city-banner--om .city-banner__back{
    background-image:url(../../../assets/new/img/city/om.svg)
}
@media(max-width:1023.98px){
    .city-banner--om .city-banner__back{
        background-size:200%
    }
}
@media(max-width:1023.98px){
    .city-banner--qa .city-banner__front{
        background-image:url(../../../assets/new/img/city/qa.svg);
        background-size:115% auto
    }
}
.city-banner--qa .city-banner__back{
    background-image:url(../../../assets/new/img/city/qa.svg)
}
@media(max-width:1023.98px){
    .city-banner--qa .city-banner__back{
        background-size:200%
    }
}
@media(max-width:1023.98px){
    .city-banner--ae .city-banner__front{
        background-image:url(../../../assets/new/img/city/ae.svg);
        background-size:115% auto
    }
}
.city-banner--ae .city-banner__back{
    background-image:url(../../../assets/new/img/city/ae.svg)
}
@media(max-width:1023.98px){
    .city-banner--ae .city-banner__back{
        background-size:200%
    }
}
@media(max-width:1023.98px){
    .city-banner--kw .city-banner__front,.city-banner--dev .city-banner__front{
        background-image:url(../../../assets/new/img/city/kw.png);
        background-size:115% auto
    }
}
.city-banner--kw .city-banner__back,.city-banner--dev .city-banner__back{
    background-image:url(../../../assets/new/img/city/kw.png)
}
@media(max-width:1023.98px){
    .city-banner--kw .city-banner__back,.city-banner--dev .city-banner__back{
        background-size:200%
    }
}
.sidemenu__header{
    background:#fff;
    position:fixed;
    z-index:99999;
    width:320px;
    border-bottom:1px solid #6b7788;
    margin-bottom:1rem;
    transform:translateX(320px);
    -webkit-transition:transform 500ms ease-in-out;
    -moz-transition:transform 500ms ease-in-out;
    transition:transform 500ms ease-in-out;
    top:0
}
.sidemenu__body{
    padding-top:100px;
    background:#fff;
    position:fixed;
    right:0;
    top:0;
    bottom:0;
    z-index:1100;
    overflow-y:hidden;
    width:320px;
    transform:translateX(320px);
    -webkit-transition:transform 500ms ease-in-out;
    -moz-transition:transform 500ms ease-in-out;
    transition:transform 500ms ease-in-out
}
.sidemenu__body::-webkit-scrollbar{
    display:none
}
.sidemenu.active{
    width:320px;
    z-index:1100;
    position:relative
}
.sidemenu.active .sidemenu__body{
    transform:translateX(0)
}
.sidemenu.active .sidemenu__header{
    transform:translateX(0)
}
.sidemenu.active .sidemenu__backdrop{
    visibility:visible;
    opacity:.6
}
.sidemenu__close-icon{
    position:absolute;
    left:.5rem;
    top:1rem;
    padding:10px
}
.sidemenu__menu{
    flex:1;
    padding-right:0;
    padding-left:1rem;
    padding-bottom:90px;
    overflow:auto;
    border-radius:0
}
.sidemenu__menu-item{
    border:none;
    border-radius:24px 0 0 24px!important;
    color:#242424
}
.sidemenu__menu-item--featured{
    color:#FC5770
}
.sidemenu__menu-item--featured .sidemenu__menu-item-icon{
    filter:invert(54%) sepia(20%) saturate(1655%) hue-rotate(319deg) brightness(125%) contrast(107%)
}
.sidemenu__menu-item.dropdown-toggle{
    padding-left:3rem!important
}
.sidemenu__menu-item.dropdown-toggle::after{
    left:1rem
}
.sidemenu__menu-item:hover,.sidemenu__menu-item--active{
    background:#e8f0f7;
    text-decoration:none;
    color:#061238
}
.sidemenu__menu-item:hover .sidemenu__menu-item-icon,.sidemenu__menu-item--active .sidemenu__menu-item-icon{
    filter:invert(50%) sepia(71%) saturate(315%) hue-rotate(169deg) brightness(100%) contrast(82%)
}
.sidemenu__menu-item:first-child,.sidemenu__menu-item:last-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.sidemenu__menu-item-icon{
    height:30px;
    width:30px;
    margin-left:1rem
}
.sidemenu__backdrop{
    visibility:hidden;
    opacity:0;
    transition:visibility 0s,opacity .5s linear;
    background:#242424;
    opacity:.7;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1090
}
.sidemenu .navbar-brand{
    margin:0;
    padding-left:4.5rem
}
.sidemenu .navbar-brand img{
    padding:1rem 1rem 1.5rem
}
@media(max-width:575.98px){
    .sidemenu.active .sidemenu__container{
        transform:initial;
        width:100%
    }
    .sidemenu.active .sidemenu__container .sidemenu__header,.sidemenu.active .sidemenu__container .sidemenu__body{
        width:85%
    }
}
.sidemenu-footer-social{
    background-color:#eff3f7!important
}
.footer-icons{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    padding-bottom:15px;
    padding-top:15px
}
.breadcrumb{
    margin:0;
    padding:.75rem .5rem
}
@media(max-width:766.98px){
    .breadcrumb{
        padding-top:9px;
        padding-bottom:9px
    }
}
@media(max-width:767px){
    .breadcrumb{
        padding-right:0;
        padding-left:0
    }
}
.breadcrumb .breadcrumb-item{
    align-items:center
}
.breadcrumb .breadcrumb-item a{
    color:#495057;
    height:fit-content;
    font-size:14px;
    margin-top:1px
}
@media(max-width:1024px){
    .breadcrumb .breadcrumb-item a{
        line-height:1.5
    }
}
@media(max-width:767px){
    .breadcrumb .breadcrumb-item a{
        font-size:12px
    }
}
.breadcrumb .breadcrumb-item+.breadcrumb-item{
    padding:0;
    font-size:.875rem;
    color:#495057
}
.breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    transform:rotate(90deg);
    margin-left:1rem;
    margin-right:1rem;
    margin-top:auto;
    margin-bottom:auto;
    top:0;
    bottom:0;
    padding:0;
    height:16px
}
@media(max-width:991px){
    .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
        margin-left:.5rem;
        margin-right:.5rem;
        zoom:.75
    }
}
@media(min-width:576px){
    .breadcrumb{
        padding-top:1.5rem;
        padding-bottom:1.5rem
    }
    .breadcrumb .breadcrumb-item{
        align-items:center
    }
    .breadcrumb .breadcrumb-item a{
        margin-top:0;
        color:#495057;
        height:fit-content
    }
}
@media(min-width:1024px){
    .breadcrumb{
        padding-top:1rem;
        padding-bottom:1rem
    }
}
.floating-label .form-group{
    position:relative
}
.floating-label .form-control-placeholder{
    top:0;
    bottom:0;
    right:2rem;
    height:fit-content;
    margin:auto;
    margin-right:-.5rem;
    padding-right:.5rem;
    padding-left:.5rem;
    transition:all 200ms;
    color:#7e7f81;
    position:absolute;
    pointer-events:none
}
.floating-label .form-control.toggle-label:disabled.form-control.toggle-label:required{
    color:#424242!important;
    -webkit-text-fill-color:#424242
}
.floating-label .form-control.custom+.form-control-placeholder,.floating-label .searchable-select-custom .form-control+.form-control-placeholder{
    font-size:1rem;
    color:#8996a7
}
.floating-label .form-control:disabled.form-control:required+.form-control-placeholder{
    font-size:1rem;
    transform:unset;
    color:#8996a7
}
.floating-label .form-control.toggle-label:disabled.form-control.toggle-label:required+.form-control-placeholder{
    color:#495057;
    transform:translate3d(0.5rem,-230%,0);
    background:#fff;
    font-size:75%
}
@media(min-width:767px) and (max-width:1023.98px){
    .floating-label .form-control.toggle-label:disabled.form-control.toggle-label:required+.form-control-placeholder{
        transform:translate3d(.5rem,-40px,0)
    }
}
@media(min-width:1024px){
    .floating-label .form-control.toggle-label:disabled.form-control.toggle-label:required+.form-control-placeholder{
        transform:translate3d(.5rem,-270%,0)
    }
}
.floating-label .form-group.has-error .form-control-placeholder{
    top:-1.5rem
}
.floating-label.reset-password .form-group.has-error .form-control-placeholder{
    top:-1.8rem!important
}
.floating-label textarea+.form-control-placeholder{
    top:1rem;
    bottom:initial;
    pointer-events:none
}
.floating-label .form-control:focus{
    outline:none;
    box-shadow:none;
    border-color:#061238;
    border-width:2px;
    color:#424242
}
.floating-label .form-control:focus+.form-control-placeholder,.floating-label .form-control:disabled+.form-control-placeholder,.floating-label .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-control:valid+.form-control-placeholder{
    font-size:75%;
    transform:translate3d(0.5rem,-230%,0);
    background-color:#fff;
    color:#061238;
    top:0
}
@media(min-width:767px) and (max-width:1023.98px){
    .floating-label .form-control:focus+.form-control-placeholder,.floating-label .form-control:disabled+.form-control-placeholder,.floating-label .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-control:valid+.form-control-placeholder{
        transform:translate3d(.5rem,-40px,0)
    }
}
@media(min-width:1024px){
    .floating-label .form-control:focus+.form-control-placeholder,.floating-label .form-control:disabled+.form-control-placeholder,.floating-label .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-control:valid+.form-control-placeholder{
        transform:translate3d(.5rem,-270%,0)
    }
}
@media(max-width:1023.98px){
    .floating-label .form-control:disabled+.form-control-placeholder{
        top:0
    }
}
.floating-label .form-control.disabled+.form-control-placeholder,.floating-label .form-control.disabled:focus+.form-control-placeholder,.floating-label .form-control.disabled:valid+.form-control-placeholder,.floating-label .form-control.disabled:not(:empty)+.form-control-placeholder{
    color:#495057
}
.floating-label .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-control:not(:focus)+.form-control-placeholder{
    color:#8996a7
}
.floating-label .form-control:valid+.form-control-placeholder{
    color:#495057
}
.floating-label .form-group.has-error .form-control:focus+.form-control-placeholder,.floating-label .form-group.has-error .form-control:disabled+.form-control-placeholder,.floating-label .form-group.has-error .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-group.has-error .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-group.has-error .form-control:valid+.form-control-placeholder{
    font-size:75%;
    transform:translate3d(0.5rem,-40px,0);
    background-color:#fff;
    color:#061238
}
@media(min-width:767px) and (max-width:1023.98px){
    .floating-label .form-group.has-error .form-control:focus+.form-control-placeholder,.floating-label .form-group.has-error .form-control:disabled+.form-control-placeholder,.floating-label .form-group.has-error .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-group.has-error .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-group.has-error .form-control:valid+.form-control-placeholder{
        transform:translate3d(0.5rem,-53px,0)
    }
}
@media(min-width:1024px){
    .floating-label .form-group.has-error .form-control:focus+.form-control-placeholder,.floating-label .form-group.has-error .form-control:disabled+.form-control-placeholder,.floating-label .form-group.has-error .form-control:not(:empty)+.form-control-placeholder,.floating-label .form-group.has-error .form-control:-webkit-autofill+.form-control-placeholder,.floating-label .form-group.has-error .form-control:valid+.form-control-placeholder{
        transform:translate3d(.5rem,-44px,0)
    }
}
.floating-label textarea.form-control:focus+.form-control-placeholder,.floating-label textarea.form-control:disabled+.form-control-placeholder,.floating-label textarea.form-control:not(:empty)+.form-control-placeholder,.floating-label textarea.form-control:-webkit-autofill+.form-control-placeholder,.floating-label textarea.form-control:valid+.form-control-placeholder{
    transform:translate3d(.5rem,-6px,0)
}
.floating-label .form-control:disabled+.form-control-placeholder{
    background:0 0;
    color:#6b7788;
    transform:translate3d(.5rem,-270%,0)
}
@media(min-width:767px) and (max-width:1023.98px){
    .floating-label .form-control:disabled+.form-control-placeholder{
        transform:translate3d(.5rem,-339%,0)
    }
}
@media(max-width:767px){
    .floating-label .form-control:disabled+.form-control-placeholder{
        transform:translate3d(.5rem,-219%,0)
    }
}
.floating-label .form-control:disabled+.form-control-placeholder:after{
    content:"";
    background:#fff;
    width:100%;
    height:10px;
    top:-1px;
    z-index:-1;
    left:0;
    margin:auto;
    position:absolute
}
.nav-pills{
    overflow:hidden;
    border:2px solid #d9d9d9;
    border-radius:51px;
    width:100%;
    padding:0
}
@media(max-width:766.98px){
    .nav-pills{
        border:1px solid #d9d9d9
    }
}
.nav-pills .nav-item{
    flex:1;
    margin-bottom:0
}
.nav-pills .nav-link{
    margin-left:1rem;
    padding:1rem 2rem;
    margin-left:0;
    display:flex;
    justify-content:center
}
.nav-pills .nav-link input[type=radio]+label{
    padding:0
}
.nav-pills .nav-link input[type=radio]+label:after,.nav-pills .nav-link input[type=radio]+label:before{
    display:none
}
.nav-pills .nav-link.active{
    background:#061238;
    color:#fff;
    border-radius:51px
}
.nav-pills-r-sm{
    border-radius:8px
}
.nav-pills-r-sm .nav-link.active{
    border-radius:7px
}
.nav-pills .nav-link{
    height:60px
}
.nav-pills .nav-link.auth{
    height:55px
}
@media(min-width:767px) and (max-width:1023.98px){
    .nav-pills{
        border-radius:51px!important
    }
    .nav-pills .nav-link{
        height:80px;
        border-radius:51px!important
    }
}
@media(max-width:766.98px){
    .nav-pills .nav-link{
        height:50px
    }
    .nav-pills .nav-link.auth{
        height:50px
    }
}
.dropzpone-wrapper,textarea.form-control{
    border:2px solid #d9d9d9;
    border-radius:8px
}
@media(max-width:1023.98px){
    .dropzpone-wrapper,textarea.form-control{
        border:1px solid #d9d9d9
    }
}
.file-drop{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    padding:3rem;
    flex-wrap:wrap;
    cursor:pointer;
    border-radius:8px
}
@media(max-width:1023.98px){
    .file-drop{
        border-radius:6px
    }
}
@media(max-width:766.98px){
    .file-drop{
        border-radius:8px
    }
}
.file-drop__icon{
    margin-bottom:1rem
}
.file-drop__title{
    margin-bottom:.25rem
}
.file-drop__description{
    margin:0
}
@media(min-width:1024px){
    .file-drop{
        border-radius:8px
    }
}
.file-dropped{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:flex-start
}
.file-dropped__item{
    text-align:center;
    position:relative;
    padding:.5rem
}
.file-dropped__item-file-name{
    margin-top:.25rem;
    color:#495057
}
.file-dropped__item-delete{
    color:#dc3545;
    font-size:.875rem
}
.file-dropped__item-delete:hover{
    color:#dc3545
}
.file-dropped__item-img{
    width:90px;
    border-radius:8px;
    height:90px;
    border:1px solid #ddd
}
.file-dropped .remove-button{
    cursor:pointer
}
.pill-select,.react-select.pill-select .wrapper{
    background:0 0;
    padding:0;
    border:2px solid #d9d9d9
}
@media(max-width:767px){
    .pill-select,.react-select.pill-select .wrapper{
        border:1px solid #d9d9d9
    }
}
.pill-select .custom-select,.react-select.pill-select .wrapper .custom-select,.pill-select .pill-select,.react-select.pill-select .wrapper .pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .input{
    background-color:transparent
}
.pill-select.has-items,.react-select.pill-select .has-items.wrapper{
    height:100%;
    border-radius:24px
}
.pill-select select,.react-select.pill-select .wrapper select{
    border:none
}
.pill-select__pills{
    padding:0 1.5rem .5rem;
    display:flex;
    flex-wrap:wrap
}
.pill-select__pills .pill-select__pill{
    padding-top:8px;
    padding-bottom:8px
}
.pill-select__pills .pill-select__nav{
    padding-top:8px;
    padding-bottom:8px
}
@media(max-width:1023.98px){
    .pill-select__pills{
        padding-right:30px;
        padding-left:15px
    }
    .pill-select__pills .pill-select__pill{
        border-radius:8px
    }
    .pill-select__pills .pill-select__nav{
        border-radius:8px
    }
}
@media(max-width:766.98px){
    .pill-select__pills .pill-select__pill{
        padding-top:10px;
        padding-bottom:10px;
        border-radius:8px
    }
    .pill-select__pills .pill-select__nav{
        padding-top:6px;
        padding-bottom:6px;
        border-radius:5px
    }
    .pill-select__pills .pill-select__nav:after{
        top:6px
    }
}
.pill-select__pill{
    background:#061238;
    color:#fff;
    display:inline-block;
    padding:1rem 1.5rem 1rem 1rem;
    border-radius:8px;
    margin:.25rem;
    position:relative;
    font-size:.875rem
}
.pill-select__pill:before{
    content:"x";
    color:#fff;
    position:absolute;
    right:8px;
    top:8px;
    cursor:pointer
}
.pill-select__nav{
    background:#e8f0f7;
    color:#061238;
    display:inline-block;
    padding:1rem 1.5rem 1rem 1rem;
    border-radius:5px;
    margin:.25rem;
    position:relative;
    font-size:.875rem;
    padding-right:10px;
    padding-left:20px;
    border:2px solid #0612388c
}
.pill-select__nav:after{
    content:"x";
    color:#061238;
    position:absolute;
    top:8px;
    padding-right:3px;
    cursor:pointer
}
.nav-pills--boxed .nav-item .nav-link:first-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.nav-pills--boxed .nav-item .nav-link:last-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.nav-pills--boxed .nav-item .nav-link .active{
    background-color:#a8c5e1
}
@media(min-width:576px){
    .nav-pills--boxed .nav-item .nav-link{
        height:75px
    }
}
@media(min-width:767px){
    .nav-pills--boxed .nav-item .nav-link{
        height:58px
    }
}
.react-select--bubble.selected{
    height:100%!important
}
.react-select--bubble.selected .wrapper{
    height:100%!important;
    display:inline-block!important
}
@media(max-width:1023.98px){
    .react-select--bubble.selected .wrapper{
        border-radius:8px!important
    }
}
.react-select.pill-select,.react-select.pill-select .react-select.wrapper{
    border:none;
    height:100%;
    background:#fafbfb
}
.react-select.pill-select.type-select,.react-select.pill-select .react-select.type-select.wrapper{
    height:unset
}
.react-select.pill-select .wrapper{
    display:flex;
    align-items:center
}
.react-select.pill-select .wrapper.focus{
    border:2px solid #061238
}
.react-select.pill-select .wrapper .field{
    width:100%;
    padding-bottom:1px
}
@media(min-width:1024px){
    .react-select.pill-select .wrapper .field{
        padding-top:2px;
        padding-bottom:1px
    }
}
.react-select.pill-select .input{
    width:100%;
    height:100%;
    border:none;
    color:#424242;
    line-height:normal
}
.react-select.pill-select .input:focus{
    outline:none;
    box-shadow:none
}
.react-select.pill-select .input:disabled,.react-select.pill-select .input:-webkit-autofill{
    color:#424242!important;
    -webkit-text-fill-color:#424242;
    background-color:transparent!important;
    -webkit-appearance:none;
    opacity:1
}
.react-select.pill-select .input::placeholder{
    color:#6c757d!important;
    -webkit-text-fill-color:#6c757d
}
.pill-select.open .wrapper,.react-select.pill-select .open.wrapper .wrapper{
    display:inline-block
}
@media(min-width:767px) and (max-width:1023.98px){
    .pill-select.open .wrapper,.react-select.pill-select .open.wrapper .wrapper{
        display:flex
    }
}
.pill-select.open .options,.react-select.pill-select .open.wrapper .options{
    position:absolute;
    width:100%;
    margin-top:10px;
    background:#fff;
    box-shadow:0 3px 6px rgba(0,0,0,.12);
    border-radius:8px;
    z-index:4
}
.pill-select.open .options ul,.react-select.pill-select .open.wrapper .options ul{
    padding:.5rem;
    margin-bottom:0
}
.pill-select.open .options ul li,.react-select.pill-select .open.wrapper .options ul li{
    padding-right:.5rem;
    margin-bottom:0;
    line-height:1;
    padding-top:0
}
.pill-select.open .options ul li.selected,.react-select.pill-select .open.wrapper .options ul li.selected{
    background-color:#cad0d7;
    border-radius:8px;
    color:#242424;
    padding:3px 10px!important;
    height:26px!important;
    line-height:18px
}
@media(max-width:991px){
    .pill-select.open .options ul li.selected,.react-select.pill-select .open.wrapper .options ul li.selected{
        font-size:14px;
        padding:0 10px!important;
        height:28px!important
    }
}
.pill-select.open .options ul li.type div,.react-select.pill-select .open.wrapper .options ul li.type div{
    font-weight:600;
    opacity:.9
}
.pill-select.open .options ul li .city,.react-select.pill-select .open.wrapper .options ul li .city,.pill-select.open .options ul li .count,.react-select.pill-select .open.wrapper .options ul li .count{
    color:#061238;
    font-size:15px;
    padding-left:5px;
    opacity:.9;
    font-weight:600;
    word-break:break-word
}
@media(max-width:1024px){
    .pill-select.open .options ul li .city,.react-select.pill-select .open.wrapper .options ul li .city,.pill-select.open .options ul li .count,.react-select.pill-select .open.wrapper .options ul li .count{
        font-size:14px
    }
}
.pill-select.open .options ul li .city,.react-select.pill-select .open.wrapper .options ul li .city{
    padding-left:0
}
@media(max-width:425px){
    .pill-select.open .options ul li .city,.react-select.pill-select .open.wrapper .options ul li .city{
        padding-top:5px;
        padding-bottom:5px
    }
}
.pill-select.open .options ul li .count,.react-select.pill-select .open.wrapper .options ul li .count{
    padding-top:2px
}
.pill-select.open .options ul li .state,.react-select.pill-select .open.wrapper .options ul li .state{
    font-size:12px;
    padding-top:2px;
    color:#495057
}
@media(max-width:1024px){
    .pill-select.open .options ul li .state,.react-select.pill-select .open.wrapper .options ul li .state{
        font-size:12px
    }
}
.pill-select.open .options ul li.group.all,.react-select.pill-select .open.wrapper .options ul li.group.all{
    background-color:#cad0d7;
    border-radius:8px;
    padding-right:.5rem;
    color:#495057
}
.pill-select.open .options ul li.group.all .react-ripples,.react-select.pill-select .open.wrapper .options ul li.group.all .react-ripples{
    font-size:14px;
    color:#242424;
    font-weight:600;
    opacity:.9;
    overflow:visible!important
}
.pill-select.open .options ul li.group.no_result .react-ripples,.react-select.pill-select .open.wrapper .options ul li.group.no_result .react-ripples{
    font-size:14px;
    color:red;
    pointer-events:none
}
.pill-select.open .options ul li.group,.react-select.pill-select .open.wrapper .options ul li.group{
    background:0 0;
    color:#495057
}
.pill-select.open .options ul li.group div,.react-select.pill-select .open.wrapper .options ul li.group div{
    font-size:18px
}
@media(max-width:1024px){
    .pill-select.open .options ul li.group div,.react-select.pill-select .open.wrapper .options ul li.group div{
        font-size:16px
    }
}
.sticky-icon,.sticky-icon-ios,.sticky-icon-back,.sticky-icon-search,.sticky-icon-add{
    display:none;
    background:#061238;
    width:56px;
    height:56px;
    border-radius:51px;
    position:relative;
    z-index:500
}
.sticky-icon__icon,.sticky-icon-ios__icon,.sticky-icon-back__icon,.sticky-icon-search__icon,.sticky-icon-add__icon{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:20px;
    height:20px
}
@media(max-width:1023.98px){
    .sticky-icon,.sticky-icon-ios,.sticky-icon-back,.sticky-icon-search,.sticky-icon-add{
        display:block;
        position:fixed;
        right:1rem;
        bottom:1rem
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    .sticky-icon,.sticky-icon-ios,.sticky-icon-back,.sticky-icon-search,.sticky-icon-add{
        width:90px;
        height:90px
    }
}
.card-office,.card-subscribe{
    height:100%
}
.card-office .card-body,.card-subscribe .card-body,.card-office .property-card__body,.card-subscribe .property-card__body{
    display:flex;
    flex-direction:column;
    padding:10px
}
.card-office__image,.card-subscribe__image{
    width:100%;
    border-radius:8px;
    object-fit:fill
}
.card-office__title,.card-subscribe__title{
    color:#242424;
    margin-top:1rem;
    margin-bottom:1rem;
    font-size:15px;
    font-weight:700;
    text-align:center;
    display:block;
    opacity:.9
}
.card-office__title a,.card-subscribe__title a{
    color:#242424
}
.card-office__contact{
    margin-top:.5rem;
    margin-bottom:.5rem;
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
@media(min-width:1024px){
    .card-office .card-body,.card-subscribe .card-body,.card-office .property-card__body,.card-subscribe .property-card__body{
        display:block
    }
    .card-office__image,.card-subscribe__image{
        float:none;
        width:100%;
        height:120px
    }
    .card-office__title,.card-subscribe__title{
        margin-top:10px;
        margin-bottom:10px;
        height:32px
    }
    .card-office__contact{
        margin-bottom:0
    }
    .card-office__contact a{
        background-color:#e8f0f7;
        width:30px;
        height:30px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:51px
    }
    .card-office__contact img{
        height:12px
    }
    .card-office__call-btn{
        display:flex;
        justify-content:center
    }
    .card-office .btn,.card-subscribe .btn{
        padding-left:.5rem;
        padding-right:.5rem;
        padding-top:.5rem;
        padding-bottom:.5rem;
        font-size:14px;
        border-radius:4px
    }
    .card-office .btn img,.card-subscribe .btn img{
        width:14px
    }
}
@media(max-width:1023.98px){
    .card-office .card-body,.card-subscribe .card-body,.card-office .property-card__body,.card-subscribe .property-card__body{
        display:block;
        padding:10px
    }
    .card-office__image,.card-subscribe__image{
        float:right;
        width:136px;
        height:136px
    }
    .card-office__title,.card-subscribe__title{
        margin-top:10px;
        margin-bottom:10px
    }
    .card-office__contact{
        margin-bottom:0
    }
    .card-office__contact a{
        background-color:#e8f0f7;
        width:30px;
        height:30px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:51px
    }
    .card-office__contact img{
        height:12px
    }
    .card-office__call-btn{
        display:flex;
        justify-content:center
    }
    .card-office .btn,.card-subscribe .btn{
        padding-left:1rem;
        padding-right:1rem;
        padding-top:.5rem;
        padding-bottom:.5rem;
        font-size:1rem
    }
    .card-office .btn img,.card-subscribe .btn img{
        width:15px
    }
}
@media(max-width:766.98px){
    .card-office .card-body,.card-subscribe .card-body,.card-office .property-card__body,.card-subscribe .property-card__body{
        display:block
    }
    .card-office__image,.card-subscribe__image{
        float:right;
        width:130px;
        height:130px
    }
    .card-office__title,.card-subscribe__title{
        margin-top:.25rem;
        margin-bottom:.5rem
    }
    .card-office__contact{
        margin-top:.5rem
    }
    .card-office .btn,.card-subscribe .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem
    }
    .card-office .btn img,.card-subscribe .btn img{
        width:15px
    }
}
@media(max-width:575.98px){
    .card-office .card-body,.card-subscribe .card-body,.card-office .property-card__body,.card-subscribe .property-card__body{
        padding:8px
    }
    .card-office__title,.card-subscribe__title{
        margin-top:10px;
        margin-bottom:10px;
        font-size:14px
    }
    .card-office__call-btn{
        display:flex;
        justify-content:center
    }
    .card-office__call-btn .btn{
        padding-top:8px;
        padding-bottom:8px;
        padding-left:10px;
        padding-right:10px;
        font-size:13px
    }
    .card-office__call-btn .btn img{
        width:15px
    }
    .card-office__contact{
        margin-bottom:0
    }
    .card-office__contact a{
        background-color:#e8f0f7;
        width:30px;
        height:30px;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:51px
    }
    .card-office__contact img{
        height:12px
    }
}
.card-buy{
    height:100%
}
.card-buy .card-body,.card-buy .property-card__body{
    display:flex;
    flex-direction:row;
    padding:10px
}
.card-buy__image-container{
    width:43%
}
.card-buy__content-container{
    width:57%;
    padding-left:15px;
    padding-right:15px
}
.card-buy__image{
    height:100%;
    width:fit-content;
    object-fit:fill
}
.card-buy__image-container{
    position:relative;
    border-radius:8px;
    overflow:hidden
}
.card-buy__image-container:before{
    content:"";
    background-color:#242424;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:.4
}
.card-buy__image-title{
    font-size:12px;
    padding:1.5rem;
    position:absolute;
    height:fit-content;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    color:#fff
}
.card-buy .btn{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
    padding-right:10px;
    font-size:13px
}
.card-buy__title{
    margin-top:14px;
    margin-bottom:10px;
    text-align:center
}
.card-buy__contact{
    margin-top:1.5rem;
    margin-bottom:1rem;
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
@media(min-width:576px){
    .card-buy__image{
        width:100%
    }
    .card-buy__image-title{
        font-size:18px
    }
    .card-buy .card-body,.card-buy .property-card__body{
        display:flex;
        flex-direction:row
    }
    .card-buy__contact{
        margin-top:.5rem
    }
    .card-buy .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:10px;
        padding-bottom:10px
    }
    .card-buy .btn img{
        width:20px
    }
}
@media(min-width:767px){
    .card-buy__title{
        font-size:24px;
        margin-bottom:22px
    }
    .card-buy .card-body,.card-buy .property-card__body{
        padding:20px
    }
    .card-buy__image-container{
        width:40%
    }
    .card-buy__content-container{
        width:70%;
        padding-left:50px;
        padding-right:50px
    }
    .card-buy__image{
        width:100%;
        height:inherit
    }
    .card-buy__image-title{
        font-size:18px
    }
    .card-buy .card-body,.card-buy .property-card__body{
        display:flex;
        flex-direction:row
    }
    .card-buy__contact{
        margin-top:.5rem
    }
    .card-buy .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:15px;
        padding-bottom:15px
    }
    .card-buy .btn img{
        width:20px
    }
}
@media(min-width:1024px){
    .card-buy__title{
        font-size:20px
    }
    .card-buy__image{
        width:100%
    }
    .card-buy__image-title{
        font-size:18px
    }
    .card-buy__image-container{
        width:100%;
        margin-bottom:25px
    }
    .card-buy__content-container{
        width:100%;
        padding:0
    }
    .card-buy .card-body,.card-buy .property-card__body{
        display:block
    }
    .card-buy__contact{
        margin-top:.5rem
    }
    .card-buy .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:18px;
        padding-bottom:18px
    }
    .card-buy .btn img{
        width:20px
    }
}
@media only screen and (min-width:375px) and (max-width:767px){
    .card-buy__image-container{
        width:43%;
        height:130px
    }
    .card-buy__image{
        width:100%;
        height:100%
    }
}
.tooltip>.tooltip-inner{
    background-color:#242424;
    color:#fff;
    padding:.5rem 1.5rem;
    border-radius:8px;
    position:relative
}
.tooltip>.tooltip-inner:after{
    content:"";
    position:absolute;
    top:-10px;
    right:1.5rem;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #242424
}
.postdetail-description{
    line-height:24px;
    text-align:center
}
@media(min-width:767px){
    .postdetail-description{
        padding-top:14px;
        line-height:35px
    }
}
@media(min-width:767px){
    .postdetail-description{
        padding-top:3px;
        line-height:29px;
        font-size:18px
    }
}
.postdetail-archived{
    color:red
}
.postdetail-contact-btn{
    margin-top:10px
}
.postdetail-contact-btn .btn{
    padding-top:10px;
    padding-bottom:10px
}
.postdetail-contact-btn .btn img{
    height:22px
}
@media(min-width:767px){
    .postdetail-contact-btn{
        margin-top:20px
    }
    .postdetail-contact-btn .btn{
        padding-top:10px;
        padding-bottom:10px
    }
    .postdetail-contact-btn .btn img{
        height:35px
    }
}
@media(min-width:767px){
    .postdetail-contact-btn{
        margin-top:83px
    }
}
.hero{
    padding:1rem 0
}
.hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
    border-radius:8px;
    height:50px
}
@media(max-width:1023.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        border-radius:51px
    }
}
@media(max-width:766.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        border-radius:24px
    }
    .hero input.form-control input,.hero .custom-select input,.hero .pill-select input,.hero .react-select.pill-select .wrapper input,.react-select.pill-select .hero .wrapper input,.hero .react-select.pill-select .input input,.react-select.pill-select .hero .input input{
        padding-top:18px
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        height:76px;
        font-size:1.25rem
    }
}
@media(min-width:1024px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        height:55px
    }
}
@media(min-width:1024px){
    .hero .btn{
        padding-top:18.5px;
        padding-bottom:18.5px
    }
}
.hero__title{
    display:none;
    margin-bottom:4.5rem
}
@media only screen and (min-width:1300px) and (max-width:1700px){
    .hero__title{
        margin-bottom:3.5rem
    }
}
@media(min-width:1024px){
    .hero{
        background:#061238;
        padding:89px 0 3rem
    }
    .hero__title{
        display:block
    }
}
@media only screen and (min-width:1300px) and (max-width:1500px){
    .hero{
        padding:70px 0 3rem
    }
}
@media(max-width:1023.98px){
    .hero{
        padding:36px 0
    }
    .hero .hero__search{
        border:none
    }
}
@media(max-width:766.98px){
    .hero{
        padding:2rem 0 1rem
    }
    .hero .card.hero__search.search-block,.hero .hero__search.search-block.property-card{
        background:0 0;
        padding-left:25px;
        padding-right:25px
    }
}
.hero .btn-primary{
    background-color:#608fbf;
    border-color:#608fbf
}
.hero .btn-primary.no-effect:hover,.hero .btn-primary.no-effect:active,.hero .btn-primary.no-effect:focus,.hero .btn-primary.no-effect:visited,.hero .btn-primary.no-effect:focus-within{
    background-color:#608fbf;
    border-color:#608fbf;
    cursor:auto
}
.hero .btn-primary:hover{
    background-color:#2d3448;
    border-color:#2d3448
}
.hero .hero__actions .btn{
    margin-left:5px;
    margin-right:5px
}
@media(max-width:1023.98px){
    .hero .hero__actions .btn{
        padding:10px 15px
    }
}
.hero.hero--postdetail{
    background-color:#83acd5!important;
    padding-bottom:19px
}
.hero.hero--postdetail h1{
    font-size:24px
}
.hero.hero--postdetail h2{
    font-size:18px;
    margin-bottom:18px
}
.hero.hero--postdetail .hero__actions{
    margin-top:11px
}
.hero.hero--postdetail .hero__actions .btn{
    padding:6px 7px
}
.hero.hero--postdetail .hero__actions .btn span.text{
    font-size:16px
}
.hero.hero--postdetail .hero__actions .btn img{
    height:15px
}
@media(min-width:576px){
    .hero.hero--postdetail .hero__actions .btn{
        padding:6px 15px
    }
    .hero.hero--postdetail .hero__actions .btn img{
        height:15px
    }
}
@media(min-width:767px){
    .hero.hero--postdetail{
        padding-top:54px;
        padding-bottom:37px
    }
    .hero.hero--postdetail h1{
        font-size:32px;
        margin-bottom:23px
    }
    .hero.hero--postdetail h2{
        font-size:24px;
        margin-bottom:30px
    }
    .hero.hero--postdetail .hero__actions{
        margin-top:11px
    }
    .hero.hero--postdetail .hero__actions .btn{
        padding:11px 15px
    }
    .hero.hero--postdetail .hero__actions .btn img{
        height:14px
    }
}
@media(min-width:1024px){
    .hero.hero--postdetail{
        padding-top:44px
    }
}
.search-block{
    border:2px solid #ddd;
    z-index:10
}
.search-block .field.input-div{
    background:#fff;
    border-radius:53px;
    height:100%
}
@media(min-width:1024px){
    .search-block{
        box-shadow:0 3px 6px rgba(0,0,0,.12);
        margin-bottom:-7rem;
        padding:1rem 3rem
    }
}
@media(max-width:991px){
    .search-block.card,.search-block.property-card{
        background-color:unset!important
    }
}
@media(max-width:1024px){
    .search-block .btn,.search-block input,.search-block .input,.search-block .wrapper,.search-block .custom-select,.search-block .pill-select,.search-block .react-select.pill-select .wrapper,.react-select.pill-select .search-block .wrapper,.search-block .react-select.pill-select .input,.react-select.pill-select .search-block .input{
        border-radius:53px
    }
}
.modal.right .modal-dialog{
    position:fixed;
    margin:auto;
    height:100%;
    -webkit-transform:translate3d(0%,0,0);
    -ms-transform:translate3d(0%,0,0);
    -o-transform:translate3d(0%,0,0);
    transform:translate3d(0%,0,0)
}
.modal.right .modal-content{
    height:100%;
    overflow-y:auto;
    border-radius:0
}
.modal.right .modal-body{
    padding:15px 15px 80px
}
.modal.right.fade .modal-dialog{
    -webkit-transition:opacity .3s linear,right .3s ease-out;
    -moz-transition:opacity .3s linear,right .3s ease-out;
    -o-transition:opacity .3s linear,right .3s ease-out;
    transition:opacity .3s linear,right .3s ease-out
}
.modal.right.fade.in .modal-dialog{
    right:0
}
.search-modal.in{
    opacity:1
}
@media(max-width:1024px){
    .search-modal{
        border:none
    }
    .search-modal .close{
        background:#fff;
        border:none;
        font-size:30px;
        margin-left:0
    }
    .search-modal .react-search-box{
        margin-top:15px!important
    }
    .search-modal .react-search-box .search-block{
        border:none
    }
}
.search-modal .modal-dialog{
    width:85%
}
@media(max-width:1023.98px){
    .search-widget{
        display:none!important
    }
    .search-block{
        border:none
    }
}
.modal-backdrop.fade.in{
    opacity:.4
}
.modal.show.type-modal{
    display:block;
    top:75px
}
.modal-header .close{
    margin:-1rem auto -1rem -1rem
}
.modal.show.post-action-modal{
    display:block
}
.modal.show.post-action-modal .modal-backdrop{
    opacity:.5
}
.modal.show.post-action-modal .modal-dialog{
    z-index:1050
}
.slider__thumbs{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:1.5rem
}
.slider__thumb{
    padding:.5rem;
    width:100px;
    opacity:.7
}
.slider__thumb.active{
    opacity:1
}
.jumbotron{
    border-radius:0;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:0;
    padding-right:0;
    margin:0
}
.jumbotron h1,.jumbotron h2,.jumbotron__title{
    font-size:22px;
    margin-bottom:19px
}
.jumbotron p,.jumbotron__description{
    font-size:13px;
    line-height:20px
}
.jumbotron p:not(:last-child),.jumbotron__description:not(:last-child){
    margin-bottom:10px
}
.jumbotron li p,.jumbotron li__description{
    margin-bottom:0
}
@media(min-width:576px){
    .jumbotron{
        padding-top:3rem
    }
    .jumbotron h1,.jumbotron h2,.jumbotron__title{
        font-size:26px;
        margin-bottom:1.5rem
    }
    .jumbotron p,.jumbotron__description{
        font-size:22px
    }
    .jumbotron p:not(:last-child),.jumbotron__description:not(:last-child){
        margin-bottom:20px
    }
}
@media(min-width:767px){
    .jumbotron{
        padding-bottom:75px
    }
    .jumbotron h1,.jumbotron h2,.jumbotron__title{
        font-size:26px;
        margin-bottom:1.5rem
    }
    .jumbotron p,.jumbotron__description{
        font-size:18px;
        line-height:2.4rem
    }
}
@media(min-width:1024px){
    .jumbotron{
        padding-top:45px;
        padding-bottom:45px
    }
    .jumbotron h1,.jumbotron h2,.jumbotron__title{
        margin-bottom:13px
    }
    .jumbotron p,.jumbotron__description{
        font-size:18px;
        line-height:29px
    }
}
.title-section{
    font-size:20px
}
@media(min-width:767px){
    .title-section{
        font-size:26px;
        margin-bottom:.5rem
    }
}
@media(min-width:1024px){
    .title-section{
        font-size:20px;
        margin-bottom:1rem
    }
}
@media(max-width:766.98px){
    .title-section{
        font-size:17px
    }
}
.description-section{
    color:#6b7788;
    font-size:14px;
    margin-bottom:30px
}
@media(min-width:767px){
    .description-section{
        font-size:18px;
        line-height:32px;
        margin-bottom:4.5rem
    }
}
@media(min-width:1024px){
    .description-section{
        font-size:16px;
        margin-bottom:3rem
    }
}
.card-balance__title{
    text-align:center
}
.card-balance .card-body,.card-balance .property-card__body{
    padding:17px
}
.card-balance__items{
    margin-top:15px;
    margin-bottom:22px
}
.card-balance__item{
    font-size:18px;
    color:#061238;
    text-align:center;
    font-weight:bolder;
    margin-bottom:8px
}
.card-balance__item-desctiption{
    color:#6b7788;
    text-align:center
}
.card-balance__btn{
    padding:12px 66px
}
@media(max-width:766.98px){
    .card-balance .btn{
        padding:12px 66px;
        font-size:14px
    }
}
@media(max-width:766.98px){
    .card-balance__btn--2 .card-balance__btn{
        padding:12px 23px;
        font-size:14px
    }
}
@media(min-width:767px){
    .card-balance .card-body,.card-balance .property-card__body{
        padding:35px
    }
    .card-balance__title{
        font-size:26px
    }
    .card-balance__items{
        margin-top:22px;
        margin-bottom:35px
    }
    .card-balance__item{
        font-size:26px;
        margin-bottom:25px
    }
    .card-balance__item-desctiption{
        font-size:22px
    }
    .card-balance__btn{
        padding:21px 100px
    }
    .card-balance__btn--2 .card-balance__btn{
        padding:21px 44px
    }
}
@media(min-width:1024px){
    .card-balance .card-body,.card-balance .property-card__body{
        padding:35px
    }
    .card-balance__items{
        margin-top:35px;
        margin-bottom:35px
    }
    .card-balance__title{
        font-size:22px
    }
    .card-balance__item{
        font-size:22px;
        margin-bottom:5px
    }
    .card-balance__item-desctiption{
        font-size:18px
    }
    .card-balance__btn{
        padding:18.5px 100px
    }
    .card-balance__btn--2 .card-balance__btn{
        padding:18.5px 44px
    }
}
.card-subscribe .card-body,.card-subscribe .property-card__body{
    display:flex;
    flex-direction:column
}
.card-subscribe__image{
    height:160px
}
.card-subscribe__image-container{
    position:relative;
    border-radius:8px;
    overflow:hidden
}
.card-subscribe__image-container:before{
    content:"";
    background-color:#242424;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    opacity:.4
}
.card-subscribe__image-title{
    font-size:1.25rem;
    padding:1.5rem;
    position:absolute;
    height:74px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    text-align:center;
    color:#fff
}
.card-subscribe .btn{
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    font-size:13px
}
.card-subscribe__title{
    margin-top:0;
    height:32px
}
.card-subscribe__contact{
    margin-top:1.5rem;
    margin-bottom:1rem;
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
@media(min-width:1024px){
    .card-subscribe__image{
        width:100%
    }
    .card-subscribe__image-title{
        font-size:18px
    }
    .card-subscribe__image-container{
        width:40%
    }
    .card-subscribe__content-container{
        width:60%
    }
    .card-subscribe .card-body,.card-subscribe .property-card__body{
        display:flex;
        flex-direction:row
    }
    .card-subscribe__contact{
        margin-top:.5rem
    }
    .card-subscribe .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:18px;
        padding-bottom:18px
    }
    .card-subscribe .btn img{
        width:20px
    }
}
@media(max-width:1199.98px){
    .card-subscribe__image{
        width:100%
    }
    .card-subscribe__image-title{
        font-size:18px
    }
    .card-subscribe__image-container{
        width:40%
    }
    .card-subscribe__content-container{
        width:60%
    }
    .card-subscribe .card-body,.card-subscribe .property-card__body{
        display:flex;
        flex-direction:row
    }
    .card-subscribe__contact{
        margin-top:.5rem
    }
    .card-subscribe .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:18px;
        padding-bottom:18px
    }
    .card-subscribe .btn img{
        width:20px
    }
}
@media(max-width:1023.98px){
    .card-subscribe__image-title{
        font-size:18px
    }
    .card-subscribe .card-body,.card-subscribe .property-card__body{
        display:flex;
        flex-direction:row
    }
    .card-subscribe__contact{
        margin-top:.5rem
    }
    .card-subscribe .btn{
        padding-left:1rem;
        padding-right:1rem;
        font-size:1rem;
        padding-top:25px;
        padding-bottom:25px
    }
    .card-subscribe .btn img{
        width:20px
    }
}
@media(max-width:766.98px){
    .card-subscribe__image-title{
        font-size:12px
    }
    .card-subscribe .btn{
        padding-top:8px;
        padding-bottom:8px
    }
}
.officead-header{
    padding-top:1rem;
    padding-bottom:1rem;
    border-radius:0 0 11px 11px;
    background-color:#83acd5!important
}
.officead-header__thumbnail{
    width:100%;
    margin-bottom:.5rem;
    border-radius:10px
}
.officead-header__title{
    margin-top:.5rem;
    font-size:20px;
    text-align:center;
    color:#fff
}
.officead-header__description{
    font-size:12px;
    text-align:center;
    color:#fff
}
.officead-header__actions{
    margin-top:.5rem
}
.officead-header__actions .btn{
    padding:8px 12px;
    margin-left:.25rem;
    margin-right:.25rem
}
.officead-header__actions .btn img{
    width:25px
}
.officead-header__social{
    margin-top:1rem
}
.officead-header__social .btn-circle{
    width:30px;
    height:30px
}
.officead-header__social .btn{
    padding:0;
    margin-left:.25rem;
    margin-right:.25rem
}
.officead-header__social .btn img{
    height:13px
}
@media(min-width:767px){
    .officead-header{
        padding-top:1.5rem;
        padding-bottom:1.5rem
    }
    .officead-header__title{
        font-size:24px;
        padding-top:1rem
    }
    .officead-header__description{
        font-size:18px
    }
    .officead-header__actions{
        padding-top:3rem
    }
    .officead-header__actions .btn{
        padding:15px 36px
    }
    .officead-header__actions .btn-call{
        padding:15px
    }
    .officead-header__social{
        margin-top:1.5rem
    }
    .officead-header__social .btn-circle{
        width:40px;
        height:40px
    }
    .officead-header__social .btn img{
        height:19px
    }
}
@media(min-width:1024px){
    .officead-header{
        width:100%;
        padding-top:36px;
        padding-bottom:28px
    }
    .officead-header__title{
        font-size:24px;
        padding-top:15px
    }
    .officead-header__description{
        font-size:16px
    }
    .officead-header__actions{
        padding-top:6px
    }
}
.single-post{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100vw;
    height:100vh;
    z-index:1020
}
.single-post button+button{
    margin-right:5px
}
.single-post .background,.single-post .post-wrapper{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100vw;
    height:100vh;
    z-index:1020
}
.single-post .background header,.single-post .post-wrapper header{
    z-index:1026;
    top:-2px
}
.single-post .background{
    background-color:rgba(0,0,0,.5)
}
.single-post .post-wrapper{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:100vh;
    z-index:1020;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    background-color:#fff;
    -webkit-animation-name:slidePost;
    -webkit-animation-duration:500ms;
    -webkit-animation-timing-function:ease-in-out;
    animation-name:slidePost;
    animation-duration:500ms;
    animation-timing-function:ease-in-out;
    padding-bottom:0;
    transition:right 200ms linear
}
@media all and (min-width:767px){
    .single-post .post-wrapper{
        width:90vw
    }
}
.single-post .back-button .fa{
    font-weight:400
}
.single-post .image-gallery figure{
    padding:4px
}
.single-post .image-gallery figure.thumbnail{
    max-width:15%;
    border:none;
    float:right;
    padding-top:0
}
.single-post .image-gallery figure img{
    border-radius:8px
}
.single-post .image-gallery figure+figure{
    padding-left:2px
}
.single-post .image-gallery .img-responsive{
    width:100%;
    max-width:450px
}
@media(max-width:450px){
    .single-post .image-gallery .img-responsive{
        max-width:400px
    }
}
@media(max-width:320px){
    .single-post .image-gallery .img-responsive{
        max-width:200px
    }
}
.phone-number-input{
    background-color:#f9f9f9;
    color:#bebebe
}
@media(max-width:1023.98px){
    .add-post-section{
        padding-top:85px
    }
}
@-webkit-keyframes slidePost{
    from{
        right:-100vw
    }
    to{
        right:0
    }
}
@keyframes slidePost{
    from{
        right:-100vw
    }
    to{
        right:0
    }
}
.postdetail-description{
    line-height:24px;
    text-align:center
}
@media(min-width:767px){
    .postdetail-description{
        padding-top:14px;
        line-height:35px
    }
}
@media(min-width:767px){
    .postdetail-description{
        padding-top:3px;
        line-height:29px;
        font-size:18px
    }
}
.postdetail-archived{
    color:red
}
.postdetail-contact-btn{
    margin-top:10px
}
.postdetail-contact-btn .btn{
    padding-top:10px;
    padding-bottom:10px
}
.postdetail-contact-btn .btn img{
    height:22px
}
@media(min-width:767px){
    .postdetail-contact-btn{
        margin-top:20px
    }
    .postdetail-contact-btn .btn{
        padding-top:10px;
        padding-bottom:10px
    }
    .postdetail-contact-btn .btn img{
        height:35px
    }
}
@media(min-width:767px){
    .postdetail-contact-btn{
        margin-top:83px
    }
}
.hero{
    padding:1rem 0
}
.hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
    border-radius:8px;
    height:50px
}
@media(max-width:1023.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        border-radius:51px
    }
}
@media(max-width:766.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        border-radius:24px
    }
    .hero input.form-control input,.hero .custom-select input,.hero .pill-select input,.hero .react-select.pill-select .wrapper input,.react-select.pill-select .hero .wrapper input,.hero .react-select.pill-select .input input,.react-select.pill-select .hero .input input{
        padding-top:18px
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        height:76px;
        font-size:1.25rem
    }
}
@media(min-width:1024px){
    .hero input.form-control,.hero .custom-select,.hero .pill-select,.hero .react-select.pill-select .wrapper,.react-select.pill-select .hero .wrapper,.hero .react-select.pill-select .input,.react-select.pill-select .hero .input{
        height:55px
    }
}
@media(min-width:1024px){
    .hero .btn{
        padding-top:18.5px;
        padding-bottom:18.5px
    }
}
.hero__title{
    display:none;
    margin-bottom:4.5rem
}
@media only screen and (min-width:1300px) and (max-width:1700px){
    .hero__title{
        margin-bottom:3.5rem
    }
}
@media(min-width:1024px){
    .hero{
        background:#061238;
        padding:89px 0 3rem
    }
    .hero__title{
        display:block
    }
}
@media only screen and (min-width:1300px) and (max-width:1500px){
    .hero{
        padding:70px 0 3rem
    }
}
@media(max-width:1023.98px){
    .hero{
        padding:36px 0
    }
    .hero .hero__search{
        border:none
    }
}
@media(max-width:766.98px){
    .hero{
        padding:2rem 0 1rem
    }
    .hero .card.hero__search.search-block,.hero .hero__search.search-block.property-card{
        background:0 0;
        padding-left:25px;
        padding-right:25px
    }
}
.hero .btn-primary{
    background-color:#608fbf;
    border-color:#608fbf
}
.hero .btn-primary.no-effect:hover,.hero .btn-primary.no-effect:active,.hero .btn-primary.no-effect:focus,.hero .btn-primary.no-effect:visited,.hero .btn-primary.no-effect:focus-within{
    background-color:#608fbf;
    border-color:#608fbf;
    cursor:auto
}
.hero .btn-primary:hover{
    background-color:#2d3448;
    border-color:#2d3448
}
.hero .hero__actions .btn{
    margin-left:5px;
    margin-right:5px
}
@media(max-width:1023.98px){
    .hero .hero__actions .btn{
        padding:10px 15px
    }
}
.hero.hero--postdetail{
    background-color:#83acd5!important;
    padding-bottom:19px
}
.hero.hero--postdetail h1{
    font-size:24px
}
.hero.hero--postdetail h2{
    font-size:18px;
    margin-bottom:18px
}
.hero.hero--postdetail .hero__actions{
    margin-top:11px
}
.hero.hero--postdetail .hero__actions .btn{
    padding:6px 7px
}
.hero.hero--postdetail .hero__actions .btn span.text{
    font-size:16px
}
.hero.hero--postdetail .hero__actions .btn img{
    height:15px
}
@media(min-width:576px){
    .hero.hero--postdetail .hero__actions .btn{
        padding:6px 15px
    }
    .hero.hero--postdetail .hero__actions .btn img{
        height:15px
    }
}
@media(min-width:767px){
    .hero.hero--postdetail{
        padding-top:54px;
        padding-bottom:37px
    }
    .hero.hero--postdetail h1{
        font-size:32px;
        margin-bottom:23px
    }
    .hero.hero--postdetail h2{
        font-size:24px;
        margin-bottom:30px
    }
    .hero.hero--postdetail .hero__actions{
        margin-top:11px
    }
    .hero.hero--postdetail .hero__actions .btn{
        padding:11px 15px
    }
    .hero.hero--postdetail .hero__actions .btn img{
        height:14px
    }
}
@media(min-width:1024px){
    .hero.hero--postdetail{
        padding-top:44px
    }
}
.pill-select.open .options ul li.group,.react-select.pill-select .open.wrapper .options ul li.group{
    align-items:center;
    justify-content:flex-end
}
.group:before,.group:after{
    content:none!important
}
.sidemenu.active .sidemenu__body{
    transform:translateX(0);
    display:flex;
    flex-direction:column
}
.sidemenu__menu-item.dropdown-toggle::after{
    height:16px
}
.navbar-toggler:focus{
    outline:none
}
.footer__social{
    width:40px;
    height:40px;
    border-radius:8px;
    background-color:#fff;
    position:relative;
    margin:0 10px
}
.footer__social-icon{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:24px;
    width:21px
}
@media(min-width:576px){
    .footer__social{
        width:60px;
        height:60px
    }
    .footer__social-icon{
        height:29px;
        width:28px
    }
}
@media(min-width:767px){
    .footer__social{
        width:55px;
        height:55px;
        margin:0 15px
    }
    .footer__social-icon{
        height:31px;
        width:28px
    }
}
@media(min-width:1024px){
    .footer__social{
        width:40px;
        height:40px;
        margin:0 15px
    }
    .footer__social-icon{
        height:24px;
        width:21px
    }
}
.footer__store{
    margin:0 20px
}
@media(min-width:576px){
    .footer__store{
        height:55px
    }
}
@media(min-width:767px){
    .footer__store{
        margin:0 23px
    }
}
@media(min-width:1024px){
    .footer__store{
        height:inherit;
        margin:0 15px
    }
}
.sidemenu__social{
    width:40px;
    height:40px;
    border-radius:8px;
    background-color:#e9ecef;
    position:relative;
    margin:0 10px
}
.sidemenu__social-icon{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:24px;
    width:21px
}
.sidemenu__close-icon:focus{
    outline:none
}
.react-select--bubble .wrapper{
    width:100%
}
.hero .pill-select.open .options.type,.hero .react-select.pill-select .open.wrapper .options.type,.react-select.pill-select .hero .open.wrapper .options.type{
    min-width:200px
}
.pill-select.open .wrapper,.react-select.pill-select .open.wrapper .wrapper,.react-select.pill-select .open.wrapper .wrapper{
    border-color:#061238
}
.pill-select.open .options ul li .state,.react-select.pill-select .open.wrapper .options ul li .state{
    font-family:droid arabic kufi,sans-serif
}
.font-size{
    font-size:1rem
}
.phone-tool-tip{
    background-color:#242424!important;
    color:#fff!important;
    position:absolute!important;
    margin-top:-10px!important;
    margin-right:5px!important;
    border-radius:10px!important;
    padding:15px 20px!important;
    z-index:950!important
}
.phone-tool-tip:before{
    content:""!important;
    margin-top:-25px!important;
    width:0!important;
    height:0!important;
    top:15px!important;
    right:25px!important;
    position:absolute!important;
    border-left:10px solid transparent!important;
    border-right:10px solid transparent!important;
    border-bottom:10px solid #242424!important
}
button.link{
    position:relative
}
.link-tool-tip{
    background-color:#242424!important;
    color:#fff!important;
    position:absolute!important;
    padding:15px 10px!important;
    width:100px;
    top:60px;
    right:-30px;
    text-align:center;
    margin-top:-10px!important;
    margin-right:5px!important;
    border-radius:10px!important;
    z-index:1000!important;
    display:none
}
.link-tool-tip:before{
    content:""!important;
    margin-top:-30px!important;
    width:0!important;
    height:0!important;
    top:25px!important;
    right:38px!important;
    position:absolute!important;
    border-left:10px solid transparent!important;
    border-right:10px solid transparent!important;
    border-bottom:10px solid #242424!important
}
.form-control.disabled,.form-control[readonly]{
    background-color:#f9f9f9;
    opacity:1;
    color:#bebebe
}
ul{
    padding-right:20px
}
li{
    margin-bottom:.5rem
}
.breadcrumb .breadcrumb-item{
    margin-bottom:0
}
.text-small{
    font-size:13px
}
.page-description{
    font-size:14px
}
@media(min-width:767px){
    .page-description{
        font-size:22px
    }
}
@media(min-width:1024px){
    .page-description{
        font-size:20px
    }
}
.success-message{
    position:relative;
    padding-right:50px;
    font-size:12px
}
.success-message:before{
    content:url(../../../assets/new/img/icon/checkmark_circle.svg);
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    height:42px;
    width:42px;
    margin:auto;
    transform:scale(.7)
}
@media(min-width:576px){
    .success-message{
        font-size:20px;
        line-height:24px
    }
    .success-message:before{
        transform:scale(1)
    }
}
@media(min-width:767px){
    .success-message{
        font-size:19px;
        line-height:22px
    }
    .success-message:before{
        transform:scale(1)
    }
}
.terms_conditions{
    font-size:14px
}
@media(min-width:767px){
    .terms_conditions{
        font-size:20px
    }
}
@media(min-width:1024px){
    .terms_conditions{
        font-size:16px
    }
}
.pill-select.open .options,.react-select.pill-select .open.wrapper .options,.react-select.pill-select .open.wrapper .options{
    margin-right:15px;
    margin-left:15px;
    width:auto;
    left:0;
    right:0
}
.react-select .wrapper .options ul .list div{
    direction:rtl!important;
    width:100%!important
}
.react-select .wrapper .options ul .list li{
    cursor:pointer!important
}
.react-select .wrapper .options ul .list li.type div.react-ripples{
    height:100%
}
.react-select.pill-select .wrapper label{
    font-size:12px
}
.logo-img img{
    width:150px
}
.text-primary{
    color:#061238!important
}
.home-bg{
    background:#fff
}
@media(max-width:1024px){
    .home-bg{
        background:#fafbfb
    }
}
.bg-light-white{
    background:#fafbfb
}
@media(max-width:1024px){
    .options-card{
        margin-top:5rem;
        margin-bottom:2rem;
        box-shadow:0 3px 6px rgba(0,0,0,.04)!important
    }
    .options-card .card-icon__title{
        font-size:16px
    }
}
@media(max-width:375px){
    .options-card .card-icon__title{
        font-size:12px
    }
}
.form-control{
    color:#424242
}
.more-btn{
    padding-top:15px;
    padding-bottom:15px
}
.more-btn img{
    width:14px
}
@media(max-width:1024px){
    .more-btn{
        width:75%
    }
}
@media(max-width:767px){
    .more-btn img{
        width:14px
    }
}
.home_content p{
    white-space:break-spaces
}
.home_content a{
    text-decoration:underline;
    text-underline-offset:5px;
    text-decoration-thickness:1px
}
@media(max-width:767px){
    .home_content{
        padding:-.5rem
    }
}
.mb-10{
    margin-bottom:10rem
}
.mb-15{
    margin-bottom:15rem
}
.mb-20{
    margin-bottom:20rem
}
.text-white p,.hero__title p,.link-white a{
    color:#fff!important
}
.no-bg .react-select--filter input.form-control,.no-bg .react-select--search input.form-control{
    background:url("../../../assets/new/img/icon/arrow-down.svg") no-repeat left 1rem center/12px 12px!important;
    padding-right:24px!important
}
.no-bg .react-select--filter.open input.form-control,.no-bg .react-select--search.open input.form-control{
    background:url("../../../assets/new/img/icon/arrow-up.svg") no-repeat left 1rem center/12px 12px!important;
    padding-right:24px!important
}
.dz-hidden-input{
    display:none
}
.default-error{
    margin-top:13px
}
.add-post-stick{
    font-size:14px
}
@media(max-width:377px){
    .add-post-stick span{
        display:flex;
        padding-top:10px;
        margin-right:0!important
    }
}
@media(min-width:767px){
    .add-post-stick{
        font-size:18px
    }
}
@media(min-width:1024px){
    .add-post-stick{
        font-size:16px
    }
}
.toast-body a{
    color:#fff;
    text-decoration:underline
}
.toaster-wrapper{
    width:100%;
    position:fixed;
    z-index:10;
    top:90px
}
.toaster-wrapper .toast{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    border-radius:8px;
    opacity:.9;
    width:50%
}
@media(max-width:991px){
    .toaster-wrapper .toast{
        width:85%
    }
}
.toaster-wrapper .toast .toast-header .close{
    color:#fff!important;
    position:absolute!important;
    top:5px!important
}
.cursor-pointer{
    cursor:pointer
}
.search-info{
    display:none
}
.search-info h3{
    font-size:20px
}
.search-info p,.search-info li{
    font-size:14px;
    line-height:21px
}
@media(min-width:767px){
    .search-info h3{
        font-size:26px
    }
    .search-info p,.search-info li{
        font-size:20px;
        line-height:33px
    }
}
@media(min-width:1024px){
    .search-info h3{
        font-size:26px
    }
    .search-info p,.search-info li{
        font-size:18px;
        line-height:28px
    }
}
.search-info li::marker{
    color:#242424!important
}
.li-text p,.li-text li{
    font-size:14px;
    line-height:21px
}
@media(min-width:767px){
    .li-text h3{
        font-size:26px
    }
    .li-text p,.li-text li{
        font-size:20px;
        line-height:33px
    }
}
@media(min-width:1024px){
    .li-text h3{
        font-size:26px
    }
    .li-text p,.li-text li{
        font-size:18px;
        line-height:28px
    }
}
.li-text li::marker{
    color:#424242!important
}
@media(max-width:767px){
    .agent-info{
        font-size:14px
    }
}
.green-text{
    color:green
}
.green-text a{
    color:green;
    text-decoration:underline
}
.uploader-img{
    position:absolute;
    width:90px;
    height:90px;
    object-fit:contain;
    z-index:2
}
.form-group.has-error input,.form-group.has-error textarea,.error-input .wrapper,.form-group.error-input input,.form-group.error-input textarea{
    border-color:#de667a!important
}
.navbar.admin-navbar{
    height:30px;
    background:#424242;
    position:fixed;
    z-index:1009;
    left:0;
    right:0
}
@media(max-width:767px){
    .navbar.admin-navbar{
        background:#424242;
        position:fixed!important;
        left:0;
        right:0
    }
}
.navbar.admin-navbar .navbar-right{
    margin-top:8px
}
.header-el.has-admin{
    margin-top:30px;
    top:30px
}
.admin-navbar.open .navbar-toggler{
    position:absolute;
    top:0
}
.admin-navbar.open .navbar-collapse{
    display:block;
    background:#424242;
    text-align:center;
    margin-top:20px;
    padding:15px
}
.admin-navbar.open .navbar-collapse .dropdown-menu{
    text-align:center
}
.text-line-through{
    text-decoration:line-through
}
.text-success{
    color:#396c3b!important
}
.next-link{
    position:absolute;
    right:0;
    cursor:pointer
}
.next-link img{
    width:90px!important;
    opacity:1!important
}
input{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-border-radius:0
}
.dropzone-loader{
    width:130px;
    position:absolute;
    top:11.5rem
}
.link-color{
    color:#061238
}
.hide-alert .text-danger{
    color:#842d35!important
}
.selected-option{
    background-color:#cad0d7
}
.location-dropdown .dropdown-menu{
    max-height:275px;
    overflow:auto
}
.location-dropdown .dropdown-menu .dropdown-item{
    white-space:inherit
}
.location-dropdown .dropdown-menu .dropdown-item .react-ripples{
    width:100%;
    line-height:1.7;
    display:block!important
}
.location-dropdown .dropdown-menu .dropdown-item.no_result .react-ripples{
    color:red;
    pointer-events:none
}
.location-dropdown .dropdown-menu .dropdown-item.group .react-ripples{
    font-weight:600
}
.location-dropdown .dropdown-menu .dropdown-item.group.all{
    border-radius:8px;
    margin:0 5px 5px;
    width:95%;
    padding-right:18px
}
.location-dropdown .dropdown-menu .dropdown-item.group.all .react-ripples{
    color:#242424;
    opacity:.9;
    overflow:visible!important
}
.location-dropdown .dropdown-menu .dropdown-item .city{
    color:#061238;
    font-weight:600;
    word-break:break-word
}
.location-dropdown .dropdown-menu .dropdown-item .count{
    color:#061238;
    padding-right:3px;
    font-weight:400;
    float:left
}
.location-dropdown .dropdown-menu .dropdown-item .state{
    color:#495057;
    margin-right:3px;
    font-weight:400
}
input::placeholder,input::-webkit-input-placeholder,input::-moz-placeholder{
    line-height:normal!important
}
ul.transactions{
    padding-right:60px
}
ul.transactions li{
    line-height:21px
}
@media(min-width:1024px){
    .share-img{
        transform:scale(1.5)
    }
}
.sms-btn{
    display:none
}
@media(max-width:991px){
    .whatsapp-btn{
        display:none
    }
}
.agent-edit-social::placeholder{
    color:#8996a7
}
.navbar-header-search{
    height:40px!important;
    width:60%
}
@media(max-width:991px){
    .navbar-header-search{
        display:none
    }
}
.border-radius-0{
    border-radius:0!important
}
@media(max-width:991px){
    .navbar-brand-logo{
        display:none
    }
}
.search-widget-mobile{
    display:none
}
@media(max-width:1023px){
    .search-widget-mobile{
        display:block
    }
}
.search-filter-icon.home{
    left:10%;
    z-index:100
}
.search-filter-icon.home img{
    right:unset
}
.search-filter-icon img{
    right:80%
}
.search-modal-new.search-modal .modal-dialog{
    width:600px;
    max-width:600px;
    margin:1.75rem auto
}
@media(max-width:991px){
    .search-modal-new.search-modal .modal-dialog{
        height:100%;
        width:100%;
        max-width:100%;
        margin:0!important
    }
}
.search-modal-new.search-modal .modal-dialog .modal-content{
    height:100%
}
.search-modal-new.search-modal .modal-dialog .modal-body{
    background-color:#fff
}
.search-modal-new.search-modal .modal-dialog .modal-footer{
    background-color:#fff
}
.search-modal-new .next-link{
    position:inherit;
    display:none
}
.search-modal-new .next-link img{
    width:50px!important
}
@media(max-width:991px){
    .search-modal-new .next-link{
        display:block;
        height:24px;
        width:24px
    }
}
.search-modal-new .modal-title{
    margin:5px!important
}
@media(max-width:991px){
    .search-modal-new .modal-title{
        margin:auto!important
    }
}
@media(max-width:991px){
    .search-modal-new .icon-close{
        display:none
    }
}
.search-modal-new.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    outline:0;
    text-align:center;
    padding:0!important
}
.search-modal-new.modal:before{
    content:'';
    display:inline-block;
    height:10%;
    vertical-align:middle;
    margin-right:-4px
}
@media(max-width:991px){
    .search-modal-new.modal:before{
        height:0;
        display:block;
        margin:0
    }
}
.search-modal-new.modal .modal-content{
    border-top:0
}
@media(max-width:991px){
    .search-modal-new.modal .modal-content{
        border-radius:0
    }
}
.search-modal-new.modal .modal-dialog{
    display:inline-block;
    text-align:left;
    vertical-align:middle;
    transition:transform .3s ease-out;
    transform:translate(0,0)!important;
    border-top:1px solid #dee2e6;
    border-top-left-radius:7px;
    border-top-right-radius:7px
}
.search-modal-new.modal .type-radio-toggle{
    align-items:initial;
    position:initial;
    border:unset;
    border-radius:unset;
    width:100%;
    justify-content:start;
    flex-wrap:wrap;
    top:18px
}
.search-modal-new.modal .type-radio-toggle__item{
    height:40px;
    background:#f2f2f2;
    border-radius:51px;
    color:#7e7f81;
    padding:0;
    margin-left:0;
    width:65px;
    display:flex;
    justify-content:center;
    display:flex!important
}
.search-modal-new.modal .type-radio-toggle__item.active{
    background:#061238;
    color:#fff;
    border-radius:51px
}
.search-modal-new.modal .type-radio-toggle__item .custom-control-label{
    line-height:2.2;
    padding:0;
    height:100%;
    width:100%;
    text-align:center;
    margin-right:0
}
.search-modal-new.modal .type-radio-toggle__item input[type=radio]+label:before{
    display:none
}
.search-modal-new.modal .type-radio-toggle__item input[type=radio]+label:after{
    display:none
}
.search-modal-new.modal .slidecontainer .range input{
    appearance:auto!important
}
.search-modal-new.modal .range-slider .slider{
    width:100%
}
.search-modal-new.modal.fade:not(.show){
    opacity:1
}
.search-modal-new.modal .modal-body .container{
    display:block
}
.search-modal-new.modal .modal-footer{
    justify-content:space-between
}
.type-radio-toggle-search{
    border:0
}
.border-radius-8{
    border-radius:8px!important
}
.text-blue{
    color:#061238;
    display:block
}
@media(max-width:991px){
    .text-blue{
        display:none
    }
}
.react-search-box-new{
    border:0;
    padding:0
}
@media(max-width:991px){
    .react-search-box-new .type-radio-toggle__item{
        margin-bottom:5px
    }
}
.react-search-box-new .react-select--search.open .input{
    padding-top:1rem;
    background:url("../../../assets/new/img/icon/search-black.svg") no-repeat right 1rem center/23px 17px!important
}
.react-search-box-new .react-select--search .input{
    background:url("../../../assets/new/img/icon/search-black.svg") no-repeat right 1rem center/23px 17px!important
}
.search-widget-mobile .react-input-search-box{
    min-height:45px;
    background-color:#fff!important
}
@media(max-width:991px){
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        top:3%;
        position:absolute;
        padding-right:40px
    }
}
.search-widget-mobile .react-input-search-box .dropdown-divider{
    border:0
}
@media(max-width:991px){
    .search-widget-mobile .react-input-search-box .navbar-header-search{
        border-radius:10px!important;
        padding-right:60px!important
    }
}
.search-modal-new .react-search-box-new .modal-header{
    padding:1.5rem 30px
}
@media(max-width:991px){
    .search-modal-new .react-search-box-new .modal-header{
        padding:1rem
    }
}
.search-modal-new .react-search-box-new .modal-header .close-next{
    padding:1rem 1rem 0 0;
    padding-top:0!important;
    opacity:1
}
@media(max-width:991px){
    .search-modal-new .react-search-box-new .modal-body hr{
        border-top:0
    }
}
.search-modal-new .react-search-box-new .modal-body .type-radio-toggle__item{
    border:1px solid rgba(36,36,36,.1)
}
@media(max-width:991px){
    .search-modal-new .react-search-box-new .modal-footer{
        border-top:0
    }
}
@media(max-width:1023px){
    .navigation-search{
        display:none
    }
}
.navigation-search .react-select--search{
    background:#fff
}
.navigation-search .react-input-search-box{
    top:-24px;
    padding:5px;
    left:78px;
    box-shadow:unset;
    height:54px
}
.navigation-search .react-input-search-box .max-h-40{
    max-height:40px!important
}
.navigation-search .react-input-search-box .pill-select__pills{
    top:10%;
    position:absolute;
    padding-right:0
}
.navigation-search .react-input-search-box .pill-select__nav{
    border:1px solid #0612388c
}
.navigation-search .react-input-search-box .pill-select__nav:after{
    padding-right:6px
}
.navigation-search .react-input-search-box .dropdown-menu.d-block{
    margin-top:2rem!important
}
.navigation-search .react-input-search-box .dropdown-divider{
    border:0
}
.navigation-search .react-input-search-box ::-webkit-scrollbar{
    width:5px
}
.navigation-search .react-input-search-box ::-webkit-scrollbar-track{
    background:#fff;
    border-radius:5px;
    padding-left:5px
}
.navigation-search .react-input-search-box ::-webkit-scrollbar-thumb{
    background:#888;
    border-radius:5px;
    height:35px
}
.navigation-search .react-input-search-box ::-webkit-scrollbar-thumb:hover{
    background:#555
}
.input-search{
    background:url("assets/favicon.ico") no-repeat left 1rem center/20px 20px,url("assets/new/img/icon/filter.svg") no-repeat left 3rem center/21px 21px!important;
    padding-right:49px!important;
    background:unset!important
}
.input-search:focus{
    outline:none!important
}
@media(max-width:991px){
    .input-search{
        background:unset!important;
        cursor:pointer!important
    }
}
.navbar-header-search.input{
    background:unset!important
}
@media(max-width:991px){
    .navbar-header-search.input{
        background:unset!important
    }
}
.bg-color-white{
    background-color:#fff
}
.navbar-toggler-btn{
    z-index:99999
}
@media(max-width:375px){
    .navbar-toggler-btn{
        left:78%
    }
}
@media(max-width:1023px){
    .navbar-toggler-btn img{
        width:18px
    }
}
.sticky-icon-search-new img{
    z-index:10
}
.sticky-icon-search-new .filter-icon{
    right:70%
}
@media(max-width:425px){
    .sticky-icon-search-new .filter-icon{
        right:62%
    }
}
@media(max-width:375px){
    .sticky-icon-search-new .filter-icon{
        right:56%
    }
}
@media(max-width:320px){
    .sticky-icon-search-new .filter-icon{
        right:50%
    }
}
.sticky-icon-search-new .fav-icon{
    display:none;
    right:80%;
    border-radius:20px
}
@media(max-width:1023px){
    .sticky-icon-search-new .fav-icon{
        display:block;
        right:74%
    }
}
@media(max-width:375px){
    .sticky-icon-search-new .fav-icon{
        right:70%!important
    }
}
@media(max-width:320px){
    .sticky-icon-search-new .fav-icon{
        right:66%!important
    }
}
.range-slider .slider{
    -webkit-appearance:none;
    height:8px;
    border-radius:5px;
    background-color:#efefef;
    background-image:linear-gradient(270deg,#061238 var(--percentage),transparent var(--percentage));
    border:1px solid #b2b2b2
}
.range-slider .slider:hover{
    opacity:1
}
.range-slider .slider::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:15px;
    height:15px;
    appearance:none;
    border-radius:50%;
    background:#061238;
    cursor:pointer
}
.range-slider .slider::-moz-range-thumb{
    width:15px;
    height:15px;
    border-radius:50%;
    background:#061238;
    cursor:pointer
}
.react-search-box-new .input-range{
    margin-bottom:10px;
    height:1rem;
    position:relative;
    width:100%
}
.react-search-box-new .input-range__label--min{
    left:0
}
.react-search-box-new .input-range__label--min,.react-search-box-new .input-range__label--max{
    display:none;
    bottom:-1.4rem;
    position:absolute
}
.react-search-box-new .input-range__label{
    color:#aaa;
    font-family:droid arabic kufi,sans-serif;
    font-size:.8rem;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    white-space:nowrap
}
.react-search-box-new .input-range__track--background{
    left:0;
    margin-top:-.15rem;
    position:absolute;
    right:0;
    top:50%
}
.react-search-box-new .input-range__track{
    background:#eee;
    border-radius:.3rem;
    cursor:pointer;
    display:block;
    height:.3rem;
    position:absolute!important;
    transition:left .3s ease-out,width .3s ease-out
}
.react-search-box-new .input-range__track--active{
    background:#061238!important
}
.react-search-box-new .input-range__track{
    border-radius:.3rem;
    cursor:pointer;
    display:block;
    height:.3rem;
    position:relative;
    transition:left .3s ease-out,width .3s ease-out
}
.react-search-box-new .input-range__slider-container{
    transition:left .3s ease-out
}
.react-search-box-new .input-range__slider-container:nth-child(2) .input-range__label--value{
    left:0
}
.react-search-box-new .input-range__slider-container:nth-child(2) .input-range__slider{
    right:-15px
}
.react-search-box-new .input-range__label--value{
    position:absolute;
    top:-2.8rem
}
.react-search-box-new .input-range__label--value .input-range__label-container{
    left:0;
    position:relative;
    background:#e8f0f7;
    color:#061238;
    display:inline-block;
    padding:8px;
    border-radius:5px;
    font-size:.875rem;
    padding-right:10px;
    padding-left:10px;
    border:1px solid #0612388c
}
.react-search-box-new .input-range__label{
    color:#aaa;
    font-family:droid arabic kufi,sans-serif;
    font-size:.8rem;
    transform:translateZ(0);
    white-space:nowrap
}
.react-search-box-new .input-range__label{
    color:#aaa;
    font-family:droid arabic kufi,sans-serif;
    font-size:.8rem;
    white-space:nowrap
}
.react-search-box-new .input-range__slider{
    appearance:none;
    background:#061238;
    border:2px solid #fff;
    border-radius:100%;
    cursor:pointer;
    display:block;
    height:1rem;
    margin-left:-.5rem;
    margin-top:-5px;
    outline:none;
    position:absolute;
    top:50%;
    transition:transform .3s ease-out,box-shadow .3s ease-out,-webkit-transform .3s ease-out;
    width:1rem;
    right:-10px
}
.floating-search-button{
    border-radius:49px!important;
    margin-bottom:40px!important
}
@media(max-width:991px){
    .floating-search-button{
        width:100%;
        border-radius:49px!important;
        margin-bottom:40px!important
    }
}
@media(max-width:991px){
    .category-item-options:nth-child(2){
        border:1px solid #d9d9d9;
        border-top-left-radius:51px;
        border-bottom-left-radius:51px;
        border-left:1px solid #d9d9d9;
        border-top:1px solid #d9d9d9;
        border-bottom:1px solid #d9d9d9
    }
}
@media(min-width:576px){
    .post-type-category{
        width:inherit
    }
}
@media(min-width:768px){
    .post-type-category{
        width:inherit
    }
}
@media(min-width:992px){
    .post-type-category{
        width:250px
    }
}
@media(min-width:1200px){
    .post-type-category{
        width:320px
    }
}
@media(min-width:1400px){
    .post-type-category{
        width:320px
    }
}
.hero-search-block .react-search-box .dropdown-menu .dropdown-divider{
    border:0
}
.hero-search-block .react-search-box .wrapper.position-relative .dropdown-menu{
    margin-top:1.2rem!important
}
@media(max-width:425px){
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:86%
    }
}
@media(max-width:375px){
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:86%
    }
}
@media(max-width:320px){
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:83%
    }
}
.logo-menu-container{
    width:35%
}
.logo-menu-container .navbar-toggler-btn{
    position:relative;
    margin-right:1.3rem
}
.navbar-toggler.navbar-toggler-btn.position-absolute{
    left:auto!important;
    margin-right:-2px;
    right:35px!important
}
@media(max-width:991px){
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        top:-3px!important;
        right:auto!important
    }
}
@media(min-width:992px){
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        top:32px!important
    }
}
.mobile-view-btn .navbar-toggler.navbar-toggler-btn.position-absolute img{
    width:15px
}
.navigation-search{
    width:65%
}
.mobile-view-icons .fav-icon{
    right:85%
}
@media(max-width:425px){
    .mobile-view-icons .fav-icon{
        right:80%;
        width:30px;
        height:30px
    }
}
@media(max-width:375px){
    .mobile-view-icons .fav-icon{
        right:75%
    }
}
@media(max-width:320px){
    .mobile-view-icons .fav-icon{
        right:75%
    }
}
@media(max-width:425px){
    .mobile-view-icons .filter-icon{
        width:25px;
        height:25px
    }
}
@media(max-width:375px){
    .mobile-view-icons .filter-icon{
        right:56%
    }
}
@media(max-width:320px){
    .mobile-view-icons:not(.open) .filter-icon{
        right:50%!important
    }
}
.mobile-view-icons.open .filter-icon{
    right:85%
}
@media(max-width:425px){
    .mobile-view-icons.open .filter-icon{
        right:80%;
        width:25px;
        height:25px
    }
}
@media(max-width:414px){
    .mobile-view-icons.open .filter-icon{
        right:78%
    }
}
@media(max-width:375px){
    .mobile-view-icons.open .filter-icon{
        right:80%
    }
}
@media(max-width:320px){
    .mobile-view-icons.open .filter-icon{
        right:75%
    }
}
@media(max-width:1024px){
    .location-dropdown .dropdown-menu{
        max-height:275px;
        overflow:auto;
        max-width:1108px!important;
        min-height:100%;
        z-index:9999999;
        left:0;
        right:0;
        margin:0 auto
    }
    .location-dropdown.searchbox .dropdown-menu{
        position:fixed;
        top:60px
    }
}
.navigation-search .react-input-search-box .dropdown-menu.d-block{
    margin-top:1.9rem!important;
    position:fixed;
    top:45px;
    max-width:732px!important;
    min-height:100%;
    z-index:9999999;
    left:0;
    right:0;
    margin:0 auto;
    padding-top:15px
}
.navigation-search .react-input-search-box{
    right:0
}
.navbar-toggler-btn{
    z-index:99999
}
.sticky-icon-search-new.position-relative .filter-icon{
    right:-79px
}
.sticky-icon-search-new.position-relative .filter-icon.home{
    right:-50px
}
.react-search-box-new .input-range__label--value{
    position:absolute
}
.react-search-box-new .input-range__label-container{
    left:0;
    position:relative
}
@media screen and (min-width:768px) and (max-width:1024px){
    .sticky-icon-search-new.position-relative .filter-icon{
        right:-135px
    }
}
@media screen and (min-width:520px) and (max-width:1024px){
    .position-relative.d-md-block.d-none .fav-icon{
        right:-50px;
        width:25px;
        height:25px
    }
}
@media screen and (min-width:767px) and (max-width:1024px){
    .sticky-icon-search-new.position-relative{
        display:block!important
    }
}
@media(max-width:991px){
    .search-modal .search-block.react-search-box .type-radio-toggle .type-radio-toggle__item:nth-child(2) .custom-control-label{
        border-left:1px solid rgba(36,36,36,.2);
        border-right:1px solid rgba(36,36,36,.2)
    }
}
.city-bg-grey{
    background-color:#cad0d7;
    border-radius:8px;
    margin:0 4px 5px 5px;
    width:98%
}
.group.w-group{
    margin:5px 0 0!important
}
.location-dropdown .dropdown-menu .dropdown-item.group.w-group.all{
    padding:.25rem 1.5rem
}
.navigation-search .react-input-search-box .dropdown-menu.d-block{
    min-height:75%
}
.mobile-view-btn img.menu{
    display:inline-block
}
.react-search-box-new .input-range__slider{
    right:0
}
.pill-select__pills.keywords{
    max-height:unset
}
@media(max-width:1024px){
    .location-dropdown .dropdown-menu{
        min-height:100%;
        border-top:1px solid rgba(36,36,36,.15);
        padding-bottom:80px
    }
    .search-widget-mobile .location-dropdown .dropdown-menu .dropdown-item{
        padding:.25rem 1.5rem .25rem 2.5rem
    }
}
.modal-header .close{
    margin:-10px 4px -1rem -1rem
}
.pill-select__pills{
    padding:0;
    display:flex;
    flex-wrap:wrap;
    max-height:45px;
    max-width:100%;
    overflow-y:auto;
    padding:0 18px;
    overflow-y:auto
}
body:not(.fullscreen) .home-dropdown .pill-select__pills{
    max-height:170px
}
.remove-border{
    border:none!important
}
@media(max-width:375px){
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:84%
    }
}
@media screen and (max-width:992px){
    .mobile-view-icons.open img.filter{
        display:inline-block
    }
    .mobile-view-icons.open img.fav-icon{
        display:none
    }
    .mobile-view-btn.open img.next{
        display:inline-block;
        width:45px
    }
    .mobile-view-btn.open img.menu{
        display:none
    }
    .city-search img.next{
        display:none
    }
    .city-search.open img.next{
        display:inline-block;
        width:45px
    }
    .dropdown-menu{
        border-top:3px solid rgba(36,36,36,.15);
        border-radius:0
    }
}
@media screen and (min-width:520px) and (max-width:768px){
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        left:87%
    }
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        width:80%
    }
    .sticky-icon-search-new.position-relative .filter-icon{
        right:-130px;
        width:25px;
        height:25px
    }
    .sticky-icon-search-new.position-relative .filter-icon{
        right:-130px;
        width:25px;
        height:25px
    }
    .mobile-view-icons .fav-icon{
        height:35px;
        width:35px
    }
    .mobile-view-icons .filter-icon{
        height:30px;
        width:30px
    }
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        left:90%
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        width:80%
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .navbar-toggler{
        right:auto!important;
        left:auto!important
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        width:80%
    }
    .navbar-toggler{
        right:4rem
    }
}
.location-dropdown .dropdown-menu .dropdown-item.group.w-group.all{
    width:100%;
    margin:0 auto!important;
    padding:.25rem 1.5rem;
    border-radius:0
}
@media(min-width:767px) and (max-width:1023.98px){
    .react-input-search-box .navbar-header-search{
        padding-right:3rem!important
    }
}
@media(min-width:1024px){
    .react-input-search-box .navbar-header-search{
        padding-right:20px!important
    }
}
@media(min-width:1024px){
    .navbar.has-cities{
        height:155px
    }
}
.navigation-search .react-input-search-box .max-h-40{
    max-height:unset!important
}
.navigation-search .react-input-search-box .pill-select__pills{
    top:0%;
    position:relative;
    padding-right:0;
    margin-top:8px
}
.navigation-search .has-cities{
    top:-45px;
    padding:5px;
    left:78px;
    box-shadow:unset;
    height:105px
}
.navigation-search .has-cities .dropdown-menu.d-block{
    top:auto;
    box-shadow:0 3px 8px #00000029
}
.navbar.has-cities{
    height:145px
}
@media(max-width:991px){
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        top:12%;
        position:relative;
        padding-right:0
    }
    .location-dropdown .has-cities .dropdown-menu{
        top:auto
    }
}
@media screen and (min-width:520px) and (max-width:768px){
    .search-widget-mobile .react-input-search-box .pill-select__pills{
        width:100%
    }
}
@media(max-width:1023px){
    .navbar.has-cities{
        height:auto;
        position:sticky;
        width:100%;
        max-height:fit-content
    }
}
@media screen and (min-width:1024px) and (max-width:1200px){
    .navigation-search .react-input-search-box .dropdown-menu.d-block{
        max-width:774px!important
    }
}
@media screen and (min-width:991px){
    .dropdown-menu{
        border-radius:8px
    }
}
@media(max-width:1024px){
    .header-el.search-nav{
        padding-top:3px
    }
    .search-widget-mobile .location-dropdown .dropdown-menu{
        top:75px;
        position:fixed
    }
    .search-widget-mobile .location-dropdown .has-cities .dropdown-menu{
        top:auto;
        position:fixed
    }
}
@media(max-width:767px){
    .search-widget-mobile .location-dropdown .has-cities .dropdown-menu{
        top:100px!important;
        position:fixed
    }
    .search-widget-mobile .location-dropdown .dropdown-menu{
        top:70px
    }
    .navbar.has-cities .mobile-view-icons .fav-icon,.navbar.has-cities .mobile-view-icons .filter-icon{
        margin-top:20px!important
    }
}
.location-dropdown .dropdown-menu .dropdown-item.group.all{
    margin:0 5px 5px;
    width:95%;
    padding-right:18px
}
@media(max-width:375px){
    .mobile-view-icons .fav-icon{
        right:75%;
        top:5px
    }
    .mobile-view-icons .filter-icon{
        top:5px
    }
}
.search-btn{
    box-shadow:0 3px 6px #0000000f
}
.search-modal-new .react-search-box-new .modal-header .close-next{
    padding:1rem 1rem 1rem 0;
    padding-bottom:0
}
@media(max-width:1024px){
    .search-widget-mobile .react-input-search-box .navbar-header-search{
        padding-top:24px!important
    }
}
.dropdown-menu{
    border:none!important;
    box-shadow:0 3px 8px #00000029
}
.pill-select,.react-select.pill-select .wrapper,.react-select.pill-select .wrapper{
    border:1px solid #b2b2b2
}
hr{
    border-top:1px solid rgba(112,112,112,.1)
}
.modal-header{
    border-bottom:1px solid rgba(112,112,112,.1)
}
.modal-header .close{
    margin:-10px 4px -1rem -1rem
}
.modal-header .close:focus{
    outline:none
}
@media screen and (min-width:520px) and (max-width:1024px){
    .position-relative.d-md-block.d-none .fav-icon{
        right:-60px;
        width:30px;
        height:30px
    }
}
@media screen and (max-width:540px){
    .sticky-icon-search-new .sticky-icon__icon{
        top:2px!important
    }
}
@media(max-width:375px){
    .mobile-view-icons .fav-icon{
        left:-20px
    }
}
@media screen and (max-width:411px){
    .sticky-icon-search-new .sticky-icon__icon{
        top:2px!important
    }
}
@media(min-width:1024px){
    .logo-menu-container .navbar-toggler-btn{
        margin-right:0!important
    }
    .logo-menu-container .navbar-toggler-btn img{
        margin-right:0!important
    }
}
@media screen and (min-width:426px) and (max-width:768px){
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        left:auto!important;
        right:auto!important
    }
    .sticky-icon-search-new .sticky-icon__icon{
        width:30px!important;
        height:30px!important;
        top:2px
    }
    .sticky-icon-search-new .filter-icon{
        width:25px!important;
        height:25px!important
    }
}
@media(max-width:425px){
    .mobile-view-icons .fav-icon{
        top:5px!important
    }
    .mobile-view-icons .filter-icon{
        top:5px!important
    }
}
@media(max-width:375px){
    .mobile-view-icons.open .filter-icon{
        left:18px
    }
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:84%
    }
}
@media(max-width:320px){
    .navbar.navbar-light.header-el .navbar-toggler-btn{
        left:82%
    }
}
@media(max-width:1023px){
    .navbar-toggler-btn img{
        width:24px;
        height:24px
    }
    .navbar-toggler-btn img.next{
        width:45px;
        height:45px
    }
}
@media(max-width:991px){
    .mobile-view-btn img.menu{
        margin-top:0!important
    }
}
@media not all and (min-resolution:0.001dpcm){
    @supports(-webkit-appearance:none){
        left:82.5%
    }
}
@supports (-webkit-touch-callout: none){
    @media screen and (max-width: 768px){
        .fullscreen .home-dropdown .wrapper.position-relative{
            position:fixed!important;
            top:0!important;
            padding-top:0!important
        }
    }
    .filter-tool-tip{
        top:60px!important
    }
    @media(max-width:425px){
        .filter-tool-tip{
            left:44px
        }
    }
    @media(max-width:414px){
        .filter-tool-tip{
            left:40px
        }
    }
    @media(max-width:390px){
        .filter-tool-tip{
            left:37px
        }
    }
    @media(max-width:375px){
        .filter-tool-tip{
            left:44px
        }
    }
    .has-cities .wrapper.position-relative .dropdown-menu{
        top:auto!important;
        position:absolute;
        max-height:100vh;
        height:100vh;
        overflow:auto;
        border:1px solid transparent!important;
        box-shadow:0 0 0 #000
    }
    .hero .row .hero-search-block .react-search-box .has-cities .wrapper.position-relative .dropdown-menu{
        position:absolute!important;
        top:100%!important
    }
    .navbar-toggler.navbar-toggler-btn.position-absolute{
        margin-right:-15px!important
    }
    .remove-border{
        border:none!important
    }
    @media screen and (min-width:520px) and (max-width:768px){
        .mobile-view-ios-btn{
            left:88%!important
        }
    }
    @media(max-width:425px){
        .mobile-view-ios-btn{
            left:82%!important
        }
    }
    @media(max-width:414px){
        .mobile-view-ios-btn{
            left:82%!important
        }
    }
    @media(max-width:375px){
        .mobile-view-ios-btn{
            left:81%!important
        }
    }
    @media(max-width:320px){
        .mobile-view-ios-btn{
            left:78%!important
        }
    }
    @media screen and (min-width:520px) and (max-width:768px){
        .ios-toggler{
            left:94%!important
        }
    }
    @media(max-width:425px){
        .ios-toggler{
            left:82%!important
        }
    }
    @media(max-width:414px){
        .ios-toggler{
            left:87%!important
        }
    }
    @media(max-width:375px){
        .ios-toggler{
            left:86%!important
        }
    }
    @media(max-width:320px){
        .ios-toggler{
            left:83%!important
        }
    }
    .pill-select__pills .pill-select__nav{
        padding-left:30px;
        padding-right:12px
    }
    @media screen and (max-width:768px){
        .pill-select__pills .pill-select__nav:after{
            top:2px;
            font-size:20px;
            padding-right:10px
        }
    }
}
@media screen and (max-width:992px){
    .fullscreen .hero{
        padding-top:0
    }
    .fullscreen .navbar{
        display:none
    }
    .fullscreen .home-dropdown{
        position:fixed!important;
        margin-top:0!important;
        padding-left:0;
        padding-right:0;
        width:100%;
        left:0;
        top:0!important;
        z-index:99999
    }
    .fullscreen .react-search-box.card.hero__search.search-block,.fullscreen .react-search-box.hero__search.search-block.property-card{
        padding-left:0;
        padding-right:0
    }
    .fullscreen .location-dropdown .dropdown-menu{
        max-height:100vh;
        height:100vh;
        overflow:auto;
        border:none
    }
    .fullscreen .type-radio-toggle{
        margin-top:50px
    }
    .fullscreen .home-dropdown .wrapper.position-relative{
        border:none;
        background:#fff;
        border-radius:0!important
    }
    .fullscreen .hero .container{
        padding-left:0;
        padding-right:0
    }
    .fullscreen .hero .row{
        margin-left:0!important;
        margin-right:0!important
    }
    .fullscreen .hero .row .hero-search-block{
        padding-left:0!important;
        padding-right:0!important;
        max-width:100%;
        margin:unset!important;
        flex:0 0 100%
    }
    .fullscreen .hero .row .hero-search-block .react-search-box .wrapper.position-relative .dropdown-menu{
        margin-top:-.2rem!important
    }
    .fullscreen .search-filter-icon{
        display:inline!important;
        position:absolute;
        top:2rem;
        left:3rem
    }
    .fullscreen .home-dropdown .react-select--search .input{
        background:url(../../../assets/new/img/icon/next.svg) no-repeat right 5px!important;
        background-size:45px 45px!important
    }
}
@media screen and (max-width:992px) and (min-width:767px){
    .fullscreen .home-dropdown .react-select--search .input{
        background:url(../../../assets/new/img/icon/next.svg) no-repeat right 8px!important;
        background-size:65px 65px!important
    }
    .fullscreen .search-filter-icon{
        top:2.4rem
    }
}
@media screen and (max-width:767px){
    .fullscreen .hero input.form-control,.fullscreen .hero .react-select.pill-select .wrapper,.react-select.pill-select .fullscreen .hero .react-select.wrapper .wrapper,.fullscreen .react-select.pill-select .hero .wrapper,.react-select.pill-select .fullscreen .react-select.wrapper .hero .wrapper,.fullscreen .hero .react-select.pill-select .input,.react-select.pill-select .fullscreen .hero .react-select.wrapper .input,.fullscreen .react-select.pill-select .hero .input,.react-select.pill-select .fullscreen .react-select.wrapper .hero .input{
        height:65px!important
    }
    .fullscreen .home-dropdown .react-select--search .input{
        background:url(../../../assets/new/img/icon/next.svg) no-repeat 102% -4px!important;
        background-size:80px 80px!important;
        padding-right:75px!important
    }
    .fullscreen .react-select .pill-select__pills{
        background:#fff
    }
    .fullscreen .hero .row .hero-search-block .react-search-box .has-cities .wrapper.position-relative .dropdown-menu{
        margin-top:2.6rem!important
    }
}
.burger__input{
    display:none
}
.burger__label{
    display:none;
    align-items:center;
    position:relative;
    z-index:11000;
    cursor:pointer;
    margin-top:10px!important;
    display:inline-block
}
.burger__label{
    display:flex
}
.burger__lines{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
    transition:transform .3s cubic-bezier(.25,.01,.75,1);
    font-size:25px
}
.burger__line{
    display:block;
    width:.9em;
    height:.1em;
    margin-top:.06em;
    margin-bottom:.14em;
    border-radius:.1em;
    background-color:#000;
    transition:all .3s cubic-bezier(.25,.01,.75,1)
}
.burger__label--arrowup .burger__lines{
    align-items:flex-end
}
.burger__label--arrowup .burger__line:nth-child(1){
    transform-origin:100% calc(.1em)
}
.burger__label--arrowup .burger__line:nth-child(3){
    transform-origin:100% 0
}
.burger__back.burger__label--arrowup .burger__line:nth-child(2){
    opacity:0
}
.burger__back.burger__label--arrowup .burger__line:nth-child(1){
    transform:translateY(calc( .1em * 1.2 + .08em * 2)) rotate(calc( 45 * 1deg))
}
.burger__back.burger__label--arrowup .burger__line:nth-child(3){
    transform:translateY(calc( calc( .1em * 1.2 + .08em * 2 ) * -1)) rotate(calc( calc( 45 * 1deg ) * -1))
}
.burger__back.burger__label--arrowup .burger__line:nth-child(1),.burger__back.burger__label--arrowup .burger__line:nth-child(3){
    width:calc(.9em * .6)
}
.burger__back.burger__label--arrowup .burger__lines{
    transform:translateY(calc( 0em * .25)) rotate(0deg)
}
@media screen and (min-width:1024px){
    .logo-menu-container{
        width:20%
    }
    .navigation-search{
        width:66%
    }
}
@media screen and (min-width:1024px) and (max-width:1199px){
    .logo-menu-container{
        width:10%
    }
    .navigation-search{
        width:83%
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .logo-menu-container .navbar-brand-logo{
        margin-right:10px
    }
    .logo-menu-container .navbar-brand-logo img{
        content:url(../../../assets/img/mobile-search-logo.svg);
        width:30px;
        height:30px
    }
}
@media screen and (min-width:1440px){
    .logo-menu-container{
        width:25%
    }
}
.filter-title{
    font-size:1rem;
    font-weight:700
}
.filter-sub-title{
    font-size:1rem;
    font-weight:400
}
.pill-select__pills::-webkit-scrollbar{
    -webkit-appearance:none
}
.pill-select__pills::-webkit-scrollbar:vertical{
    width:11px
}
.pill-select__pills::-webkit-scrollbar:horizontal{
    height:11px
}
.pill-select__pills::-webkit-scrollbar-thumb{
    border-radius:8px;
    border:4px solid #fff;
    background-color:rgba(0,0,0,.5)
}
@media(max-width:1023px){
    .input-pill-select{
        max-height:160px
    }
}
@media(max-width:425px){
    .navbar.has-cities.navbar-light.header-el .navbar-toggler-btn{
        top:24px
    }
}
@media(min-width:426px) and (max-width:766px){
    .navbar.has-cities.navbar-light.header-el .navbar-toggler-btn{
        top:14%
    }
}
@media(min-width:767px) and (max-width:768px){
    .navbar.has-cities.navbar-light.header-el .navbar-toggler-btn{
        top:23%
    }
}
@media(min-width:769px) and (max-width:1023px){
    .navbar.has-cities.navbar-light.header-el .navbar-toggler-btn{
        top:17%
    }
}
.navbar.has-cities .mobile-view-icons .fav-icon{
    margin-top:25px
}
.navbar.has-cities .mobile-view-icons .filter-icon{
    margin-top:27px
}
@media(min-width:767px) and (max-width:768px){
    .navbar.has-cities .position-relative.d-md-block.d-none .fav-icon{
        margin-top:-40px
    }
    .navbar.has-cities .position-relative.d-md-block.d-none .filter-icon{
        margin-top:-38px
    }
}
@media(min-width:769px) and (max-width:1023px){
    .navbar.has-cities .position-relative.d-md-block.d-none .fav-icon{
        margin-top:-30px
    }
    .navbar.has-cities .position-relative.d-md-block.d-none .filter-icon{
        margin-top:-25px
    }
}
.logo-content{
    right:-30px;
    top:-20px;
    width:90%
}
@media(max-width:1300px){
    .logo-content{
        right:-24px
    }
}
@media(max-width:1199px){
    .logo-content{
        top:-10px
    }
}
@media(max-width:1024px){
    .logo-content{
        right:-20px;
        top:-10px
    }
}
@media(max-width:991px){
    .logo-content{
        right:15px;
        top:24px
    }
}
@media(max-width:767px){
    .logo-content{
        top:15px
    }
}
.react-select.searchable-select-custom .form-control:disabled.form-control:required+.form-control-placeholder{
    font-size:75%;
    transform:translate3d(0.5rem,-230%,0);
    color:#8996a7
}
@media(min-width:1024px){
    .react-select.searchable-select-custom .form-control:disabled.form-control:required+.form-control-placeholder{
        transform:translate3d(0.5rem,-270%,0)
    }
}
@media(min-width:767px) and (max-width:1023.98px){
    .react-select.searchable-select-custom .form-control:disabled.form-control:required+.form-control-placeholder{
        transform:translate3d(0.5rem,-40px,0)
    }
}
.react-select.searchable-select-custom .form-control:disabled{
    background-color:#f9f9f9!important;
    opacity:1!important;
    color:#bebebe!important;
    padding-bottom:15px
}
@media(max-width:1023px){
    .react-select.searchable-select-custom .form-control:disabled{
        padding-bottom:24px!important
    }
}
@media(max-width:766px){
    .react-select.searchable-select-custom .form-control:disabled{
        padding-bottom:11px!important;
        padding-top:11px
    }
}
.home-dropdown .wrapper.is-international{
    background-color:#f9f9f9!important;
    opacity:1!important;
    color:#bebebe!important;
    pointer-events:none
}
.react-input-search-box.is-international{
    background-color:#f9f9f9!important;
    opacity:1!important;
    color:#bebebe!important
}
.react-input-search-box.is-international .input-pill-select{
    pointer-events:none
}
@media(max-width:1023px){
    .react-select.pill-select .wrapper .field{
        padding-bottom:0
    }
}
.filter-tool-tip{
    background-color:#061238;
    color:#fff;
    position:absolute;
    border-radius:10px;
    padding:15px 30px 15px 18px;
    z-index:950;
    top:30px;
    left:207px
}
@media(max-width:1199px){
    .filter-tool-tip{
        left:98px
    }
}
@media(max-width:1024px){
    .filter-tool-tip{
        left:45px;
        top:65px
    }
}
@media(max-width:991px){
    .filter-tool-tip{
        left:47px;
        top:65px
    }
}
@media(max-width:768px){
    .filter-tool-tip{
        left:45px;
        top:65px
    }
}
@media(max-width:767px){
    .filter-tool-tip{
        top:55px
    }
}
@media(max-width:525px){
    .filter-tool-tip{
        left:42px
    }
}
@media(max-width:475px){
    .filter-tool-tip{
        left:35px
    }
}
@media(max-width:425px){
    .filter-tool-tip{
        left:38px;
        top:60px
    }
}
@media(max-width:375px){
    .filter-tool-tip{
        left:45px
    }
}
.filter-tool-tip:before{
    content:""!important;
    margin-top:-25px!important;
    width:0!important;
    height:0!important;
    top:15px!important;
    left:25px!important;
    position:absolute!important;
    border-left:10px solid transparent!important;
    border-right:10px solid transparent!important;
    border-bottom:10px solid #061238!important
}
.filter-tool-tip:after{
    content:"x";
    color:#fff;
    position:absolute;
    right:10px;
    cursor:pointer
}
@media(max-width:425px){
    .search-filter-tool-tip .mobile-view-icons .filter-icon{
        width:30px;
        height:30px
    }
}
@media screen and (min-width:520px) and (max-width:768px){
    .search-filter-tool-tip .mobile-view-icons .filter-icon{
        height:30px!important;
        width:30px!important
    }
}
.search-filter-tool-tip .sticky-icon-search-new.position-relative .filter-icon{
    height:30px!important;
    width:30px!important
}
.toggle-label-transform{
    color:#495057;
    transform:translate3d(0.5rem,-230%,0);
    background:#fff;
    font-size:75%!important
}
 .ltn__header-top-area{
     padding-top: 13px;
    /* padding-bottom: 7px;
     */
     background-color: #061238;
}
 .ltn__header-top-area .col-md-7 .ltn__top-bar-menu ul:nth-child(1){
     display: flex !important;
     justify-content: space-evenly !important;
}
 .ltn__header-top-area .col-md-7 .ltn__top-bar-menu ul:nth-child(1) li a{
     text-decoration: none;
     font-weight: bold;
     font-size: 13px;
     color: white;
}
 .ltn__top-bar-menu ul li{
     list-style-type: none;
     color: white;
}
 .ltn__social-media ul{
     display: flex;
     justify-content: center;
    /* color: white;
     */
}
 .ltn__social-media i{
     color: white;
}
 .ltn__social-media ul li{
     padding-left: 15px;
     font-size: 16px;
    /* color: white;
     */
}
 .property-card.property-card--featured{
     height: 255px !important;
}
 .footer__social{
     background-color: transparent;
}
 .f1{
     padding-top: 25px;
     padding-bottom: 25px;
     background-color: #282b38;
}
 .f1 p{
     color: white;
     font-weight: bold;
}
 .f1 a{
     color: white;
     font-weight: bold;
     text-decoration: none;
     font-size:14px 
}
 .f1 span{
     color: white;
     font-size: 16px;
     font-weight: 500;
}
 .f1 .col-md-6:nth-child(2){
     text-align: end;
     font-weight: 500;
     font-size:16px;
}
 .c1 img{
     width : 100%;
}
 .block h2{
     text-align: center !important;
}
 .block p{
     text-align: center !important;
}
 .btn{
     text-align: center !important;
}
 .btn button{
     background-color: transparent;
     padding: 10px 30px;
     border: 1px solid blue;
     color: blue;
     font-weight: 600;
}
 .btn button:hover{
     background-color: rgb(13, 69, 153);
     ;
     color: white;
}
 .blc{
     background: white;
     margin: 20px 0px;
     padding: 7px 32px;
     transition: transform .2s;
     box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
 .blc:hover{
     transform: scale(1.1);
}
 .card.card-office{
     transition: transform .2s;
}
.card.card-office:hover {
}
.container.c1 {
    padding: 5% 15px;
}
div#goog-gt- {
    display: none;
}


@media (min-width: 1024px){
    .row.mt-4.office_list .col-sm-11.col-md-6.col-lg-3.my-1.mx-auto.mx-lg-0.pl-lg-1.pr-lg-1.pl-2.pr-2.pb-1.pt-0 {
        flex: 0 0 20%;
        max-width: 20% !important;
    }
}
section.posts_listings {
    width: 100%;
    padding-bottom: 5%;
}
section.posts_listings .text-center h2 {
    text-align: center;
}
section.posts_listings .text-center p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 3%;
}
.product_box {
    position: relative;
    margin-bottom: 20px;
}
img.posts_thumbnail {
    width: 100%;
    height: 175px;
    border-radius: 10px 10px 0 0;
}
.pos_A {
    position: absolute;
    top: 0;
    width: 100%;
    height: 175px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px 10px 0 0;
}
p.product_badge {
    position: absolute;
    margin: 0;
    color: #ffffff;
    background: #061238;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 11px;
    border-radius: 5px;
    top: 10px;
    right: 10px;
}
p.product_badge.red_badge {
    background: #fc5770;
}
.pos_A a {
    color: #061238;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
    line-height: 1;
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
    text-decoration: none;
}
.pos_A a i.fa.fa-repeat {
    padding-left: 5px;
}
.product_content {
    padding: 10px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0 0 10px 10px;
}
p.product_price {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fc5770;
}
p.product_price span {
    font-size: 13px;
    font-weight: 500;
}
h3.product_title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
p.product_address {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
p.product_address i.fa.fa-map-marker {
    padding-left: 5px;
}
a.product_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fc5770;
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    margin: 10px 0;
    display: none;
}
a.product_btn:hover {
    background: #fd90a0;
}
.beds {
    padding: 10px;
    border: 1px solid;
    border-radius: 0 0 10px 10px;
    display: none;
}
.beds ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.beds ul li {
    padding-left: 10px;
    font-size: 13px;
}
.beds ul li i {
    margin-left: 5px;
    width: 22px;
    height: 22px;
    padding: 4px;
    border: 1px solid #000000;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fc5770;
}
.card-office__call-btn a.btn.btn-primary.mx-2 {
    background: #fc5770;
    border: 1px solid #fc5770;
}
.card-office__call-btn a.btn.btn-primary.mx-2:hover {
    background: #fd90a0;
    border: 1px solid #fd90a0;
}
button.btn.btn-secondary.btn-block.search-btn {
    background: #059505;
    border-color: #059505;
}
body.eng_ver p {
    white-space: normal !important;
}
body.eng_ver .sidemenu__header {
    transform: translateX(-320px);
}
body.eng_ver .sidemenu__body {
    transform: translateX(-320px);
}
body.eng_ver .sidemenu__body {
    left: 0;
}
body.eng_ver ul.sidemenu__menu.font-weight-bold {
    padding-left: 0;
    padding-right: 1rem;
}
body.eng_ver .sidemenu__menu-item {
    border-radius: 0 24px 24px 0 !important;
}
img.sticky-icon__icon.fav-icon {
    display: none;
}
.banner {
    position: relative;
    width: 100%;
    padding-bottom: 35%;
}
.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ltn__shop-details-inner.ltn__page-details-inner.mb-60 {
    padding-top: 5%;
}
body.eng_ver [type=radio]:checked+label::before, body.eng_ver [type=radio]:not(:checked)+label::before {
    left: 33px;
    right: auto;
}
body.eng_ver [type=radio]:checked+label::after, body.eng_ver [type=radio]:not(:checked)+label::after {
    right: auto;
    left: 38px;
}
.card-office  .card-body {
    min-height: 280px;
}
.card-office__call-btn {
    position: absolute;
    width: 100%;
    top: 90px;
}
.sidemenu__body ul.sidemenu__menu li .dropdown div#menu-box .dropdown ul.dropdown-menu {
    position: absolute !important;
    width: 100%;
}
body.home_page1223 a.sticky-icon-ios {
    display: none;
}
a.sticky-icon-ios {
    display: flex;
}
a.sticky-icon-ios i.fa.fa-arrow-right {
    color: #ffffff;
    margin: auto;
    font-size: 22px;
}
.slick-dots{
    display: none !important;
}
@media only screen and (max-width:786px) {

    .ad_preview_slider li{
        height: 140px !important;
    }
    .ad_preview_slider li .item{
        width: 100px !important;
        height: 100px !important;
    }

    footer, .container-fluid.f1, nav[aria-label="breadcrumb"] {
        display: none;
    }
    .product_box{
        height: 130px !important;
    }
    .product_box .details{
        height: 40px !important;
    }
    .product_box .image{
        height: 60% !important;
    }
    .porduct_box .blue_badge{
        /* top: 100px !important;
        right: 100px !important; */
    }
}
.rounded{
    border-radius: 5px !important;
}

.nav_dropdown:hover{
    color: inherit !important;
    text-decoration: none !important;
}
.search_input_field{
    padding: 0px !important;
    color: gray !important;
}