@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,500;0,700;0,800;0,900;1,600&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..700&display=swap');
body {
    min-height: 100%;   
/*    font-family: 'Source Sans Pro', sans-serif;*/
font-family: "Rubik", sans-serif;
font-optical-sizing: auto;
font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding-top: 66px;
    background: #f5f5f5;
    color: #424242;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Barlow', sans-serif;
font-family: "Rubik", sans-serif;
}

.h5,
h5 {
    font-size: 1rem;
}
.bg-warning-light{
    background: lightyellow;
}
.border-top {
    border-top: 2px solid #6f7275 !important;
    margin-bottom: 8px;
}
.roomNums{
        position: absolute;
    background: blue;
    transform: rotate(-90deg);
    left: -36px;
    height: 28px;
    padding: 10px;
    width: 70px;
    top: 42px;
    font-weight: 700;
    color: white;
}
 
.fa-twitter{
    font-family:sans-serif;
}
.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 78%);
    font-weight: 500;
    font-size: 13px;
    padding: 20px 0.7rem;
}

/*b, strong {
 font-weight: 800;
}*/
/*.navbar-nav{
    align-items: center;
}*/
.product-name {
    font-size: 18px;
    color: black;
        font-weight: 600;
}
.product-name1 { 
    font-size: 14px;
    color: black;
        font-weight: 600;
}
.viewSummary{
        float: right;
    background: #004aad;
    color: white;
    padding: 10px 1rem;
    border-radius: 10px;
}
.viewSummary:hover{
    background: var(--orange);
    color: white;
    text-decoration: none;
}
.pricing{
    text-align: right;
}
.pricing span {
    font-size: 18px;
    /*color: var(--primary);*/
    font-weight: 800;
/*    font-family: 'Barlow', sans-serif;*/
    display: inline-block;
}
.adult, .cwb, .cnb{
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
    background: white;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline-block;
/*    font-family: 'Barlow', sans-serif;*/
}/*
.cwb{
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
}

.cnb{
    font-size: 16px;
    font-weight: 700;
    margin: 10px;
}
*/
.malaysia {
    background: #2196f3;
   
    color: white !important;
    text-transform: uppercase;
    font-size: 1rem;
}

.singapore {
    background: #009b7f;
    
    color: white !important;
    text-transform: uppercase;
    font-size: 1rem;
}

.thailand {
    background: #730470;
   
    color: white !important;
    text-transform: uppercase;
    font-size: 1rem;
}

.indonesia {
    background: #f7d400;
    
    text-transform: uppercase;
    font-size: 1rem;
}

.oneclick {
    
    color: white !important;
    text-transform: uppercase;
    font-size: 1rem;
}

.malaysia:hover,
.singapore:hover,
.thailand:hover,
.indonesia:hover {
    opacity: 0.8;
    cursor: pointer;
}
.button-navigation-top{
    position: sticky;
    top: 60px;
    z-index: 99;
    background: white;
    padding-top: .5rem!important;
}
.accordion-item h2{
    font-size: 14px;
    display: block;
}
.accordion-button {
        font-size: 1rem;
    font-weight: 400;
    padding: 10px 1rem;
    margin-bottom: 2px;
    display: block;
    border: none;
    width: 100%;
    text-align: left;
}
.accordion-body{
    padding: 1rem;
}

.container {
    max-width: 98%;
}

#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}

.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-backface-visibility: hidden;
}

.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    width: auto !important;
}

.badge-light {
    color: #212529;
    background-color: #ecf6ff;
    font-size: 100%;
    font-weight: normal;
}


.gloader {
    display: none;
    position: fixed;
    z-index: 99;
    left: 40%;
    right: 40%;
    text-align: center;
    top: 33%;
    border-radius: 10px;
    box-shadow: 0 0 35px 1000px #0000006e;
    padding: 1rem;
    width: 150px;
    background: white;
}

