@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    color: #222;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
/* ----- Typography -------  */
h1 {
    margin-top: 0;
    margin-bottom: 0.6666666667em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.875em;
    line-height: 1.25;
	font-weight: 700;
}
h2 {
    margin-top: 0;
    margin-bottom: 0.6em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.5625em;
    line-height: 1.25;
	font-weight: 700;
}
.h2.icon,h2.icon {
    padding-left: 1.8em
}
.h2.icon:before,h2.icon:before {
    font-size: 25px;
    color: #903187
}
.h2.alt,h2.alt {
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600
}
h3 {
    margin-top: 0;
    margin-bottom: 1.1111111111em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.25
}
h4 {
    margin-top: 0;
    margin-bottom: 1.3333333333em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 1.25
}
.h4.icon,h4.icon {
    padding-left: 3em
}
.h4.icon:before,h4.icon:before {
    font-size: 15px;
    line-height: 42px
}
h5 {
    margin-top: 0;
    margin-bottom: 1.3333333333em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 1.25
}
h6 {
    margin-top: 0;
    margin-bottom: 1.3333333333em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.9375em;
    line-height: 1.25
}
p {
    margin-bottom: 1.3333333333em;
    font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.9375em;
    line-height: 1.5
}
.p.large,p.large {
    font-size: 1.25em;
    margin-bottom: 1em;
    font-weight: 600
}
.p.mandatory,p.mandatory {
    text-align: right
}
/*p:last-child {
    margin-bottom: 0;
}*/
ul li, ol li {
    font-size: 15px;
}
.fs-7{
    font-size: 14px;
}
.fs-8{
    font-size: 13px;
}
.fs-9{
    font-size: 12px;
}
.fs-10{
    font-size: 11px;
}
small {
    font-size: 12px;
}
b, strong {
    font-weight: bold;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size:24px
    }
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.background_light {
    background: #FAFAFA;
}
.background_light p {
    color: #5F636B;
}
.background_content{
    background: #FAFAFA;
}
.text_white {
    color: #ffffff;
}
.text_primary {
    color: #009DFF;
}
a{
    color: #0b0b45;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
    word-break: break-word;
    text-decoration: none;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
    color: #ff6817;
    text-decoration: underline;
    outline: none;
    box-shadow: none;
    transition: all 0.3s;
}
img {
    max-width: 100%;
    /*margin-bottom: 1.25em;*/
    height: auto;
}
iframe {
    width: 100%;
}
input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}
.btn-close {
    opacity: 1;
}
.text-muted {
    color: #7d7d7d !important;
}
.text-black {
    color: #000000 !important;
}
.text-primary{
    color: #0B0B45 !important;
}
.text-link{
    color: #009DFF;
}
a.text-muted:hover,a.text-muted:focus {
    color: #009DFF !important;
}
.page-content h1 strong, .page-content h2 strong, .page-content h3 strong, .page-content-contente h4 strong, .page-content h5 strong, .page-content h6 strong, .page-content p strong, .page-content li strong {
    font-weight: 600;
}
.formOverlay:before {
    content: "\f110";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5%;
    font-size: 56px;
    margin-top: -34px;
}
.formOverlay {
    /*background:rgba(0,0,0,0.7) url('../images/loading.gif') no-repeat center center;*/
    background: rgb(0 0 0 / 70%);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.alert {
    margin-bottom: 0px;
    font-size: 14px;
}
.alert .message-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #9F9F9F;
    border-radius: 50%;
    line-height: 30px;
}
.alert-success {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
}
.alert-danger {
    color: #ffffff;
    background-color: #ba380e;
    border-color: #ba380e;
}
.bg_image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn{
    padding: 0.3333333333em 0.6666666667em;
    border-width: 0.2666666667em;
    border-style: solid;
    font-weight: 400;
    -webkit-border-radius: 1.3333333333em;
    -moz-border-radius: 1.3333333333em;
    border-radius: 1.3333333333em;
    -webkit-transition: 0.25s border-color ease,0.25s background-color ease;
    -moz-transition: 0.25s border-color ease,0.25s background-color ease;
    transition: 0.25s border-color ease,0.25s background-color ease;
}
.btn:hover,.btn:focus {
    text-decoration: none;
    border-color: #d6d6d6;
}
.btn i{
    font-size: 15px;
}
.btn-primary {
    color: #fff;
    border-color: #1b1b64;
    background-color: #0B0B45;
    box-shadow: 0 0 0 0.0625em #55154c;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    border-color: #414190;
    background-color: #0B0B45;
    box-shadow: 0 0 0 0.0625em #55154c;
}
.btn-secondary {
    color: #ffffff;
    border-color: #ff935a;
    background-color: #ff6817;
    box-shadow: 0 0 0 0.0625em #f3671c;
}
.btn-secondary:hover, .btn-secondary:focus{
    color: #ffffff;
    border-color: #dd692c;
    background-color: #ff6817;
    box-shadow: 0 0 0 0.0625em #f3671c;
}
.btn-red {
    background-color: #EB5A5A;
    border: 1px solid #EB5A5A;
    color: white;
}
.btn-red:hover, .btn-red:focus {
    background-color: #EB5A5A;
    border: 1px solid #EB5A5A;
    color: white;
}
.btn_sm{
    padding: 7px 15px;
}
.btn_md {
    padding: 0.25em 1em 0.25em 1em;
    font-size: 1.25em;
    font-weight: 600;
}
.btn_lg {
    font-size: 18px;
    font-weight: 700;
    padding: 18px 45px;
    transition: all 0.3s;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #f0f0f0;
}

