html {
    font-size: 81.25%;
}
body{
    font-family: 'Roboto', sans-serif;
    letter-spacing: normal;
    font-size: 1rem;
    color: #09415D;
}
a {
    color: #09415D;
    text-decoration: none;
}
a:hover {
    color: #093753;
}
a:active, a:focus, input:active {
    outline: 0;
}
.orange_text{
    color: #f5a31b;
}
.header_contact{
    font-weight: 300;
    text-align: center;
    font-size: 1rem;
}
.header_contact .orange_text{
    font-weight: 500;
    font-size: 1.375rem;
}
.header_search {
    position: relative;
}
.header_search input{
    width: 500px;
    height: 35px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #757575;
    opacity: 0.3;
    font-size: 1.25rem;
}
.header_search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 1.25rem;
}
.header{
    background-color: #09415d;
}
.navbar{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.navbar .megamenu{
    padding:20px;
    width: 757px;
    background: #fafafa;
    border-radius: 0;
}
.navbar .megamenu#ways{
    width: 700px;
}
.navbar .megamenu#offers{
    width: 190px;
}

.navbar .megamenu a:hover{
    color: #f5a31b;
}
.navbar .megamenu .title{
    font-weight: 500;
    font-size: 1.154rem;
    color: #09415d;
}
.nav-item {
    margin-right: 40px;
    width: max-content;
}
.nav-item:last-child{
    margin-right: 0;
}
.nav-link{
    font-size: 1.154rem;
    font-weight: 400;
    color: #ffffff;
    padding: 11px 0;
    position: relative;
}
.nav-link:focus, .nav-link:hover{
    font-weight: 400;
    color: #f5a31b;
}
.menu_link{
    font-size: 1.154rem;
    font-weight: 300;
    color: #ffffff;
    padding: 11px 0;
    margin: 0 17px;
    width: max-content;
}
.menu_link:last-child{
    margin-right: 0
}
.menu_link:hover, .menu_link:focus{
    color: #f5a31b;
}
.dropdown-menu{
    padding:20px;
    background: #fafafa;
    border-radius: 0;
}
.dropdown-menu a{
    font-weight: normal;
    font-size: 1.077rem;
    color: #212121;
}
.dropdown-menu a:hover{
    color: #f5a31b;
}
.header_new {
    width: 9px;
    height: 9px;
    background: #f5a31b;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -5px;
}
#loginmodal .modal-content {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0;
}
#loginmodal .modal-dialog {
    max-width: 630px;
}
.menu_link svg{
    width: 21px;
    height: 21px;
}
.menu_link svg path {
    stroke: #ffffff;
    stroke-width: .5px;
    fill: #ffffff;
}
.menu_link:hover svg path{
     stroke: #f5a31b;
     stroke-width: .5px;
     fill: #f5a31b;
 }
#loginmodal .modal-body {
    padding: 25px 65px;
}
#loginmodal button.modal_close, #enquireModal button.modal_close {
    background: none;
    border: 0;
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: normal;
}
#loginmodal .nav-tabs {
    border-bottom: 5px solid #dee2e6;
    background: #fff;
}
#loginmodal .nav-item {
    margin:0;
}
#loginmodal .nav-link {
    font-weight: normal;
    font-size: 1.923rem;
    text-align: center;
    color: #757575;
}
#loginmodal .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 5px solid;
    border-color: transparent transparent #F5A31B transparent;
    color: #F5A31B;
}
#loginmodal .nav-tabs .nav-link {
    margin-bottom: -5px;
    border: 0;
    border-bottom: 5px solid transparent;
    border-radius: 0;
}
.social-login-button{
    border-radius: 15px;
    background: #fff;
    border: 1px solid #eee;
    font-weight: normal;
    font-size: 1.538rem;
    color: #757575;
    display: block;
    margin: 10px 0;
    padding: 12px 10px;
    line-height: normal;
}
.social-login-button svg{
    margin-right: 15px;
}
#loginmodal .tab-pane{
    padding: 50px 20px;
}
#loginmodal .submit-btn {
    width: 100%;
    border-radius: 15px;
    background: #09415d;
    border: 0;
    color: #fff;
    font-size: 1.538rem;
    line-height: normal;
    padding: 15px 0;
}
.top-destination, .top-destination h3, .top-destination h1{
    margin: 25px 0;
    font-size: 2.692rem;
    font-weight: bold;
    color: #09415d;
}
.top-destination-more{
    font-size: 1.25rem;
    font-weight: normal;

}
.programBox{
    margin-bottom: 40px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}