.gloader img {
    display: block;
    margin: 5px auto;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 5px 10px #00000038;
    top: 98%;
    border-radius: 0 0 5px 5px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {

    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

a {
    color: #004aad;
    text-decoration: none;
    background-color: transparent;
}

.text-primary {
    color: #004aad !important;
}

#langform {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 5px 0 0 5px;
}

/* .bg-secondary {
 background-color: #6c757d !important;
 background: linear-gradient(45deg, black, transparent);
 }*/
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #002f90;
    background: linear-gradient(45deg, #072077, #004aad);
    border-radius: 3px;
}
.btn-success:hover {
    color: #fff;
    background: #007bff;
    border-color: #007bff;
    transition: all ease-in-out 0.22s;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 0.1rem 0.5rem;
    font-size: .875rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}
.btn-dark {
    color: #fff;
    background-color: #2196F3;
    border-color: #2196F3;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
}
.update-carousel{
    max-height: 170px;
    overflow: auto;
}
.update-carousel .media-body {
    -ms-flex: 2;
    flex: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
nav.fixed-top .fa,
nav.fixed-top .fas,
nav.fixed-top .fab {
     background: #e6e6e6;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: navy;
    margin-top: -2px;
}
nav.fixed-top .btn .fas {
    background: none;
    height: auto;
    width: auto;
    margin: 0;
    border: none;
    color: white;
}
nav.fixed-top .btn {
       font-weight: 400 !important;
    font-size: 14px;
}
nav .fa,
nav .fas,
nav .fab {
     
  
    display: inline-flex;
    justify-content: center;
    align-items: center;
   
    color: navy;
   
}
nav.fixed-top .fa:hover,
nav.fixed-top .fas:hover,
nav.fixed-top .fab:hover{
    background: orangered;
    color: white;
    border-color: white;
}

/*#tncmodel {
    top: 20%;
    box-shadow: 0 0 15px #000;
}*/

form .fa,
form .fas,
form .fab {
    color: #004aad;
}

.btn-primary {
    color: #fff;
/*    background-color: #004aad;*/
background: linear-gradient(45deg, #072077, #004aad);
    border-color: #004aad;
    font-size: 13px;
}
.btn-primary .fa, .btn-primary .fas, .btn-primary .fab{
    color:white;
    font-size: 13px;
}
 .btn {font-size: 13px;}

/*.btn .fa,
.btn .fas,
.btn .fab {
color: #ffffff;
}
*/


/* .booking-list {
 box-shadow: 5px 5px 0px #dadada;
 }*/

/* .btn {
 border-radius: 50px;
 padding-left: 2rem;
 padding-right: 2rem;
 }*/



.btn-xs {
    padding: 1px 7px;
    font-size: 0.8rem;
}

/*.btn-primary {
color: #fff;
background-color: #007bff;
border-color: transparent;
background: linear-gradient(45deg, #00BCD4, #bf9bff);
}*/

/*
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #25cdff;
background: linear-gradient(45deg, #0883ff, #3fe9ff);
box-shadow: 0 0 15px #0000002e;
}

.btn-dark:hover {
border-color: #ffffff;
}*/

/*-----accordion--------------*/

/*#accordionExample .card,
#accordionExample .card:last-child .card-header {
/* border: none;  
padding: 0;
background: #ffffff;
}
*/
#accordionExample .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: 0;
}

#accordionExample .fa-stack {
    font-size: 10px;
    color: orange;
    float: right;
}

#accordionExample a {
    width: 100%;
    font-weight: 600;
    text-align: left;
    padding: 5px 15px;
    font-size: 14px;
    display: block;
    background: #eee;
    margin-bottom: 1px;
    text-decoration: none;
    color: blue;
    border: 0;
}

/*#accordionExample .btn .fas{
    color: #004aad;
}*/
#accordionExample .btn-link:hover,
#accordionExample .btn-link:focus {
    text-decoration: none;
}

/*-----accordion--------------*/
::placeholder{
    font-size: 14px;
}
.form-box .form-control,
.form .form-control {
    background: #f5f5f5;
    border-color: #f5f5f5;
    font-size: 14px;
}
.btn-outline-warning {
    color: #FFEB3B;
    border-color: #FFEB3B;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    background: linear-gradient(45deg, #17a2b8, #00636d);
}

#langform li {
    list-style: none;
    display: block;
}

#langform li img {
    max-width: 30px;
}

#langform li.active a {
    background: #e4e4e4;
    color: #000000;
}

#langform li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.login-form1 {
        display: block;
    padding: 30px 30px 20px;
    color: #000000;
    background: #fff;
    margin: 0;
    position: relative;
    border-radius: 4px 4px 0 0;
    border: 2px solid #03a9f4;
    border-bottom-width: 0;
}

.oneclick-zoom .owl-item {
    height: 120px;
    overflow: hidden;
}

.oneclick-zoom .owl-item img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.package-details-cart {
    position: sticky;
    top: 100px;
    background: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}

.package-title {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.package-title:hover {
    color: #000;
    text-decoration: none;
}

.page-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
}

ul.social img {
    max-height: 40px;
    display: block;
    filter: grayscale(1);
    transition: all linear 0.22s;
    margin: 10px;
}