.section_space {
    padding: 100px 0;
}
.border-top {
    border-top: 1px solid #E5E5E5;
}
.label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid #5CB958;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    color: #5CB958;
}
.box_overlay,
.box_overlay_dark,.box_overlay_light {
    z-index: 1;
    color: #ffffff;
    position: relative;
}
.box_overlay:after {
    content: '';
    background-color: #ee2f42;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}
.box_overlay_dark:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1;
}
.box_overlay_light {
    color: #000000;
    z-index: 1;
}
.box_overlay_light:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1;
}
.box_overlay_gradient{
    background: rgba(0,0,0,.7);
    color: #fff;
    background: -moz-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
    background: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 47%,rgba(0,0,0,.49) 57%,rgba(0,0,0,.31) 66%,rgba(0,0,0,.52) 76%,rgba(0,0,0,.7) 85%,#000 100%);
}
.section_breadcrumb {
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    background-color: #1a1c1f;
    color: #ffffff;
    font-size: 12px;
}
.breadcrumb{
    margin-bottom: 1.25em;
}
.breadcrumb a {
    color: #0B0B45;
}
.breadcrumb li{
    color: #0B0B45;
    font-size: 0.75em;
    font-weight: 600;
}
.breadcrumb-item.active {
    color: #000000;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #ff6817;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #0B0B45;
    content: '/';
}
@media (max-width: 992px) {
    .section_breadcrumb {
        padding: 50px 0;
    }
}
@media (min-width: 62em){
    .breadcrumb {
        margin-top: -1.25em;
        margin-bottom: 1.875em;
    }
}
@media (min-width: 48em){
    .breadcrumb li {
        font-size: 0.875em;
    }
}

form {
    font-size: 15px;
}
.form-label {
    font-weight: 600;
    line-height: 20px;
    color: #000;
    margin-bottom: 0.6666666667em;
}
.form-control:not(textarea) {
    min-height: 40px;
}
.form-select, .form-control {
    color: #000000;
    height: 40px;
    background-color: #fff;
    border-radius: 1.3333333333em;
    font-size: 14px;
    padding: 0.3333333333em 0.6666666667em;
    box-shadow: none;
    transition: all 0.3s;
    border: 0.2666666667em solid #f2f2f2;
    box-shadow: 0 0 0 1px #0b0b45;
}

.form-select:focus,
.form-control:focus {
    border-color: #cfcece;
    outline: 0;
    box-shadow: 0 0 0 1px #0b0b45;
    background-color: #fff;
    color: #000000;
    transition: all 0.3s;
}

.form-control::-moz-placeholder {
    color: #a4a4a4;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #a4a4a4
}
.form-control::-webkit-input-placeholder {
    color: #a4a4a4
}
.form-control:focus::-moz-placeholder {
    color: lightGrey;
    opacity: 1
}
.form-control:focus:-ms-input-placeholder {
    color: lightGrey
}
.form-control:focus::-webkit-input-placeholder {
    color: lightGrey
}
.form-control.disabled,.form-control:disabled {
    background: #EDEDED;
    border-color: #EDEDED !important;
    cursor: not-allowed
}

.form-select{
    padding: 5px 35px 5px 12px;
}

textarea.form-control {
    height: auto;
}
input[type=file].form-control {
    /*height: 46px;*/
    padding: 12px 37px 10px 20px;
}
input[type=number].form-control {
    padding: 10px 20px;
}

.input-group .form-control {
    color: #ffffff;
    height: 46px;
    background-color: #131722;
    border-color: #545454;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 37px 10px 20px;
    transition: all 0.3s;
}
.input-group .form-control:focus {
    background-color: #0c101b;
    transition: all 0.3s;
}
.input-group button.input-group-text {
    background-color: transparent;
    border: 1px solid #545454;
    color: #ffffff;
    transition: all 0.3s;
}
.input-group button.input-group-text:hover, .input-group button.input-group-text:focus {
    background-color: #f7942a;
    border: 1px solid #545454;
    color: #000000;
    transition: all 0.3s;
}
.form-check-group{
    display: -webkit-flex; /* Safari */
    display: -moz-flex; /* Firefox */
    display: -ms-flex; /* Internet Explorer */
    display: -o-flex; /* Opera */
    display: flex; /* Standard syntax */
}
.form-check {
    font-size: 13px;
    padding-left: 2.5em;
}
.form-check .form-check-input {
    margin-left: -2.5em;
}
.form-check-input, input[type=checkbox].form-check-input {
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    border: 1px solid #c4c4c4;
    margin-top: 0px;
    margin-right: 10px;
}
.form-check-input:checked, input[type=checkbox].form-check-input:checked {
    background-color: #009DFF;
    border-color: #009DFF;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
    box-shadow: none;
}
.form-check-input, input[type=checkbox].form-check-input {
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-color: #f7f7f7;
    border: 1px solid #0b0b45;
    margin-top: 0px;
    margin-right: 10px;
    cursor: pointer;
}
.form-check-input:checked, input[type=checkbox].form-check-input:checked {
    background-color: #0b0b45;
    border-color: #0b0b45;
}
.form-check-input+label{
    cursor: pointer;
}


