/*
===========================================================
 Background section and layouts
===========================================================
*/
.bg{
    position: relative;
    min-height: 250px;
}
.bg.bg-home{
    height: 100vh;
    min-height: 300px;
    max-height: 540px;
}
.bg.layout-1{
    height: 100vh !important;
    max-height: 350px;
}
.bg.layout-3{
    height: 100vh !important;
    max-height: 300px;
}
.bg-img{
    background: #272727;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-img-1{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg.layout-1 .bg-title{
    top: initial;
    height: initial;
    padding-bottom: 40px;
}
.bg.layout-1 .bg-title img {
    padding-bottom: 10px;
    width: 100%;
}


/* ---------- bg breadcrum & form---------- */
.bg .breadcrumb-wrapper, .bg .bg-form {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0px 10%;
}
.bg .breadcrumb-wrapper .breadcrumb-content {
    line-height: 1;
    position: relative;
    bottom: -4px;
    display: table-cell;
    vertical-align: bottom;
}
.bg .breadcrumb-wrapper .breadcrumb li .link{
    position: relative;
    display: inline-block;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff;
}
.bg .breadcrumb-wrapper .breadcrumb li.active .link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
}
.bg .breadcrumb-wrapper .breadcrumb li + li:before {
    font-family: FontAwesome;
    padding: 0 10px;
    content: '\f178';
    color: #ffffff;
}
.bg .breadcrumb-wrapper .breadcrumb {
    font-size: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #ffdd00;    
}
.bg .breadcrumb-wrapper .captions {
    font-size: 100px;
    font-weight: 900;
    line-height: 90px;
    display: inline-block;
    margin: 5px 0 0 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.bg .breadcrumb-wrapper .breadcrumb li .link.home{
    font-size: 20px;
}
.bg .breadcrumb-wrapper .breadcrumb li .link:hover {
    color: #ffdd00;
}
.bg .breadcrumb-wrapper .breadcrumb li.active .link {
    pointer-events: none;
}
.bg .breadcrumb-wrapper.default .captions {
    font-size: 30px;
    line-height: 30px;
    max-width: 850px;
    margin: 3px 0 0 0;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;

}
.bg .breadcrumb-wrapper .breadcrumb li .link.text-truncate {
    width: 170px;
    top: 24px;
}
.bg .breadcrumb-wrapper.style-red {
    padding: 0px;
}
.bg .breadcrumb-wrapper.style-red .breadcrumb-content   {
    bottom: initial;
}
.bg .breadcrumb-wrapper.style-red .breadcrumb {
    font-size: 11px;
    padding: 0 22px;
    background-color: rgba(234, 67, 73, 0.62);
    border: none;
}
.bg .breadcrumb-wrapper.style-red .breadcrumb li .link.home {
    font-size: 15px;
}
.bg .breadcrumb-wrapper.style-red .breadcrumb li .link {
    line-height: 25px;
    color: #ffffff;
    padding-bottom: 0px;
}
.bg .breadcrumb-wrapper.style-red .breadcrumb li .link.text-truncate {
    top: 7px;
}
.bg .countdown {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #f4433694;
    padding: 3px 19px;
    width: 100%;
}
.bg .bg-form {
    position: absolute;
    z-index: 500;
}
.bg .bg-form {
    width: 60%;
    margin: 0 20%;
}
.bg .bg-form .bg-form-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #fff;
}
.bg .bg-form .bg-form-content select{
    background: rgba(255, 255, 255, 0.35);
    border: none;
    color: #fff;
    height: 59px;
}
.bg .bg-form .bg-form-content option {
    color:#4e4e4e;
}
.bg .bg-form .bg-form-content optgroup {
   text-transform: capitalize;;
   font-weight: bold;
   color: #424242
}
.bg-border::after{
    content: "";
    display: block;
    position: relative;
    bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}