ul.social img:hover {
    max-height: 40px;
    display: block;
    filter: grayscale(0);
    transition: all linear 0.22s;
    cursor: pointer;
}

.pp_social,
.pp_description {
    display: none !important;
}

.login-form1 .form-control {
    border-radius: 3px;
    border: none;
    background: #eaeded;
    box-shadow: none;
    font-size: 12px;
}

.launch-soon {
    background: #5b00fc;
    position: absolute;
    top: 20px;
    left: -10px;    /*
    display: none;*/
    color: #fff;
    padding: 5px 15px;
    z-index: 99;
    border-radius: 0 4px 4px 0;
}

.launch-soon:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    top: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: #264959 #264959 transparent transparent;
}

.login-panel .btn {
    padding: 5px 25px;
    border: none;
    background: #FFC107;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.logo img {
    max-width: 120px;    /* margin-top: 5px; */
}
 

.error {
    font-size: 85%;
    color: red;
    margin-bottom: 0;
}

#toggleBtn {
    position: absolute;
    right: 29px;
    top: 8px;
    background: none;
    border: none;
    outline: none;
    width: 20px;
    height: 20px;
    box-shadow: none !important;
}

.nav-tabs-custom .nav-tabs .nav-item.show .nav-link,
.nav-tabs-custom .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1a5ea7;
    border-color: #1a5ea7 #1a5ea7 #1a5ea7;
    background: linear-gradient(45deg, #1a5ea7, #133c69);
}

.main-button li a {
    display: block;
    border-radius: 3px;
    background: #007bff;
    padding: 10px 2em;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
}

.main-button li a:hover {
    color: #ffffff;
    background: #2196F3;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    border-color: #2196F3;
    text-decoration: none;
}

ul.benefits {
    display: table;
    width: 100%;
    border-spacing: 15px;
}

ul.benefits li {
    display: table-cell;
    background: #f1f1f1;
    border-radius: 1rem;
    font-weight: 500;
    color: #333;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    width: 1%;
    font-size: 14px;    /*height: 110px;*/
    vertical-align: text-bottom;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0px 1px 0px #00000021;
    position: relative;
    overflow: hidden;
}

ul.benefits li a {
    color: #333;
    text-decoration: none;
}

ul.benefits li:after {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    background: #ffffff;
    border-radius: 50%;
    border: 6px solid #eaeded;
    top: -70px;
    left: -53px;
    z-index: 2;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

ul.benefits li:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    background: #ffffff;
    border-radius: 50%;
    border: 10px solid #2196F3;
    top: -55px;
    left: -58px;
    z-index: 2;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
}

ul.benefits li:hover:after,
ul.benefits li:hover:before {
    border-color: #ddd;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    background: #2196f3;
    box-shadow: 0 6px 120px 41px rgba(153, 202, 255, 0.21176470588235294);
}

ul.benefits li .fa {
    display: block;
    margin: 0 auto 5px;
    color: #2196f3;    /*  height: 50px;*/

    /* filter: grayscale(100%);*/
}

ul.benefits li:hover a {
    color: #495057;
}

ul.benefits li:hover .fa {
    filter: grayscale(0%);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

ul.benefits li:hover {
    cursor: pointer;
    color: #495057;
    background: #fff;
    border-color: #dbdbdb;
    box-shadow: 0 2px 2px 0 #dbdbdb;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.overflow {
    position: relative;
    overflow: hidden;
}

.zoom img {
    transition: all 0.2s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.heading {

    /* text-transform: uppercase; */

    /* text-shadow: 0 3px 7px #46464661; */
    font-weight: 700;
    color: #004aad;
}

#contents > .card {
    border-bottom: 1px solid #0b46f436 !important;
}

#contents .accordion-button{
    font-size: 13px;
}
.event-list a {
    color: #333;
    text-decoration: none;
}