.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 0.5rem 0.75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3rem + 2px);
    line-height: 1.25;
}
.form-floating>textarea.form-control, .form-floating>textarea.form-control-plaintext{
    height: auto;
    line-height: 1.25;
}
.form-floating>label {
    font-size: 16px;
    color: #b5afaf;
    position: absolute;
    padding: 0.7rem 0.75rem;
}
.input-info{
    font-style: italic;
    margin-top: 5px;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}
.sidebar_widget {
    margin-bottom: 25px;
}
.sidebar_widget ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    max-height: 300px;
    overflow: auto;
}
.sidebar_widget ul li:not(:last-child){
    margin-bottom: 3px;
}
.sidebar_widget a{
    text-decoration: none;
}
.sidebar_widget_title {
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

#offcanvasMenu{
    background-color: #ffffff;
    width: 300px;
}
.btn_offcanvas_close {
    background: no-repeat;
    border: none;
    font-size: 22px;
    color: #ffffff;
}
.offcanvas-header {
    border-bottom: 1px solid #eaeaea;
    background: linear-gradient(94.53deg, #000000 10.94%, #0B0B45 75.02%);
}


header .header_top{
    background: linear-gradient(94.53deg, #000000 10.94%, #0B0B45 75.02%);
    color: #ffffff;
}
.headertop-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;

    display: -webkit-box; /* Safari and older versions of Chrome */
    display: -moz-box; /* Old versions of Firefox */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: -webkit-flex; /* Older versions of Safari */
    display: flex; /* Standard syntax */

    flex-direction: row; /* Standard syntax */
    -webkit-flex-direction: row; /* Safari and older versions of Chrome */
    -moz-flex-direction: row; /* Old versions of Firefox */
    -ms-flex-direction: row; /* Internet Explorer 10 */

    justify-content: flex-end; /* Standard syntax */
    -webkit-justify-content: flex-end; /* Safari and older versions of Chrome */
    -moz-justify-content: flex-end; /* Old versions of Firefox */
    -ms-justify-content: flex-end; /* Internet Explorer 10 */

    align-items: stretch; /* Standard syntax */
    -webkit-align-items: stretch; /* Safari and older versions of Chrome */
    -moz-align-items: stretch; /* Old versions of Firefox */
    -ms-align-items: stretch; /* Internet Explorer 10 */
}
.headertop-navbar-nav li.nav-item > .nav-link {
    height: 100%;
    display: -webkit-box; /* Safari and older versions of Chrome */
    display: -moz-box; /* Old versions of Firefox */
    display: -ms-flexbox; /* Internet Explorer 10 */
    display: -webkit-flex; /* Older versions of Safari */
    display: flex; /* Standard syntax */
    align-items: center; /* Standard syntax */
    -webkit-align-items: center; /* Safari and older versions of Chrome */
    -moz-align-items: center; /* Old versions of Firefox */
    -ms-align-items: center; /* Internet Explorer 10 */
    padding: 1.6666666667em 0.6666666667em 2em;
    font-weight: 600;
    border: 0.2666666667em solid transparent;
    border-bottom: 0;
    position: relative;
}
.headertop-navbar-nav li.nav-item > .nav-link:hover, .headertop-navbar-nav li.nav-item > .nav-link.show, .headertop-navbar-nav li.nav-item > .nav-link:focus{
    background-color: #ffffff;
    color: #0B0B45;
    text-decoration: none;
}
.headertop-navbar-nav li.nav-item > .nav-link.show{
    border-color: #f2f2f2;
}
.headertop-navbar-nav li.nav-item > .nav-link.show:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #fff;
    z-index: 1010;
}
.headertop-navbar-nav .dropdown-menu.show {
    border: 0.0666666667em solid #0b0b45;
    background-color: #fff;
    box-shadow: 0 7px 0 0 rgba(0,0,0,0.3);
    border-radius: 0;
    margin-top: -2px !important;
    padding: 0;
    border-top: 0;
    margin-left: -0.066667em !important;
}
.justify-content-end .headertop-navbar-nav .dropdown-menu.show{
    margin-right: -0.066667em !important;
}
.headertop-navbar-nav .dropdown-menu .dropdown-menu-wrapper{
    padding: 1.6666666667em 1.3333333333em 1.6666666667em;
    border: 0.2666666667em solid #f2f2f2;
    list-style: none;
    min-width: 18.3333333333em;
}
.headertop-navbar-nav .dropdown-menu li:not(:last-child){
    margin-bottom: 0.6666666667em;
}
.headertop-navbar-nav .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 0.9375em;
    color: #0b0b45;
}
.headertop-navbar-nav .dropdown-menu .dropdown-item:hover,.headertop-navbar-nav .dropdown-menu .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
    color: #009DFF;
}
.dropdown-item-title{
    font-weight: bold;
}
.headertop-navbar-nav li.dropdown{
    border-bottom-width: 0;
    border-left: 1px solid transparent;
}
.headertop-navbar-nav li.dropdown:last-child {
    border-right: 1px solid transparent;
}
.nav-link.btn_login {
    background-color: #ff6817;
    color: #ffffff;
}

.headertop-navbar-nav li.nav-item > .nav-link.btn_icon {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 16px;
}
.headertop-navbar-nav li.nav-item > .nav-link.btn_icon:hover, .headertop-navbar-nav li.nav-item > .nav-link.btn_icon:focus {
    background-color: transparent;
    color: #ffffff;
}

.login-popover-info{
    background-color: #0B0B45;
    padding: 15px;
}