.bg-border span{
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    padding: 5px 24px;
    color: #8a8a8a;

}
.bg .heading-1{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center!important;
    color: #fff;
    padding-bottom: 40px;
}
.bg .bg-content-group .bg-heading{
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
    text-shadow: 1px 4px 4px #040404;
}
.bg .bg-content-group .bg-content-strip{
    background: #ea4349;
    padding: 4px 15px;
    position: relative;
    bottom: 20px;
    left: 5px;
    font-weight: 500;
    font-size: 14px
}
.bg .bg-link-btn{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.28);
    text-transform: uppercase;
}
/* ---------- borders ---------- */
.bor-r{
    border-right:1px solid rgba(0,0,0,.125);
}
.bor-b{
    border-bottom:1px solid rgba(0,0,0,.125);
}
/* ---------- Schedule Block ---------- */
.theme-color-1.schedule-block .element {
    background-color: #324b67;
    color: #ffffff;
    font-weight: 500;
    padding: 9px 10px 9px 10px!important;
    margin-top: 1px;
    text-align: center;
    border-bottom: 1px solid #d6d7d9;
}
.theme-color-1.schedule-block .element:last-child {
    background-color: #ea4349;
    border-bottom: none;
}
.theme-color-1.schedule-block .element .schedule-title {
    margin-bottom: 0;
    text-transform: uppercase;
}
/*
===========================================================
 Page Wrapper
===========================================================
*/
.price-wrapper{
    position: relative;
    width: 170px;
    margin: 0px auto;
    color: #fff;
}
.price-wrapper .strike-wrapper{
    left: 20px;
    position: relative;
    bottom: -10px;
    right: -15px;
    max-width: 140px;
}
.price-wrapper .strike-wrapper del.strike-price {
    font-size: 15px;
    color: #ffe216;
    font-weight: 500;
}
.price-wrapper .strike-wrapper .disc{
    background: #ea4349;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 3px 3px;
    left: 13px;
    position: relative;
    line-height: 1.0em;
    display: inline-block;
}
.price-wrapper .strike-wrapper .disc:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #ea4349;
    position: absolute;
    border-left: 5px solid transparent;
    left: -15px;
    top: 0px;
}
.price-wrapper sup {
    font-size: 24px;
    font-weight: bold;
    top: -5px;
    left: 5px;
}
.price-wrapper .number {
    font-size: 30px;
    font-weight: bold;
}
/*
===========================================================
 Page Form
===========================================================
*/
.page-form{
    position: relative;
    bottom: 75px;
    box-shadow: 1px 8px 21px -4px rgba(0, 0, 0, 0.88);
}
.page-form .nav-tabs .nav-link {
    border-radius: 0px;
    border: none;
}
.page-form .nav-tabs .nav-link {
    border-radius: 0px;
    border: none;
    color: #131d29;
    text-transform: uppercase;
}
.page-form .tab-content{
    padding: 25px 40px;
}
.page-form .nav-tabs{
    border: none;
}
.page-form .main-heading {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 2.3rem;
    margin-bottom: 40px;
}
.page-form .main-heading:after {
    content: '';
    height: 1px;
    width: 80%;
    display: block;
    margin-top: 5px;
}
.page-form label{
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 0px;
    padding-left: 0.5rem;
}
.page-form-col2{
    margin-top: -75px;
}
/*
===========================================================
 Stepper Form
===========================================================
*/
.stepper {
    padding: 21px 45px;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;
    position: relative;
    min-height: 600px;
}
.stepper h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }
.stepper-steps { overflow: hidden; position: relative; margin-top: 20px; }
.stepper-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 1px; background: #ddd; }
.stepper-progress-line { 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 1px; 
    background: #ea4349; 
}
.stepper-step-icon {
    display: inline-block; 
    width: 40px; 
    height: 40px; 
    margin-top: 4px; 
    background: #ddd;   
    font-size: 16px; 
    color: #fff; 
    line-height: 40px;  
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    text-align: center;
}
.stepper-step.activated .stepper-step-icon {
    background: #fff; 
    border: 1px solid #ea4349; 
    color: #ea4349; 
    line-height: 38px;
}
.stepper-step.active .stepper-step-icon {
    width: 48px; 
    height: 48px; 
    margin-top: 0; 
    background: #ea4349; 
    font-size: 22px; 
    line-height: 48px;
}
.stepper-step p { color: #ccc; }
.stepper-step.activated p { 
    color: #c8c8c8; 
}
.stepper-step.active p { 
    font-weight: 500;
    color: #ea4349; 
}
/*.stepper fieldset { display: none; text-align: left; }*/
.stepper-buttons { text-align: right; }
.stepper .input-error, .bg-less-form .input-error { 
    border-color: #e34e53;
}
.stepper .form-control, .bg-less-form .form-control{
    color: #ffffff;
    background: none;
    border: none;
    border-bottom: 1px solid #908383;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.stepper .form-heading-1{
    font-size: 18px;
    color: #d8444a;
    font-weight: bold;
}
.stepper select.form-control option, .bg-less-form select.form-control option {
    color:#000;
}
.stepper select.form-control optgroup, .bg-less-form select.form-control optgroup {
   text-transform: capitalize;;
   font-weight: bold;
   color: #000
}
.count-input{   
    text-align: center;
    padding: 0.375rem .75rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    background-color: rgba(206, 206, 206, 0.29);
    background-clip: padding-box;
    border: 1px solid rgba(193, 193, 193, 0.42);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bg-less-form .form-control{
    font-size: 12px;
}


/*
===========================================================
 Quote Panel [ask for callback]
===========================================================
*/
.quote-panel-wrap {
    background: #ffd7d7;
    padding: 50px 40px;
    position: relative;
}
.quote-panel-title {
    font-size: 24px;
    padding-bottom: 50px;
    padding-left: 80px;
}
.quote-panel-icon {
    background-color: #ea4349;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    display: block;
    height: 100px;
    left: 40px;
    padding-top: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 55px;
}
.quote-panel-icon i {
    color: #fff;
    font-size: 30px;    
}
.quote-panel-wrap p {
    color: #666;
}
.quote-panel-form input, 
.quote-panel-form textarea{
    background: none;
    border: 2px solid #e9e9e9;
    border-radius: 0;
    border-width: 0 0 2px;
    color: #989898;
    max-width: 100%;
    position: relative;
    z-index: 1;
    padding: .375rem .75rem;
    font-size: 1rem;
}
.quote-panel-form small{
    padding-left: .75rem;
}
.quote-panel-form textarea {
    height: 100px;  
}
/*
===========================================================
 Section how-it-work
===========================================================
*/
.how-it-works{
    padding: 100px 0
}
.how-it-works .how-one-container{
    margin-top: 66px
}
.how-it-works .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
}
.how-it-works {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.how-it-works:hover,
.how-it-works.active{
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}
.how-it-works:after{
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../images/elements/arrow-big.png) center center no-repeat;
}
.how-it-works:last-child:after{
    display: none
}
.how-it-works .icon-box {
    position: relative;
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 30px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-it-works .icon-box img {
    width: 100%;
    display: inline-block;
}
.how-it-works h4 {
    position: relative;
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #222;
    font-weight: 500;
}
.how-it-works h4 a {
    color: #222222;
    transition: .5s;
}
.how-it-works .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px ;
    color: #777
}
.how-it-works h3 a {
    position: relative;
    color: #2a2a2a;
}
/*
===========================================================
 widget box
===========================================================
*/
.widget-box{
    position: relative;
    overflow: hidden;
}
.widget-box .image-wrapper .link {
    display: block;
    padding-bottom: 0px !important;
}
.widget-box .image-wrapper .link img {
    width: 100%;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.widget-box.featured-section .image-wrapper .link img {
    height: 350px
}
.widget-box:hover .image-wrapper .link img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.widget-box .title-wrapper {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.widget-box:hover .title-wrapper{
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.68);
}
.widget-box .title-wrapper a{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0px;
}
.widget-box .title-wrapper a img{
    width: 90%;
    padding-top: 20%;
}
.center-box{
    text-align: center;
    padding: 6rem;
    position: relative;
    width: 100%;
    height: 100%;
    background: #ff9f43;
    z-index: 12;
    color: #fff;
}
.center-box .display-3 {
    font-size: 36px;
}
.center-box span{
    color: #8e4f12;
    border: 1px solid #8e4f12;
    padding: 2px 10px;
}
.widget-box.style-2 .title-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: initial;
}
.widget-box.style-2 .title-wrapper a {
    padding: 15px 15px;
}
.widget-box.style-2 .title-wrapper a h5{
    color: #fff;
}
.widget-box.style-2 .title-wrapper .badge-primary{
    background: #ea4349;
}
.widget-box.style-2 .price-wrapper{
    position: absolute;
    z-index: 5;
    bottom: 0px;
    right: 0;
    width: 100%;
    height: 45px;
    padding: 14px;
    background: rgba(4, 4, 4, 0.48);
    text-align: right;
}
.widget-box.style-2 .price-wrapper .price{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.widget-box.style-2 .price-wrapper .price del.strike-price{
    position: absolute;
    top: 7px;
    padding-left: 7px;
    font-size: 12px;
    color: #fff56f;
    font-weight: 500;
}
.widget-box.style-2 .price-wrapper .price .number{
    font-size: 19px;
    font-weight: bold;
    position: relative;
    top: 3px;
    color: #ea4349;
}
.widget-box.featured-section .price-wrapper{
    padding: 0px;
    padding-right: 14px;
    padding-top: 10px;
}
.widget-box.featured-section .price-wrapper .price{
    font-size: 12px;
    font-weight: 400;
}
.widget-box.featured-section .price-wrapper .price .number{
    top: 0px;
    color: #ffec00;
    font-size: 15px;
}



/*--------------------*/
.round-trip-select-container{
    background-color: #324b67;
    padding-top: 20px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    overflow: auto;
}
.round-trip-select-container .container{
    min-width: 992px;
}
.v-align{
    align-items: center;
}
/* #roundWayTripType{
    overflow-x: auto;
} */
.overflow-x{
    overflow-x: auto;
}
.widget-sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: none;
}
.widget-sidebar .outer-sidebar-shell{
    position: absolute;
    right: 0px;
    width: 100%;
    padding: 0px !important;
}
.widget-sidebar .sidebar-container{
    background: #ffffff;
    height: 100vh;
    padding: 30px 20px;
    position: relative;
}
.widget-sidebar .sidebar-container .close{
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    color: #ea4435;
}
.widget-sidebar .close:hover{
    color: #e34e53;
}
#flight_search_sidebar{
    padding: 25px 0px;
}
.widget-sidebar .sidebar-container .table td, .widget-sidebar .sidebar-container .table th {
    border-bottom: 1px solid #dee2e6 !important;
    border-top: none;
}
.widget-flight{
    margin-bottom:20px;
    min-width: 730px;
    overflow: hidden;
}
/* .widget-flight .card{
    padding: 0px 10px;    
} */
.widget-flight .card .card-top-container{
    height: calc(180px - 75px);
    overflow: hidden;
    font-size: 13px;;
}
.widget-flight.c2{
    cursor: pointer;
    min-width: 398px;
}
.select-flight{
    border-bottom: 5px solid #e74248;
    border-radius: 5px;
}
.widget-flight.c2 .header{
    border-bottom: 1px dashed #d0d0d0;
    padding: 0px 5px;
}
.widget-flight.c2 .card .card-top-container {
    height: 155px !important;
}
.widget-flight.c2 .target-link-contaier{
    text-align: right;
    padding: 0px 10px;
    font-size: 13px;
    position: relative;
    bottom: 7px;
}
.widget-flight.c2 .target-link-contaier a:hover{
    border-bottom: 1px dashed;
    padding: 0px;
}
.widget-flight .flight-all-details-container .nav{
    font-size: 80%;
}

