.swal2-show{
    margin-top:100px;
}

.form-style-6{
    font: 85% Arial, Helvetica, sans-serif;
    max-width: 400px;
    /*margin: 10px auto;*/
    padding: 5px;
    /*background: #F7F7F7;*/

}
.form-style-6 h1{
    /*background: #43D1AF;*/
    background: #d5d5d5;
    padding: 20px 0;
    font-size: 110%;
    font-weight: 300;
    text-align: center;
    color: #7f7f7f;
    margin: 5px -16px 16px -16px;
}

.form-style-6 h4{
    /*padding: 5px;*/
    font-size: 70%;
    font-weight: 200;
    text-align: center;
    color: #A4A4A4;
    /*margin: -16px -16px 16px -16px;*/
}

.form-style-6 input[type="text"],
.form-style-6 input[type="password"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 85% Arial, Helvetica, sans-serif;
    text-align: left;
    direction:LTR;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="password"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    /*box-shadow: 0 0 5px #43D1AF;*/
    box-shadow: 0 0 5px #335598;
    padding: 3%;
    border: 1px solid #335598;
    direction:LTR;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #335598;
    border-bottom: 2px solid #335598;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
    background: #7f7f7f;
    border-bottom: 2px solid #7f7f7f;
}

.form-style-6 label{
    margin: 10px 0px;
    padding:12px;
    color: #9F6000;
    background-color: transparent;
    /*background-color: #FEEFB3;*/
    width:100%;
    font-size:80%;
}