.speak-mind {
    position: fixed;
    top: 150px;
    font-size: 16px;
    left: -65px;
    transform: rotate(-90deg);
    border-radius: 0 0 20px 20px;
    background: rgba(5, 20, 122, 1);
    background: -moz-linear-gradient(-45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5, 20, 122, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(135deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05147a', endColorstr='#207ce5', GradientType=1);
    z-index: 99;
    transition: all ease-in-out 0.22s;
    box-shadow: 0 4px 8px 0 #0000003b;
}

.one-click-deals {
    position: fixed;
    top: 300px;
    font-size: 16px;
    left: -65px;
    color: #fff;
    transform: rotate(-90deg);
    border-radius: 0 0 20px 20px;
    z-index: 99;
    background: #28ca42;
    transition: all ease-in-out 0.22s;
    box-shadow: 0 4px 8px 0 #0000003b;
}

.mailing-list {
    position: fixed;
    top: 450px;
    font-size: 16px;
    left: -65px;
    color: #fff;
    transform: rotate(-90deg);
    border-radius: 0 0 20px 20px;
    z-index: 99;
    background: #ff4007;
    border-color: #ff4007;
    transition: all ease-in-out 0.22s;
    box-shadow: 0 4px 8px 0 #0000003b;
}

.one-click-deals:hover,
.one-click-deals:focus {
    text-decoration: none;
    color: #fff;
    background: #28a745;
}

.speak-mind:hover,
.speak-mind:focus {
    transition: all ease-in-out 0.22s;
    background: rgba(5, 20, 122, 1);
    background: -moz-linear-gradient(45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(5, 20, 122, 1)), color-stop(100%, rgba(32, 124, 229, 1)));
    background: -webkit-linear-gradient(45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    background: linear-gradient(45deg, rgba(5, 20, 122, 1) 0%, rgba(32, 124, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05147a', endColorstr='#207ce5', GradientType=1);
}

#myModal .modal-dialog {
    top: 5%;
}

.package-code {
    position: absolute;
    right: 0;
    top: 21px;
    padding: 5px 9px;
    background: black;
    color: white;
    font-size: 12px;
    border-radius: 4px 0 0 4px;
}

@media(min-width:768px) {

    /*.container {
        max-width: 95%;
    }*/
    #myModal .modal-body {
        padding: 30px 60px;
    }

    .image {
/*        max-height: 200px;*/
        background: #000;
        overflow: hidden;
        cursor: pointer;
    }

    .image img {
       height: 180px;
        opacity: 0.9;
        width: 100%;
        transition: all ease-in-out 0.22s;
        object-fit: cover;
    }

}

.card:hover .image img {
    opacity: 0.4;
    transition: all ease-in-out 0.22s;
}

.price {
    font-size: 20px;
    font-weight: 700;
    color: #000f8d;
}

.price small {
    font-size: 16px;
    font-weight: 700;
}

.main-footers {
    background: #151926;
    padding: 5px;
    font-size: 12px;
    color: #ffffff;    /* border-top: 1px solid #007bff; */
}

.main-footers ul {
    margin: 0;
}

.main-footers a {
    color: #ffffff;
}

.main-footers a:hover {
    text-decoration: none;
    color: #ffff00;
}

.nav-tabs-custom .tab-content>.active {
    display: block;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.footer h4 {
    color: black;
    font-size: 16px;
}

.footer a {
    color: var(--blue);
    text-decoration: none;
    padding: 2px 0;
    display: inline-block;
    font-weight: bold;
    position: relative;
}
/*.footer .list-inline li a:after{
    content: "";
    position: absolute;
    right: -5px;
    height: 60%;
    top: 20%;
    width: 1px;
    background: #d6d6d6;
    box-shadow: 1px 0 0 #dbdbdb;

}*/
.footer .list-inline li:last-child a:after{
    display: none;
}
.image-area{
    position: relative;
}
.image-area .fas{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    z-index: 99;
    background: black;
    display: block;
    padding: 6px;
    border-radius: 3px;
}
.footer .footer-menu li a{
    padding: 3px 0;
/*    background: #f2f2f2;*/
    border: 1px solid #fff;
   
    font-weight: 600;
    position: relative;
    font-size: 12px;
    color: #008eff;
    display: block;

}
.footer .footer-menu li a:hover{
        
    color: orange;
}

.footer a:hover {
    color: #000;
    text-decoration: none;
}

.social .fab {
    color: #666666;
}

.social li a:hover .fab {
    color: #004aad;
}

.social li a {
    display: flex;
     
    line-height: 30px;
    
   
    font-size: 14px;
    transition: all ease-in-out 0.22s;
    margin-bottom: 10px;
}
.social li a .fab {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 14px;
    margin-right: 10px;
    border-top-left-radius: 24px;
    background: #e6ebf1;
    font-size: 14px;
    transition: all ease-in-out 0.22s;
   
}

/*.social li:first-child a:hover {
    color: #003399;
    background: #ffffff;
    border-top-right-radius: 24px;
    box-shadow: 0 0 3px 0 #0000001f;
    transition: all ease-in-out 0.22s;
}*/

/*.social li:nth-child(2) a:hover {
    color: #03A9F4;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}

.social li:nth-child(3) a:hover {
    color: #ad028e;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}

.social li:nth-child(4) a:hover {
    color: red;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}

.social li:nth-child(5) a:hover {
    color: #024f67;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}

.social li:nth-child(6) a:hover {
    color: #de0505;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}

.social li:nth-child(7) a:hover {
    color: #004aad;
    background: #ffffff;
    box-shadow: 0 0 3px 5px #ffffff;
    transition: all ease-in-out 0.22s;
}*/

.back-top {
    position: fixed;
    bottom: 4em;
    right: 2em;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.74);
    font-size: 13px;
    padding: 5px 10px;
    display: block;
    display: none;
    z-index: 1111;
    font-weight: 600;
    height: auto;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    transform: scaleY(5px);
    border-radius: 4px;
}

.back-top:focus,
.back-top:hover {
    background: #03A9F4;
    text-decoration: none;
    color: #fff
}

.slider {
    position: relative;
}

.search-box {
    position: relative;
    padding: 0;
    z-index: 9;
    top: 00%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out 0.22s;
}

/* .slider:before {
 position: absolute;
 content: '';
 z-index: 9;
 height: 100%;
 width: 100%;
 /*background: -webkit-radial-gradient(left top, circle cover, #6442ff47 15%, #006cffa6 50%, #0cb4ce 85%);
background: rgba(237, 237, 237, 0);
background: -moz-linear-gradient(left, rgba(237, 237, 237, 0) 0%, rgba(245, 245, 245, 0) 50%, rgba(245, 245, 245, 1) 50%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(50%, rgba(245, 245, 245, 0)), color-stop(50%, rgba(245, 245, 245, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
background: -webkit-linear-gradient(left, rgba(237, 237, 237, 0) 0%, rgba(245, 245, 245, 0) 50%, rgba(245, 245, 245, 1) 50%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
background: -o-linear-gradient(left, rgba(237, 237, 237, 0) 0%, rgba(245, 245, 245, 0) 50%, rgba(245, 245, 245, 1) 50%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
background: -ms-linear-gradient(left, rgba(237, 237, 237, 0) 0%, rgba(245, 245, 245, 0) 50%, rgba(245, 245, 245, 1) 50%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to right, rgba(237, 237, 237, 0) 0%, rgba(245, 245, 245, 0) 50%, rgba(245, 245, 245, 1) 50%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=1);

}

*/

/* @media(min-width: 768px) {
 .navbar-light .navbar-nav .nav-link {
     color: #ffffff;
 }
 }*/
 .bg-primary {
    background-color: #004aad !important;
}
.benefits-new img{
    margin-right: 10px;
    height: 35px;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}
.benefits-new li .card{
   align-items: center;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 19px;
    border-radius: 5px;
    font-size: 14px;
    border-color: #00000012;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 500;
    background: #ffffff;
    color: #000000;
    text-align: center;
    height: 86%;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 12px;
}

.nav-tabs .nav-link { 
    font-weight: 700;
}
.ad-space {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.ad-space-left {
    position: absolute;
    bottom: 0;
    top: 12%;
    right: 2%;
    z-index: 99;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

.carousel-caption h2 small {
    font-size: 18px;
}

.carousel-item {
    background: #000;
}

.carousel-caption h2 {
    font-size: 3rem;    /* height: 150px; */
    display: inline-block;    /* width: 150px; */
    color: #fff;
    text-align: center;
    border-radius: 5px;    /*line-height: 45px;*/
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 2px 0 #0000003d;
}

.carousel-caption h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 99;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 30px;
    left: 15%;
    z-index: 19;
    padding-top: 10px;
    color: #fff;
    text-align: center;
}

.breaking-news-ticker {
    display: block;    /*margin-right: -15px;*/

    /*background: #FFF;*/
    height: 40px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    border-radius: 4px !important;
    text-align: auto;
    font-size: 14px;
}

.breaking-news-ticker * {
    box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-latest-update {
    background: #212f3d;
}

/*********************************/

/*title styles start**************/
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #212f3d;
    text-align: center;
    color: #ffc107;
    font-weight: bold;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
    border-right: 2px solid #004aad;
}

/*title styles end****************/

/*********************************/

/*news item style start **********/
.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
}

.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.bn-news ul li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    position: absolute;
    width: 100%;
    display: none;
    color: #FFEB3B;
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 0 2rem;
    color: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.bn-news ul li a:hover {
    color: #fff;
}

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.bn-seperator.bn-news-dot {
    margin-right: 0;
}

.bn-seperator.bn-news-dot:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
}

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #dc2f2f;
    font-weight: bold;
}