.widget-flight .date-container .date-full{
    font-size: 16px;
    line-height: 85%;
}
.widget-flight .date-container .time-title{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 3px;
}
.widget-flight .date-container .city{
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}
.widget-flight .cart{
    font-size:21px;
    color:#ea4349;
}
.widget-flight.c2 .cart{
    font-size:15px;
}
.widget-flight .airline-code{
    font-size: 14px;;
}
.widget-flight .nav-link {
    display: block;
    padding: .1rem .4rem;
}
.widget-flight .card .booking-btn-container{
    margin-top: 17px;
    height: 65px;
}
.widget-flight.gs{
    margin-bottom: 40px;
    box-shadow: 0px 3px 4px -2px #464646;
}
.widget-flight.gs .card .booking-btn-container{
    margin-top: 10px;
    height: initial;
}
.widget-flight.gs .price-wrapper {
    padding-top: 8px;
}
.widget-flight.gs .card .card-top-container {
    height: 225px;
}
.widget-flight.gs .gs-row-heading{
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin: 0px;
    background: #537396;
    color: #fff;
}

.btn-book{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 110px;
    background: #ea4349;
    color: #fff;
    padding:5px 15px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #ea4349;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-book:hover{
    color: #ea4349;
    background: none;
}


.widget-flight .card .card-bottom-container{
    position: relative;
    bottom: 50px;
    margin-bottom: -50px;
}
.widget-flight .card .card-body{
    padding: 0px 0px 10px 5px;
}
.widget-flight .airline-icon img{
    width: 55px;
}
.widget-flight.c2 .airline-icon img{
    width:25px !important;
}
.widget-flight .header .airline-name{
    font-size: 14px;
    font-weight: 500;
}
.fs-filter{
    font-size: 14px;
    color: #5f5f5f;
}
.table-booking{
    width: 100%;
}
.widget-flight .table-booking .flights-booking{
    padding-right: 15px;
    text-align: right;
}
.widget-flight .flight-list{
    border: 1px dotted rgba(234, 67, 73, 0.87);
    border-top-right-radius: 16px;
    background: #f1f1f1;
}
.widget-flight .flight-list table{
    font-size: 14px;
}
#flightSearchResult{
    padding: 10px 20px 50px;
}

.widget-flight .flights-booking{
    text-align: right;
}
.widget-flight .flights-booking .price-wrapper .number {
    font-size: 18px;
}
.widget-flight .price-wrapper {
    width: initial;
    margin: 0px auto;
    color: #ea4349;
}
.widget-flight .price-wrapper .strike-wrapper {
    left: initial;
    bottom: -8px;
    right: 15px;
    max-width: initial;
}
.widget-flight .price-wrapper .strike-wrapper del.strike-price {
    font-size: 13px;
    color: #888888;
    font-weight: 500;

}
.widget-flight .flight-details .heading{
    background: #007bff;
    color: white;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
}
.widget-flight .fare-details .fare-total{
    margin: 20px 0px 50px;
    background: #f1f1f1;
}
.widget-flight .fare-details .fare-rule{
    margin-top: 25px;
    background: #f3f3f3;
    font-size: 14px;

}
.widget-flight .fare-details .fare-rule thead tr{
    background: #d0d0d0;
}
.widget-flight .fare-details .table td, .table th {
    font-size: 12px;
}
.widget-flight .fare-details .table td small{
    font-size: 90%;
}
.widget-flight .flight-container{
    overflow: hidden;
}
.widget-flight .flight-container .flight-count{
    border-bottom: 1px dotted #000000;
    padding-bottom: 15px;
    margin-bottom: 15px;    
}
.widget-flight .flight-container .flight-count:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


.flight-modify-form .airport-code{
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid;
    letter-spacing: 5px;
}
.flight-modify-form .airport-city{
    font-size: 12px;
}













