
body::-webkit-scrollbar{
    width: 10px;
    border: 0.1px solid #dadada9c;
    background-color: transparent;
}
body::-webkit-scrollbar-thumb{
    border-radius: 20px;
    background-color:#dadada;
}

.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(0,0,0,.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:30px;
    max-width:100%;
    height:auto
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:.5rem;
    line-height:1
}
.figure-caption{
    font-size:90%;
    color:#6c757d
}
.alert{
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:30px
}
.alert-heading{
    color:inherit
}
.alert-link{
    font-weight:700
}
.alert-dismissible{
    padding-right:4rem
}
.alert-dismissible .close{
    position:absolute;
    top:0;
    right:0;
    padding:.75rem 1.25rem;
    color:inherit
}
.alert-primary{
    color:#5c162b;
    background-color:#efd5dc;
    border-color:#e9c4cf
}
.alert-primary hr{
    border-top-color:#e2b1c0
}
.alert-primary .alert-link{
    color:#330c18
}
.alert-secondary{
    color:#3a675f;
    background-color:#e2f4f1;
    border-color:#d7efeb
}
.alert-secondary hr{
    border-top-color:#c5e8e2
}
.alert-secondary .alert-link{
    color:#284641
}
.alert-success{
    color:#155724;
    background-color:#d4edda;
    border-color:#c3e6cb
}
.alert-success hr{
    border-top-color:#b1dfbb
}
.alert-success .alert-link{
    color:#0b2e13
}
.alert-info{
    color:#0c5460;
    background-color:#d1ecf1;
    border-color:#bee5eb
}
.alert-info hr{
    border-top-color:#abdde5
}
.alert-info .alert-link{
    color:#062c33
}
.alert-warning{
    color:#856404;
    background-color:#fff3cd;
    border-color:#ffeeba
}
.alert-warning hr{
    border-top-color:#ffe8a1
}
.alert-warning .alert-link{
    color:#533f03
}
.alert-danger{
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb
}
.alert-danger hr{
    border-top-color:#f1b0b7
}
.alert-danger .alert-link{
    color:#491217
}
.alert-light{
    color:#818182;
    background-color:#fefefe;
    border-color:#fdfdfe
}
.alert-light hr{
    border-top-color:#ececf6
}
.alert-light .alert-link{
    color:#686868
}
.alert-dark{
    color:#000;
    background-color:#ccc;
    border-color:#b8b8b8
}
.alert-dark hr{
    border-top-color:#ababab
}
.alert-dark .alert-link{
    color:#000
}
.container{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.container-fluid{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto{
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col{
    -ms-flex-preferred-size:0;
    flex-basis:0;
    -ms-flex-positive:1;
    flex-grow:1;
    max-width:100%
}
.col-auto{
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:none
}
.col-1{
    -ms-flex:0 0 8.33333%;
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.col-2{
    -ms-flex:0 0 16.66667%;
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-3{
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    -ms-flex:0 0 33.33333%;
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-5{
    -ms-flex:0 0 41.66667%;
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.col-6{
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    -ms-flex:0 0 58.33333%;
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.col-8{
    -ms-flex:0 0 66.66667%;
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.col-9{
    -ms-flex:0 0 75%;
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    -ms-flex:0 0 83.33333%;
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.col-11{
    -ms-flex:0 0 91.66667%;
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.col-12{
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}
.order-first{
    -ms-flex-order:-1;
    order:-1
}
.order-last{
    -ms-flex-order:13;
    order:13
}
.order-0{
    -ms-flex-order:0;
    order:0
}
.order-1{
    -ms-flex-order:1;
    order:1
}
.order-2{
    -ms-flex-order:2;
    order:2
}
.order-3{
    -ms-flex-order:3;
    order:3
}
.order-4{
    -ms-flex-order:4;
    order:4
}
.order-5{
    -ms-flex-order:5;
    order:5
}
.order-6{
    -ms-flex-order:6;
    order:6
}
.order-7{
    -ms-flex-order:7;
    order:7
}
.order-8{
    -ms-flex-order:8;
    order:8
}
.order-9{
    -ms-flex-order:9;
    order:9
}
.order-10{
    -ms-flex-order:10;
    order:10
}
.order-11{
    -ms-flex-order:11;
    order:11
}
.order-12{
    -ms-flex-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%
}
.form-control{
    display:block;
    width:100%;
    padding:.8rem .75rem;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:30px;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#df7c99;
    outline:0;
    box-shadow:none
}
.form-control:-ms-input-placeholder{
    color:#6c757d;
    opacity:1
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#e9ecef;
    opacity:1
}
select.form-control:not([size]):not([multiple]){
    height:calc(3.1rem + 2px)
}
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(.8rem + 1px);
    padding-bottom:calc(.8rem + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1.5
}
.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-top:.8rem;
    padding-bottom:.8rem;
    margin-bottom:0;
    line-height:1.5;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{
    padding-right:0;
    padding-left:0
}
.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:2px
}
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){
    height:calc(1.8125rem + 2px)
}
.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:30px
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){
    height:calc(2.875rem + 2px)
}
.form-group{
    margin-bottom:1rem
}
.form-text{
    display:block;
    margin-top:.25rem
}
.form-row{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    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{
    color:#6c757d
}
.form-check-label{
    margin-bottom:0
}
.form-check-inline{
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-align:center;
    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:#28a745
}
.valid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.5rem;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1;
    color:#fff;
    background-color:rgba(40,167,69,.8);
    border-radius:.2rem
}
.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{
    border-color:#28a745
}
.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{
    display:block
}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{
    color:#28a745
}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{
    display:block
}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{
    color:#28a745
}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{
    background-color:#71dd8a
}
.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{
    display:block
}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{
    background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{
    border-color:#28a745
}
.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{
    border-color:inherit
}
.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{
    display:block
}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#dc3545
}
.invalid-tooltip{
    position:absolute;
    top:100%;
    z-index:5;
    display:none;
    max-width:100%;
    padding:.5rem;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1;
    color:#fff;
    background-color:rgba(220,53,69,.8);
    border-radius:.2rem
}
.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{
    border-color:#dc3545
}
.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{
    display:block
}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{
    color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{
    display:block
}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{
    color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{
    background-color:#efa2a9
}
.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{
    display:block
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{
    background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{
    border-color:#dc3545
}
.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{
    border-color:inherit
}
.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{
    display:block
}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-align:center;
    align-items:center
}
.form-inline .form-check{
    width:100%
}
.btn{
    display:inline-block;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border:1px solid transparent;
    padding:.8rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:30px;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn:focus,.btn:hover{
    text-decoration:none
}
.btn.focus,.btn:focus{
    outline:0;
    box-shadow:none
}
.btn.disabled,.btn:disabled{
    opacity:.65
}
.btn:not(:disabled):not(.disabled){
    cursor:pointer
}
.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{
    background-image:none
}
a.btn.disabled,fieldset:disabled a.btn{
    pointer-events:none
}
.btn-primary{
    color:#fff;
    background-color:#b12b52;
    border-color:#b12b52
}
.btn-primary:hover{
    color:#fff;
    background-color:#922444;
    border-color:#88213f
}
.btn-primary.focus,.btn-primary:focus{
    box-shadow:0 0 0 .2rem rgba(177,43,82,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#b12b52;
    border-color:#b12b52
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#88213f;
    border-color:#7e1f3a
}
.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(177,43,82,.5)
}
.btn-secondary{
    color:#212529;
    background-color:#6fc7b7;
    border-color:#6fc7b7
}
.btn-secondary:hover{
    color:#212529;
    background-color:#53bca9;
    border-color:#4ab9a5
}
.btn-secondary.focus,.btn-secondary:focus{
    box-shadow:0 0 0 .2rem rgba(111,199,183,.5)
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#212529;
    background-color:#6fc7b7;
    border-color:#6fc7b7
}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{
    color:#fff;
    background-color:#4ab9a5;
    border-color:#45b19e
}
.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(111,199,183,.5)
}
.btn-success{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-success:hover{
    color:#fff;
    background-color:#218838;
    border-color:#1e7e34
}
.btn-success.focus,.btn-success:focus{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-success.disabled,.btn-success:disabled{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
    color:#fff;
    background-color:#1e7e34;
    border-color:#1c7430
}
.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(40,167,69,.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{
    box-shadow:0 0 0 .2rem rgba(23,162,184,.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(23,162,184,.5)
}
.btn-warning{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-warning:hover{
    color:#212529;
    background-color:#e0a800;
    border-color:#d39e00
}
.btn-warning.focus,.btn-warning:focus{
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-warning.disabled,.btn-warning:disabled{
    color:#212529;
    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:#212529;
    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(255,193,7,.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{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.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(220,53,69,.5)
}
.btn-light{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:hover{
    color:#212529;
    background-color:#e2e6ea;
    border-color:#dae0e5
}
.btn-light.focus,.btn-light:focus{
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-light.disabled,.btn-light:disabled{
    color:#212529;
    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:#212529;
    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(248,249,250,.5)
}
.btn-dark{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-dark:hover{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-dark.focus,.btn-dark:focus{
    box-shadow:0 0 0 .2rem rgba(0,0,0,.5)
}
.btn-dark.disabled,.btn-dark:disabled{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.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(0,0,0,.5)
}
.btn-outline-primary{
    color:#b12b52;
    background-color:transparent;
    background-image:none;
    border-color:#b12b52
}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#b12b52;
    border-color:#b12b52
}
.btn-outline-primary.focus,.btn-outline-primary:focus{
    box-shadow:0 0 0 .2rem rgba(177,43,82,.5)
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#b12b52;
    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:#b12b52;
    border-color:#b12b52
}
.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(177,43,82,.5)
}
.btn-outline-secondary{
    color:#6fc7b7;
    background-color:transparent;
    background-image:none;
    border-color:#6fc7b7
}
.btn-outline-secondary:hover{
    color:#212529;
    background-color:#6fc7b7;
    border-color:#6fc7b7
}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{
    box-shadow:0 0 0 .2rem rgba(111,199,183,.5)
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
    color:#6fc7b7;
    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:#212529;
    background-color:#6fc7b7;
    border-color:#6fc7b7
}
.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(111,199,183,.5)
}
.btn-outline-success{
    color:#28a745;
    background-color:transparent;
    background-image:none;
    border-color:#28a745
}
.btn-outline-success:hover{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-outline-success.focus,.btn-outline-success:focus{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success.disabled,.btn-outline-success:disabled{
    color:#28a745;
    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:#28a745;
    border-color:#28a745
}
.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(40,167,69,.5)
}
.btn-outline-info{
    color:#17a2b8;
    background-color:transparent;
    background-image:none;
    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;
    background-color:transparent;
    background-image:none;
    border-color:#ffc107
}
.btn-outline-warning:hover{
    color:#212529;
    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:#212529;
    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;
    background-color:transparent;
    background-image:none;
    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;
    background-color:transparent;
    background-image:none;
    border-color:#f8f9fa
}
.btn-outline-light:hover{
    color:#212529;
    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:#212529;
    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:#000;
    background-color:transparent;
    background-image:none;
    border-color:#000
}
.btn-outline-dark:hover{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.btn-outline-dark.focus,.btn-outline-dark:focus{
    box-shadow:0 0 0 .2rem rgba(0,0,0,.5)
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{
    color:#000;
    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:#000;
    border-color:#000
}
.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(0,0,0,.5)
}
.btn-link{
    font-weight:400;
    color:#b12b52;
    background-color:transparent
}
.btn-link:hover{
    color:#731c35;
    text-decoration:underline;
    background-color:transparent;
    border-color:transparent
}
.btn-link.focus,.btn-link:focus{
    text-decoration:underline;
    border-color:transparent;
    box-shadow:none
}
.btn-link.disabled,.btn-link:disabled{
    color:#6c757d
}
.btn-group-lg>.btn,.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:30px
}
.btn-group-sm>.btn,.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:2px
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:.5rem
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
    width:100%
}
.fade{
    opacity:0;
    transition:opacity .15s linear
}
.fade.show{
    opacity:1
}
.collapse{
    display:none
}
.collapse.show{
    display:block
}
tr.collapse.show{
    display:table-row
}
tbody.collapse.show{
    display:table-row-group
}
.collapsing{
    position:relative;
    height:0;
    overflow:hidden;
    transition:height .35s ease
}
.dropdown,.dropup{
    position:relative
}
.dropdown-toggle::after{
    display:inline-block;
    width:0;
    height:0;
    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:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.15);
    border-radius:30px
}
.dropup .dropdown-menu{
    margin-top:0;
    margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
    display:inline-block;
    width:0;
    height:0;
    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{
    margin-top:0;
    margin-left:.125rem
}
.dropright .dropdown-toggle::after{
    display:inline-block;
    width:0;
    height:0;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid transparent;
    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{
    margin-top:0;
    margin-right:.125rem
}
.dropleft .dropdown-toggle::after{
    display:inline-block;
    width:0;
    height:0;
    margin-left:.255em;
    vertical-align:.255em;
    content:""
}
.dropleft .dropdown-toggle::after{
    display:none
}
.dropleft .dropdown-toggle::before{
    display:inline-block;
    width:0;
    height:0;
    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-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:#212529;
    text-align:inherit;
    white-space:nowrap;
    background-color:transparent;
    border:0
}
.dropdown-item:focus,.dropdown-item:hover{
    color:#16181b;
    text-decoration:none;
    background-color:#f8f9fa
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#b12b52
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    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
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:-ms-inline-flexbox;
    display:inline-flex;
    vertical-align:middle
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    -ms-flex:0 1 auto;
    flex:0 1 auto
}
.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{
    z-index:1
}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{
    z-index:1
}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{
    margin-left:-1px
}
.btn-toolbar{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.btn-group>.btn:first-child{
    margin-left:0
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.dropdown-toggle-split{
    padding-right:.5625rem;
    padding-left:.5625rem
}
.dropdown-toggle-split::after{
    margin-left:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
    padding-right:.375rem;
    padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
    padding-right:.75rem;
    padding-left:.75rem
}
.btn-group-vertical{
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:center;
    justify-content:center
}
.btn-group-vertical .btn,.btn-group-vertical .btn-group{
    width:100%
}
.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{
    margin-top:-1px;
    margin-left:0
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){
    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=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.input-group{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:stretch;
    align-items:stretch;
    width:100%
}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    width:1%;
    margin-bottom:0
}
.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{
    z-index:3
}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{
    margin-left:-1px
}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group>.custom-file{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.input-group-append,.input-group-prepend{
    display:-ms-flexbox;
    display:flex
}
.input-group-append .btn,.input-group-prepend .btn{
    position:relative;
    z-index:2
}
.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{
    margin-left:-1px
}
.input-group-prepend{
    margin-right:-1px
}
.input-group-append{
    margin-left:-1px
}
.input-group-text{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    padding:.8rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    text-align:center;
    white-space:nowrap;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:30px
}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
    margin-top:0
}
.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),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{
    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:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.breadcrumb{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:.75rem 1rem;
    margin-bottom:1rem;
    list-style:none;
    background-color:#e9ecef;
    border-radius:30px
}
.breadcrumb-item+.breadcrumb-item::before{
    display:inline-block;
    padding-right:.5rem;
    padding-left:.5rem;
    color:#6c757d;
    content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:underline
}
.breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:none
}
.breadcrumb-item.active{
    color:#6c757d
}
.pagination{
    display:-ms-flexbox;
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:30px
}
.page-link{
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#b12b52;
    background-color:#6fc7b7;
    border:1px solid #dee2e6
}
.page-link:hover{
    color:#731c35;
    text-decoration:none;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.page-link:focus{
    z-index:2;
    outline:0;
    box-shadow:none
}
.page-link:not(:disabled):not(.disabled){
    cursor:pointer
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:30px;
    border-bottom-left-radius:30px
}
.page-item:last-child .page-link{
    border-top-right-radius:30px;
    border-bottom-right-radius:30px
}
.page-item.active .page-link{
    z-index:1;
    color:#fff;
    background-color:#b12b52;
    border-color:#b12b52
}
.page-item.disabled .page-link{
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}
.pagination-lg .page-link{
    padding:.75rem 1.5rem;
    font-size:1.25rem;
    line-height:1.5
}
.pagination-lg .page-item:first-child .page-link{
    border-top-left-radius:30px;
    border-bottom-left-radius:30px
}
.pagination-lg .page-item:last-child .page-link{
    border-top-right-radius:30px;
    border-bottom-right-radius:30px
}
.pagination-sm .page-link{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5
}
.pagination-sm .page-item:first-child .page-link{
    border-top-left-radius:2px;
    border-bottom-left-radius:2px
}
.pagination-sm .page-item:last-child .page-link{
    border-top-right-radius:2px;
    border-bottom-right-radius:2px
}
.list-group{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0
}
.list-group-item-action{
    width:100%;
    color:#495057;
    text-align:inherit
}
.list-group-item-action:focus,.list-group-item-action:hover{
    color:#495057;
    text-decoration:none;
    background-color:#f8f9fa
}
.list-group-item-action:active{
    color:#212529;
    background-color:#e9ecef
}
.list-group-item{
    position:relative;
    display:block;
    padding:.75rem 1.25rem;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child{
    border-top-left-radius:30px;
    border-top-right-radius:30px
}
.list-group-item:last-child{
    margin-bottom:0;
    border-bottom-right-radius:30px;
    border-bottom-left-radius:30px
}
.list-group-item:focus,.list-group-item:hover{
    z-index:1;
    text-decoration:none
}
.list-group-item.disabled,.list-group-item:disabled{
    color:#6c757d;
    background-color:#fff
}
.list-group-item.active{
    z-index:2;
    color:#fff;
    background-color:#b12b52;
    border-color:#b12b52
}
.list-group-flush .list-group-item{
    border-right:0;
    border-left:0;
    border-radius:0
}
.list-group-flush:first-child .list-group-item:first-child{
    border-top:0
}
.list-group-flush:last-child .list-group-item:last-child{
    border-bottom:0
}
.list-group-item-primary{
    color:#5c162b;
    background-color:#e9c4cf
}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{
    color:#5c162b;
    background-color:#e2b1c0
}
.list-group-item-primary.list-group-item-action.active{
    color:#fff;
    background-color:#5c162b;
    border-color:#5c162b
}
.list-group-item-secondary{
    color:#3a675f;
    background-color:#d7efeb
}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{
    color:#3a675f;
    background-color:#c5e8e2
}
.list-group-item-secondary.list-group-item-action.active{
    color:#fff;
    background-color:#3a675f;
    border-color:#3a675f
}
.list-group-item-success{
    color:#155724;
    background-color:#c3e6cb
}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{
    color:#155724;
    background-color:#b1dfbb
}
.list-group-item-success.list-group-item-action.active{
    color:#fff;
    background-color:#155724;
    border-color:#155724
}
.list-group-item-info{
    color:#0c5460;
    background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{
    color:#0c5460;
    background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active{
    color:#fff;
    background-color:#0c5460;
    border-color:#0c5460
}
.list-group-item-warning{
    color:#856404;
    background-color:#ffeeba
}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{
    color:#856404;
    background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active{
    color:#fff;
    background-color:#856404;
    border-color:#856404
}
.list-group-item-danger{
    color:#721c24;
    background-color:#f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{
    color:#721c24;
    background-color:#f1b0b7
}
.list-group-item-danger.list-group-item-action.active{
    color:#fff;
    background-color:#721c24;
    border-color:#721c24
}
.list-group-item-light{
    color:#818182;
    background-color:#fdfdfe
}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{
    color:#818182;
    background-color:#ececf6
}
.list-group-item-light.list-group-item-action.active{
    color:#fff;
    background-color:#818182;
    border-color:#818182
}
.list-group-item-dark{
    color:#000;
    background-color:#b8b8b8
}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{
    color:#000;
    background-color:#ababab
}
.list-group-item-dark.list-group-item-action.active{
    color:#fff;
    background-color:#000;
    border-color:#000
}
.close{
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.close:focus,.close:hover{
    color:#000;
    text-decoration:none;
    opacity:.75
}
.close:not(:disabled):not(.disabled){
    cursor:pointer
}
button.close{
    padding:0;
    background-color:transparent;
    border:0;
    -webkit-appearance:none
}
.modal-open{
    overflow:hidden
}
.modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    outline:0
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .3s ease-out;
    -ms-transform:translate(0,-25%);
    transform:translate(0,-25%)
}
.modal.show .modal-dialog{
    -ms-transform:translate(0,0);
    transform:translate(0,0)
}
.modal-dialog-centered{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2))
}
.modal-content{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(0,0,0,.2);
    border-radius:30px;
    outline:0
}
.modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:start;
    align-items:flex-start;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1rem;
    border-bottom:1px solid #e9ecef;
    border-top-left-radius:30px;
    border-top-right-radius:30px
}
.modal-header .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:1rem;
    border-top:1px solid #e9ecef
}
.modal-footer>:not(:first-child){
    margin-left:.25rem
}
.modal-footer>:not(:last-child){
    margin-right:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
.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:#b12b52!important
}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{
    background-color:#88213f!important
}
.bg-secondary{
    background-color:#6fc7b7!important
}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
    background-color:#4ab9a5!important
}
.bg-success{
    background-color:#28a745!important
}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{
    background-color:#1e7e34!important
}
.bg-info{
    background-color:#17a2b8!important
}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{
    background-color:#117a8b!important
}
.bg-warning{
    background-color:#ffc107!important
}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{
    background-color:#d39e00!important
}
.bg-danger{
    background-color:#dc3545!important
}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{
    background-color:#bd2130!important
}
.bg-light{
    background-color:#f8f9fa!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#dae0e5!important
}
.bg-dark{
    background-color:#000!important
}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{
    background-color:#000!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:#b12b52!important
}
.border-secondary{
    border-color:#6fc7b7!important
}
.border-success{
    border-color:#28a745!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:#000!important
}
.border-white{
    border-color:#fff!important
}
.rounded{
    border-radius:30px!important
}
.rounded-top{
    border-top-left-radius:30px!important;
    border-top-right-radius:30px!important
}
.rounded-right{
    border-top-right-radius:30px!important;
    border-bottom-right-radius:30px!important
}
.rounded-bottom{
    border-bottom-right-radius:30px!important;
    border-bottom-left-radius:30px!important
}
.rounded-left{
    border-top-left-radius:30px!important;
    border-bottom-left-radius:30px!important
}
.rounded-circle{
    border-radius:50%!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{
    display:-ms-flexbox!important;
    display:flex!important
}
.d-inline-flex{
    display:-ms-inline-flexbox!important;
    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 embed,.embed-responsive iframe,.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{
    -ms-flex-direction:row!important;
    flex-direction:row!important
}
.flex-column{
    -ms-flex-direction:column!important;
    flex-direction:column!important
}
.flex-row-reverse{
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important
}
.flex-column-reverse{
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
}
.flex-wrap{
    -ms-flex-wrap:wrap!important;
    flex-wrap:wrap!important
}
.flex-nowrap{
    -ms-flex-wrap:nowrap!important;
    flex-wrap:nowrap!important
}
.flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse!important;
    flex-wrap:wrap-reverse!important
}
.justify-content-start{
    -ms-flex-pack:start!important;
    justify-content:flex-start!important
}
.justify-content-end{
    -ms-flex-pack:end!important;
    justify-content:flex-end!important
}
.justify-content-center{
    -ms-flex-pack:center!important;
    justify-content:center!important
}
.justify-content-between{
    -ms-flex-pack:justify!important;
    justify-content:space-between!important
}
.justify-content-around{
    -ms-flex-pack:distribute!important;
    justify-content:space-around!important
}
.align-items-start{
    -ms-flex-align:start!important;
    align-items:flex-start!important
}
.align-items-end{
    -ms-flex-align:end!important;
    align-items:flex-end!important
}
.align-items-center{
    -ms-flex-align:center!important;
    align-items:center!important
}
.align-items-baseline{
    -ms-flex-align:baseline!important;
    align-items:baseline!important
}
.align-items-stretch{
    -ms-flex-align:stretch!important;
    align-items:stretch!important
}
.align-content-start{
    -ms-flex-line-pack:start!important;
    align-content:flex-start!important
}
.align-content-end{
    -ms-flex-line-pack:end!important;
    align-content:flex-end!important
}
.align-content-center{
    -ms-flex-line-pack:center!important;
    align-content:center!important
}
.align-content-between{
    -ms-flex-line-pack:justify!important;
    align-content:space-between!important
}
.align-content-around{
    -ms-flex-line-pack:distribute!important;
    align-content:space-around!important
}
.align-content-stretch{
    -ms-flex-line-pack:stretch!important;
    align-content:stretch!important
}
.align-self-auto{
    -ms-flex-item-align:auto!important;
    -ms-grid-row-align:auto!important;
    align-self:auto!important
}
.align-self-start{
    -ms-flex-item-align:start!important;
    align-self:flex-start!important
}
.align-self-end{
    -ms-flex-item-align:end!important;
    align-self:flex-end!important
}
.align-self-center{
    -ms-flex-item-align:center!important;
    -ms-grid-row-align:center!important;
    align-self:center!important
}
.align-self-baseline{
    -ms-flex-item-align:baseline!important;
    align-self:baseline!important
}
.align-self-stretch{
    -ms-flex-item-align:stretch!important;
    -ms-grid-row-align:stretch!important;
    align-self:stretch!important
}
html[dir=ltr] .float-left{
    float:left!important
}
html[dir=rtl] .float-left{
    float:right!important
}
html[dir=ltr] .float-right{
    float:right!important
}
html[dir=rtl] .float-right{
    float:left!important
}
.float-none{
    float:none!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:-webkit-sticky!important;
    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:-webkit-sticky) or (position:sticky)){
    .sticky-top{
        position:-webkit-sticky;
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    overflow:visible;
    clip:auto;
    white-space:normal;
    -webkit-clip-path:none;
    clip-path:none
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.mw-100{
    max-width:100%!important
}
.mh-100{
    max-height:100%!important
}
.m-0{
    margin:0!important
}
.mt-0,.my-0{
    margin-top:0!important
}
html[dir=ltr] .mr-0{
    margin-right:0!important
}
html[dir=rtl] .mr-0{
    margin-left:0!important
}
.mx-0{
    margin-right:0!important
}
.mb-0,.my-0{
    margin-bottom:0!important
}
html[dir=ltr] .ml-0{
    margin-left:0!important
}
html[dir=rtl] .ml-0{
    margin-right:0!important
}
.mx-0{
    margin-left:0!important
}
.m-1{
    margin:.25rem!important
}
.mt-1,.my-1{
    margin-top:.25rem!important
}
html[dir=ltr] .mr-1{
    margin-right:.25rem!important
}
html[dir=rtl] .mr-1{
    margin-left:.25rem!important
}
.mx-1{
    margin-right:.25rem!important
}
.mb-1,.my-1{
    margin-bottom:.25rem!important
}
html[dir=ltr] .ml-1{
    margin-left:.25rem!important
}
html[dir=rtl] .ml-1{
    margin-right:.25rem!important
}
.mx-1{
    margin-left:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.mt-2,.my-2{
    margin-top:.5rem!important
}
html[dir=ltr] .mr-2{
    margin-right:.5rem!important
}
html[dir=rtl] .mr-2{
    margin-left:.5rem!important
}
.mx-2{
    margin-right:.5rem!important
}
.mb-2,.my-2{
    margin-bottom:.5rem!important
}
html[dir=ltr] .ml-2{
    margin-left:.5rem!important
}
html[dir=rtl] .ml-2{
    margin-right:.5rem!important
}
.mx-2{
    margin-left:.5rem!important
}
.m-3{
    margin:1rem!important
}
.mt-3,.my-3{
    margin-top:1rem!important
}
html[dir=ltr] .mr-3{
    margin-right:1rem!important
}
html[dir=rtl] .mr-3{
    margin-left:1rem!important
}
.mx-3{
    margin-right:1rem!important
}
.mb-3,.my-3{
    margin-bottom:1rem!important
}
html[dir=ltr] .ml-3{
    margin-left:1rem!important
}
html[dir=rtl] .ml-3{
    margin-right:1rem!important
}
.mx-3{
    margin-left:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.mt-4,.my-4{
    margin-top:1.5rem!important
}
html[dir=ltr] .mr-4{
    margin-right:1.5rem!important
}
html[dir=rtl] .mr-4{
    margin-left:1.5rem!important
}
.mx-4{
    margin-right:1.5rem!important
}
.mb-4,.my-4{
    margin-bottom:1.5rem!important
}
html[dir=ltr] .ml-4{
    margin-left:1.5rem!important
}
html[dir=rtl] .ml-4{
    margin-right:1.5rem!important
}
.mx-4{
    margin-left:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.mt-5,.my-5{
    margin-top:3rem!important
}
html[dir=ltr] .mr-5{
    margin-right:3rem!important
}
html[dir=rtl] .mr-5{
    margin-left:3rem!important
}
.mx-5{
    margin-right:3rem!important
}
.mb-5,.my-5{
    margin-bottom:3rem!important
}
html[dir=ltr] .ml-5{
    margin-left:3rem!important
}
html[dir=rtl] .ml-5{
    margin-right:3rem!important
}
.mx-5{
    margin-left:3rem!important
}
.p-0{
    padding:0!important
}
.pt-0,.py-0{
    padding-top:0!important
}
html[dir=ltr] .pr-0{
    padding-right:0!important
}
html[dir=rtl] .pr-0{
    padding-left:0!important
}
.px-0{
    padding-right:0!important
}
.pb-0,.py-0{
    padding-bottom:0!important
}
html[dir=ltr] .pl-0{
    padding-left:0!important
}
html[dir=rtl] .pl-0{
    padding-right:0!important
}
.px-0{
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.pt-1,.py-1{
    padding-top:.25rem!important
}
html[dir=ltr] .pr-1{
    padding-right:.25rem!important
}
html[dir=rtl] .pr-1{
    padding-left:.25rem!important
}
.px-1{
    padding-right:.25rem!important
}
.pb-1,.py-1{
    padding-bottom:.25rem!important
}
html[dir=ltr] .pl-1{
    padding-left:.25rem!important
}
html[dir=rtl] .pl-1{
    padding-right:.25rem!important
}
.px-1{
    padding-left:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.pt-2,.py-2{
    padding-top:.5rem!important
}
html[dir=ltr] .pr-2{
    padding-right:.5rem!important
}
html[dir=rtl] .pr-2{
    padding-left:.5rem!important
}
.px-2{
    padding-right:.5rem!important
}
.pb-2,.py-2{
    padding-bottom:.5rem!important
}
html[dir=ltr] .pl-2{
    padding-left:.5rem!important
}
html[dir=rtl] .pl-2{
    padding-right:.5rem!important
}
.px-2{
    padding-left:.5rem!important
}
.p-3{
    padding:1rem!important
}
.pt-3,.py-3{
    padding-top:1rem!important
}
html[dir=ltr] .pr-3{
    padding-right:1rem!important
}
html[dir=rtl] .pr-3{
    padding-left:1rem!important
}
.px-3{
    padding-right:1rem!important
}
.pb-3,.py-3{
    padding-bottom:1rem!important
}
html[dir=ltr] .pl-3{
    padding-left:1rem!important
}
html[dir=rtl] .pl-3{
    padding-right:1rem!important
}
.px-3{
    padding-left:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.pt-4,.py-4{
    padding-top:1.5rem!important
}
html[dir=ltr] .pr-4{
    padding-right:1.5rem!important
}
html[dir=rtl] .pr-4{
    padding-left:1.5rem!important
}
.px-4{
    padding-right:1.5rem!important
}
.pb-4,.py-4{
    padding-bottom:1.5rem!important
}
html[dir=ltr] .pl-4{
    padding-left:1.5rem!important
}
html[dir=rtl] .pl-4{
    padding-right:1.5rem!important
}
.px-4{
    padding-left:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.pt-5,.py-5{
    padding-top:3rem!important
}
html[dir=ltr] .pr-5{
    padding-right:3rem!important
}
html[dir=rtl] .pr-5{
    padding-left:3rem!important
}
.px-5{
    padding-right:3rem!important
}
.pb-5,.py-5{
    padding-bottom:3rem!important
}
html[dir=ltr] .pl-5{
    padding-left:3rem!important
}
html[dir=rtl] .pl-5{
    padding-right:3rem!important
}
.px-5{
    padding-left:3rem!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
}
.text-justify{
    text-align:justify!important
}
.text-nowrap{
    white-space:nowrap!important
}
.text-truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
html[dir=ltr] .text-left{
    text-align:left!important
}
html[dir=rtl] .text-left{
    text-align:right!important
}
html[dir=ltr] .text-right{
    text-align:right!important
}
html[dir=rtl] .text-right{
    text-align:left!important
}
.text-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-normal{
    font-weight:400!important
}
.font-weight-rglr{
    font-weight:500!important
}
.font-weight-semibold{
    font-weight:600!important
}
.font-weight-bold{
    font-weight:700!important
}
.font-italic{
    font-style:italic!important
}
.text-white{
    color:#fff!important
}
.text-primary{
    color:#b12b52!important
}
a.text-primary:focus,a.text-primary:hover{
    color:#88213f!important
}
.text-secondary{
    color:#6fc7b7!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#4ab9a5!important
}
.text-success{
    color:#28a745!important
}
a.text-success:focus,a.text-success:hover{
    color:#1e7e34!important
}
.text-info{
    color:#17a2b8!important
}
a.text-info:focus,a.text-info:hover{
    color:#117a8b!important
}
.text-warning{
    color:#ffc107!important
}
a.text-warning:focus,a.text-warning:hover{
    color:#d39e00!important
}
.text-danger{
    color:#dc3545!important
}
a.text-danger:focus,a.text-danger:hover{
    color:#bd2130!important
}
.text-light{
    color:#f8f9fa!important
}
a.text-light:focus,a.text-light:hover{
    color:#dae0e5!important
}
.text-dark{
    color:#000!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#000!important
}
.text-muted{
    color:#6c757d!important
}
.text-hide{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
header{
    top:0;
    left:0;
    right:0;
    z-index:999
}
header .flag-logo{
    width:27px;
    height:27px;
    border-radius:50%;
    display:inline-block;
    overflow:hidden;
    vertical-align:text-top
}
header .menus-block{
    height:41px
}
header .menus-block ul li{
    font-size:15px;
    color:#302c2d;
    font-weight:700
}
header .menus-block ul li .btn{
    padding:6px 20px;
    font-weight:600;
    color:#fff
}
header .menus-block ul li a{
    color:#302c2d;
    text-decoration:none;
    transition:all ease .5s
}
header .menus-block ul li a:hover{
    color:#b12b52
}
header .menus-block .signup{
    margin-top:1.5px
}
header .btn-primary:hover{
    color:#fff!important
}
.menu-open{
    position:absolute;
    top:12px
}
.menu-open .menu-bar{
    width:32px;
    height:3px;
    background:#000;
    margin:6px 0;
    display:block
}
.menu-close{
    position:absolute;
    top:0;
    right:0;
    background:#b12b52;
    padding:3px 16px 10px;
    color:#fff;
    font-size:25px;
    font-weight:600;
    line-height:1
}
.flag-box li{
    font-size:15px;
    color:#302c2d;
    font-weight:700;
    cursor:pointer
}
.logout-text{
    font-size:15px
}
.arabic-lang{
    display:none!important
}
.en-language{
    display:block!important
}
.user-name:after{
    content:"";
    border:solid #000;
    border-width:0 2px 2px 0;
    display:inline-block;
    padding:3px;
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    position:absolute;
    top:6px;
    right:6px
}
html[dir=rtl] .en-language{
    display:block!important
}
html[dir=rtl] .arabic-lang{
    display:none!important
}
html[dir=rtl] .menu-close{
    left:0;
    right:auto
}
.languageList li img{
    vertical-align:text-bottom
}
#footer{
    background:#231f20
}
#footer .ph-num-btn{
    display:inline-block!important;
    direction:ltr!important
}
#footer ul{
    list-style:none;
    margin-bottom:0;
    padding:0
}
#footer p{
    color:#e3e3e3;
    font-size:14px;
    width:70%
}
#footer h5{
    font-size:17px;
    font-weight:700
}
#footer span{
    font-size:14px
}
.subscribe-block{
    position:relative;
    margin-bottom:15px
}
.subscribe-block .message_validation{
    position:absolute;
    bottom:-30px;
    left:0;
    color:#dc3545;
    width:100%;
    text-align:left
}
.subscribe-block .hide{
    display:none
}
.subscribe-block h6{
    color:#fff;
    text-transform:uppercase;
    font-weight:400;
    font-size:14px
}
.subscribe-block .input-group .form-control{
    border-radius:35px;
    height:38px;
    color:#adb5bd;
    font-size:13px;
    padding-left:30px
}
.subscribe-block .input-group .btn-primary{
    border-radius:35px;
    text-transform:uppercase;
    font-weight:300;
    padding:7px 12px;
    background-color:#df8331;
    border:solid 1px #df8331;
    position:absolute;
    right:4px;
    z-index:99;
    top:4px;
    font-size:14px;
    line-height:1;
    text-transform:capitalize;
    font-weight:600
}
.footerlink-block{
    background:#231f20;
    border-top:solid 2px #2a2929;
    padding:17px 0
}
.footerlink-block ul{
    padding:0;
    margin:0
}
.footerlink-block ul li{
    display:inline-block;
    padding-right:40px
}
.footerlink-block ul li a{
    color:#6c6768;
    font-weight:600;
    text-decoration:none;
    text-transform:capitalize
}
.footerlink-block p{
    color:#6c6768;
    font-weight:600
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    overflow:hidden;
    display:block;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    left:0;
    top:0;
    display:block
}
.slick-track:after,.slick-track:before{
    content:"";
    display:table
}
.slick-track:after{
    clear:both
}
.slick-loading .slick-track{
    visibility:hidden
}
.slick-slide{
    float:left;
    height:100%;
    min-height:1px;
    display:none
}
[dir=rtl] .slick-slide{
    direction:rtl!important
}
.slick-slide img{
    display:block;
    margin:0 auto
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-loading .slick-slide{
    visibility:hidden
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.arw{
    position:absolute;
    top:50%;
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    z-index:9;
    font-size:3.25rem
}
.arw:hover{
    cursor:pointer
}
.arw.right{
    right:0;
    margin-top:4px
}
.arw.left{
    left:0
}
.arw.left:before{
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
    display:block
}
.arw-btm{
    position:absolute;
    bottom:10px;
    right:20px;
    z-index:9;
    font-size:12px;
    text-align:center;
    background:#9b2648;
    border:#91223b 1px solid;
    width:28px;
    height:28px;
    border-radius:50%;
    display:block;
    color:#f8f9fa
}
.arw-btm:before{
    line-height:26px;
    display:block
}
.arw-btm.left{
    right:55px
}
.arw-btm.left:before{
    padding-right:1px
}
.arw-btm.right{
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.arw-btm.right:before{
    padding-right:2px
}
.slick-disabled:before{
    opacity:.4!important
}
.slick-dots{
    margin:20px 0 0;
    text-align:center
}
.slick-dots li{
    display:inline-block;
    padding:0 5px
}
.slick-dots li button{
    background-color:#f8f9fa;
    width:9px;
    height:9px;
    border-radius:100%;
    text-indent:-9999px;
    border:0;
    padding:0;
    margin:0;
    opacity:.5
}
.slick-dots li.slick-active button{
    opacity:1
}
.light-dots .slick-dots .button{
    background-color:#f8f9fa
}
.rtl .slick-slide{
    direction:rtl
}
.sigle-banner{
    overflow:hidden
}
.sigle-banner .bnr-cnt{
    min-height:490px;
    position:relative;
    background-position:center!important
}
.bnr-cnt h1{
    font-size:2.5rem;
    color:#f8f9fa;
    font-weight:600;
    margin:0
}
.bnr-cnt h1 span{
    display:block;
    font-weight:500;
    font-size:2.25rem
}
.bnr-cnt h3{
    color:#231f20;
    font-size:3.25rem;
    font-weight:300;
    line-height:1;
    text-shadow:0 1px 2px silver
}
.bnr-cnt .banner-bt{
    padding:10px 35px;
    font-size:1.0625rem;
    border-radius:23px;
    margin:15px 0;
    font-weight:500
}
.sigle-banner,.sliders-wrapper{
    position:relative
}
.sigle-banner img,.sliders-wrapper img{
    opacity:0
}
.sigle-banner .banner-img,.sliders-wrapper .banner-img{
    background-size:cover;
    color:#fff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-position:center top!important
}
.sigle-banner .banner-img h1,.sliders-wrapper .banner-img h1{
    color:#fff
}
.sigle-banner .banner-img .btn-info,.sliders-wrapper .banner-img .btn-info{
    background:#caa47a;
    padding:7px 30px;
    text-transform:uppercase;
    border-color:#caa47a
}
.sigle-banner img{
    opacity:0
}
.sigle-banner img.img-fluid{
    max-width:inherit;
    max-height:350px
}
#mystry-box .slick-next,#mystry-box .slick-prev,.sigle-banner-home .slick-next,.sigle-banner-home .slick-prev{
    position:absolute;
    top:0;
    bottom:0;
    width:40px;
    height:40px;
    font-size:50px;
    text-align:center;
    line-height:40px;
    color:#fff;
    z-index:55;
    margin:auto;
    opacity:1;
    cursor:pointer
}
#mystry-box .slick-next i,#mystry-box .slick-prev i,.sigle-banner-home .slick-next i,.sigle-banner-home .slick-prev i{
    line-height:inherit;
    text-shadow:-1px 1px 6px #8d8d8d
}
#mystry-box .slick-prev,.sigle-banner-home .slick-prev{
    left:2%
}
#mystry-box .slick-next,.sigle-banner-home .slick-next{
    right:2%
}
#mystry-box .banner-content,.sigle-banner-home .banner-content{
    position:absolute;
    top:50%;
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    padding-left:15px
}
#mystry-box .banner-content p,.sigle-banner-home .banner-content p{
    font-size:17px;
    color:#636363;
    font-weight:500;
    padding-top:5px
}
#mystry-box .banner-content .btn,.sigle-banner-home .banner-content .btn{
    font-weight:600
}
#mystry-box .slick-dots,.sigle-banner-home .slick-dots{
    position:absolute;
    bottom:5px;
    left:0;
    right:0;
    margin:auto;
    padding:0
}
#mystry-box .slick-dots li,.sigle-banner-home .slick-dots li{
    padding:0 2px
}
#mystry-box .slick-dots li button,.sigle-banner-home .slick-dots li button{
    background-color:#1b1c1e;
    width:10px;
    height:10px
}
@font-face{
    font-family:cairo;
    src:url(../fonts/cairo-black-webfont.eot);
    src:url(../fonts/cairo-black-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/cairo-black-webfont.woff2) format("woff2"),url(cairo-black-webfont.woff) format("woff"),url(../fonts/cairo-black-webfont.ttf) format("truetype"),url(../fonts/cairo-black-webfont.svg#cairo_blackregular) format("svg");
    font-weight:800;
    font-style:normal
}
@font-face{
    font-family:cairo;
    src:url(../fonts/cairo-bold-webfont.eot);
    src:url(../fonts/cairo-bold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/cairo-bold-webfont.woff2) format("woff2"),url(../fonts/cairo-bold-webfont.woff) format("woff"),url(../fonts/cairo-bold-webfont.ttf) format("truetype"),url(../fonts/cairo-bold-webfont.svg#cairobold) format("svg");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:cairo;
    src:url(../fonts/cairo-light-webfont.eot);
    src:url(../fonts/cairo-light-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/cairo-light-webfont.woff2) format("woff2"),url(../fonts/cairo-light-webfont.woff) format("woff"),url(../fonts/cairo-light-webfont.ttf) format("truetype"),url(../fonts/cairo-light-webfont.svg#cairo_lightregular) format("svg");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:cairo;
    src:url(../fonts/cairo-regular-webfont.eot);
    src:url(../fonts/cairo-regular-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/cairo-regular-webfont.woff2) format("woff2"),url(../fonts/cairo-regular-webfont.woff) format("woff"),url(../fonts/cairo-regular-webfont.ttf) format("truetype"),url(../fonts/cairo-regular-webfont.svg#cairoregular) format("svg");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:cairo;
    src:url(../fonts/cairo-semibold-webfont.eot);
    src:url(../fonts/cairo-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/cairo-semibold-webfont.woff2) format("woff2"),url(../fonts/cairo-semibold-webfont.woff) format("woff"),url(../fonts/cairo-semibold-webfont.ttf) format("truetype"),url(../fonts/cairo-semibold-webfont.svg#cairo_semiboldregular) format("svg");
    font-weight:500;
    font-style:normal
}
@font-face{
    font-family:droid arabic kufi;
    font-style:normal;
    font-weight:400;
    src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format("woff2"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format("woff"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format("truetype")
}
@font-face{
    font-family:droid arabic kufi;
    font-style:normal;
    font-weight:700;
    src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src:url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format("embedded-opentype"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format("woff2"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format("woff"),url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format("truetype")
}
@font-face{
    font-family:icomoon;
    src:url(../fonts/icomoon.eot?ocllmv);
    src:url(../fonts/icomoon.eot?ocllmv#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?ocllmv) format("truetype"),url(../fonts/icomoon.woff?ocllmv) format("woff"),url(../fonts/icomoon.svg?ocllmv#icomoon) format("svg");
    font-weight:400;
    font-style:normal
}
[class*=" icon-"],[class^=icon-]{
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-delete:before{
    content:"\e9c0"
}
.icon-box .path1:before{
    content:"\e906";
    color:#e1f9f4
}
.icon-box .path2:before{
    content:"\e907";
    margin-left:-1em;
    color:#fff
}
.icon-box .path3:before{
    content:"\e908";
    margin-left:-1em;
    color:#fff
}
.icon-box .path4:before{
    content:"\e909";
    margin-left:-1em;
    color:#fff
}
.icon-box .path5:before{
    content:"\e90a";
    margin-left:-1em;
    color:#fff
}
.icon-box .path6:before{
    content:"\e90b";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path7:before{
    content:"\e90c";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path8:before{
    content:"\e90d";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path9:before{
    content:"\e90e";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path10:before{
    content:"\e90f";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path11:before{
    content:"\e910";
    margin-left:-1em;
    color:#e1f9f4
}
.icon-box .path12:before{
    content:"\e911";
    margin-left:-1em;
    color:#fff
}
.icon-box .path13:before{
    content:"\e912";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-box .path14:before{
    content:"\e913";
    margin-left:-1em;
    color:#df8331
}
.icon-box .path15:before{
    content:"\e914";
    margin-left:-1em;
    color:#df8331
}
.icon-box .path16:before{
    content:"\e915";
    margin-left:-1em;
    color:#df8331
}
.icon-box .path17:before{
    content:"\e916";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path18:before{
    content:"\e917";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path19:before{
    content:"\e918";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path20:before{
    content:"\e919";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path21:before{
    content:"\e91a";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path22:before{
    content:"\e91b";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path23:before{
    content:"\e91c";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path24:before{
    content:"\e91d";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path25:before{
    content:"\e91e";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path26:before{
    content:"\e91f";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path27:before{
    content:"\e920";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path28:before{
    content:"\e921";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path29:before{
    content:"\e922";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path30:before{
    content:"\e923";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path31:before{
    content:"\e924";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path32:before{
    content:"\e925";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path33:before{
    content:"\e926";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path34:before{
    content:"\e927";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path35:before{
    content:"\e928";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path36:before{
    content:"\e929";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path37:before{
    content:"\e92a";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path38:before{
    content:"\e92b";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path39:before{
    content:"\e92c";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path40:before{
    content:"\e92d";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path41:before{
    content:"\e92e";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path42:before{
    content:"\e92f";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path43:before{
    content:"\e930";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path44:before{
    content:"\e931";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path45:before{
    content:"\e932";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path46:before{
    content:"\e933";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path47:before{
    content:"\e934";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path48:before{
    content:"\e935";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path49:before{
    content:"\e936";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path50:before{
    content:"\e937";
    margin-left:-1em;
    color:#1d7666
}
.icon-box .path51:before{
    content:"\e938";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path1:before{
    content:"\e939";
    color:#e1f9f4
}
.icon-order-management .path2:before{
    content:"\e93a";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path3:before{
    content:"\e93b";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path4:before{
    content:"\e93c";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path5:before{
    content:"\e93d";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path6:before{
    content:"\e93e";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-order-management .path7:before{
    content:"\e93f";
    margin-left:-1em;
    color:#df8331
}
.icon-order-management .path8:before{
    content:"\e940";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path9:before{
    content:"\e941";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path10:before{
    content:"\e942";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path11:before{
    content:"\e943";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path12:before{
    content:"\e944";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path13:before{
    content:"\e945";
    margin-left:-1em;
    color:#df8331
}
.icon-order-management .path14:before{
    content:"\e946";
    margin-left:-1em;
    color:#df8331
}
.icon-order-management .path15:before{
    content:"\e947";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path16:before{
    content:"\e948";
    margin-left:-1em;
    color:#1d7666
}
.icon-order-management .path17:before{
    content:"\e949";
    margin-left:-1em;
    color:#fff
}
.icon-order-management .path18:before{
    content:"\e94a";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path1:before{
    content:"\e94b";
    color:#e1f9f4
}
.icon-product-management .path2:before{
    content:"\e94c";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path3:before{
    content:"\e94d";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path4:before{
    content:"\e94e";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path5:before{
    content:"\e94f";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path6:before{
    content:"\e950";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-product-management .path7:before{
    content:"\e951";
    margin-left:-1em;
    color:#df8331
}
.icon-product-management .path8:before{
    content:"\e952";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-product-management .path9:before{
    content:"\e953";
    margin-left:-1em;
    color:#fff
}
.icon-product-management .path10:before{
    content:"\e954";
    margin-left:-1em;
    color:#fff
}
.icon-product-management .path11:before{
    content:"\e955";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path12:before{
    content:"\e956";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path13:before{
    content:"\e957";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path14:before{
    content:"\e958";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path15:before{
    content:"\e959";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path16:before{
    content:"\e95a";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path17:before{
    content:"\e95b";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path18:before{
    content:"\e95c";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path19:before{
    content:"\e95d";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path20:before{
    content:"\e95e";
    margin-left:-1em;
    color:#1d7666
}
.icon-product-management .path21:before{
    content:"\e95f";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path1:before{
    content:"\e960";
    color:#e1f9f4
}
.icon-sign-up .path2:before{
    content:"\e961";
    margin-left:-1em;
    color:#a9bed1
}
.icon-sign-up .path3:before{
    content:"\e962";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path4:before{
    content:"\e963";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path5:before{
    content:"\e964";
    margin-left:-1em;
    color:#d2ecf2
}
.icon-sign-up .path6:before{
    content:"\e965";
    margin-left:-1em;
    color:#98e6ff
}
.icon-sign-up .path7:before{
    content:"\e966";
    margin-left:-1em;
    color:#46a593
}
.icon-sign-up .path8:before{
    content:"\e967";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path9:before{
    content:"\e968";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path10:before{
    content:"\e969";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path11:before{
    content:"\e96a";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path12:before{
    content:"\e96b";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-sign-up .path13:before{
    content:"\e96c";
    margin-left:-1em;
    color:#c2d8ef
}
.icon-sign-up .path14:before{
    content:"\e96d";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path15:before{
    content:"\e96e";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path16:before{
    content:"\e96f";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path17:before{
    content:"\e970";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path18:before{
    content:"\e971";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path19:before{
    content:"\e972";
    margin-left:-1em;
    color:#90e5d5
}
.icon-sign-up .path20:before{
    content:"\e973";
    margin-left:-1em;
    color:#90e5d5
}
.icon-sign-up .path21:before{
    content:"\e974";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path22:before{
    content:"\e975";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path23:before{
    content:"\e976";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path24:before{
    content:"\e977";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path25:before{
    content:"\e978";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path26:before{
    content:"\e979";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path27:before{
    content:"\e97a";
    margin-left:-1em;
    color:#212233;
    opacity:.5
}
.icon-sign-up .path28:before{
    content:"\e97b";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path29:before{
    content:"\e97c";
    margin-left:-1em;
    color:#df8331
}
.icon-sign-up .path30:before{
    content:"\e97d";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path31:before{
    content:"\e97e";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path32:before{
    content:"\e97f";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path33:before{
    content:"\e980";
    margin-left:-1em;
    color:#c3f2ff
}
.icon-sign-up .path34:before{
    content:"\e981";
    margin-left:-1em;
    color:#c3f2ff
}
.icon-sign-up .path35:before{
    content:"\e982";
    margin-left:-1em;
    color:#79baca
}
.icon-sign-up .path36:before{
    content:"\e983";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path37:before{
    content:"\e984";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path38:before{
    content:"\e985";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path39:before{
    content:"\e986";
    margin-left:-1em;
    color:#005b81
}
.icon-sign-up .path40:before{
    content:"\e987";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path41:before{
    content:"\e988";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path42:before{
    content:"\e989";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path43:before{
    content:"\e98a";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path44:before{
    content:"\e98b";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path45:before{
    content:"\e98c";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path46:before{
    content:"\e98d";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path47:before{
    content:"\e98e";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path48:before{
    content:"\e98f";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path49:before{
    content:"\e990";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path50:before{
    content:"\e991";
    margin-left:-1em;
    color:#df8331
}
.icon-sign-up .path51:before{
    content:"\e992";
    margin-left:-1em;
    color:#df8331
}
.icon-sign-up .path52:before{
    content:"\e993";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path53:before{
    content:"\e994";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path54:before{
    content:"\e995";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path55:before{
    content:"\e996";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path56:before{
    content:"\e997";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path57:before{
    content:"\e998";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path58:before{
    content:"\e999";
    margin-left:-1em;
    color:#1d7666
}
.icon-sign-up .path59:before{
    content:"\e99a";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path60:before{
    content:"\e99b";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path61:before{
    content:"\e99c";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path62:before{
    content:"\e99d";
    margin-left:-1em;
    color:#fff
}
.icon-sign-up .path63:before{
    content:"\e99e";
    margin-left:-1em;
    color:#fff
}
.icon-subscribe .path1:before{
    content:"\e99f";
    color:#e1f9f4
}
.icon-subscribe .path2:before{
    content:"\e9a0";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path3:before{
    content:"\e9a1";
    margin-left:-1em;
    color:#58af9f
}
.icon-subscribe .path4:before{
    content:"\e9a2";
    margin-left:-1em;
    color:#fff
}
.icon-subscribe .path5:before{
    content:"\e9a3";
    margin-left:-1em;
    color:#6fc7b7
}
.icon-subscribe .path6:before{
    content:"\e9a4";
    margin-left:-1em;
    color:#90e5d5
}
.icon-subscribe .path7:before{
    content:"\e9a5";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path8:before{
    content:"\e9a6";
    margin-left:-1em;
    color:#fff
}
.icon-subscribe .path9:before{
    content:"\e9a7";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path10:before{
    content:"\e9a8";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path11:before{
    content:"\e9a9";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path12:before{
    content:"\e9aa";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path13:before{
    content:"\e9ab";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path14:before{
    content:"\e9ac";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path15:before{
    content:"\e9ad";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path16:before{
    content:"\e9ae";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path17:before{
    content:"\e9af";
    margin-left:-1em;
    color:#005b81
}
.icon-subscribe .path18:before{
    content:"\e9b0";
    margin-left:-1em;
    color:#005b81
}
.icon-subscribe .path19:before{
    content:"\e9b1";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path20:before{
    content:"\e9b2";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path21:before{
    content:"\e9b3";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path22:before{
    content:"\e9b4";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path23:before{
    content:"\e9b5";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path24:before{
    content:"\e9b6";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path25:before{
    content:"\e9b7";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path26:before{
    content:"\e9b8";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path27:before{
    content:"\e9b9";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path28:before{
    content:"\e9ba";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path29:before{
    content:"\e9bb";
    margin-left:-1em;
    color:#1d7666
}
.icon-subscribe .path30:before{
    content:"\e9bc";
    margin-left:-1em;
    color:#df8331
}
.icon-subscribe .path31:before{
    content:"\e9bd";
    margin-left:-1em;
    color:#df8331
}
.icon-subscribe .path32:before{
    content:"\e9be";
    margin-left:-1em;
    color:#1d7666
}
.icon-facebook-logo:before{
    content:"\e902"
}
.icon-instagram-logo:before{
    content:"\e903"
}
.icon-linkedin-logo:before{
    content:"\e904"
}
.icon-twitter-logo-silhouette:before{
    content:"\e905"
}
.icon-left-arrow:before{
    content:"\e900"
}
.icon-right-arow:before{
    content:"\e901"
}
.icon-pencil:before{
    content:"\e9bf"
}
html[dir=rtl] body{
    text-align:right;
    font-family:droid arabic kufi
}
html[dir=rtl] .text-left{
    text-align:right!important
}
html[dir=rtl] .text-right{
    text-align:left!important
}
html[dir=rtl] .ml-0,html[dir=rtl] .mx-0{
    margin-right:0!important
}
html[dir=rtl] .mr-0,html[dir=rtl] .mx-0{
    margin-left:0!important
}
html[dir=rtl] .mr-1,html[dir=rtl] .mx-1{
    margin-left:.25rem!important
}
html[dir=rtl] .ml-1,html[dir=rtl] .mx-1{
    margin-right:.25rem!important
}
html[dir=rtl] .ml-2,html[dir=rtl] .mx-2{
    margin-right:.5rem!important
}
html[dir=rtl] .mr-2,html[dir=rtl] .mx-2{
    margin-left:.5rem!important
}
html[dir=rtl] .mr-3,html[dir=rtl] .mx-3{
    margin-left:1rem!important
}
html[dir=rtl] .ml-3,html[dir=rtl] .mx-3{
    margin-right:1rem!important
}
html[dir=rtl] .mr-4,html[dir=rtl] .mx-4{
    margin-left:1.5rem!important
}
html[dir=rtl] .ml-4,html[dir=rtl] .mx-4{
    margin-right:1.5rem!important
}
html[dir=rtl] .mr-5,html[dir=rtl] .mx-5{
    margin-left:3rem!important
}
html[dir=rtl] .ml-5,html[dir=rtl] .mx-5{
    margin-right:3rem!important
}
html[dir=rtl] .pr-1,html[dir=rtl] .px-1{
    padding-left:.25rem!important
}
html[dir=rtl] .pl-1,html[dir=rtl] .px-1{
    padding-right:.25rem!important
}
html[dir=rtl] .pl-2,html[dir=rtl] .px-2{
    padding-right:.5rem!important
}
html[dir=rtl] .pr-2,html[dir=rtl] .px-2{
    padding-left:.5rem!important
}
html[dir=rtl] .pr-3,html[dir=rtl] .px-3{
    padding-left:1rem!important
}
html[dir=rtl] .pl-3,html[dir=rtl] .px-3{
    padding-right:1rem!important
}
html[dir=rtl] .pr-4,html[dir=rtl] .px-4{
    padding-left:1.5rem!important
}
html[dir=rtl] .pl-4,html[dir=rtl] .px-4{
    padding-right:1.5rem!important
}
html[dir=rtl] .pr-5,html[dir=rtl] .px-5{
    padding-left:3rem!important
}
html[dir=rtl] .pl-5,html[dir=rtl] .px-5{
    padding-right:3rem!important
}
html[dir=rtl] .pr-0,html[dir=rtl] .pr-1,html[dir=rtl] .pr-2,html[dir=rtl] .pr-3,html[dir=rtl] .pr-4,html[dir=rtl] .pr-5{
    padding-right:initial!important
}
html[dir=rtl] .pl-0,html[dir=rtl] .pl-1,html[dir=rtl] .pl-2,html[dir=rtl] .pl-3,html[dir=rtl] .pl-4,html[dir=rtl] .pl-5{
    padding-left:initial!important
}
html[dir=rtl] .float-left{
    float:right!important
}
html[dir=rtl] .float-right{
    float:left!important
}
html[dir=rtl] .border-left{
    border-right:1px solid #dee2e6!important;
    border-left:0!important
}
html[dir=rtl] .border-right{
    border-left:1px solid #dee2e6!important;
    border-right:0!important
}
html[dir=rtl] .dropdown-toggle:after{
    margin-right:10px;
    margin-left:0
}
html[dir=rtl] .list-unstyled{
    padding-right:0
}
html[dir=rtl] .custom-radio input[type=radio]+label,html[dir=rtl] .mndty-radio input[type=radio]~label{
    padding-right:25px;
    padding-left:0
}
html[dir=rtl] .custom-radio input[type=radio]+label:before,html[dir=rtl] .mndty-radio input[type=radio]~label:before{
    right:0;
    left:auto
}
html[dir=rtl] .custom-radio input[type=radio]+label:after,html[dir=rtl] .mndty-radio input[type=radio]~label:after{
    right:5px;
    left:auto
}
html[dir=rtl] .custom-checkbox input[type=checkbox]+label,html[dir=rtl] .mndty-chbox input[type=checkbox]~label{
    padding-right:27px;
    padding-left:0
}
html[dir=rtl] .custom-checkbox input[type=checkbox]+label:before,html[dir=rtl] .mndty-chbox input[type=checkbox]~label:before{
    right:0;
    left:auto
}
html[dir=rtl] .custom-checkbox input[type=checkbox]+label:after,html[dir=rtl] .mndty-chbox input[type=checkbox]~label:after{
    right:0;
    left:auto
}
html[dir=rtl] .custom-selectbox-style1 select{
    padding:5px 10px 5px 42px!important
}
html[dir=rtl] .custom-selectbox-style1:after{
    right:auto;
    left:13px
}
html[dir=rtl] .custom-selectbox-style1:before{
    left:2px;
    right:auto
}
html[dir=rtl] #back-top{
    left:25px;
    right:auto
}
html[dir=rtl] .topmenu-wrap a.nav-expander{
    left:25px;
    right:auto
}
html[dir=rtl] .topmenu-wrap{
    padding-left:70px;
    padding-right:0
}
html[dir=rtl] .nav-close,html[dir=rtl] nav.menunav{
    left:0;
    right:auto;
    -ms-transform:translate(-390px,0);
    transform:translate(-390px,0)
}
html[dir=rtl] .nav-expanded a.nav-expander{
    right:auto;
    left:292px
}
html[dir=rtl] .nav-expanded nav.menunav{
    -ms-transform:translate(0,0);
    transform:translate(0,0)
}
html[dir=rtl] .nav-expanded .nav-close{
    -ms-transform:translate(300px,0);
    transform:translate(300px,0)
}
html[dir=rtl] .lang-selection{
    left:auto;
    right:240px
}
html[dir=rtl] .float_lnks{
    right:auto;
    left:0
}
html[dir=rtl] footer .footer-menu>li{
    float:right;
    padding-right:25px;
    padding-left:0
}
html[dir=rtl] footer .footer-menu>li:first-child{
    padding-right:0
}
html[dir=rtl] .contact-mail .icon-mail{
    right:0;
    left:inherit
}
html[dir=rtl] .calculate_popup .close{
    right:auto;
    left:-40px
}
html[dir=rtl] .message_validation{
    left:inherit;
    right:5px
}
html[dir=rtl] .message_validation::after{
    left:inherit;
    right:5px
}
html[dir=rtl] .message_error .close,html[dir=rtl] .message_error .notifyClose,html[dir=rtl] .message_success .close,html[dir=rtl] .message_success .notifyClose{
    right:inherit;
    left:15px
}
html[dir=rtl] .custom-popup .reload-captcha{
    left:10px;
    right:auto
}
html[dir=rtl] .custom-popup .icon-circle-close{
    left:20px;
    right:auto
}
html[dir=rtl] .comparePop-container,html[dir=rtl] .emailPop-container{
    right:inherit;
    left:60px
}
html[dir=rtl] .comparePop-container.active+.emailPop-container{
    right:inherit;
    left:160px
}
html[dir=rtl] .emailPop-container .pop-trigger small{
    left:inherit;
    right:0
}
html[dir=rtl] .subscribe-block .input-group .form-control{
    padding-right:104px;
    padding-left:0
}
html[dir=rtl] #datePicker{
    background-position:left 5px center
}
html[dir=rtl] .slick-slider{
    direction:ltr!important
}
[type=checkbox]:checked,input[type=checkbox]:not(:checked){
    visibility:hidden;
    position:absolute
}
[type=checkbox]:checked+label,[type=checkbox]:not(:checked)+label{
    position:relative;
    padding:2px 0 0 28px;
    cursor:pointer;
    color:#6c757d
}
[type=checkbox]:checked+label:before,[type=checkbox]:not(:checked)+label:before{
    content:'';
    position:absolute;
    left:0;
    top:2px;
    width:18px;
    height:18px;
    border:1px solid #adb5bd;
    background:#fff;
    border-radius:4px
}
[type=checkbox]:checked+label:before{
    border-color:#b12b52
}
[type=checkbox]:checked+label:after,[type=checkbox]:not(:checked)+label:after{
    content:"\2714";
    position:absolute;
    top:2px;
    left:0;
    color:#fff;
    background:#6fc7b7;
    transition:all .2s;
    line-height:18px;
    text-align:center;
    width:18px;
    height:18px;
    border-radius:4px;
    font-size:12px
}
[type=checkbox]:not(:checked)+label:after{
    opacity:0
}
[type=checkbox]:checked+label:after{
    opacity:1
}
[type=radio]:checked,input[type=radio]:not(:checked){
    position:absolute;
    left:-9999px
}
[type=radio]:checked+label,[type=radio]:not(:checked)+label{
    position:relative;
    padding:0 30px;
    cursor:pointer
}
[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:16px;
    height:16px;
    border:1px solid #6c757d;
    border-radius:50%
}
[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{
    content:"";
    position:absolute;
    top:3px;
    left:3px;
    font-size:12px;
    width:10px;
    height:10px;
    border-radius:50%;
    transition:all .2s
}
[type=radio]:checked+label:before{
    border:1px solid #b12b52
}
[type=radio]:checked+label:after{
    background-color:#b12b52
}
html[dir=rtl] [type=checkbox]:checked+label:after,html[dir=rtl] [type=checkbox]:not(:checked)+label:after{
    right:0
}
html[dir=rtl] [type=checkbox]:checked+label:before,html[dir=rtl] [type=checkbox]:not(:checked)+label:before{
    right:0
}
html[dir=rtl] [type=checkbox]:checked+label,html[dir=rtl] [type=checkbox]:not(:checked)+label{
    padding-left:0;
    padding-right:30px
}
@keyframes inputHighlighter{
    from{
        background:#b12b52
    }
    to{
        width:0;
        background:0 0
    }
}
:invalid{
    box-shadow:none
}
:-moz-submit-invalid{
    box-shadow:none
}
:-moz-ui-invalid{
    box-shadow:none
}
.c-group{
    position:relative;
    margin-bottom:25px;
    padding:10px 0 0
}
.c-input{
    font-size:14px;
    padding:0 10px 2px 0;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #d8dbe0;
    background:0 0
}
.c-input:before{
    content:""
}
.c-input:focus{
    outline:0
}
.c-input:focus~.c-label{
    top:-5px;
    font-size:11px;
    color:#000;
    left:0
}
.c-input:focus~.c-bar:before{
    width:50%
}
.c-input:focus~.c-bar:after{
    width:50%
}
.c-input:focus~.c-highlight{
    transition:all ease .2s
}
.c-input.up,.c-input:not(:empty){
    background-color:transparent!important
}
.c-input.up~.c-label,.c-input:not(:empty)~.c-label{
    top:-5px;
    font-size:11px;
    color:#000;
    left:0
}
.contact-form .c-input.up~.c-label,.contact-form .c-input:not(:empty)~.c-label{
    color:#f8f9fa
}
.c-label{
    color:#000;
    position:absolute;
    pointer-events:none;
    left:0;
    top:4px;
    transition:all ease .2s;
    width:100%;
    text-align:left;
    font-size:15px;
    font-weight:600
}
.c-bar{
    position:absolute;
    bottom:-1px;
    left:0;
    display:block;
    width:100%
}
.c-bar:after,.c-bar:before{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#6fc7b7;
    transition:all ease .2s
}
.c-bar:before{
    left:50%
}
.c-bar:after{
    right:50%
}

.default-style,p{
    font-size:14px
}
strong{
    font-weight:600
}
.pt-8{
    padding-top:11rem
}
.container{
    max-width:1230px!important;
    width:100%
}
.card{
    border:1px solid #ced4da;
    background:#fff
}
.hide{
    display:none
}
.message_validation{
    color:#dc3545;
    font-size:12px
}
.fade-text{
    color:#adb5bd
}
.font-small{
    font-size:12px
}
.font-normal{
    font-size:14px
}
.font-base{
    font-size:16px
}
.text-highlight{
    color:#f19634
}
.pt-7{
    padding-top:7rem!important
}
.no-scroll{
    overflow:hidden
}
.message_error,.message_info,.message_success,.warning{
    border-radius:4px;
    display:block;
    font-size:1rem;
    line-height:1.3;
    margin:20px 0 15px;
    padding:15px;
    position:relative
}
.message_error .close,.message_error .notifyClose,.message_info .close,.message_info .notifyClose,.message_success .close,.message_success .notifyClose,.warning .close,.warning .notifyClose{
    position:absolute;
    right:15px;
    cursor:pointer
}
.message_info,.message_success{
    background-color:#f1ffec;
    border:1px solid #bde6ad;
    color:#37e300
}
.message_error{
    background-color:#fbdede;
    color:#eb4848;
    border:1px solid #ec9494
}
.warning{
    color:#8a6d3b;
    background-color:#fcf8e3;
    border:1px solid #faebcc
}
.h-52{
    padding:10px 0
}
.cms_area ul{
    list-style:none;
    padding:0
}
.cms_area ul li{
    padding-bottom:12px;
    display:block;
    padding-left:30px;
    position:relative;
    opacity:.9
}
.cms_area ul li:last-child{
    padding-bottom:0
}
.cms_area ul li:before{
    position:absolute;
    left:0;
    top:2px;
    font-family:icomoon;
    content:"\e92f";
    color:#b12b52
}
#accordion .card{
    margin-bottom:2px
}
#accordion .card button{
    font-size:inherit;
    color:inherit
}

.btn-outline-primary:hover{
    color:#fff
}
.box-shadow{
    box-shadow:1px 1px 19px 3px rgba(0,0,0,.07)
}
.btn-outline-light:hover{
    border-color:#f8f9fa!important
}
.modal-content{
    border-radius:4px
}
.btn:focus{
    outline:0;
    box-shadow:none
}
.form-control{
    padding:8px 15px;
    border-radius:3px
}
select.form-control:not([size]):not([multiple]){
    height:42px;
    padding:0 10px
}
#popup_container{
    border:1px solid #fff;
    background-color:#fff;
    min-width:465px!important;
    border-radius:5px;
    text-align:center;
    padding:40px 15px!important
}
#popup_container h1{
    color:#b12b52;
    font-size:30px;
    margin-bottom:15px;
    font-weight:400
}
#popup_container #popup_message{
    margin-bottom:30px
}
#popup_content{
    font-size:18px;
    position:relative;
    color:#000
}
#popup_content .new_form_save{
    font-size:15px;
    border-radius:30px;
    padding:4px 40px;
    cursor:pointer
}
#popup_content .new_form_save:focus{
    outline:0
}
#popup_content #popup_ok{
    background:#b12b52;
    border:1px solid #b12b52;
    color:#fff
}
#popup_content #popup_cancel{
    background:#fff;
    border:1px solid #b12b52;
    color:#b12b52
}
.payment-success-box{
    box-shadow:0 10px 14px rgba(122,122,122,.13)
}
.popup{
    background:rgba(0,0,0,.5);
    display:block;
    top:0;
    z-index:999
}
html[dir=ltr] .popup{
    left:0
}
html[dir=rtl] .popup{
    right:0
}
.popup .close{
    top:10px
}
html[dir=ltr] .popup .close{
    right:20px;
    font-size:1.875rem
}
.word-break{
    word-break:break-word
}
.loadercommon{
    position:fixed;
    width:100%;
    height:100%;
    z-index:999999;
    overflow:hidden;
    left:0;
    top:0;
    background:rgba(255,255,255,.7)
}
.loadercommon img{
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin:auto;
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%)
}
.unit-rating4{
    background:url(../images/ratingdeal.png) repeat-x 0 -16px;
    height:14px;
    width:84px;
    overflow:hidden;
    margin:1px 6px 0 0;
    display:inline-block
}
.unit-rating4 .current-rating{
    background:url(../images/ratingdeal.png) repeat-x 0 -1px;
    height:14px
}
.New{
    background:#1e73be;
    font-size:13px;
    border-radius:2px
}
.Opened{
    background:#2e5c0d;
    font-size:13px;
    border-radius:2px
}
.Closed{
    background:#e73c3c;
    font-size:13px;
    border-radius:2px
}
.Reopened{
    background:#a01497;
    font-size:13px;
    border-radius:2px
}
.Viewed{
    background:#3c68cc;
    font-size:13px;
    border-radius:2px
}
.bg-date{
    padding:15px;
    border-radius:5px;
    background:#1e73be
}
.mndty{
    color:#ff1b1b
}
.datepicker-dropdown{
    border-radius:0
}
.datepicker td,.datepicker th{
    width:36px;
    height:30px
}
.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{
    background-image:none;
    background-color:#b12b52!important
}
.message_info,.message_success{
    background-color:#6e9a5e;
    border:1px solid #fff;
    color:#fff;
    font-weight:600
}
.mobile-head-text{
    background:#ddd;
    padding:10px 17px
}
@media(min-width:576px){
    .container{
        max-width:540px
    }
    .col-sm{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-sm-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-sm-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-sm-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-sm-last{
        -ms-flex-order:13;
        order:13
    }
    .order-sm-0{
        -ms-flex-order:0;
        order:0
    }
    .order-sm-1{
        -ms-flex-order:1;
        order:1
    }
    .order-sm-2{
        -ms-flex-order:2;
        order:2
    }
    .order-sm-3{
        -ms-flex-order:3;
        order:3
    }
    .order-sm-4{
        -ms-flex-order:4;
        order:4
    }
    .order-sm-5{
        -ms-flex-order:5;
        order:5
    }
    .order-sm-6{
        -ms-flex-order:6;
        order:6
    }
    .order-sm-7{
        -ms-flex-order:7;
        order:7
    }
    .order-sm-8{
        -ms-flex-order:8;
        order:8
    }
    .order-sm-9{
        -ms-flex-order:9;
        order:9
    }
    .order-sm-10{
        -ms-flex-order:10;
        order:10
    }
    .order-sm-11{
        -ms-flex-order:11;
        order:11
    }
    .order-sm-12{
        -ms-flex-order: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%
    }
    .form-inline label{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:0
    }
    .form-inline .form-group{
        display:-ms-flexbox;
        display:flex;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        -ms-flex-align:center;
        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{
        width:auto
    }
    .form-inline .form-check{
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:auto;
        padding-left:0
    }
    .form-inline .form-check-input{
        position:relative;
        margin-top:0;
        margin-right:.25rem;
        margin-left:0
    }
    .form-inline .custom-control{
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center
    }
    .form-inline .custom-control-label{
        margin-bottom:0
    }
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-centered{
        min-height:calc(100% - (1.75rem * 2))
    }
    .modal-sm{
        max-width:300px
    }
    .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:-ms-flexbox!important;
        display:flex!important
    }
    .d-sm-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-sm-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-sm-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-sm-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-sm-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-sm-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-sm-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .justify-content-sm-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-sm-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-sm-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-sm-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-sm-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-sm-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-sm-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-sm-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-sm-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-sm-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-sm-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-sm-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-sm-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-sm-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-sm-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-sm-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    html[dir=ltr] .float-sm-left{
        float:left!important
    }
    html[dir=rtl] .float-sm-left{
        float:right!important
    }
    html[dir=ltr] .float-sm-right{
        float:right!important
    }
    html[dir=rtl] .float-sm-right{
        float:left!important
    }
    .float-sm-none{
        float:none!important
    }
    .m-sm-0{
        margin:0!important
    }
    .mt-sm-0,.my-sm-0{
        margin-top:0!important
    }
    html[dir=ltr] .mr-sm-0{
        margin-right:0!important
    }
    html[dir=rtl] .mr-sm-0{
        margin-left:0!important
    }
    .mx-sm-0{
        margin-right:0!important
    }
    .mb-sm-0,.my-sm-0{
        margin-bottom:0!important
    }
    html[dir=ltr] .ml-sm-0{
        margin-left:0!important
    }
    html[dir=rtl] .ml-sm-0{
        margin-right:0!important
    }
    .mx-sm-0{
        margin-left:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.25rem!important
    }
    html[dir=ltr] .mr-sm-1{
        margin-right:.25rem!important
    }
    html[dir=rtl] .mr-sm-1{
        margin-left:.25rem!important
    }
    .mx-sm-1{
        margin-right:.25rem!important
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.25rem!important
    }
    html[dir=ltr] .ml-sm-1{
        margin-left:.25rem!important
    }
    html[dir=rtl] .ml-sm-1{
        margin-right:.25rem!important
    }
    .mx-sm-1{
        margin-left:.25rem!important
    }
    .m-sm-2{
        margin:.5rem!important
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.5rem!important
    }
    html[dir=ltr] .mr-sm-2{
        margin-right:.5rem!important
    }
    html[dir=rtl] .mr-sm-2{
        margin-left:.5rem!important
    }
    .mx-sm-2{
        margin-right:.5rem!important
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.5rem!important
    }
    html[dir=ltr] .ml-sm-2{
        margin-left:.5rem!important
    }
    html[dir=rtl] .ml-sm-2{
        margin-right:.5rem!important
    }
    .mx-sm-2{
        margin-left:.5rem!important
    }
    .m-sm-3{
        margin:1rem!important
    }
    .mt-sm-3,.my-sm-3{
        margin-top:1rem!important
    }
    html[dir=ltr] .mr-sm-3{
        margin-right:1rem!important
    }
    html[dir=rtl] .mr-sm-3{
        margin-left:1rem!important
    }
    .mx-sm-3{
        margin-right:1rem!important
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom:1rem!important
    }
    html[dir=ltr] .ml-sm-3{
        margin-left:1rem!important
    }
    html[dir=rtl] .ml-sm-3{
        margin-right:1rem!important
    }
    .mx-sm-3{
        margin-left:1rem!important
    }
    .m-sm-4{
        margin:1.5rem!important
    }
    .mt-sm-4,.my-sm-4{
        margin-top:1.5rem!important
    }
    html[dir=ltr] .mr-sm-4{
        margin-right:1.5rem!important
    }
    html[dir=rtl] .mr-sm-4{
        margin-left:1.5rem!important
    }
    .mx-sm-4{
        margin-right:1.5rem!important
    }
    .mb-sm-4,.my-sm-4{
        margin-bottom:1.5rem!important
    }
    html[dir=ltr] .ml-sm-4{
        margin-left:1.5rem!important
    }
    html[dir=rtl] .ml-sm-4{
        margin-right:1.5rem!important
    }
    .mx-sm-4{
        margin-left:1.5rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .mt-sm-5,.my-sm-5{
        margin-top:3rem!important
    }
    html[dir=ltr] .mr-sm-5{
        margin-right:3rem!important
    }
    html[dir=rtl] .mr-sm-5{
        margin-left:3rem!important
    }
    .mx-sm-5{
        margin-right:3rem!important
    }
    .mb-sm-5,.my-sm-5{
        margin-bottom:3rem!important
    }
    html[dir=ltr] .ml-sm-5{
        margin-left:3rem!important
    }
    html[dir=rtl] .ml-sm-5{
        margin-right:3rem!important
    }
    .mx-sm-5{
        margin-left:3rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .pt-sm-0,.py-sm-0{
        padding-top:0!important
    }
    html[dir=ltr] .pr-sm-0{
        padding-right:0!important
    }
    html[dir=rtl] .pr-sm-0{
        padding-left:0!important
    }
    .px-sm-0{
        padding-right:0!important
    }
    .pb-sm-0,.py-sm-0{
        padding-bottom:0!important
    }
    html[dir=ltr] .pl-sm-0{
        padding-left:0!important
    }
    html[dir=rtl] .pl-sm-0{
        padding-right:0!important
    }
    .px-sm-0{
        padding-left:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .pt-sm-1,.py-sm-1{
        padding-top:.25rem!important
    }
    html[dir=ltr] .pr-sm-1{
        padding-right:.25rem!important
    }
    html[dir=rtl] .pr-sm-1{
        padding-left:.25rem!important
    }
    .px-sm-1{
        padding-right:.25rem!important
    }
    .pb-sm-1,.py-sm-1{
        padding-bottom:.25rem!important
    }
    html[dir=ltr] .pl-sm-1{
        padding-left:.25rem!important
    }
    html[dir=rtl] .pl-sm-1{
        padding-right:.25rem!important
    }
    .px-sm-1{
        padding-left:.25rem!important
    }
    .p-sm-2{
        padding:.5rem!important
    }
    .pt-sm-2,.py-sm-2{
        padding-top:.5rem!important
    }
    html[dir=ltr] .pr-sm-2{
        padding-right:.5rem!important
    }
    html[dir=rtl] .pr-sm-2{
        padding-left:.5rem!important
    }
    .px-sm-2{
        padding-right:.5rem!important
    }
    .pb-sm-2,.py-sm-2{
        padding-bottom:.5rem!important
    }
    html[dir=ltr] .pl-sm-2{
        padding-left:.5rem!important
    }
    html[dir=rtl] .pl-sm-2{
        padding-right:.5rem!important
    }
    .px-sm-2{
        padding-left:.5rem!important
    }
    .p-sm-3{
        padding:1rem!important
    }
    .pt-sm-3,.py-sm-3{
        padding-top:1rem!important
    }
    html[dir=ltr] .pr-sm-3{
        padding-right:1rem!important
    }
    html[dir=rtl] .pr-sm-3{
        padding-left:1rem!important
    }
    .px-sm-3{
        padding-right:1rem!important
    }
    .pb-sm-3,.py-sm-3{
        padding-bottom:1rem!important
    }
    html[dir=ltr] .pl-sm-3{
        padding-left:1rem!important
    }
    html[dir=rtl] .pl-sm-3{
        padding-right:1rem!important
    }
    .px-sm-3{
        padding-left:1rem!important
    }
    .p-sm-4{
        padding:1.5rem!important
    }
    .pt-sm-4,.py-sm-4{
        padding-top:1.5rem!important
    }
    html[dir=ltr] .pr-sm-4{
        padding-right:1.5rem!important
    }
    html[dir=rtl] .pr-sm-4{
        padding-left:1.5rem!important
    }
    .px-sm-4{
        padding-right:1.5rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:1.5rem!important
    }
    html[dir=ltr] .pl-sm-4{
        padding-left:1.5rem!important
    }
    html[dir=rtl] .pl-sm-4{
        padding-right:1.5rem!important
    }
    .px-sm-4{
        padding-left:1.5rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .pt-sm-5,.py-sm-5{
        padding-top:3rem!important
    }
    html[dir=ltr] .pr-sm-5{
        padding-right:3rem!important
    }
    html[dir=rtl] .pr-sm-5{
        padding-left:3rem!important
    }
    .px-sm-5{
        padding-right:3rem!important
    }
    .pb-sm-5,.py-sm-5{
        padding-bottom:3rem!important
    }
    html[dir=ltr] .pl-sm-5{
        padding-left:3rem!important
    }
    html[dir=rtl] .pl-sm-5{
        padding-right:3rem!important
    }
    .px-sm-5{
        padding-left:3rem!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
    }
    html[dir=ltr] .text-sm-left{
        text-align:left!important
    }
    html[dir=rtl] .text-sm-left{
        text-align:right!important
    }
    html[dir=ltr] .text-sm-right{
        text-align:right!important
    }
    html[dir=rtl] .text-sm-right{
        text-align:left!important
    }
    .text-sm-center{
        text-align:center!important
    }
    html{
        font-size:81.3%
    }
    body{
        font-size:1.0625rem
    }
}
@media(min-width:768px){
    .container{
        max-width:720px
    }
    .col-md{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-md-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-md-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-md-last{
        -ms-flex-order:13;
        order:13
    }
    .order-md-0{
        -ms-flex-order:0;
        order:0
    }
    .order-md-1{
        -ms-flex-order:1;
        order:1
    }
    .order-md-2{
        -ms-flex-order:2;
        order:2
    }
    .order-md-3{
        -ms-flex-order:3;
        order:3
    }
    .order-md-4{
        -ms-flex-order:4;
        order:4
    }
    .order-md-5{
        -ms-flex-order:5;
        order:5
    }
    .order-md-6{
        -ms-flex-order:6;
        order:6
    }
    .order-md-7{
        -ms-flex-order:7;
        order:7
    }
    .order-md-8{
        -ms-flex-order:8;
        order:8
    }
    .order-md-9{
        -ms-flex-order:9;
        order:9
    }
    .order-md-10{
        -ms-flex-order:10;
        order:10
    }
    .order-md-11{
        -ms-flex-order:11;
        order:11
    }
    .order-md-12{
        -ms-flex-order: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%
    }
    .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:-ms-flexbox!important;
        display:flex!important
    }
    .d-md-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-md-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-md-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-md-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-md-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-md-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-md-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .justify-content-md-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-md-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-md-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-md-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-md-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-md-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-md-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-md-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-md-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-md-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-md-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-md-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-md-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-md-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-md-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-md-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-md-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-md-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-md-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-md-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    html[dir=ltr] .float-md-left{
        float:left!important
    }
    html[dir=rtl] .float-md-left{
        float:right!important
    }
    html[dir=ltr] .float-md-right{
        float:right!important
    }
    html[dir=rtl] .float-md-right{
        float:left!important
    }
    .float-md-none{
        float:none!important
    }
    .m-md-0{
        margin:0!important
    }
    .mt-md-0,.my-md-0{
        margin-top:0!important
    }
    html[dir=ltr] .mr-md-0{
        margin-right:0!important
    }
    html[dir=rtl] .mr-md-0{
        margin-left:0!important
    }
    .mx-md-0{
        margin-right:0!important
    }
    .mb-md-0,.my-md-0{
        margin-bottom:0!important
    }
    html[dir=ltr] .ml-md-0{
        margin-left:0!important
    }
    html[dir=rtl] .ml-md-0{
        margin-right:0!important
    }
    .mx-md-0{
        margin-left:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .mt-md-1,.my-md-1{
        margin-top:.25rem!important
    }
    html[dir=ltr] .mr-md-1{
        margin-right:.25rem!important
    }
    html[dir=rtl] .mr-md-1{
        margin-left:.25rem!important
    }
    .mx-md-1{
        margin-right:.25rem!important
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.25rem!important
    }
    html[dir=ltr] .ml-md-1{
        margin-left:.25rem!important
    }
    html[dir=rtl] .ml-md-1{
        margin-right:.25rem!important
    }
    .mx-md-1{
        margin-left:.25rem!important
    }
    .m-md-2{
        margin:.5rem!important
    }
    .mt-md-2,.my-md-2{
        margin-top:.5rem!important
    }
    html[dir=ltr] .mr-md-2{
        margin-right:.5rem!important
    }
    html[dir=rtl] .mr-md-2{
        margin-left:.5rem!important
    }
    .mx-md-2{
        margin-right:.5rem!important
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.5rem!important
    }
    html[dir=ltr] .ml-md-2{
        margin-left:.5rem!important
    }
    html[dir=rtl] .ml-md-2{
        margin-right:.5rem!important
    }
    .mx-md-2{
        margin-left:.5rem!important
    }
    .m-md-3{
        margin:1rem!important
    }
    .mt-md-3,.my-md-3{
        margin-top:1rem!important
    }
    html[dir=ltr] .mr-md-3{
        margin-right:1rem!important
    }
    html[dir=rtl] .mr-md-3{
        margin-left:1rem!important
    }
    .mx-md-3{
        margin-right:1rem!important
    }
    .mb-md-3,.my-md-3{
        margin-bottom:1rem!important
    }
    html[dir=ltr] .ml-md-3{
        margin-left:1rem!important
    }
    html[dir=rtl] .ml-md-3{
        margin-right:1rem!important
    }
    .mx-md-3{
        margin-left:1rem!important
    }
    .m-md-4{
        margin:1.5rem!important
    }
    .mt-md-4,.my-md-4{
        margin-top:1.5rem!important
    }
    html[dir=ltr] .mr-md-4{
        margin-right:1.5rem!important
    }
    html[dir=rtl] .mr-md-4{
        margin-left:1.5rem!important
    }
    .mx-md-4{
        margin-right:1.5rem!important
    }
    .mb-md-4,.my-md-4{
        margin-bottom:1.5rem!important
    }
    html[dir=ltr] .ml-md-4{
        margin-left:1.5rem!important
    }
    html[dir=rtl] .ml-md-4{
        margin-right:1.5rem!important
    }
    .mx-md-4{
        margin-left:1.5rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .mt-md-5,.my-md-5{
        margin-top:3rem!important
    }
    html[dir=ltr] .mr-md-5{
        margin-right:3rem!important
    }
    html[dir=rtl] .mr-md-5{
        margin-left:3rem!important
    }
    .mx-md-5{
        margin-right:3rem!important
    }
    .mb-md-5,.my-md-5{
        margin-bottom:3rem!important
    }
    html[dir=ltr] .ml-md-5{
        margin-left:3rem!important
    }
    html[dir=rtl] .ml-md-5{
        margin-right:3rem!important
    }
    .mx-md-5{
        margin-left:3rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .pt-md-0,.py-md-0{
        padding-top:0!important
    }
    html[dir=ltr] .pr-md-0{
        padding-right:0!important
    }
    html[dir=rtl] .pr-md-0{
        padding-left:0!important
    }
    .px-md-0{
        padding-right:0!important
    }
    .pb-md-0,.py-md-0{
        padding-bottom:0!important
    }
    html[dir=ltr] .pl-md-0{
        padding-left:0!important
    }
    html[dir=rtl] .pl-md-0{
        padding-right:0!important
    }
    .px-md-0{
        padding-left:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .pt-md-1,.py-md-1{
        padding-top:.25rem!important
    }
    html[dir=ltr] .pr-md-1{
        padding-right:.25rem!important
    }
    html[dir=rtl] .pr-md-1{
        padding-left:.25rem!important
    }
    .px-md-1{
        padding-right:.25rem!important
    }
    .pb-md-1,.py-md-1{
        padding-bottom:.25rem!important
    }
    html[dir=ltr] .pl-md-1{
        padding-left:.25rem!important
    }
    html[dir=rtl] .pl-md-1{
        padding-right:.25rem!important
    }
    .px-md-1{
        padding-left:.25rem!important
    }
    .p-md-2{
        padding:.5rem!important
    }
    .pt-md-2,.py-md-2{
        padding-top:.5rem!important
    }
    html[dir=ltr] .pr-md-2{
        padding-right:.5rem!important
    }
    html[dir=rtl] .pr-md-2{
        padding-left:.5rem!important
    }
    .px-md-2{
        padding-right:.5rem!important
    }
    .pb-md-2,.py-md-2{
        padding-bottom:.5rem!important
    }
    html[dir=ltr] .pl-md-2{
        padding-left:.5rem!important
    }
    html[dir=rtl] .pl-md-2{
        padding-right:.5rem!important
    }
    .px-md-2{
        padding-left:.5rem!important
    }
    .p-md-3{
        padding:1rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:1rem!important
    }
    html[dir=ltr] .pr-md-3{
        padding-right:1rem!important
    }
    html[dir=rtl] .pr-md-3{
        padding-left:1rem!important
    }
    .px-md-3{
        padding-right:1rem!important
    }
    .pb-md-3,.py-md-3{
        padding-bottom:1rem!important
    }
    html[dir=ltr] .pl-md-3{
        padding-left:1rem!important
    }
    html[dir=rtl] .pl-md-3{
        padding-right:1rem!important
    }
    .px-md-3{
        padding-left:1rem!important
    }
    .p-md-4{
        padding:1.5rem!important
    }
    .pt-md-4,.py-md-4{
        padding-top:1.5rem!important
    }
    html[dir=ltr] .pr-md-4{
        padding-right:1.5rem!important
    }
    html[dir=rtl] .pr-md-4{
        padding-left:1.5rem!important
    }
    .px-md-4{
        padding-right:1.5rem!important
    }
    .pb-md-4,.py-md-4{
        padding-bottom:1.5rem!important
    }
    html[dir=ltr] .pl-md-4{
        padding-left:1.5rem!important
    }
    html[dir=rtl] .pl-md-4{
        padding-right:1.5rem!important
    }
    .px-md-4{
        padding-left:1.5rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .pt-md-5,.py-md-5{
        padding-top:3rem!important
    }
    html[dir=ltr] .pr-md-5{
        padding-right:3rem!important
    }
    html[dir=rtl] .pr-md-5{
        padding-left:3rem!important
    }
    .px-md-5{
        padding-right:3rem!important
    }
    .pb-md-5,.py-md-5{
        padding-bottom:3rem!important
    }
    html[dir=ltr] .pl-md-5{
        padding-left:3rem!important
    }
    html[dir=rtl] .pl-md-5{
        padding-right:3rem!important
    }
    .px-md-5{
        padding-left:3rem!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
    }
    html[dir=ltr] .text-md-left{
        text-align:left!important
    }
    html[dir=rtl] .text-md-left{
        text-align:right!important
    }
    html[dir=ltr] .text-md-right{
        text-align:right!important
    }
    html[dir=rtl] .text-md-right{
        text-align:left!important
    }
    .text-md-center{
        text-align:center!important
    }
    header .user-popup-login{
        position:absolute;
        padding:0;
        min-width:220px;
        visibility:hidden;
        opacity:0;
        transition:all ease .5s;
        top:30px
    }
    header .user-name:hover{
        cursor:pointer
    }
    header .user-name:hover .user-popup-login{
        opacity:1;
        visibility:visible
    }
    html{
        font-size:87.5%
    }
    body{
        font-size:.9375rem
    }
}
@media(min-width:992px){
    .container{
        max-width:1200px
    }
    .col-lg{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-lg-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-lg-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-lg-last{
        -ms-flex-order:13;
        order:13
    }
    .order-lg-0{
        -ms-flex-order:0;
        order:0
    }
    .order-lg-1{
        -ms-flex-order:1;
        order:1
    }
    .order-lg-2{
        -ms-flex-order:2;
        order:2
    }
    .order-lg-3{
        -ms-flex-order:3;
        order:3
    }
    .order-lg-4{
        -ms-flex-order:4;
        order:4
    }
    .order-lg-5{
        -ms-flex-order:5;
        order:5
    }
    .order-lg-6{
        -ms-flex-order:6;
        order:6
    }
    .order-lg-7{
        -ms-flex-order:7;
        order:7
    }
    .order-lg-8{
        -ms-flex-order:8;
        order:8
    }
    .order-lg-9{
        -ms-flex-order:9;
        order:9
    }
    .order-lg-10{
        -ms-flex-order:10;
        order:10
    }
    .order-lg-11{
        -ms-flex-order:11;
        order:11
    }
    .order-lg-12{
        -ms-flex-order: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%
    }
    .modal-lg{
        max-width:800px
    }
    .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:-ms-flexbox!important;
        display:flex!important
    }
    .d-lg-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-lg-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-lg-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-lg-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-lg-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-lg-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-lg-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .justify-content-lg-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-lg-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-lg-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-lg-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-lg-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-lg-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-lg-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-lg-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-lg-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-lg-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-lg-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-lg-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-lg-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-lg-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-lg-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-lg-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    html[dir=ltr] .float-lg-left{
        float:left!important
    }
    html[dir=rtl] .float-lg-left{
        float:right!important
    }
    html[dir=ltr] .float-lg-right{
        float:right!important
    }
    html[dir=rtl] .float-lg-right{
        float:left!important
    }
    .float-lg-none{
        float:none!important
    }
    .m-lg-0{
        margin:0!important
    }
    .mt-lg-0,.my-lg-0{
        margin-top:0!important
    }
    html[dir=ltr] .mr-lg-0{
        margin-right:0!important
    }
    html[dir=rtl] .mr-lg-0{
        margin-left:0!important
    }
    .mx-lg-0{
        margin-right:0!important
    }
    .mb-lg-0,.my-lg-0{
        margin-bottom:0!important
    }
    html[dir=ltr] .ml-lg-0{
        margin-left:0!important
    }
    html[dir=rtl] .ml-lg-0{
        margin-right:0!important
    }
    .mx-lg-0{
        margin-left:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.25rem!important
    }
    html[dir=ltr] .mr-lg-1{
        margin-right:.25rem!important
    }
    html[dir=rtl] .mr-lg-1{
        margin-left:.25rem!important
    }
    .mx-lg-1{
        margin-right:.25rem!important
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.25rem!important
    }
    html[dir=ltr] .ml-lg-1{
        margin-left:.25rem!important
    }
    html[dir=rtl] .ml-lg-1{
        margin-right:.25rem!important
    }
    .mx-lg-1{
        margin-left:.25rem!important
    }
    .m-lg-2{
        margin:.5rem!important
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.5rem!important
    }
    html[dir=ltr] .mr-lg-2{
        margin-right:.5rem!important
    }
    html[dir=rtl] .mr-lg-2{
        margin-left:.5rem!important
    }
    .mx-lg-2{
        margin-right:.5rem!important
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.5rem!important
    }
    html[dir=ltr] .ml-lg-2{
        margin-left:.5rem!important
    }
    html[dir=rtl] .ml-lg-2{
        margin-right:.5rem!important
    }
    .mx-lg-2{
        margin-left:.5rem!important
    }
    .m-lg-3{
        margin:1rem!important
    }
    .mt-lg-3,.my-lg-3{
        margin-top:1rem!important
    }
    html[dir=ltr] .mr-lg-3{
        margin-right:1rem!important
    }
    html[dir=rtl] .mr-lg-3{
        margin-left:1rem!important
    }
    .mx-lg-3{
        margin-right:1rem!important
    }
    .mb-lg-3,.my-lg-3{
        margin-bottom:1rem!important
    }
    html[dir=ltr] .ml-lg-3{
        margin-left:1rem!important
    }
    html[dir=rtl] .ml-lg-3{
        margin-right:1rem!important
    }
    .mx-lg-3{
        margin-left:1rem!important
    }
    .m-lg-4{
        margin:1.5rem!important
    }
    .mt-lg-4,.my-lg-4{
        margin-top:1.5rem!important
    }
    html[dir=ltr] .mr-lg-4{
        margin-right:1.5rem!important
    }
    html[dir=rtl] .mr-lg-4{
        margin-left:1.5rem!important
    }
    .mx-lg-4{
        margin-right:1.5rem!important
    }
    .mb-lg-4,.my-lg-4{
        margin-bottom:1.5rem!important
    }
    html[dir=ltr] .ml-lg-4{
        margin-left:1.5rem!important
    }
    html[dir=rtl] .ml-lg-4{
        margin-right:1.5rem!important
    }
    .mx-lg-4{
        margin-left:1.5rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .mt-lg-5,.my-lg-5{
        margin-top:3rem!important
    }
    html[dir=ltr] .mr-lg-5{
        margin-right:3rem!important
    }
    html[dir=rtl] .mr-lg-5{
        margin-left:3rem!important
    }
    .mx-lg-5{
        margin-right:3rem!important
    }
    .mb-lg-5,.my-lg-5{
        margin-bottom:3rem!important
    }
    html[dir=ltr] .ml-lg-5{
        margin-left:3rem!important
    }
    html[dir=rtl] .ml-lg-5{
        margin-right:3rem!important
    }
    .mx-lg-5{
        margin-left:3rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .pt-lg-0,.py-lg-0{
        padding-top:0!important
    }
    html[dir=ltr] .pr-lg-0{
        padding-right:0!important
    }
    html[dir=rtl] .pr-lg-0{
        padding-left:0!important
    }
    .px-lg-0{
        padding-right:0!important
    }
    .pb-lg-0,.py-lg-0{
        padding-bottom:0!important
    }
    html[dir=ltr] .pl-lg-0{
        padding-left:0!important
    }
    html[dir=rtl] .pl-lg-0{
        padding-right:0!important
    }
    .px-lg-0{
        padding-left:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .pt-lg-1,.py-lg-1{
        padding-top:.25rem!important
    }
    html[dir=ltr] .pr-lg-1{
        padding-right:.25rem!important
    }
    html[dir=rtl] .pr-lg-1{
        padding-left:.25rem!important
    }
    .px-lg-1{
        padding-right:.25rem!important
    }
    .pb-lg-1,.py-lg-1{
        padding-bottom:.25rem!important
    }
    html[dir=ltr] .pl-lg-1{
        padding-left:.25rem!important
    }
    html[dir=rtl] .pl-lg-1{
        padding-right:.25rem!important
    }
    .px-lg-1{
        padding-left:.25rem!important
    }
    .p-lg-2{
        padding:.5rem!important
    }
    .pt-lg-2,.py-lg-2{
        padding-top:.5rem!important
    }
    html[dir=ltr] .pr-lg-2{
        padding-right:.5rem!important
    }
    html[dir=rtl] .pr-lg-2{
        padding-left:.5rem!important
    }
    .px-lg-2{
        padding-right:.5rem!important
    }
    .pb-lg-2,.py-lg-2{
        padding-bottom:.5rem!important
    }
    html[dir=ltr] .pl-lg-2{
        padding-left:.5rem!important
    }
    html[dir=rtl] .pl-lg-2{
        padding-right:.5rem!important
    }
    .px-lg-2{
        padding-left:.5rem!important
    }
    .p-lg-3{
        padding:1rem!important
    }
    .pt-lg-3,.py-lg-3{
        padding-top:1rem!important
    }
    html[dir=ltr] .pr-lg-3{
        padding-right:1rem!important
    }
    html[dir=rtl] .pr-lg-3{
        padding-left:1rem!important
    }
    .px-lg-3{
        padding-right:1rem!important
    }
    .pb-lg-3,.py-lg-3{
        padding-bottom:1rem!important
    }
    html[dir=ltr] .pl-lg-3{
        padding-left:1rem!important
    }
    html[dir=rtl] .pl-lg-3{
        padding-right:1rem!important
    }
    .px-lg-3{
        padding-left:1rem!important
    }
    .p-lg-4{
        padding:1.5rem!important
    }
    .pt-lg-4,.py-lg-4{
        padding-top:1.5rem!important
    }
    html[dir=ltr] .pr-lg-4{
        padding-right:1.5rem!important
    }
    html[dir=rtl] .pr-lg-4{
        padding-left:1.5rem!important
    }
    .px-lg-4{
        padding-right:1.5rem!important
    }
    .pb-lg-4,.py-lg-4{
        padding-bottom:1.5rem!important
    }
    html[dir=ltr] .pl-lg-4{
        padding-left:1.5rem!important
    }
    html[dir=rtl] .pl-lg-4{
        padding-right:1.5rem!important
    }
    .px-lg-4{
        padding-left:1.5rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .pt-lg-5,.py-lg-5{
        padding-top:3rem!important
    }
    html[dir=ltr] .pr-lg-5{
        padding-right:3rem!important
    }
    html[dir=rtl] .pr-lg-5{
        padding-left:3rem!important
    }
    .px-lg-5{
        padding-right:3rem!important
    }
    .pb-lg-5,.py-lg-5{
        padding-bottom:3rem!important
    }
    html[dir=ltr] .pl-lg-5{
        padding-left:3rem!important
    }
    html[dir=rtl] .pl-lg-5{
        padding-right:3rem!important
    }
    .px-lg-5{
        padding-left:3rem!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
    }
    html[dir=ltr] .text-lg-left{
        text-align:left!important
    }
    html[dir=rtl] .text-lg-left{
        text-align:right!important
    }
    html[dir=ltr] .text-lg-right{
        text-align:right!important
    }
    html[dir=rtl] .text-lg-right{
        text-align:left!important
    }
    .text-lg-center{
        text-align:center!important
    }
    html{
        font-size:93.8%
    }
    body{
        font-size:.875rem
    }
}
@media(min-width:1200px){
    .col-xl{
        -ms-flex-preferred-size:0;
        flex-basis:0;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%
    }
    .col-xl-auto{
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:none
    }
    .col-xl-1{
        -ms-flex:0 0 8.33333%;
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        -ms-flex:0 0 16.66667%;
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        -ms-flex:0 0 25%;
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-4{
        -ms-flex:0 0 33.33333%;
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        -ms-flex:0 0 41.66667%;
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        -ms-flex:0 0 58.33333%;
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        -ms-flex:0 0 66.66667%;
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        -ms-flex:0 0 75%;
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        -ms-flex:0 0 83.33333%;
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        -ms-flex:0 0 91.66667%;
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        max-width:100%
    }
    .order-xl-first{
        -ms-flex-order:-1;
        order:-1
    }
    .order-xl-last{
        -ms-flex-order:13;
        order:13
    }
    .order-xl-0{
        -ms-flex-order:0;
        order:0
    }
    .order-xl-1{
        -ms-flex-order:1;
        order:1
    }
    .order-xl-2{
        -ms-flex-order:2;
        order:2
    }
    .order-xl-3{
        -ms-flex-order:3;
        order:3
    }
    .order-xl-4{
        -ms-flex-order:4;
        order:4
    }
    .order-xl-5{
        -ms-flex-order:5;
        order:5
    }
    .order-xl-6{
        -ms-flex-order:6;
        order:6
    }
    .order-xl-7{
        -ms-flex-order:7;
        order:7
    }
    .order-xl-8{
        -ms-flex-order:8;
        order:8
    }
    .order-xl-9{
        -ms-flex-order:9;
        order:9
    }
    .order-xl-10{
        -ms-flex-order:10;
        order:10
    }
    .order-xl-11{
        -ms-flex-order:11;
        order:11
    }
    .order-xl-12{
        -ms-flex-order: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%
    }
    .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:-ms-flexbox!important;
        display:flex!important
    }
    .d-xl-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
    .flex-xl-row{
        -ms-flex-direction:row!important;
        flex-direction:row!important
    }
    .flex-xl-column{
        -ms-flex-direction:column!important;
        flex-direction:column!important
    }
    .flex-xl-row-reverse{
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
    .flex-xl-column-reverse{
        -ms-flex-direction:column-reverse!important;
        flex-direction:column-reverse!important
    }
    .flex-xl-wrap{
        -ms-flex-wrap:wrap!important;
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        -ms-flex-wrap:nowrap!important;
        flex-wrap:nowrap!important
    }
    .flex-xl-wrap-reverse{
        -ms-flex-wrap:wrap-reverse!important;
        flex-wrap:wrap-reverse!important
    }
    .justify-content-xl-start{
        -ms-flex-pack:start!important;
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        -ms-flex-pack:end!important;
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        -ms-flex-pack:center!important;
        justify-content:center!important
    }
    .justify-content-xl-between{
        -ms-flex-pack:justify!important;
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        -ms-flex-pack:distribute!important;
        justify-content:space-around!important
    }
    .align-items-xl-start{
        -ms-flex-align:start!important;
        align-items:flex-start!important
    }
    .align-items-xl-end{
        -ms-flex-align:end!important;
        align-items:flex-end!important
    }
    .align-items-xl-center{
        -ms-flex-align:center!important;
        align-items:center!important
    }
    .align-items-xl-baseline{
        -ms-flex-align:baseline!important;
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        -ms-flex-align:stretch!important;
        align-items:stretch!important
    }
    .align-content-xl-start{
        -ms-flex-line-pack:start!important;
        align-content:flex-start!important
    }
    .align-content-xl-end{
        -ms-flex-line-pack:end!important;
        align-content:flex-end!important
    }
    .align-content-xl-center{
        -ms-flex-line-pack:center!important;
        align-content:center!important
    }
    .align-content-xl-between{
        -ms-flex-line-pack:justify!important;
        align-content:space-between!important
    }
    .align-content-xl-around{
        -ms-flex-line-pack:distribute!important;
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        -ms-flex-line-pack:stretch!important;
        align-content:stretch!important
    }
    .align-self-xl-auto{
        -ms-flex-item-align:auto!important;
        -ms-grid-row-align:auto!important;
        align-self:auto!important
    }
    .align-self-xl-start{
        -ms-flex-item-align:start!important;
        align-self:flex-start!important
    }
    .align-self-xl-end{
        -ms-flex-item-align:end!important;
        align-self:flex-end!important
    }
    .align-self-xl-center{
        -ms-flex-item-align:center!important;
        -ms-grid-row-align:center!important;
        align-self:center!important
    }
    .align-self-xl-baseline{
        -ms-flex-item-align:baseline!important;
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        -ms-flex-item-align:stretch!important;
        -ms-grid-row-align:stretch!important;
        align-self:stretch!important
    }
    html[dir=ltr] .float-xl-left{
        float:left!important
    }
    html[dir=rtl] .float-xl-left{
        float:right!important
    }
    html[dir=ltr] .float-xl-right{
        float:right!important
    }
    html[dir=rtl] .float-xl-right{
        float:left!important
    }
    .float-xl-none{
        float:none!important
    }
    .m-xl-0{
        margin:0!important
    }
    .mt-xl-0,.my-xl-0{
        margin-top:0!important
    }
    html[dir=ltr] .mr-xl-0{
        margin-right:0!important
    }
    html[dir=rtl] .mr-xl-0{
        margin-left:0!important
    }
    .mx-xl-0{
        margin-right:0!important
    }
    .mb-xl-0,.my-xl-0{
        margin-bottom:0!important
    }
    html[dir=ltr] .ml-xl-0{
        margin-left:0!important
    }
    html[dir=rtl] .ml-xl-0{
        margin-right:0!important
    }
    .mx-xl-0{
        margin-left:0!important
    }
    .m-xl-1{
        margin:.25rem!important
    }
    .mt-xl-1,.my-xl-1{
        margin-top:.25rem!important
    }
    html[dir=ltr] .mr-xl-1{
        margin-right:.25rem!important
    }
    html[dir=rtl] .mr-xl-1{
        margin-left:.25rem!important
    }
    .mx-xl-1{
        margin-right:.25rem!important
    }
    .mb-xl-1,.my-xl-1{
        margin-bottom:.25rem!important
    }
    html[dir=ltr] .ml-xl-1{
        margin-left:.25rem!important
    }
    html[dir=rtl] .ml-xl-1{
        margin-right:.25rem!important
    }
    .mx-xl-1{
        margin-left:.25rem!important
    }
    .m-xl-2{
        margin:.5rem!important
    }
    .mt-xl-2,.my-xl-2{
        margin-top:.5rem!important
    }
    html[dir=ltr] .mr-xl-2{
        margin-right:.5rem!important
    }
    html[dir=rtl] .mr-xl-2{
        margin-left:.5rem!important
    }
    .mx-xl-2{
        margin-right:.5rem!important
    }
    .mb-xl-2,.my-xl-2{
        margin-bottom:.5rem!important
    }
    html[dir=ltr] .ml-xl-2{
        margin-left:.5rem!important
    }
    html[dir=rtl] .ml-xl-2{
        margin-right:.5rem!important
    }
    .mx-xl-2{
        margin-left:.5rem!important
    }
    .m-xl-3{
        margin:1rem!important
    }
    .mt-xl-3,.my-xl-3{
        margin-top:1rem!important
    }
    html[dir=ltr] .mr-xl-3{
        margin-right:1rem!important
    }
    html[dir=rtl] .mr-xl-3{
        margin-left:1rem!important
    }
    .mx-xl-3{
        margin-right:1rem!important
    }
    .mb-xl-3,.my-xl-3{
        margin-bottom:1rem!important
    }
    html[dir=ltr] .ml-xl-3{
        margin-left:1rem!important
    }
    html[dir=rtl] .ml-xl-3{
        margin-right:1rem!important
    }
    .mx-xl-3{
        margin-left:1rem!important
    }
    .m-xl-4{
        margin:1.5rem!important
    }
    .mt-xl-4,.my-xl-4{
        margin-top:1.5rem!important
    }
    html[dir=ltr] .mr-xl-4{
        margin-right:1.5rem!important
    }
    html[dir=rtl] .mr-xl-4{
        margin-left:1.5rem!important
    }
    .mx-xl-4{
        margin-right:1.5rem!important
    }
    .mb-xl-4,.my-xl-4{
        margin-bottom:1.5rem!important
    }
    html[dir=ltr] .ml-xl-4{
        margin-left:1.5rem!important
    }
    html[dir=rtl] .ml-xl-4{
        margin-right:1.5rem!important
    }
    .mx-xl-4{
        margin-left:1.5rem!important
    }
    .m-xl-5{
        margin:3rem!important
    }
    .mt-xl-5,.my-xl-5{
        margin-top:3rem!important
    }
    html[dir=ltr] .mr-xl-5{
        margin-right:3rem!important
    }
    html[dir=rtl] .mr-xl-5{
        margin-left:3rem!important
    }
    .mx-xl-5{
        margin-right:3rem!important
    }
    .mb-xl-5,.my-xl-5{
        margin-bottom:3rem!important
    }
    html[dir=ltr] .ml-xl-5{
        margin-left:3rem!important
    }
    html[dir=rtl] .ml-xl-5{
        margin-right:3rem!important
    }
    .mx-xl-5{
        margin-left:3rem!important
    }
    .p-xl-0{
        padding:0!important
    }
    .pt-xl-0,.py-xl-0{
        padding-top:0!important
    }
    html[dir=ltr] .pr-xl-0{
        padding-right:0!important
    }
    html[dir=rtl] .pr-xl-0{
        padding-left:0!important
    }
    .px-xl-0{
        padding-right:0!important
    }
    .pb-xl-0,.py-xl-0{
        padding-bottom:0!important
    }
    html[dir=ltr] .pl-xl-0{
        padding-left:0!important
    }
    html[dir=rtl] .pl-xl-0{
        padding-right:0!important
    }
    .px-xl-0{
        padding-left:0!important
    }
    .p-xl-1{
        padding:.25rem!important
    }
    .pt-xl-1,.py-xl-1{
        padding-top:.25rem!important
    }
    html[dir=ltr] .pr-xl-1{
        padding-right:.25rem!important
    }
    html[dir=rtl] .pr-xl-1{
        padding-left:.25rem!important
    }
    .px-xl-1{
        padding-right:.25rem!important
    }
    .pb-xl-1,.py-xl-1{
        padding-bottom:.25rem!important
    }
    html[dir=ltr] .pl-xl-1{
        padding-left:.25rem!important
    }
    html[dir=rtl] .pl-xl-1{
        padding-right:.25rem!important
    }
    .px-xl-1{
        padding-left:.25rem!important
    }
    .p-xl-2{
        padding:.5rem!important
    }
    .pt-xl-2,.py-xl-2{
        padding-top:.5rem!important
    }
    html[dir=ltr] .pr-xl-2{
        padding-right:.5rem!important
    }
    html[dir=rtl] .pr-xl-2{
        padding-left:.5rem!important
    }
    .px-xl-2{
        padding-right:.5rem!important
    }
    .pb-xl-2,.py-xl-2{
        padding-bottom:.5rem!important
    }
    html[dir=ltr] .pl-xl-2{
        padding-left:.5rem!important
    }
    html[dir=rtl] .pl-xl-2{
        padding-right:.5rem!important
    }
    .px-xl-2{
        padding-left:.5rem!important
    }
    .p-xl-3{
        padding:1rem!important
    }
    .pt-xl-3,.py-xl-3{
        padding-top:1rem!important
    }
    html[dir=ltr] .pr-xl-3{
        padding-right:1rem!important
    }
    html[dir=rtl] .pr-xl-3{
        padding-left:1rem!important
    }
    .px-xl-3{
        padding-right:1rem!important
    }
    .pb-xl-3,.py-xl-3{
        padding-bottom:1rem!important
    }
    html[dir=ltr] .pl-xl-3{
        padding-left:1rem!important
    }
    html[dir=rtl] .pl-xl-3{
        padding-right:1rem!important
    }
    .px-xl-3{
        padding-left:1rem!important
    }
    .p-xl-4{
        padding:1.5rem!important
    }
    .pt-xl-4,.py-xl-4{
        padding-top:1.5rem!important
    }
    html[dir=ltr] .pr-xl-4{
        padding-right:1.5rem!important
    }
    html[dir=rtl] .pr-xl-4{
        padding-left:1.5rem!important
    }
    .px-xl-4{
        padding-right:1.5rem!important
    }
    .pb-xl-4,.py-xl-4{
        padding-bottom:1.5rem!important
    }
    html[dir=ltr] .pl-xl-4{
        padding-left:1.5rem!important
    }
    html[dir=rtl] .pl-xl-4{
        padding-right:1.5rem!important
    }
    .px-xl-4{
        padding-left:1.5rem!important
    }
    .p-xl-5{
        padding:3rem!important
    }
    .pt-xl-5,.py-xl-5{
        padding-top:3rem!important
    }
    html[dir=ltr] .pr-xl-5{
        padding-right:3rem!important
    }
    html[dir=rtl] .pr-xl-5{
        padding-left:3rem!important
    }
    .px-xl-5{
        padding-right:3rem!important
    }
    .pb-xl-5,.py-xl-5{
        padding-bottom:3rem!important
    }
    html[dir=ltr] .pl-xl-5{
        padding-left:3rem!important
    }
    html[dir=rtl] .pl-xl-5{
        padding-right:3rem!important
    }
    .px-xl-5{
        padding-left:3rem!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
    }
    html[dir=ltr] .text-xl-left{
        text-align:left!important
    }
    html[dir=rtl] .text-xl-left{
        text-align:right!important
    }
    html[dir=ltr] .text-xl-right{
        text-align:right!important
    }
    html[dir=rtl] .text-xl-right{
        text-align:left!important
    }
    .text-xl-center{
        text-align:center!important
    }
    html{
        font-size:100%
    }
}
@media(max-width:991.98px){
    header .menus-block{
        position:fixed;
        z-index:10000;
        width:250px;
        left:0;
        top:0;
        height:100%;
        background:#fff;
        padding:20px;
        -ms-transform:translate(-150%,0);
        transform:translate(-150%,0);
        transition:all ease .5s
    }
    header .menus-block ul{
        padding:0;
        border:none!important
    }
    header .menus-block ul li{
        display:block!important;
        padding-bottom:20px
    }
    header .logo img{
        width:60%;
        margin-left:50px
    }
    .show-menu .menus-block{
        -ms-transform:translate(0,0)!important;
        transform:translate(0,0)!important
    }
    .show-menu .mask{
        width:100%;
        height:100%;
        position:fixed;
        top:0;
        z-index:100;
        background:rgba(0,0,0,.8);
        left:0
    }
    html[dir=rtl] .user-name:after{
        left:0;
        right:inherit
    }
    .sigle-banner .bnr-cnt{
        min-height:inherit;
        padding:0
    }
    #mystry-box .slick-next,#mystry-box .slick-prev,.sigle-banner-home .slick-next,.sigle-banner-home .slick-prev{
        display:none!important
    }
    html[dir=rtl] .float-right-mobile{
        float:right!important
    }
    html[dir=rtl] header .menus-block{
        left:inherit;
        right:0;
        -ms-transform:translate(100%,0);
        transform:translate(100%,0)
    }
  
}
@media(max-width:767.98px){
    header .logo{
        width:60%;
        margin-top:3px
    }
    .menu-open{
        top:9px
    }
    #footer{
        text-align:center
    }
    #footer p{
        margin:auto;
        margin-bottom:28px;
        width:100%
    }
    .subscribe-block .message_validation{
        bottom:-25px
    }
    .footerlink-block{
        text-align:center
    }
    .footerlink-block ul li{
        padding-right:12px
    }
    .bnr-cnt{
        width:100%
    }
    .bnr-cnt h3{
        font-size:21px;
        font-weight:600
    }
    .bnr-cnt .banner-bt{
        padding:8px 30px
    }
    .sigle-banner img,.sliders-wrapper img{
        max-height:200px
    }
    .sigle-banner .banner-img .pt-8,.sliders-wrapper .banner-img .pt-8{
        padding-top:50px
    }
    .sigle-banner .banner-img h1,.sliders-wrapper .banner-img h1{
        font-size:1.875rem
    }
    .sigle-banner img.img-fluid{
        max-height:165px
    }
    #mystry-box .banner-content p,.sigle-banner-home .banner-content p{
        font-size:14px
    }
    html[dir=rtl] header .logo img{
        margin-right:50px;
        margin-left:0
    }
    html[dir=rtl] .text-def-right{
        text-align:right
    }
    .border-sm-0{
        border:none!important
    }
    #popup_container{
        min-width:100%!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:-ms-flexbox!important;
        display:flex!important
    }
    .d-print-inline-flex{
        display:-ms-inline-flexbox!important;
        display:inline-flex!important
    }
}