.programBox_img_container {
    height: 210px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.programBox_wishList {
    background-image: url("/theme/Com2021/img/heart.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    z-index: 3;
}
.programBox_wishList#wish {
    background-image: url("/theme/Com2021/img/heart_fill.svg");
}
.programBox_wishList:hover {
    background-image: url("/theme/Com2021/img/heart_fill.svg");
}
.programBox_days {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #696985;
    background: transparent;
    position: relative;
    padding: 0;
    width: auto;
    text-align: initial;
    min-height: auto;
}
.programBox_title{
    font-size: 1.538rem;
    line-height: 1.32;
    letter-spacing: normal;
    color: #09415d;
    margin: 15px 0 7px 0;
    height: 45px;
    overflow: hidden;
}
.programBox_title h2 {
    font-size: 1.538rem;
    font-weight: normal;
}
.programBox_title a{
    color: #09415d;
    text-decoration: none;
}
.programBox_description{
    font-size: 1.154rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
}
.programBox_price{
    font-size: 1.538rem;
    color: #f5a31b;
}
.programBox_discount{
    font-size: 1.154rem;
    font-weight: 400;
    padding: 3px 10px;
    background-color: #e8235e;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 0;
}
.programBox_rating{
    line-height: 20px;
}
.program_box_data a {
    font-weight: bold;
}
.form-control, .form-group .form-control{
    background: #fff;
    border: 1px solid #757575;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 1.154rem;
    line-height: normal;
    background-image: none;
    height: 40px;
}
.form-control[disabled], .form-group .form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] .form-group .form-control{
    background-image: none;
    border: 1px solid #757575;
    background: #eee;
    cursor: not-allowed;
}
.form-group.is-focused .form-control{
    background-image: none;
}
label.form-label {
    font-weight: normal;
    font-size: 1.154rem;
    color: #09415d;
    margin-bottom: 10px;
}
.checkbox label, .radio label, label {
    font-weight: normal;
    font-size: 1.154rem;
    color: #09415d;
    margin-bottom: 10px;
}
.pagination{
    align-items: center;
}
.pagination span, .pagination li,.pagination span a {
    font-size: 1.538rem;
    color: #757575;
    margin: 0 5px;
}
.pagination span.current {
    font-weight: bold;
    color: #F5A31B;
}
.pagination span.disabled {
    font-weight: bold;
    color: #eeeeee;
}
#Arrival2 .ui-datepicker-trigger, #Departure2 .ui-datepicker-trigger {
    position: absolute;
    bottom: 19px;
    right: 2px;
    border: none;
    background: none;
    color: #757575;
}
.ui-widget{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #09415D;
}
.ui-widget-content {
    color: #09415D;
    background: #FAFAFA;
    border: 1px solid #EEEEEE;
}
.ui-widget-header {
    background: transparent;
    border: 0;
    color: #09415D;
    font-size: 1.154rem;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #FAFAFA;
    background: transparent;
    color: #212121;
    font-weight: normal;
    font-size: 1rem;
    border-radius: 50%;
    text-align: center;
    height: 25px;
    width: 25px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #F5A31B;
    color: #ffffff;
}

.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 {
    background: #F5A31B;
    color: #ffffff;
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
    background: #F5A31B;
    color: #ffffff;
}
.ui-widget-header .ui-icon {
    background-image: url(/theme/Com2021/img/ui-icons_g_256x240.png);
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
    background-color: transparent !important;
    border: 0 !important;
}
.ui-widget-header .ui-datepicker-next-hover .ui-icon, .ui-widget-header .ui-datepicker-prev-hover .ui-icon {
    background-image: url(/theme/Com2021/img/ui-icons_256x240.png) !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}