.widget-card-wide{
    margin-bottom: 15px;
}
.widget-card-wide .card .card-title{
    margin-bottom: 0px;
    font-size: 2.5rem;
    color: black;
}
.widget-card-wide .card .badge{
    display: inline;
    padding: 3px 13px;
    font-size: 90%;
    font-weight: 500;
    border-radius: 0px;
}
.widget-card-wide .card .badge-primary{
    color: #ececec;
    background: #ea4349;
}
.widget-card-wide .card .card-header{
    letter-spacing: 12px;
}
.widget-card-wide .card .info{
    font-size: 12px;
    color:#54688e;
    position: relative;
}
.widget-card-wide .card .info:before{
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 30px;
    height: 1px;
    width: 60%;
    background-color: rgba(84, 104, 142, 0.60);
}
.widget-card-wide .card .info a{
    color: #54688e;
}
.widget-card-wide .card .info a:hover{
    color: #ea4349;
}
.price-widget .price-wrapper {
    position: relative;
}
.price-widget .leftLabel,
.price-widget .rightLabel {
    position: absolute;
    top: -25px;
}
.price-widget .leftLabel {
    left: 0;
}
.price-widget .rightLabel {
    right: 0;
}
.price-widget .nstSlider {
    position: relative;
    width: 100%;
    height: 16px;
    margin-top: 40px;
    padding: 0 10px;
    color: #6e747c;
    background-color: transparent;
}
.price-widget .nstSlider:before {
    position: absolute;
    z-index: 0;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #3c3c3c;
}
.price-widget .nstSlider .leftGrip,
.price-widget .nstSlider .rightGrip {
    line-height: 100%;
    bottom: 0;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    color: #585858;
}
.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.price-widget .nstSlider .leftGrip .number,
.price-widget .nstSlider .rightGrip .number {
    position: absolute;
    top: -20px;
    left: 10px;
    cursor: auto;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
    background-color: #ea4349;
}
.mob-filter-widget{
    background: #ffffff;
    color: #565656;
    font-size: 16px;
    padding: 2px 10px;
    cursor: pointer;
}
.mob-filter-widget span.strong-text{
    font-weight: 600;    
}
.mob-filter-widget span.label-text{
    color: #d25f54;
    font-weight: 500;
    font-size: 12px;
    position: relative;
}
/*
===========================================================
 Travel Thumbnail Card
===========================================================
*/
.travel-layout-2{
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.travel-layout-2 .card{
    border: 1px solid rgb(48, 86, 105);
}
.travel-layout-2 .card .card-body:first-child{
    background: #305669;
    height: 83px;
    border-radius: 0px;
}
.travel-layout-2 .card .card-title{
    margin-bottom: 0px;
    font-size: 1rem;
    color: #e0e0e0;
}
.travel-layout-2 .card .badge{
    display: inline;
    padding: 1px 12px;
    font-size: 90%;
    font-weight: 500;
    border-radius: 0px;
}
.travel-layout-2 .card .badge-primary{
    color: #ececec;
    background: #ea4349;
}
.travel-layout-2 .card .price{
    font-weight: bold;
    position: relative;
    top: 8px;
    color: #ea4349
}
.travel-layout-2 .card .price sup{
    font-size: 17px;
    font-weight: bold;
    top: -12px;
    left: 2px;
    color: #ffffff;
}
.travel-layout-2 .card .price del.strike-price {
    position: absolute;
    top: -9px;
    padding-left: 4px;
    font-size: 12px;
    color: #fff56f;
    font-weight: 500;
}
.travel-layout-2 .card .price .number {
    font-size: 22px;
}
.travel-layout-2 .card .card-body span.title{
    color: #505050;
    text-transform: uppercase;
    font-weight: 500;
}
.travel-layout-2 .card .card-body .list-inline .list-inline-item{
    line-height: 20px;
    color: #545454;
    min-width: 100px;
    font-size: 14px;
}
.travel-layout-2 .card .card-body .list-inline .list-inline-item i{
    color: #929292;
    font-size: 16px;
    padding-right: 7px;
}
.travel-layout-2 .card .card-header {
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 600;
    padding: .15rem 1.25rem;
    margin-bottom: 0;
    color: #f7f7f7;
    background-color: rgb(90, 154, 185);
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
/*
===========================================================
 Boarding pass
===========================================================
*/
.boarding-pass {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 10px;
    border: 2px dashed #fdd3d4;
    border-top-right-radius: 16px;
}
.boarding-pass img.airline-logo{
    width: 60px;
 }
.boarding-pass .airline-name {
    font-size: 15px;
    color: #324b67;
    margin-bottom: 5px;
 }
.boarding-pass .airline-name .airline-code {
    background: #ea4349;
    color: #fafafa;
    padding: 0px 3px;
}
.boarding-pass .airports{
    text-align: center;
    font-weight: 500;
    letter-spacing: 5px;
}
.boarding-pass .plane-icon{
    background: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    font-size: 14px;
    margin: 0px 10px;
    letter-spacing: initial;
}
/*
===========================================================
 Section-Special Offer
===========================================================
*/
.special-offer-list {
    margin: 0 -15px;
}
.special-offer-list .special-offer-layout {
    margin: 0 15px;
}
/*
===========================================================
 Section-Currency slider
===========================================================
*/
.currency-slider, .currency-slider .table{
    margin-bottom: 0px;
}
.currency-slider .table td, .table th {
    padding: .22rem .45rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.currency-slider .table tr th:first-child{
    background: #dee2e6;
}
/*
===========================================================
 Video Section
===========================================================
*/
.videos {
    position: relative;
    width: 100%;
    color: #ffffff;
    background-color: #2d3948;
    background-repeat: repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.videos .video-thumbnail {
    box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
}
.videos .show-video {
    visibility: visible !important;
    opacity: 1 !important;
}
.video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 360px;
}
.video-thumbnail .video-bg {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.video-thumbnail .video-bg img {
    width: 100%;
    height: 100%;
}

.video-thumbnail .video-button-play {
    font-size: 36px;
    line-height: 86px;
    position: absolute;
    z-index: 6;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    padding-left: 10px;
    padding-left: 6px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
}
.video-thumbnail .video-button-close {
    position: absolute;
    z-index: 12;
    top: 15px;
    right: 15px;
    visibility: hidden;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
    background-image: url('../images/btn-closevideo.png');
}
.video-thumbnail .video-embed {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    opacity: 0;
    border: none;
}
.videos.layout-1 .video-wrapper {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 8px;
}
.videos.layout-1 .sub-title {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #16273e;
}
.videos.layout-1 .sub-title strong {
    font-size: 22px;
}
.videos.layout-1 .title {
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 0 0 2px 0;
    text-transform: uppercase;
}
.videos.layout-1 .text {
    margin-bottom: 30px;
}
.videos.layout-1 .video-thumbnail {
    top: auto;
    bottom: -15px;
}
/*
===========================================================
 Sidebar
===========================================================
*/
.sidebar-1 .heading-3{
    padding-top: 8px;
    font-size: 18px;    
    color: #395c9c;
}
.sidebar-1 .heading-3 .strong{
    font-weight: 500;
}
.sidebar-1 .heading-4{
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}
.sidebar-1 .top-container{
    padding: 35px 15px;
    background: #e0e0e0;
}
.sidebar-1 .top-container table tr:nth-child(even){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sidebar-1 .top-container table tr:last-child{
    border-bottom: none;
}
.sidebar-1 .bottom-container{
    padding: 30px 16px !important;
    text-align: right;
    background: #ea4349 !important;
}
.sidebar-1 .bottom-container .heading{
    color: #e8e8e8;
    font-size: 21px;
}
.sidebar-1 .filter-section{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 5px 0px
}
.sidebar-1 .filter-section:last-child{
    border: none;
}
.sidebar-1 .heading-2{
    font-size: 1.2rem;
    font-weight: 500;
    color: #ea4349;
    padding-bottom: 7px;
    border-bottom: 1px solid;
}
.sidebar-1 .price-tag-1{
    font-size: 3rem;
    font-weight: 800;
}
.sidebar-1 .label-style-1{
    color: #ff8383;
    margin-bottom: 15px;
    padding-left: 0rem;
}
.sidebar-1 label.label-style-1{
    margin-bottom: 0px;
    color: #616161;
}
.sidebar-1 .label-style-2{
    color: #ff8383;
    padding-left: 0rem;
}
.sidebar-1 label.label-style-2{
    margin-bottom: 0px;
    color: #616161;
}
.sidebar-1 .visa-price table{
    font-size: 1rem;
}
.sidebar-1 .sidebar-form-top .heading-2{
    color: #ffffff !important;
    background: #254480 !important;
    border-bottom: 2px solid #1c376b !important;
}
.sidebar-1 .sidebar-top-form .heading-2{
    color: #ffffff !important;
    background: #254480 !important;
    border-bottom: 2px solid #1c376b !important;
}
.sidebar-1 .sidebar-top-form .form-container{
    background: #355798;
    padding: 15px 20px;
}
.sidebar-1 .sidebar-top-form label{
    color:#d2d2d2;
}
.sidebar-1 .sidebar-top-form .heading-3{
    color: #eaeaea;
}
.sidebar-1 .travel_mon_list .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.sidebar-1 .checkbox-btn{
    min-width: 55px;
    background: #335494;
    padding: 0px;
    border: 1px solid #9e9e9e;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}
.sidebar-1 .checkbox-btn label{
    cursor: pointer;
    min-width: 53px;
}
.sidebar-1 .checkbox-btn input[type=checkbox]{
    visibility: hidden;
    width: 0px;
}
.sidebar-1 .radio-container{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.sidebar-1.package .top-container table tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.sidebar-1.package .top-container table tr:first-child{
    border-bottom: none !important;
}
.sidebar-1.package .top-container table tr:last-child{
    border-bottom: none !important;
}
.content-container .bottom-container{
    background: rgba(224, 224, 224, 0.75);
    padding: 15px 32px;
}
.info-color-1{
    color: #1e53b3 !important;
}
.price-tag-1{
    font-size: 30px;
    line-height: 22px;
    font-weight: 500;
}
.travellers-count{
    font-size: 21px;
    font-weight: bold;
    text-align: center
}
.plus-icon{
    font-size: 100px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    background: #ea4349;
    color: #ffffff;
    cursor: pointer;
}
.insurance-book-form input, 
.insurance-book-form select{
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    border: none;
    border-bottom: 2px solid rgba(255, 97, 102, 0.85);
}
.insurance-book-form .form-group {
    margin-bottom: 1.75rem;
}
.insurance-book-form label{
    padding-top: .40rem;
    color: #495057;
}
.insurance.traveller-details:last-child{
    padding-bottom: 50px !important;
}
.insurance.traveller-details .top-container{
    padding: 15px 20px;
    background: #f9f9f9;
}
.insurance.traveller-details .bottom-container{
    background: #7489a2;
}
.tax-container{
    padding: 25px 0px 6px;
    font-size: 15px;
    color: #d1d1d1;
    font-weight: bold;
}
.tax-container input[type="checkbox"]{
    width: 18px;
    height: 18px;
}
.accordion-icon>a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content:"\f068";
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    margin: 0px auto;
    pointer-events: none;
    background: #e9e9e9;

}
#accordion_faq{
    box-shadow: 0px 5px 15px #324b67;
}
#accordion_faq .card{
    border:none;
}
#accordion_faq .card .card-header{
    padding: 0px;
}
.accordion-icon{
    padding: 0px;
    margin: 0px;
}
.accordion-icon>a{
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
}
.accordion-icon>a.collapsed:before{
    content: "\f067";
}
.accordion-icon > a:hover,
.accordion-icon > a:active,
.accordion-icon > a:focus{
    text-decoration: none;
}
.list-inline li{
    display: inline-block;
}
.group-list{
    padding-top: 21px;
}
.group-list ul{
    display: inline-block;
    min-width: 217px;
}
.group-list ul li {
    padding: 5px 0;
}
.group-list ul li .text {
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
}
.group-list ul li .text:after {
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    left: 0;
    content: '\f178';
    color: #f7333a ;
}
.group-list .box-media {
    margin-top: 40px;
}
.box-media .media-left {
    padding: 0;
    text-align: center;
}
.box-media .media-right {
    padding-left: 15px;
}
.box-media .icons {
    font-size: 40px;
    line-height: 70px;
    display: block;
    width: 70px;
    height: 70px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
}
.box-media .icons:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0;
    content: '';
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
}
.box-media:hover .icons {
    border: 1px solid #ea4349;
    background: #ea4349;
}
.box-media:hover .icons {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    color: #ffffff;
}
.box-media:hover .icons:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}
.box-media .title {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #15171b;
}
.box-media .text {
    margin-bottom: 0;
}
.group-list .box-media p.text{
    font-size: 12px;
}
.radius-zero{
    border-radius: 0px !important;
}
.tiny{
    padding: 0 15px !important;
}
/*
===========================================================
 Visa 
===========================================================
*/
.visa-requirement-right{
    margin-left: 80px;
    background: #ffffff;
}

.visa-requirement-title{
    font-size: 23px;
    color: white;
}
.visa-req{
    background: #5a5a5a
}
.visa-req .card{
    border-radius: 0px;
}
.visa-price table tr td:first-child i{
    padding-left: 4px;
}
.visa-price table tr td:last-child {
    min-width: 45px;
    text-align: right;
}
.visa-price table tr td .label-style-1{
    color: #cdd46f;
    margin-top: -5px;
}
.content-container .bottom-container{
    background: rgba(224, 224, 224, 0.75);
    padding: 15px 32px;
}
.info-color-1{
    color: #1e53b3 !important;
}
.price-tag-1{
    font-size: 30px;
    line-height: 22px;
    font-weight: 500;
}
.travellers-count{
    font-size: 21px;
    font-weight: bold;
    text-align: center
}
.visa-background{  
    width: 100%;
    height: 100vh;
    background: #a2a2a2;
    background: url(../images/visa.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.visa-country-image-container{
    background: #f7f7f7;
}
.travel-date{
    background: #496484;
    padding: 15px;
    color: #fff;
}
/******************************************************
Tour Itinerary [Design]
******************************************************/
/*----------  Tour View  ----------*/
.sticky-top {
    z-index: 1;
}
/* Sightseeing Block */
.sightseeing-desc{
    border: 1px solid #cfcfcf;
    padding: 37px;
    font-weight: bold;
}
.default-itinerary-container{
    padding: 50px 20px;
    background: #e8e8e8;
    min-height: 500px;
}
/* ----------------------- Highlights Block ----------------------- */
.highlights {
    margin: 0 -15px;
}
.highlights .highlight-item {
    display: inline-block;
    width: 21%;
}
.highlight-item {
    margin: 0 15px;
    padding: 9.5px 0;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cfcfcf;
    box-shadow: 0 0 1px transparent;
    -webkit-tap-highlight-color: transparent;
}
.highlight-item:last-child {
    margin-right: 0;
}
.highlight-item:before {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    width: 90%;
    height: 10px;
    content: '';
    transition-duration: .3s;
    transition-property: -webkit-transform opacity;
    transition-property:         transform opacity;
    transition-property:         transform opacity, -webkit-transform opacity;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
}
.highlight-item:hover {
    cursor: pointer;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
}
.highlight-item:hover:before {
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    opacity: .4;
}
.highlight-item .icon-journey {
    font-size: 26px;
}
.highlight-item .text {
    font-size: 16px;

    margin-bottom: 0;
}
/* ----------------------- Contact block bottom ----------------------- */
.contact-list-wrapper .avatar {
    text-align: center;
}
.contact-list-wrapper .avatar p {
    margin-bottom: 0;
}
.contact-list-wrapper .avatar .image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
}
.contact-list-wrapper .avatar .image-wrapper .img {
    width: 100%;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border-radius: 50%;
}
.contact-list-wrapper .avatar .name {
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    text-transform: uppercase;
}
.contact-list-wrapper .avatar:hover .image-wrapper {
    border: 1px solid #ffdd00;
    border-radius: 2%;
}
.contact-list-wrapper .avatar:hover .image-wrapper .img {
    border-radius: 2%;
}
.contact-list-wrapper .contact-list-media {
    margin-top: 30px;
}
.contact-list-media {
    overflow: visible;
    cursor: pointer;
    text-align: center;
    padding-bottom: 25px;
}
.contact-list-media .media-left,
.contact-list-media .media-right {
    display: block;
}
.contact-list-media .media-left {
    padding: 0;
    padding-bottom: 18px;
    text-align: center;
}
.contact-list-media .media-right {
    padding-left: 0;
}
.contact-list-media .icons {
    font-size: 30px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    color: #c3c3c3;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
}
.contact-list-media .icons:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    padding: 0;
    content: '';
    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
        -ms-transform: scale(.9);
         -o-transform: scale(.9);
            transform: scale(.9);
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
}
.contact-list-media .text {
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
    color: #555e69;
    font-size: 14px;
}

.contact-list-media .title {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-top: 5px;
    padding-bottom: 0px;
    text-transform: capitalize;
    color: #15171b;
}
.contact-list-media:hover .icons {
    -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
        -ms-transform: scale(.9);
         -o-transform: scale(.9);
            transform: scale(.9);
}
.contact-list-media:hover .icons:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
            animation: sonarEffect 1.3s ease-out 75ms infinite;
}
/* ----------------------- Gallery Block ----------------------- */
.gallery-block {
    padding-bottom: 80px;
    background: url(../images/tour-view/grid-images/bg-grid.png) no-repeat center right;
    background-size: cover;
}
.gallery-block .grid .grid-sizer {
    width: 1%;
}
.gallery-block .grid .grid-item {
    width: 22%;
}
.gallery-block .grid .gutter-sizer {
    width: 3%;
}
.gallery-block .grid .grid-item {
    overflow: hidden;
    margin: 10px 0;
    cursor: pointer;
}
.gallery-block .grid .grid-item:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .7s ease;
       -moz-transition: all .7s ease;
         -o-transition: all .7s ease;
            transition: all .7s ease;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    background-color: rgba(0, 0, 0, .5);
}
.gallery-block .grid .grid-item--width2 {
    width: 52%;
}
.gallery-block .grid .grid-item--big {
    width: 66%;
}
.gallery-block .grid .grid-item--medium {
    width: 32%;
}
.gallery-block .grid img {
    width: 100%;
}
.gallery-block .gallery-image .title-hover {
    position: absolute;
    z-index: 2;
    top: -100%;

    width: 100%;
    height: 100%;

    transition: all 0s ease;
    text-align: center;

    color: #ffffff;
    background: rgba(0, 0, 0, .5);
}
.gallery-block .gallery-image .title-hover .icons {
    font-size: 40px;
    position: relative;
    top: 45%;
}
/*
===========================================================
 Tour layouts 
===========================================================
*/
.tours-layout {
    margin-bottom: 30px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.tours-layout .image-wrapper {
    position: relative;
    overflow: hidden;
}
.tours-layout .image-wrapper .link {
    display: block;
    padding: 0px;
    width: 100%;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.tours-layout .image-wrapper .link img {
    width: 100%;
    -webkit-transition: all .8s ease;
       -moz-transition: all .8s ease;
         -o-transition: all .8s ease;
            transition: all .8s ease;
}
.tours-layout .image-wrapper .link:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, .6) 75%, rgba(0, 0, 0, .7) 85%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, .9) 100%);
}
.tours-layout .image-wrapper .title-wrapper {
    font-size: 20px;
    position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    color: #ffffff;
}
.tours-layout .image-wrapper .title-wrapper .title {
    font-weight: bold;
    position: relative;
    float: left;
    color: #ffffff;
}
.tours-layout .image-wrapper .title-wrapper .price sup {
    font-size: 21px;
    font-weight: bold;
    top: -12px;
    left: 2px;
}
.tours-layout .image-wrapper .title-wrapper .title .price .number {
    font-size: 30px;
    font-weight: bold;
}
.tours-layout .image-wrapper .title-wrapper .title .price del.strike-price{
    position: absolute;
    top: -6px;
    left: 24px;
    font-size: 14px;
    color: #ffe216;
    font-weight: 500;
}
.tours-layout .image-wrapper .title-wrapper .title .for-price {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2px;
    font-size: 1rem;
    text-transform: lowercase;
    font-weight: 500;
}
.tours-layout .image-wrapper .title-wrapper .title:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.tours-layout .image-wrapper .title-wrapper .title:hover:before {
    width: 100%;
}
.tours-layout .image-wrapper .title-wrapper .icons {
    font-size: 30px;

    float: right;
}
.tours-layout .content-wrapper {
    background-color: #ffffff;
}
.tours-layout .content-wrapper .list-info {
    display: table;
    width: 100%;
    margin: 0;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #e9e9e9;
}
.tours-layout .content-wrapper .list-info li {
    display: table-cell;
    padding: 0;
    border-right: 1px solid #e9e9e9;
    position: relative;
}
.tours-layout .content-wrapper .list-info li .link {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    padding: 12px 5px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.tours-layout .content-wrapper .list-info li .link:hover {
    top: 4px;
    right: -4px;
    background: #f7333a;
}
.tours-layout .content-wrapper .list-info li .link:hover > .icons,
.tours-layout .content-wrapper .list-info li .link:hover > .text {
    color: #ffffff;
}
.tours-layout .content-wrapper .list-info li .link > .icons {
    display: inline-block;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #d0d0d0;
}
.tours-layout .content-wrapper .list-info li .link > .text {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    color: #959595;
}
.tours-layout .content-wrapper .list-info li:last-child {
    border-right: none;
}

.tours-layout .content-wrapper > .content {
    padding: 40px;
    text-align: center;
}
.tours-layout .content-wrapper > .content .package-title-group{
    min-height: 68px;
}
.tours-layout .content-wrapper > .content .title {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
    color: #292b2c;
}
.tours-layout .content-wrapper > .content .title:hover{
    color:#f7333a;
}
.tours-layout .content-wrapper > .content > .text {
    margin-bottom: 20px;
}
.tours-layout .content-wrapper > .content .group-btn-tours {
    display: inline-block;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
    display: inline-block;
    padding: 4px 10px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    color: #ffffff;
    background-color: #4d4d4d;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn:hover {
    color: #434a54;
}
.tours-layout .content-wrapper > .content .group-btn-tours .left-btn {
    padding-left: 25px;

    border-right: 1px solid  #797979;
    border-radius: 50px 0 0 50px;
}
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
    padding-right: 25px;

    border-radius: 0 50px 50px 0;
}
.tours-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
    border-right: 1px solid  #ffffff;
}
.tours-layout:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
.tours-layout:hover .image-wrapper .link {
    -webkit-filter: blur(1px);
    -webkit-filter: url(../images/blur.svg#svg-blur);
       -moz-filter: blur(1px);
        -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
            filter: blur(1px);
            filter: url(../images/blur.svg#svg-blur);
}
.tours-layout:hover .image-wrapper .link img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.tours-layout:hover .image-wrapper .link:before {
    top: -20%;
}
.label-discount {
    background-color: #ffe216;
    color: #3c3c3c;
}
.label-discount {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px;
    overflow: hidden;
    height: 34px;
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;    
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
}
.label-discount .text,
.label-discount .number {
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.label-discount:hover .text,
.label-discount:hover .number {
    -webkit-transform: translateY(-24px);
       -moz-transform: translateY(-24px);
        -ms-transform: translateY(-24px);
         -o-transform: translateY(-24px);
            transform: translateY(-24px);
}
.ribbon-tag {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    height: 34px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.ribbon-tag {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    left: -20px;
    padding-left: 30px;
    padding-right: 10px;
    overflow: visible;
    background-color: #ea4435;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.ribbon-tag:before {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 0;
    border-color: #ea4435 transparent transparent transparent;
}
.ribbon-tag:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -1px;
    border-style: solid;
    border-width: 17px 0 0 10px;
    border-color: transparent transparent transparent #ea4435;
}
.ribbon-tag .fa {
    float: right;
    display: inline-block;
    padding: 0px 5px;
    line-height: inherit;
}
.ribbon-tag span {
    display: inline-block;
    font-weight: 500;
    font-size: .90rem;
    max-width: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ribbon-tag span {
    color: #fff;
}
.ribbon-tag:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -1px;
    border-style: solid;
    border-width: 17px 0 0 10px;
    border-color: transparent transparent transparent #ea4435;
}
.tours-layout:hover .ribbon-tag span{
    max-width: 40px;
}
.tours-layout .content-wrapper .list-info .share-social-list {
    bottom: 0px;
    margin-bottom: 0;
    position: absolute;
    right: 2px;
    padding: 0;
    top: 100%;
    display: inherit;
    transform: translateY(-50%);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tours-layout .content-wrapper .list-info li:hover .link + .share-social-list {
    top: calc(100% + 2px);
    right: -5px;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.share-social-list {
    list-style: none;
}
.tours-layout .content-wrapper .list-info .share-social-list li {
    display: list-item;
    border: 1px solid #e9e9e9;
    border-top: none;
}
.tours-layout .content-wrapper .list-info .share-social-list .link-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #d0d0d0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tours-layout .content-wrapper .list-info .share-social-list .link-social:hover {
    background-color: #ea4435;
    color: #ffffff;
}
/*
===========================================================
 News Layout 
===========================================================
*/
.news-layout .image-wrapper {
    position: relative;
    overflow: hidden;
}

.news-layout .image-wrapper .link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.news-layout .image-wrapper .link:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .5) 70%, rgba(0, 0, 0, .6) 75%, rgba(0, 0, 0, .7) 85%, rgba(0, 0, 0, .8) 90%, rgba(0, 0, 0, .9) 100%);
}
.news-layout .image-wrapper .description {
    font-weight: 300;
    font-style: italic;
    position: absolute;
    z-index: 5;
    right: 60px;
    bottom: 20px;
    left: 60px;
    display: inline-block;
    padding-left: 30px;
    text-align: left;
    letter-spacing: 1px;
    color: #ffffff;
}
.news-layout .image-wrapper .description:before {
    font-family: FontAwesome;
    font-style: normal;
    position: absolute;
    left: 0;
    content: '\f10d';
}
.news-layout .content-wrapper {
    position: relative;
    padding: 0 30px;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
}
.news-layout .content-wrapper .title {
    font-size: 21px;
    line-height: 30px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #434a54;
}
.news-layout .content-wrapper .info {
    font-style: 13px;
    margin-bottom: 0;
}
.news-layout .content-wrapper .info li {
    position: relative;
    padding: 0 15px;
}
.news-layout .content-wrapper .info li:first-child {
    padding-left: 5px;
}
.news-layout .content-wrapper .info li .link {
    text-transform: capitalize;
    color: #555e69;
}
.news-layout .content-wrapper .info li + li:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 13px;
    content: '';
    border-left: 1px solid #555e69;
}
.news-layout .content-wrapper .text {
    margin-top: 20px;
    margin-bottom: 0;
}
.news-layout .content-wrapper .btn {
    width: auto;
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-transform: capitalize;
}
.news-layout .content-wrapper .tags {
    margin-top: 25px;
}
.news-layout .content-wrapper .tags .title-tag {
    margin-right: 25px;
    text-transform: uppercase;
}
.news-layout .content-wrapper .tags .list-tags li {
    margin-bottom: 5px;
    padding: 0 2px;
}
/*
===========================================================
 Sidebar Enquiry Form
===========================================================
*/
.text-or{
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 0px auto;
    border-radius: 50%;
    color: #696969;
    font-size: 12px;
    position: relative;
    top: 15px;
}
.booking-call-icon{
    font-size: 70px;
    color:#ffffff;
    /*color: #803336;*/
}
.booking-form-container{
    background: #fdd3d4;
}
.booking-form-header{
    background: #283a4e;
    padding: 15px 25px 0px;
    border-bottom: 2px solid #6d6d6d;
}
.booking-form-header .top-heading, 
.booking-form-header .contact-heading
{
    margin-bottom: 0px;
}
.booking-form-header .top-heading{
    font-size: 16px;
    color: #fff;
}
.booking-form-header .contact-heading
{
    color: #ea4349;
    margin-bottom: 0px;
}
.booking-form-header .contact-time{
    font-size: 12px;
    color: #e2e2e2;
    padding-right: 20px;
}
.booking-form{    
    padding: 20px 35px 45px;
}
.booking-form p.form-desc{
    font-size: 14px;
    padding: 0px 0px 15px 0px;
    text-align: center;
}
.booking-form .form-input{
    border: 1px solid #fff;
    margin: 7px 0px;
}
/*
===========================================================
 Star and ratings
===========================================================
*/
.stars {
    font-size: 16px;
    position: relative;
    display: block;
    overflow: hidden;
    text-indent: -999px;
}
.stars:after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 35px;
    float: left;
    content: '';
    text-indent: 0;
    letter-spacing: 7px;
}
.stars.stars1:after {
    content: '\f005';
}