/*news item style end ************/

/*********************************/

/*controls style start ***********/
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: solid 1px #212f3d;
    text-align: center;
    background-color: #212f3d;
    outline: none;
}

.bn-controls button:hover {
    background-color: #212f3d;
}

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

.bn-arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.bn-arrow.bn-next {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px;
}

.bn-arrow.bn-prev {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
}

.bn-arrow::after {
    border-color: #FFEB3B;
}

.bn-arrow::before {
    background-color: #FFEB3B;
}

.bn-play {
    position: relative;
    background: #FFEB3B;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

.bn-play::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFEB3B;
    border-width: 8px;
    margin-top: -8px;
}

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}

.bn-pause::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 3px;
    background-color: #FFEB3B;
}

.bn-pause::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -3px;
    background-color: #FFEB3B;
}

/*controls style end *************/

/*********************************/
.bn-direction-rtl {
    direction: rtl;
}

.bn-direction-rtl .bn-label {
    left: auto;
    right: 0;
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0;
}

.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}

.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

/*********************************/

/*********************************/
.carousel-item img {
    min-height: 175px;
    max-height: 400px;
    opacity: 0.7;
}

.view-deals {
    padding: 5px 2rem;
    border-color: #ffe8a2;
    color: #fff;
    background: #28a745;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: none;
}