/* .slideThree */
.slideThree {
    width: 100px;
    height: 26px;
    background: #333;
    margin: 0px auto;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree:after {
    content: 'Inactive';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 10px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
    content: 'Active';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 10px/26px Arial, sans-serif;
    font-weight: bold;
}
.slideThree label {
    display: block;
    width: 47px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type=checkbox] {
    visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
    left: 43px;
}

/* end .slideThree */
/* .squaredFour */
.squaredFour {
    width: 10px;
    position: relative;
    margin: 5px auto;
}
.squaredFour label {
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 2px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 2px;
    left: 1px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.footer-font{
    color:#222;
}
.footer-hr{
    color:#222;
    border:0.5px solid rgba(0,0,0,0.25);
    margin-top:0px;
    margin-bottom:0px;
}
.footer-hr-border{
    color:#222;
    border:0.5px solid #000;
    margin-top:15px;
    margin-bottom:15px;
    opacity:0.5;
}

/*kate*/

.hr-kate{
    color:#222;
    border:1px solid #E976AD;
    margin-top:0px;
    margin-bottom:15px;
    opacity:0.5;
    width:90%;
}
.border-kate{
    border:2px solid rgba(233, 150, 122, 0.5);
}

/*sarah*/

.hr-sarah{
    color:#222;
    /*border:1px solid #E9967A;*/
    border:1px solid #FAD2BD;
    margin-top:0px;
    margin-bottom:15px;
    opacity:0.75;
    width:90%;
}
.border-sarah{
    border:2px solid rgba(250, 210, 189, 0.5);
}
/*willy*/

.hr-willy{
    color:#222;
    /*border:1px solid #E9967A;*/
    border:1px solid #99D5D0;
    margin-top:0px;
    margin-bottom:15px;
    opacity:0.75;
    width:90%;
}
.border-willy{
    border:2px solid rgba(153, 213, 208, 0.5);
}
/*bnw*/

.hr-bnw{
    color:#222;
    /*border:1px solid #E9967A;*/
    border:1px solid #EBED9E;
    margin-top:0px;
    margin-bottom:15px;
    opacity:0.75;
    width:90%;
}
.border-bnw{
    border:2px solid rgba(235, 237, 158, 0.5);
}

/*semi menus*/

.image-all-products{
    padding:10px;
}
.image-all-products .container-product img{
    display: block;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    box-sizing: border-box;
    border-radius:8px;
    margin-top:15px;
    margin-bottom:15px;

    opacity: 1;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;

    box-shadow:#E976AD 1px 2px 5px;
}

.icon-semi-menu{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.icon-semi-menu:hover{
    transition: transform .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.icon-semi-menu:hover{
    transform: scale(1.05);
}

/*all products page*/

.container-product{
    position: relative;
    /*width: 50%;*/
}
.middle-product{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width:100%;
    background-color:rgba(0,0,0,0.5);
    color:#FFF;
    padding-top:20px;
    padding-bottom:20px;
}

.middle-product h5{
    margin-bottom:20px;
}

.container-product:hover img{
    opacity: 0.5;
}

.under-product-text{
    text-align:center;
}

.under-product-text h5{
    font-weight:bold;
}
.prod-new-btn{
    border:2px solid rgba(213, 213, 213,0.5);
    border-radius:100%;
    padding:5px;
    background-color:rgba(213, 213, 213,0.5);
    font-size:22px;
    color:#FFF;
}

.container-product:hover .middle-product {
    opacity: 1;
}

.text-product{
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.middle-product a i:hover{
    color:#E976AD;
    background-color:#000;
    border-color:#E976AD;
}

/*product page*/

.image-all-products-2{
    padding-top:2px;
    padding-bottom:2px;
    margin:8px;
    margin-top:0px;
    margin-bottom:2px;

    /*border:1px solid #818181;*/
    border:1px solid rgba(133,136,138,0.25);
    background-color:#FFF;
    height:115px;
    width:auto;
    cursor:pointer;
}
.image-all-products-2:hover img{
    transition: transform .3s;
    transform: scale(1.1);
}

#main_image:hover img{
    /*transition: transform .3s;*/
    /*transform: scale(1.11);*/
    /*z-index: 9999999;*/
}

/*seasonal offers*/
.seasonal-class{
    box-shadow: 1px 2px 5px #E1E0E0;
    background-color:#f9f9f9;
    margin-top:0px;
    padding-top:15px;
    padding-bottom:15px;
}

.product-descr-1 h4,.product-descr-1 h5,.product-descr-1 p{
    color:#4A4A4A;
    margin:0px;
    margin-top:4px;
    margin-bottom:4px;
}

.product-in-stock{
    color:green !important;
    margin-top:10px;
    margin-bottom:10px;
}
.product-out-stock{
    color:red !important;
    margin-top:10px;
    margin-bottom:10px;
}

.prod-desc p,.product-descr-1 p{
    opacity:0.75;
    font-size:90%;
}

.select-color-span{
    cursor:pointer;
    margin-top:3px;
    margin-bottom:3px;
    opacity:0.5;
    width:30px;
    height:25px;
    border:1px solid rgba(133,136,138,0.75);
}
.select-size-span{
    cursor:pointer;
    margin-top:3px;
    margin-bottom:3px;
    /*with:30px;*/
    opacity:0.8;
}

.product-qty{
    text-align:right;
    width:80px;
}

.main-pro-image{
    padding:0px;
    border:1px solid rgba(133,136,138,0.25);
    background-color:#FFF;
}

/*wishlist heart*/
.wl-added{
    color:#E976AD;
    border-color:#E976AD;
    opacity:0.75;
    background-color:#000;
}

.wl-added-2{
    border-color:#E976AD;
    background-color:rgba(0,0,0,0.1);
}
.wl-added-2 i{
    color:#E976AD;
}

.main-menu ul li a{
    font-size:85% !important;
}

.btn-add-cart{
    background-color:#000;
    color:#FFF !important;
}
.btn-add-cart:hover{
    background-color:#FFC300;
    color:#7E7E7E !important;
}


/*my menu hover*/
.drop-menu-main{
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 16px;*/
    /*font-size: 16px;*/
    /*border: none;*/
}

.dropdown-main{
    position: relative;
    display: inline-block;
}

.dropdown-content-sub{
    display: none;
    position: absolute;
    background-color: #FFF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:-0px;
}

.dropdown-content-sub a {
    color: #00ABBD;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom:0.5px solid rgba(0,0,0,0.2);
}

.dropdown-content-sub a:hover {
    background-color: #00ABBD;
    color:#FFF;
    box-shadow:1px 1px 1px 1px rgba(0,0,0,0.2);
    text-decoration: none;
}

.dropdown-main:hover .dropdown-content-sub {
    display: block;
}

.dropdown-main:hover .drop-menu-main {
    /*background-color: #3e8e41;*/
}


.home-page-icon-set{
    border-radius:0px !important;
    margin:0px !important;
    opacity:0.75;
}
.home-page-icon-set i{
    color:#FFF !important;
    font-size:65px !important;
}
.home-page-icon-set h3{
    color:#FFF !important;
    font-size:28px !important;
}
.home-page-icon-set:hover{
    transition: transform .3s ;
    transform: scale(1.05) !important;
    /*filter: grayscale(0%);*/
    position:relative;
    z-index:99999;
    background-color:#0A3857 !important;
    text-decoration: none !important;
}

.italic{ font-style:italic; }
.small{ font-size:15px; }
/*----MANUAL BOOKING----*/
.hide-head-1{
    display:none;
    cursor:pointer;
    background-color:#D9DCD9;
    margin-top:10px;
    margin-bottom:5px;
}
.hide-head-1 .box-header{
    padding-top:2px;
    padding-bottom:2px;
    font-size:15px;
}
.hide-head-1 .box-header h4{
    font-size:13px;
    font-weight:bold;
}

.hide-body-pax, .hide-body-agent,.hide-body-flight, .hide-body-passngr, #btn_add_new_man_booking{
display:none;
}
#dest_1,#dest_2,#dest_3{
    text-align:center;
    text-transform: uppercase;
}

/*------CONFIRM BOOKING---------*/
.main-det-1{
    padding:5px;
    /*background-color:#000;*/
    /*color:#FFF;*/
}
.box-header-s1{
    background-color:#037881;
    color:#FFF;
    padding-top:0px;
    padding-bottom:0px;
}
.box-header-s1 h4{
    padding-top:0px;
    padding-bottom:0px;
    font-size:13px;
}
.contact-edtails{
    font-size:12px;
    background-color:#F0F0F0;
}
.box-header-s2{
    background-color:#037881;
    color:#FFF;
    padding-top:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.flight-details-sub {
    /*background-color:#F0F0F0;*/
}
.flight-details-sub div div{
    padding:3px;
    background-color:#F0F0F0;
    border:2px solid #FFF;
    height:35px;
}
.flight-details-sub-2 div div{
    padding:3px;
    background-color:#FFF;
    border:2px solid #D3D5D3;
    height:35px;
}
.gifts{
    padding:10px;
    background-color:#BDBDBD;
}
.gifts select{
    margin-top:5px;
}

.tbl-passngrs td,.tbl-passngrs th{
    border:1px solid #D3D5D3 !important;
    background-color:#FFF;

}

.arr-dep-1{
    width:21px;
}
.click{
    cursor:pointer;
}
/*dropdown checkbox*/
.multiselect {
    /*width: 200px;*/
}

.selectBox {
    position: relative;
}

.selectBox select {
    /*width: 100%;*/
    /*font-weight: bold;*/
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.check_bx_cls {
    display: none;
    border: 1px #dadada solid;
}

.check_bx_cls label {
    display: block;
    font-weight:300;
    padding-top:3px;
    padding-bottom:3px;
}

.check_bx_cls label:hover {
    background-color: #1e90ff;
}

.pass_additional{
    display:none ;
}
.pass_additional tr th, .pass_additional tr td{
    background-color:#F0F0F0;
}

.no-padding{
    padding:0px;
}

.cont-details{
    font-size:10px;
    width:100%;
    height:20px;
    padding-left:0px
    padding-right:0px
}

.table-new-bk td{
    padding:0px;
}
.al-th{
    min-width:100px;
}

/*blink image*/

.blink-any {
    font-weight: 100;
    font-size: 30px;
    color: #C4C4C4;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
}

@keyframes "blink" {
    from, to {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
}

@-moz-keyframes blink {
    from, to {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
}

@-ms-keyframes "blink" {
    from, to {
        opacity:0.2;
    }
    50% {
        opacity:1;
    }
}

@-o-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        color: #FFF;
    }
}


.fee-vals{
    min-width:100px;
}