.stars.stars2:after {
    content: '\f005\f005';
}
.stars.stars3:after {
    content: '\f005\f005\f005';
}
.stars.stars4:after {
    content: '\f005\f005\f005\f005';
}
.stars.stars5:after {
    content: '\f005\f005\f005\f005\f005';
}

.star-rating {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: block;
    overflow: hidden;
    width: 75px;
    height: 1em;
}
.star-rating:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1px;
    float: left;
    content: '\f006\f006\f006\f006\f006';
    letter-spacing: 2px;
    color: #ffd564;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
    color: #ffd564;
}
.star-rating span:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1px;
    content: '\f005\f005\f005\f005\f005';
    letter-spacing: 2px;
}
.star-rating span.width-10 {
    width: 10%;
}

.star-rating span.width-20 {
    width: 20%;
}

.star-rating span.width-30 {
    width: 30%;
}

.star-rating span.width-40 {
    width: 40%;
}

.star-rating span.width-50 {
    width: 50%;
}

.star-rating span.width-60 {
    width: 60%;
}

.star-rating span.width-70 {
    width: 70%;
}

.star-rating span.width-80 {
    width: 80%;
}

.star-rating span.width-90 {
    width: 90%;
}

.star-rating span.width-100 {
    width: 100%;
}
/**************** Homepage Tesimonials *****************/
.home-testimonials {
    position: relative;
    width: 100%;
    min-height: 400px;
    color: #ffffff;
    background-color: #2d3948;
    background-repeat: repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-testimonials .testimonial-list {
    top: 77px;
    margin-bottom: 0;
}
.home-testimonials .testimonial-list .home-testimonial:nth-child(even) {
    margin-top: 30px;
}
.home-testimonial{
    z-index: 5;
    margin: 0 15px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.home-testimonial .cover-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 120px;
}

.home-testimonial .cover-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.home-testimonial .wrapper-content {
    padding: 0 30px 30px 30px;
}

.home-testimonial .wrapper-content .avatar {
    position: relative;
    top: -50px;
    display: inline-block;
    overflow: hidden;
    width: 32%;
    margin-bottom: -50px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.home-testimonial .wrapper-content .avatar img {
    width: 100%;

    border-radius: 50%;
}
.home-testimonial .wrapper-content .name {
    margin-bottom: 0;

    letter-spacing: 1px;
    text-transform: capitalize;
}
.home-testimonial .wrapper-content .address {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #555e69;
}
.home-testimonial .wrapper-content .description {
    margin: 15px 0 0 0;

    color: #555e69;
}
/**************** Homepage News/Blog *****************/
.news .news-list {
    margin-right: 40px;
    margin-bottom: 0;
}
/**************** testimonial ins *****************/
.ins-testimonial{
    z-index: 5;
    margin: 0 15px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.ins-testimonial .wrapper-content {
    padding: 30px;
}
.ins-testimonial .wrapper-content .name {
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.ins-testimonial .wrapper-content .address {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #555e69;
}
.ins-testimonial .wrapper-content .description {
    margin: 15px 0 0 0;

    color: #555e69;
}
/*
===========================================================
 Contact Box 
===========================================================
*/
.contact {
    position: relative;
    background-repeat: repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}
.contact {
    background-image: url(../images/background/bg-section-contact-2.jpg);
}
.contact .contact-wrapper-images {
    position: absolute;
    bottom: 0;
    left: 9%;
}

.contact .contact-form .form-input {
    margin-bottom: 10px;
    padding-left: 20px;
}
.contact .contact-form textarea {
    overflow: auto;
    max-width: 100%;
    height: 100px;
}
.contact .contact-form .contact-submit {
    margin-top: 30px;
}
.contact-box {
    padding: 40px 35px;
    text-align: center;
    background-color: #ff666c;
}
.contact-box .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #3c3c3c;
}
.contact-box > .text {
    font-style: italic;
    margin: 0 0 35px 0;
}
.booking-form .form-input, .contact .contact-form .form-input {
    background-color: rgba(255, 255, 255, .2);
}
.contact .contact-form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}
.contact .contact-form :-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.contact .contact-form ::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}
.contact .contact-form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
}
.blockquote .blockquote-footer{
    background-color: #f5676c;
    color: #efefef;
}
.theme-color-pack-2{
    background: #ea4349 !important;
    color: #fff;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
    border: 1px solid #ea4349;
}
.custom-control-label::before {
    background-color: #ffffff;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ea4349;
}
.table-plan tr th, .table-plan tr td{
    text-align: center;
}
.table-plan tr th:nth-child(2){
    background: #22712f;
    border-bottom-color: #54cc69;
    color:#ffffff;
}
.table-plan tr td:nth-child(2){
    background: #2a9041;
    color: #ffffff;
}
.input-currency {
    display: inline-block;
    max-width: 65px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-currency{
    font-size: 1rem;
    line-height: 1.5;
}
.seperator {
    width: 53px;
    border-top: 3px solid;
    border-color: #ff9599!important;
}
.currency-table{
    background: #ffe2e2;
    max-height: 413px;
    overflow-y: scroll;
}
.currency-table table tr td:first-child{
    font-weight: bold;
}
.currency-table table tr td:first-child img{
    height: 27px;
}
/*
===========================================================
 Theme Color
===========================================================
*/
.theme-color-1{
    background-color: #324b67;
    color: #dadada; margin: 0px 0px 40px 0px;
}
.theme-color-1 .nav-tabs{
    background: #283e56;
}
.theme-color-1 .nav-tabs .nav-link {
    color: #131d29;
}
.theme-color-1 .nav-tabs .nav-link {
    color: #131d29;
}
.theme-color-1 .nav-tabs .nav-item.show .nav-link, 
.theme-color-1 .nav-tabs .nav-link.active {
    color: #e8e8e8;
    background-color: #3a5675;
}
.theme-color-1 .nav-tabs .nav-link:focus, 
.theme-color-1 .nav-tabs .nav-link:hover {
    background: #324b67;
    color: #fff;
}
.theme-color-1  .main-heading {
    color: #ffffff;    
}
.theme-color-1 .main-heading:after {
    background: #273b52;
}

.theme-color-1.booking-form-header {
    background: #283a4e;
    padding: 0px;
    border-bottom: 2px solid #6d6d6d;
    padding: 40px 44px 0px;
}
.theme-color-1.booking-form-header .price-header{
    background: #283a4e;
    padding: 25px 0px;
    border-bottom: 1px solid #202e3e;
}
.theme-color-1.booking-form-header .price-wrapper small.text-muted{
    position: relative;
    bottom: 11px;
    right: 6px;
    color: #8a8a8a!important;
}
.bg-color-1{
    background-color: #f3f3f3 !important;
}
.bg-color-2{
    background-color: #ea4349 !important;
}
.bg-color-3{
    background-color: #e0e0e0 !important;
}
.bg-color-4{
    background-color: #54688e !important;
}
.bg-color-5{
    background-color: #f1f1f1 !important;
}
.bg-color-wh{
    background-color: #ffffff !important;
}
.color-2{
    color: #e0e0e0;
}
.color-3{
    color: #395c9c;
}
.white-color{
    color: #ffffff;
}
.primary-color{
    color: #ea4349;
}
/*
===========================================================
 Header top
===========================================================
*/
.header-topbar {
    background: rgba(0, 0, 0, 0.60);
    border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
.header-topbar .topbar-left > li {
    border-right-color: rgba(255, 255, 255, 0.3) !important;
}
.header-topbar .topbar-left > li:first-child {
    border-left-color: rgba(255, 255, 255, 0.3) !important;
}
.header-topbar .topbar-right li + li:before {
    color: rgba(255, 255, 255, 0.3) !important;
}
.header-topbar a, .header-topbar p, .header-topbar span {
    color: #fff;
}
/*
===========================================================
 Group title, headings, sub-headings, and text
===========================================================
*/
.group-title .sub-title .text {
    color: #6e747c;
}
.group-title .sub-title .icons {
    color: #c6c6c6;
}
.group-title .main-title {
    color: #434a54;
}
.group-title.white .sub-title .text,
.group-title.white .sub-title .icons,
.group-title.white .main-title {
    color: #ffffff;
}
.group-title .sub-title .icons:after {
    background-color: #f44336;
}
.gtoup-title-2{
    color: #ffffff;
}
/*
===========================================================
 Footer link and buttons 
===========================================================
*/
.link-bullets a:before {
    color: #f7333a;
}
/*---------- subscribe email  and form ----------*/
.subscribe-email {
    background-color: rgb(234, 67, 73);
}
.form-subscribe-email .btn-email {
    color: #f7333a;
    background-color: #505050;
}
.form-subscribe-email .btn-email:hover{
    background: #ea4349;
    color: #ffffff;
}
.form-subscribe-email ::-webkit-input-placeholder {
    color: #6c6c6c;
}
.form-subscribe-email :-moz-placeholder {
    color: #6c6c6c;
}
.form-subscribe-email ::-moz-placeholder {
    color: #6c6c6c;
}
.form-subscribe-email :-ms-input-placeholder {
    color: #6c6c6c;
}
.page-title-wrapper .breadcrumb li .link:hover {
    color: #ffdd00;
}
.page-title-wrapper .breadcrumb li.active .link:after {
    background-color: #ffdd00;
}
.page-title-wrapper .price .number {
    color: #ffdd00;
}
.page-title-wrapper .price .unit {
    color: #ffdd00;
}
/*---------- blog tags ----------*/
.tag {
    color: #989898;
    border: 1px solid #efefef;
}
.tag:hover {
    color: #555e69;
    border: 1px solid #555e69;
}
.tag:hover:before {
    color: #555e69;
}
/* button [Default button] */
.btn {
    color: #6c6c6c;
    border: 1px solid #c3c3c3;
    background-color: transparent;
}
.btn:hover {
    color: #ffffff;
    border: 1px solid #3c3c3c;
    background-color: #3c3c3c;
}
/* button [button style 1] */
.btn.btn-style-1 {
    border: 1px solid #F44336;    
    background-color: #F44336;
    color: #3c3c3c;
}
.btn.btn-style-1:hover {
    color: #ffffff;
    border: 1px solid #3c3c3c;
    background-color: #3c3c3c;
}
/* button [button style 2] */
.btn-style-2{    
    color: #ffffff;    
    background-color: #4d4d4d;
}
.btn-style-2:hover{
    background-color: #f44336;
    color: #434a54;
}
/* button [slide button] */
.btn-slide {
    border: 1px solid #3c3c3c;    
    background-color: #3c3c3c;
    color: #ff666c;
    cursor: pointer;
}
.btn-slide:before {
    color: #ff666c;
}
.btn-slide .text {
    color: #ffffff;
}
.btn-slide .icons {
    background-color: #505050;
    color: #ff666c;
}
/* login api btn*/
.btn-login-api.google{
    background: #4285f4;
}
.btn-login-api.facebook{
    background: #4267b2;
}
.btn-login-api.twitter{
    background: #1da1f2;
}


.input-form-group, .btn-form-group{
    border: none;
    border-bottom: 1px solid #8a8a8a;
}
.btn-form-group:hover{
    color: #6c6c6c;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    background-color: transparent
}
.login-form-container input.input-form-group{
    background: transparent;
    text-indent: 13px;
}
.btn-submit{
    color: #ea4349;
    border: 1px solid #ea4349;
    background-color: transparent;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.btn-submit:hover {
    color: #ffffff;
    border: 1px solid #ea4349;
    background-color: #ea4349;
}
.btn-white{
    text-transform: uppercase;
    color: #f7f7f7;
    border: 1px solid;
    border-radius: 100px;
    display: inline-block;
    min-width: 100px;
    padding: 5px;
    line-height: 34px;
    box-shadow: 0 2px 7px 0 rgba(2, 2, 2, 0.61);
}
.btn-white:hover{
    font-weight: 500;
    color: #ea4349;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 2px 7px 0 rgba(234, 67, 73, 0.36);
}
/*----------  footer bottom  ----------*/
footer .list-links a{
    color: #8e8e8e !important;
}
footer .list-links a:hover{
    color: #f7333a !important;

}
footer, .footer-bottom{
    background-color: #121212;
}
.social-footer .link {
    color: #2b2b2b;
}
.social-footer .link:hover {
    color: #ffffff;
}
.copyright{
    color: #424242;
}
/*----------  news layout  ----------*/
.news-layout .content-wrapper .title:hover {
    color: #f44336;
}
.news-layout .content-wrapper .info li .link:hover {
    color: #f44336;
}
/* ----------------------- Itinerary date ----------------------- */
.itinerary-date span {
    background-color: #ea4349;
    color: #ffffff;
}
/* ----------------------- Contact block bottom ----------------------- */
.contact-list-media:hover .icons {
    border: 1px solid #ea4349;
    background: #ea4349;
    color: #ffffff;
}
.home-bg-about {
    background-image: url(../images/about-new.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
}
.heading-style-4{
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}
#corporate_office_map{
    height: 450px;
    background: #dedede;
}




.total-seats{
    background: #ea4349;
    text-align: center;
    border-radius: 50% !important;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    color: #ffffff;
    padding: 0px;
    border: 1px solid rgba(193, 193, 193, 0.42);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-seats{
    width: 50px;
    height: 40px;
    color: #505050;
    border: none;
    background: none;
    font-size: 35px;
    padding: 0px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.total-seat{
    padding-bottom: 10px;
    padding-right: 20px;
}
.traveller-details .footer{
    background: #f6f6f6;
    padding: 14px;
    border-bottom: 1px solid #acacac;
    margin: 0px;
}
.itinerary-not-available{
    padding: 50px 100px;
    text-align: center;
    color: #636261;
}
.itinerary-not-available p{
    font-size: 35px;
}
.itinerary-not-available a, .hotels-not-available a{
    font-size: 14px;
    color: #636261; 
}
.itinerary-not-available a:hover, .hotels-not-available a:hover{
    color: #ea4349; 
}
.hotels-not-available{
    padding: 25px;
    color: #656565;
    border: 2px dashed #656565;
    background: #f7f7f7;
}
.hotels-not-available .inner-container p{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 2px;
}
.table-small td, .table-small th {
    padding: 0.15rem 0.3rem !important;
    font-size: 85% !important;
}




.flight-booking{
    background: #444444;
}
.flight-booking-heading{
    /*background: #1c3148;*/
    background: #c53a3c;
}
.flight-booking-heading .heading{
    padding: 9px 0px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 3px;
    text-align: center;
}
.flight-booking-content{
    padding: 19px 40px;
}
.flight-booking-content .line-break{
    margin-bottom: 25px;
    padding-bottom: 12px;
    /*border-bottom: 1px solid #1c3148;*/
    border-bottom: 1px solid #353535;
}
.flight-booking-content .active-label{
    color: rgb(226, 76, 78);
    font-weight: 500;
}

.rc-autocomplete-container{
    max-height: 195px;
    overflow-y: auto;
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.rc-autocomplete{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
    color: #636363;
}
.rc-autocomplete .list-item{
    border: 1px solid #c7c7c7;
    border-top: none;
    padding: 1px 10px;
    background: #ffd4d1;
}
.rc-autocomplete .list-item.autocomplete-active,.rc-autocomplete .list-item:hover{
    background: #ea4349;
    color: #fff;
    cursor: pointer;
}
/*march-16-2020*/
.fs-form-error{
    font-size: 12px;;
    line-height: 13px;
}