/* owl nav */
.owl-prev span,
.owl-next span {
    color: #ff4007;
    padding: 5px 0;
}

#owl-carousel img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

#owl-carousel .card-img-overlay {
    top: auto;
    background: #004aad;
     position: relative;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    height: 40px;
    background: #fff !important;
    color: #000 !important;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

#owl-carousel .card-img-overlay a:hover {
    text-decoration: none;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

.offers {
    position: absolute;
    top: -15px;
    background: red;
    color: #fff;
    padding: 3px 10px;
    border-radius: 25px;
    font-weight: bold;
}

.card-body blockquote {
    background-color: #fff;
    border: solid 2px #007bff;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
}

.card-body blockquote:before {
    background-color: #fff;
    bottom: -10%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(-15deg) skew(5deg);
}

.card-body blockquote cite {
    display: block;
    font-style: italic;
    text-align: right;
}

.card-body blockquote cite:before {
    content: "- ";
}

.card-body blockquote>* {
    position: relative;
    z-index: 1;
}

.page-heading span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

.page-heading span:before {
    content: "";
    height: 3px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: absolute;
    width: 300%;
    top: 50%;
    left: -100%;
    z-index: -999;
}

.cart-div {
    position: fixed;
    height: auto;
/*    background: #004aad;*/
    width: auto;
    right: 0;
    text-align: center;
    z-index: 100;
    display: flex;
    border-radius: 25px 0 0 25px;
    top: 20%;
    box-shadow: 0 5px 0px 1px #ffff00;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
         
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
        
    }
}

.cart-div {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.cart-div {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0);
            box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.2),
                0 0 0 1rem rgba(255, 255, 255, 0.2),
                0 0 0 2rem rgba(255, 255, 255, 0.2),
                0 0 0 5rem rgba(255, 255, 255, 0.2);

     }
    100% { transform: translateY(-10px);
            box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2),
                0 0 0 2rem rgba(255, 255, 255, 0.2),
                0 0 0 5rem rgba(255, 255, 255, 0.2),
                0 0 0 8rem rgba(255, 255, 255, 0);
     }
}
@keyframes mover {
    0% { transform: translateY(0); 
        box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.2),
                0 0 0 1rem rgba(255, 255, 255, 0.2),
                0 0 0 2rem rgba(255, 255, 255, 0.2),
                0 0 0 5rem rgba(255, 255, 255, 0.2);

    }
    100% { 
        transform: translateY(-10px);
         box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2),
                0 0 0 2rem rgba(255, 255, 255, 0.2),
                0 0 0 5rem rgba(255, 255, 255, 0.2),
                0 0 0 8rem rgba(255, 255, 255, 0);


     }
}


.cart-div a {
    color: #ffffff;
    display: block;
    padding: 10px 4px;
    text-decoration: none;
    font-size: 11px;
    position: relative;
/*    margin: -5px -7px 9px 12px;*/
}

.cart-div a .fas {
    display: block;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
    font-size: 20px;
}