#login-popover .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    display: inline-block;
    z-index: 1000;
    background: no-repeat;
    font-size: 18px;
    color: #0b0b45;
}
#login-popover .btn-close:hover, #login-popover .btn-close:focus {
    box-shadow: none;
    outline: 0;
}
@media all and (max-width: 767px) {
    #login-popover .btn-close {
        color: #ffffff;
    }
}

.navbar-brand img{
    max-height: 70px;
    margin: 0;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-left: 0px;
    margin-top: 10px;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


.navbar-nav > .nav-item > .nav-link  {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.navbar-nav > .nav-item > .nav-link:hover,.navbar-nav > .nav-item > .nav-link.active  {
    color: #fff;
    background-color: #0B0B45;
    text-decoration: none;
}
.navbar-nav > .nav-item > .nav-link:focus{
    text-decoration: none;
}
.navbar-nav > .nav-item > .nav-link.nav-link-strong{
    font-weight: 600;
}
.navbar-nav .dropdown-menu {
    padding: 0;
    margin-top: 0px;
}

header .navbar .navbar-collapse{
    position: relative;
}
header .navbar-nav > .dropdown-full{
    position: inherit;
}
.navbar-nav > .nav-item  {
    padding: 0;
}
.navbar-nav >.nav-item.dropdown > .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
    -webkit-transition: 0.25s border-bottom-color ease;
    -moz-transition: 0.25s border-bottom-color ease;
    transition: 0.25s border-bottom-color ease;
    content: "";
}
.navbar-nav >.nav-item.dropdown > .nav-link.show:before {
    border-bottom-color: #0B0B45;
}

.navbar-nav > .nav-item > .nav-link  {
    position: relative;
    padding: 15px;
    white-space: nowrap;
}
.navbar-nav .dropdown-menu ul{
    list-style: none;
    padding: 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 15px 9px 25px;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,.navbar-nav .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
    background: #0092FF;
    text-decoration: none;
}
.navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
}
.dropdown-menu > li:hover > .submenu {
    background: #ffffff;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 15px 0px rgba(0,0,0,.1);
    box-shadow: 0 2px 15px #0000001a;
}
.navbar-nav > .dropdown > .dropdown-menu.show{
    border: none;
    border-radius: 0;
    background: #F2F2F2;
    -webkit-box-shadow: 0 1px 4px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px #0000001a;
}
header .navbar{
    background-color: #ffffff;
    border-bottom: 5px solid #f5f5f5;
}

.dropdown-chevron-down{
    position: relative;
}
.dropdown-chevron-down::after {
    content: "\f078";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 3px;
    transform: rotate(0deg);
    transition: all 0.3s;
}
.dropdown-chevron-down.show::after{
    transform: rotate(180deg);
    transition: all 0.3s;
}


.navbar .navbar-nav .dropdown-menu.show {
    border: 0.0666666667em solid #0b0b45;
    background-color: #fff;
    box-shadow: 0 7px 0 0 rgba(0,0,0,0.3);
    border-radius: 0;
    padding: 0;
    padding: 1.6666666667em 1.3333333333em 1.6666666667em;
    border: 0.3966666667em solid #f2f2f2;
    list-style: none;
    min-width: 18.3333333333em;
}
.navbar .navbar-nav .dropdown-menu:before {
    content: '';
    border: 1px solid #000000;
    position: absolute;
    left: -6px;
    right: -6px;
    bottom: -6px;
    top: -6px;
}
.navbar .navbar-nav  .dropdown-menu li:not(:last-child){
    margin-bottom: 0.6666666667em;
}
.navbar .navbar-nav  .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 0.9375em;
    color: #0b0b45;
}
.navbar .navbar-nav  .dropdown-menu .dropdown-item:hover,.navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    text-decoration: none;
    background-color: transparent;
    color: #ff6817;
}