.banner-carousel img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.0, 1.0);
    transform-origin: center;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.banner-carousel .owl-item {
    overflow: hidden;
}

.banner-carousel .owl-item:hover img {
    transform: scale(1.2, 1.2);
    transform-origin: center;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.banner-carousel .card-img-overlay h4,
#owl-carousel .card-img-overlay h4 {
        font-size: 16px;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
}

#owl-carousel .card-img-overlay h6 {
    font-size: 12px;
    text-transform: capitalize;
}

.banner-carousel .card-img-overlay .bg-primarys h3 small {
    font-size: 12px;
}

.banner-carousel .card-img-overlay .bg-primarys {

    /*background-color: rgba(7, 67, 104, 0.7);
    padding: 5px 15px;
    margin-left: -15px;
    margin-right: -15px;*/
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 0;
    right: 0;
}

.pull-right {
    float: right !important;
}

.banner-carousel .card-img-overlay {
    height: 100%;
    bottom: 0;
    padding: 15px 15px 0;
    top: auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.66) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.66)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.66) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.66) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.66) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0.34%, rgba(0, 0, 0, 0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    text-shadow: 0 3px 5px #00000047;
}

.banner-carousel .owl-item:hover .card-img-overlay {
    background: rgba(0, 0, 0, 0.08);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
    background: rgba(0, 0, 0, 0.08);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.dashboard1 {
    background: whitesmoke;
}

.dashboard {
    padding: 5vh;
    background: white;
    border-radius: 10px;
}
.dashboard .list-group-item{
        font-weight: bold; 
    color: gray;
    text-decoration: none;
}
.dashboard .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.dashboard .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.dashboard .list-group-item:hover{
    background: #f9f9f9;
    color: black;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

.dashboard .card {
    position: relative;
    overflow: hidden;
    border-radius: 5px;  
      /*padding-bottom: 10px !important;
    background: linear-gradient(70deg, #2196F3, #ffffff);*/
}

.map {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.dashboard .img img {
    max-width: 100%;
    transform: scale(1, 1);
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.dashboard .img img:hover {
    max-width: 100%;
    transform: scale(1.0, 1.0);
    opacity: 0.6;
    transition: all ease-in-out 0.22s;
    -webkit-transition: all ease-in-out 0.22s;
    -moz-transition: all ease-in-out 0.22s;
}

.dashboard .img {
    max-width: 100%;
    overflow: hidden;
    background: #2c2c2c;
}

.dashboard .info {
    position: absolute;
    z-index: -99;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
}

.sidebar {
    background: white;
}

.sidebar .navbar-dark .navbar-brand {
    color: #333;
}

.sidebar .navbar-dark .navbar-brand {
    color: #333;
}

.sidebar .nav-pills {
    width: 100%;
}

.sidebar .nav-pills .nav-link {
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    text-transform: uppercase;    /* color: #333; */
    font-weight: 600;
}

.sidebar .nav-pills .nav-link:after{
    position: absolute;
    content: ">";
    right: 5px;

}


/*.sidebar .form-control {
border-color: #f9f9f9;
}*/
.sidebar label {
    font-weight: 300;
}

label {
    font-weight: 600;
    color: #002750;
}

.serial {
    position: absolute;
    left: -15px;
    background: #e9ecef;
    top: 10%;
    height: 30px;
    width: 30px;
    color: #545b62;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border-style: inset dashed;
    border-color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-width: 0px;
    text-shadow: 0 1px 0 #fff;    /* box-shadow: 0 0 10px 0 #0000004a; */
}

.page-heads {
    position: relative;
    overflow: hidden;
    padding: 10px 0 0px;
    margin: 0 -15px;
    color: #002750;
}

.page-heads img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;    /*filter: grayscale(1);*/
    opacity: 0.7;
}

.page-heads .container {
    position: relative;
    z-index: 99;
}

/* .page-heads:before {
 background: linear-gradient(45deg, #f5f5f5, white);
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 100%;
 z-index: 0;
 }*/
.hotel-list-collapse {
    text-decoration: none;
    color: black;
}

.hotel-list-collapse:hover, .hotel-list-collapse:focus, #accordionExample a:hover {
    text-decoration: none;
    color: white;
    background: #004aad;
}

.section_title h1 {

    /*line-height: 45px;
    /*font-size: 30px; 
    text-transform: uppercase;
    color: #000000;
    z-index: 9;
    position: relative;
    font-weight: 100;
    text-shadow: 0 3px 7px #46464661;*/
    text-transform: uppercase;
    color: #000000;
    z-index: 9;
    position: relative;
    font-weight: 700;
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.customTtip{
    position: absolute;
    z-index: 999;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 10px;
    min-width: 300px;
    display: none;
        box-shadow: 0 0 4px 3px #ccc;
}
#or{
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    width: 1px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
#or span{
    width: 2rem;
    height: 2rem;
    left: -10px;
    background: white;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: gray;
}

@media(min-width:768px) {

    /*  .navbar {
         box-shadow: 0 2px 9px 0 #0000002b;
         padding: 0;
         background: rgba(255, 255, 255, 1);
         background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(26, 94, 167, 1) 41%, rgba(26, 94, 167, 1) 100%);
         background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(41%, rgba(255, 255, 255, 1)), color-stop(41%, rgba(26, 94, 167, 1)), color-stop(100%, rgba(26, 94, 167, 1)));
         background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(26, 94, 167, 1) 41%, rgba(26, 94, 167, 1) 100%);
         background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(26, 94, 167, 1) 41%, rgba(26, 94, 167, 1) 100%);
         background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(26, 94, 167, 1) 41%, rgba(26, 94, 167, 1) 100%);
         background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 41%, rgba(26, 94, 167, 1) 41%, rgba(26, 94, 167, 1) 100%);
         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1a5ea7', GradientType=1);
     }

     .navbar-light .navbar-nav .nav-link {
         color: #ffffff;
     }*/

    /*
     .navbar-light .navbar-nav .nav-link:focus,
     .navbar-light .navbar-nav .nav-link:hover {
         color: rgb(233, 233, 233);
     }*/
}

@media(max-width:768px) {
    #or {
    position: absolute;
    right: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
            top: 98%;
}
#or span{
    position: relative;
}

    ul.benefits li {
        width: 30%;
        display: inline-block;
        margin: 5px;
        min-height: 165px;
        vertical-align: top;
    }

    .ad-space-left {
        display: none;
    }

    .main-button li {
        display: inline-block;
    }

    .heading {
        font-size: 1.6em;
    }

    /* .logo img {
        max-width: 145px;
        margin-top: 5px;
    }*/
    .login-form1 {
        margin: 15% 3% 0;
    }

    .main-button li a {
        padding: 10px 2em;
    }

    .search-box {
        position: relative;
        width: 100%;
        background: #fff;
        padding: 0 0 50px 0;
    }

    body {
        padding-top: 60px;
    }

}