.menu-quote {
    margin-bottom: 1.3333333333em !important;
    padding: 1em;
    background-color: #ededee;
}
.menu-quote p {
    font-weight: 900;
    color: #751a68;
    margin-bottom: 1em;
    font-size: 1em;
}
.menu-quote a{
    font-weight: 600;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar-nav .dropdown-menu.show.dropdown-menu-multicol {
        display: flex;
        flex-wrap: wrap;
        width: 400px;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu.dropdown-menu-multicol{
        display: flex !important;
        flex-wrap: wrap;
        width: 400px;
    }
	.navbar-nav .dropdown-menu li{
		position: relative;
	}
	.navbar-nav .dropdown-menu .submenu{
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.navbar-nav .dropdown-menu .submenu-left{
		right:100%; left:auto;
	}
	.navbar-nav .dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
    .navbar-nav > .nav-item  {
        padding: 0;
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-nav > .nav-item:last-child {
        border-bottom: 0;
    }
    .navbar-nav > .nav-item > .nav-link {
        color: #0b0b45;
        padding: 9px 15px;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #0b0b45;
        border-bottom: 1px solid #eaeaea;
    }
    .navbar-nav > .nav-item > .nav-link:focus {
        color: #0b0b45;
        background-color: transparent;
        text-decoration: none;
    }
    .navbar-nav >.nav-item.dropdown > .nav-link:before {
        bottom: -19px;
        left: 15px;
        margin-left: 0;
    }
    .navbar-nav >.nav-item.dropdown > .nav-link.show:before {
        border-bottom-color: transparent;
        border-top-color: #0B0B45;
    }
    .navbar-nav > .nav-item > .nav-link.show {
        color: #fff;
        background-color: #0B0B45;
        text-decoration: none;
    }
    .navbar-nav .dropdown-menu .dropdown-menu{
            margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    .navbar-nav .dropdown-menu {
        border: none;
    }
    .navbar-nav > .dropdown > .dropdown-menu.show {
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 10px, 0px) !important;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li:hover > .submenu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav > .nav-item > .nav-link {
        display: block;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        color: var(--bs-dropdown-link-hover-color);
        background-color: transparent;
    }
    .dropdown-chevron-down::after {
        float: right;
        margin-top: 2px;
    }

    .navbar-nav > .dropdown > .dropdown-menu.show .dropdown-menu.show{
        background: #ffffff;
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
        box-shadow: none;
        border-radius: 0;
    }
    .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item {
        padding: 9px 15px 9px 40px;
    }
    .navbar-nav .dropdown-menu .dropdown .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown .dropdown-item:focus {
        color: #0b0b45;
        background: #ffffff;
        text-decoration: none;
    }
    .navbar-nav .dropdown-menu .dropdown-menu  .dropdown-item.show{
        color: #ffffff;
        background: #ff6817;
        text-decoration: none;
    }

}
/* ============ small devices .end// ============ */

.head-user-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.head-user-links li {
    display: inline-block;
    padding: 0 5px;
}
.head-user-links li a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.8;
    padding: 8px 12px;
}
.head-user-links li a:hover, .head-user-links li a:focus {
    opacity: 1;
    text-decoration: none;
}
.nav-link-btn{
    border: 2px solid #ffffff;
    opacity: 1 !important;
}


footer {
    border-top: 0.3125em solid rgba(0,0,0,0.04);
    background-color: #ff6817;
    color: #ffffff;
}
.inline-link-navigation {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.inline-link-navigation li {
    display: inline-block;
    margin: 5px 0px;
    padding: 0 10px;
    border-right: 0.0666666667em solid #ffffff;
    line-height: 17px;
}
.inline-link-navigation li:last-child {
    border-right: 0;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover, footer a:focus{
    color: #0B0B45;
    text-decoration: none;
}

.modal-content{
    border-radius: 7px;
}
.modal-header {
    background-color: #FAFAFA;
    border-radius: 3px 3px 0 0;
    padding: 10px 1rem;
}
.modal-header .modal-title{
    font-size: 16px;
    font-weight: 600;
    max-width: calc(100% - 50px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.modal-footer{
    background: #FAFAFA;
    border-top: 1px solid #EDEDED;
    text-align: center;
    padding: 16px;
}
.modal-footer p{
    font-size: 14px;
    font-weight: 500;
}

.btn-vertical-navigation{
    padding: 1em 1.5em;
    border: none;
    border-right: 0.35em solid #d8dadc;
    font-size: 1.25em;
    font-weight: 300;
    text-align: left;
    color: #000;
    background-color: #f0f3f5;
    text-decoration: none;
    border-bottom: 0.05em solid #88bedb;
    -webkit-transition: 0.25s color ease,0.25s background-color ease;
    -moz-transition: 0.25s color ease,0.25s background-color ease;
    transition: 0.25s color ease,0.25s background-color ease;
}
.btn-vertical-navigation .fas{
    margin-right: 0.5em;
    color: #0B0B45;
    -webkit-transition: 0.25s color ease;
    -moz-transition: 0.25s color ease;
    transition: 0.25s color ease;
}
.btn-vertical-navigation strong{
    font-weight: 600;
}

.btn-vertical-navigation:hover,.btn-vertical-navigation:focus {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}
.btn-vertical-navigation.active{
    color: #000;
    background-color: #fff;
    border-right: none;
    border-bottom: 0.35em solid #d8dadc;
    box-shadow: none;
    cursor: default;
    text-decoration: none;
}
.btn-vertical-navigation:active{
    color: #fff;
    background-color: #0B0B45;
    box-shadow: none;
}
.btn-vertical-navigation:active .fas{
    color: #fff;
}
@media (max-width: 767px) {
    .btn-vertical-navigation {
        font-size: 17px;
        padding: 10px 7px;
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #d8dadc;
        border-right: 1px solid #d8dadc;
    }
    .btn-vertical-navigation .fas{
        display: none;
    }
    .btn-vertical-navigation.active {
        border-bottom: 1px solid #d8dadc;
    }
    .btn-vertical-navigation:nth-child(2n) {
        border-right: 0;
    }
}

.form-quote {
    background-color: rgb(255 255 255 / 70%);
    padding: 30px 30px;
}
@media (max-width: 767px) {
    .form-quote {
        padding: 20px 20px;
    }
}
.form-quote-sidebar{
    position: relative;
    /*margin-bottom: 1.875em;*/
    border-right: 0.3125em solid rgba(0,0,0,0.07);
    background-color: rgba(255,255,255,0.6);
}

.select2-container {
    border: 0.2966666667em solid #f2f2f2;
    font-size: 0.9375em;
    padding-right: 20px;
    background-color: #fff;
    -webkit-border-radius: 1.3333333333em;
    -moz-border-radius: 1.3333333333em;
    border-radius: 1.3333333333em;
    box-shadow: 0 0 0 1px #0B0B45;
    min-height: 40px;
}
.select2-container .select2-selection--single {
    height: auto;
    padding: 0.1333333333em 0.3333333333em;
    border: none;
    line-height: 2.5333333333em;
    color: #000;
    -webkit-border-radius: 1.3333333333em;
    -moz-border-radius: 1.3333333333em;
    border-radius: 1.3333333333em;
    margin-top: 2px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--open {
    border-color: #e0c6db;
    border-bottom-color: transparent;
    -webkit-border-radius: 1.3333333333em 1.3333333333em 0 0;
    -moz-border-radius: 1.3333333333em 1.3333333333em 0 0;
    border-radius: 1.3333333333em 1.3333333333em 0 0;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
    top: -7px;
}
.select2-container--open .select2-dropdown {
    left: -0.266667em;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--open.select2-container--above{
    -webkit-border-radius: 0 0 1.3333333333em 1.3333333333em;
    -moz-border-radius: 0 0 1.3333333333em 1.3333333333em;
    border-radius: 0 0 1.3333333333em 1.3333333333em ;
    border-bottom-color: #e0c6db;
}
.select2-container--open .select2-dropdown--above {
    box-shadow: 0 -1px 0 1px #0B0B45;
    top: -3px;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-dropdown {
    border: 0.2666666667em solid #e0c6db;
    border-top-width: 0;
    box-shadow: 0 1px 0 1px #0B0B45;
}

.select2-results__option {
    padding: 0.3333333333em 0.6666666667em;
}
.select2-container .select2-results__option {
    font-size: 14px;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #0B0B45;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__arrow:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 32px;
    color: #0B0B45;
    content: "\f0dc";
}
input[type="search"] {
    outline-offset: 0;
    -webkit-appearance: none;
    appearance: none;
}

.ui-widget.ui-widget-content {
    border: 4px solid #0b0b45;
    border-radius: 0;
    box-shadow: -7px 7px 0 0 rgba(0,0,0,0.1);
}
.ui-widget-header {
    border: 1px solid transparent;
    background: transparent;
    color: #333;
    font-weight: bold;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #454545;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #0b0b45;
    background: #0b0b45;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff6817;
    background: #ff6817;
    color: #ffffff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0b0b45;
    background: #0b0b45;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker .ui-datepicker-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    font-size: 20px;
    color: #0b0b45;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
    top: 2px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a8";
    font-size: 20px;
    color: #0b0b45;
}
.ui-datepicker .ui-datepicker-prev {
    left: 7px;
    top: 2px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
    border: 0;
    background-color: transparent;
    color: #ff6817;
    text-decoration: none;
    transition: all 0.3s;
}
.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover:before, .ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover:before {
    color: #ff6817;
    transition: all 0.3s;
}

.datepicker.datepicker-icon {
    position: relative;
    background-image: url('../images/calendar-2x.png');
    background-position: right center;
    background-size: 27px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-item-time .select2-container .selection .select2-selection__arrow:after {
    content: '\f017';
    font-weight: 400;
    font-size: 16px;
    color: #751a68;
    right: 7px;
}
.form-item-time .select2-container {
    min-width: 94px;
}
.form-label.icon-plane-arrival, .form-label.icon-plane-departure{
    position: relative;
}
.form-label.icon-plane-arrival:before {
    content: '\f072';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #751a68;
    font-size: 16px;
    margin-right: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    display: inline-block;
}
.form-label.icon-plane-departure:before {
    content: '\f072';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #751a68;
    font-size: 16px;
    margin-right: 6px;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    display: inline-block;
}

.seoEmailPromo{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
    background-color: #f2f2f2;
}
.seoEmailPromo label {
    font-weight: bold;
    font-size: 16px;
}
.input_seo_email_address {
    font-weight: bold;
    border-radius: 0px;
    transition: unset;
    border-color: #ccc;
    box-shadow: none;
    border: 2px solid #777;
    width: 75%;
}
.input_seo_email_address:focus {
    box-shadow: none;
    border-color: #777;
}
.btn_seo_email_address {
    background-color: #ccc;
    border-radius: 4px;
    border: 2px solid #777;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0px;
    width: 24%;
    margin-left: 5px;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    background-image: -webkit-linear-gradient(top, #d3d3d3, #707070);
    background-image: -moz-linear-gradient(top, #d3d3d3, #707070);
    background-image: -ms-linear-gradient(top, #d3d3d3, #707070);
    background-image: -o-linear-gradient(top, #d3d3d3, #707070);
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
}
.btn_seo_email_address:hover {
    background-color: #bababa;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
    background-image: -webkit-linear-gradient(top, #bababa, #575757);
    background-image: -moz-linear-gradient(top, #bababa, #575757);
    background-image: -ms-linear-gradient(top, #bababa, #575757);
    background-image: -o-linear-gradient(top, #bababa, #575757);
    background-image: linear-gradient(to bottom, #bababa, #575757);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}

.slider_container_wrapper{
    position: relative;
    background-color: rgba(255,255,255,0.5);
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}
.multiSlider{
    position: static;
}
.multiSlider .multiSlider-slide{
    text-align: center;
    padding: 0 25px;
}
.multiSlider .multiSlider-slide img {
    max-width: 100px;
    margin: 0 auto 12px;
}
.multiSlider .multiSlider-slide img.wide-image {
    max-width: 150px;
    margin-top: 25px;
    margin: 25px auto 12px;
}
.multiSlider .multiSlider-slide h2 {
    font-style: italic;
    margin-top: 0.8em;
    margin-bottom: 0.6em;
    font-weight: 300;
    font-size: 1.5625em;
    line-height: 1.25;
}
.multiSlider .multiSlider-slide h2 strong {
    font-weight: 600;
}
.multiSlider .multiSlider-slide p {
    font-size: 14px;
}

.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 3.125em;
    background-color: rgba(255,255,255,0.25);
    border: 0;
}
.slick-arrow.slick-prev {
    left: 0;
    right: auto;
}
.slick-arrow.slick-next  {
    left: auto;
    right: 0;
}
.slick-arrow:hover,.slick-arrow:focus{
    background-color: rgba(255,255,255,1);
}
.slick-arrow:after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 34px;
    color: #000000;
}
.slick-arrow.slick-prev:after{
    content: '\f053';
}
.slick-arrow.slick-next:after{
    content: '\f054';
}
@media (max-width: 600px) {
    .multiSlider {
        padding: 0 40px;
    }
    .multiSlider .multiSlider-slide {
        padding: 0 10px;
    }
}

.form_email .form-control{
    padding-right: 40px;
}
.btn_input_icon {
    padding: 0;
    width: 40px;
    height: 40px;
    margin-left: -35px;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 2px;
    border: 0.2666666667em solid #f2f2f2;
    box-shadow: 0 0 0 1px #0b0b45;
}
.btn_input_icon:hover, .btn_input_icon:focus{
    background-color: #0B0B45;
    color: #ffffff;
    border-color: #0B0B45;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}

.page-content {
    padding: 1.25em;
}
@media (min-width: 48em){
    .page-content {
        /*margin-bottom: 3.125em;*/
        padding: 1.875em 1.875em 3.75em;
    }
}
@media (min-width: 62em){
    .page-content {
        /*margin-bottom: 5.625em;*/
        padding-top: 3.125em;
        padding-bottom: 5em;
    }
}
@media (min-width: 75em){
    .page-content {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

.advice-most-popular .advice-category-link {
    background-color: #751a68;
    display: inline-block;
    height: 100%;
}
.advice-most-popular .advice-category-link:hover, .advice-most-popular .advice-category-link:focus{
    text-decoration: none;
}
.advice-category-box img {
    margin-bottom: 0;
    width: 100%;
    height: 222px;
    object-fit: cover;
}
.advice-category-box .advice-category-text {
    padding: 1.25em;
}
.advice-most-popular .advice-category-text h3 {
    color: #fff;
    font-weight: 600;
}

.advice-all-categories .advice-category-link {
    background-color: #f2f2f2;
    display: inline-block;
    height: 100%;
}
.advice-all-categories .advice-category-link:hover, .advice-all-categories .advice-category-link:focus{
    text-decoration: none;
}
.advice-category-box .advice-category-text {
    padding: 1.25em;
}
.advice-all-categories .advice-category-text h3 {
    color: #751a68;
}

.panel-link {
    display: block;
    background: #f2f2f2;
    color: #751a68;
    position: relative;
    font-size: 1.125em;
    margin-bottom: 1.1111111111em;
    font-weight: 600;
    padding: 0.8333333333em 0.8333333333em 0.8333333333em 2.5em;
}
.panel-link:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    position: absolute;
    left: 20px;
    top: 16px;
    line-height: 25px;
}
.panel-link:hover {
    text-decoration: none;
}
.nav-tabs {
    margin-bottom: 2.5em;
    border-bottom: none;
}
@media (min-width: 62em){
    .nav-tabs {
        border-bottom: 0.0625em solid #c5c8ca;
    }
}
.nav-tabs .nav-link {
    background: #f0f3f5;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0.0666666667em;
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
    padding: 0.6666666667em 1.3333333333em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000;
    background-color: #dadcde;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:active {
    border: none;
    color: #000;
    background-color: #dadcde;
}


.panel {
    margin-bottom: 1.25em;
    padding: 1.25em;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
@media all and (min-width: 48em) {
    .panel {
        margin-bottom:1.875em;
        padding: 1.875em;
    }
}
@media all and (min-width: 75em) {
    .panel-gutter-large {
        padding-right:3.125em;
        padding-left: 3.125em;
    }
}
.panel-keyline {
    border-bottom: 0.0625em solid #fff;
}
.panel-image {
    padding: 0;
}
.panel-image-content {
    padding: 1.25em;
}
@media all and (min-width: 48em) {
    .panel-image-content {
        float:left;
        width: 70%;
        padding: 1.875em;
    }
}
@media all and (min-width: 62em) {
    .panel-image-content {
        width:81.915%;
    }
}
.panel-image img {
    margin-bottom: 0;
}
@media all and (min-width: 48em) {
    .panel-image img {
        float:left;
        width: 30%;
    }
}
@media all and (min-width: 62em) {
    .panel-image img {
        width:18.085%;
    }
}
.panel-clear {
    padding-top: 0;
    padding-bottom: 0;
}
.bottom-margin-huge {
    margin-bottom: 3.125em;
}
@media all and (min-width: 48em) {
    .bottom-margin-huge {
        margin-bottom:6.25em;
    }
}
@media all and (min-width: 75em) {
    .bottom-margin-huge {
        margin-bottom:9.375em;
    }
}
.price-strip {
    background-color: #751a68;
}
@media all and (min-width: 48em) {
    .price-strip {
        padding-top:1.25em;
        padding-bottom: 1.25em;
    }
}
.price-strip-text {
    color: #fff;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 1em;
}
@media all and (min-width: 30em) {
    .price-strip-text {
        font-size:1.375em;
    }
}
@media all and (min-width: 48em) {
    .price-strip-text {
        font-size:1.5em;
        margin-top: 0.5em;
    }
}
@media all and (min-width: 62em) {
    .price-strip-text {
        margin-top:0;
        margin-bottom: 0;
    }
}
@media all and (min-width: 75em) {
    .price-strip-text {
        font-size:1.5625em;
    }
}
.price-strip-text-small {
    font-size: 0.8125em;
    font-weight: 600;
    margin-bottom: 0.2307692308em;
}
@media all and (min-width: 48em) {
    .price-strip-text-small {
        font-size:0.9375em;
        margin-top: 1.3333333333em;
        margin-bottom: 0;
    }
}
@media all and (min-width: 62em) {
    .price-strip-text-small {
        margin-top:0.4666666667em;
    }
}
@media all and (min-width: 75em) {
    .price-strip-text-small {
        margin-top:0.5333333333em;
    }
}
.price-strip-text-amount {
    font-size: 1em;
    margin-top: 0;
}
@media all and (min-width: 23.75em) {
    .price-strip-text-amount {
        font-size:1.25em;
    }
}
@media all and (min-width: 62em) {
    .price-strip-text-amount {
        font-size:1.5625em;
        margin-bottom: 0;
    }
}

ul.jump-list {
    border-bottom: 1px solid #ccc;
    padding: 0 0 1.875em;
    margin: 0 0 1.875em;
}
ul.jump-list li {
    list-style: none;
}
ul.jump-list li:before {
    content: normal !important;
}
ul.jump-list li a {
    padding-left: 1.6666666667em;
    position: relative;
    color: #333;
}
ul.jump-list li a:focus,ul.jump-list li a:visited {
    color: #333;
}
ul.jump-list li a:hover {
    color: #c85fbe;
    text-decoration: none;
}
ul.jump-list li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f13a';
    position: absolute;
    left: 0;
    color: #751a68;
}


.icon {
    position: relative;
    padding-left: 1.3333333333em;
}

.icon:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.icon-bus:before {
    content: "\f207";
}

.icon-info-circle:before {
    content: "\f05a";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-cutlery:before {
    content: "\f2e7";
}

.icon-plane:before {
    content: "\f072";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.icon-plane-departure:before {
    content: "\f072";
}

.icon-clock:before {
    content: "\f017";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-at:before {
    content: "\f1fa";
}

.icon-wheelchair:before {
    content: "\f193";
}

.icon-print:before {
    content: "\f02f";
}

.service-list-header {
    border-top: 0.0625em solid #dadcde;
    border-bottom: 0.1875em solid #dadcde;
    font-weight: bold
}

.service-list-cell {
    margin-bottom: 0.7692307692em;
    font-size: 0.8125em
}

@media all and (min-width: 62em) {
    .service-list-cell {
        width:27%;
        margin-bottom: 0;
        padding: 1.3333333333em;
        font-size: 0.9375em
    }
}

@media all and (min-width: 62em) {
    .service-list-cell.service-cell-price {
        width:19%
    }
}

.service-list-cell:first-child {
    margin-bottom: 0.6666666667em;
    font-size: 0.9375em
}

@media all and (min-width: 62em) {
    .service-list-cell:first-child {
        margin-bottom:0
    }
}

.service-list-cell:last-child {
    margin-bottom: 0
}
.service-list-header .service-list-cell {
    white-space: nowrap;
}

.service-list-item {
    padding: 1.25em;
    border-bottom: 0.0625em solid #dadcde;
    background-color: #f0f3f5
}

@media all and (min-width: 62em) {
    .service-list-item {
        padding:0
    }
}

.service-list-item:nth-child(2n) {
    background-color: #fafbfc
}

.service-list-item:last-child {
    border-bottom: none
}

.service-list-text {
    margin-bottom: 0.7692307692em
}

.service-list-price {
    float: left;
    margin-top: 0.5em;
    font-size: 1.25em;
    font-weight: bold
}

@media all and (min-width: 62em) {
    .service-list-price {
        float:right;
        margin-top: 0;
        margin-bottom: 0.5em;
        text-align: right
    }
}

.service-list-btn {
    float: right;
    min-width: 6.5625em
}

.booking-summary {
    background-color: rgb(255 255 255 / 70%);
}
.booking-header {
    margin: 0;
    text-align: center;
    padding: 25px;
    font-size: 1.2375em;
    font-weight: 700;
    border-bottom: 1px solid #0b0b45;
}
fieldset {
    border-bottom: 1px solid #0b0b45;
    padding: 20px 15px;
    margin: 0;
}
.booking-summary-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
fieldset.booking-summary-list li {
    margin: 15px 0;
    color: #000000;
    font-size: 1em;
    border-bottom: 1px dashed #000000;
}
fieldset:last-of-type {
    border-bottom: 0;
}
.booking-summary-total .form-group {
    color: #000000;
    margin: 7px 5px;
}
.booking-summary-total-text {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.booking-summary-total-price {
    color: #000000;
    font-size: 2.2375em;
    font-weight: 700;
}
.bg_white_light{
    background-color: rgb(255 255 255 / 70%);
}

.success_icon{
    font-size: 65px;
    color: #246715;
    margin-bottom: 20px;
}
.form_section.py-5 {
    background-color: #ddeff7;
}
.Label {
    font-weight: 500;
    margin-bottom: var(--p-spacing1);
    font-size: var(--fontSizeSm);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