@media(max-width:480px) {
    .pricing{
        text-align: center;
    }
    .update-carousel {
    max-height: 400px;
    overflow: auto;
}
    .benefits-new img {
    margin-left: 0;
   
}
    .search-box {
       margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .search-box .card-footer a{
        display: block;
    }
    .container {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }

    .fa-3x {
        font-size: 2em !important;
    }

    /*.cart-div a .fas {
        font-size: 20px;
    }

    .cart-div a {
        margin: 35px 102px 0 0;
    }

    .cart-div {
        position: fixed;
        height: 200px;
        background: #004aad;
        width: 200px;
        transform: skew(50deg);
        top: 30px;
        right: -165px;
        text-align: center;
        z-index: 100;
    }*/

    .section_title h1 {
        line-height: normal;
        font-size: 25px;
    }

    .banner-carousel img {
        height: 250px;
        width: 100%;
/*        margin-top: -50px;*/
    }

    .search-box {
        position: relative;
        width: 100%;
        background: #fff;
        padding: 0;
    }

    .banner-carousel .card-img-overlay {
        text-align: center;
    }

    .carousel-caption h2 {
        font-size: 2rem;
        height: auto;
        display: inline-block;
        width: auto;
        background: red;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        line-height: 40px;
        padding: 0 1rem;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 0 2px 0 #0000003d;
    }

    .carousel-caption h2 small {
        display: inline-block;
    }

    .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: #00000075;
    }

    .sidebar .card-body {
        padding: 5px 15px;
    }

    .heading {
        font-size: 1.4em;
    }

    .top-nav {
        display: table;
    border-spacing: 10px;
    }

    .top-nav li {
        display: table-cell;
/*        width: 1%;*/
    }

    ul.benefits li {
        width: 45%;
        display: inline-block;
        margin: 5px;
        min-height: 165px;
        vertical-align: top;
    }

    /* .logo img {
        max-width: 145px;
        margin-top: 0px;
    }*/
    .login-form1 {
        margin: 5px;
    }

    .main-button li a {
        padding: 10px 1em;
    }

}

@media print {
    body {
        padding: 0;
    }
}