/*by hari*/

.blog-page .blog a:hover, .contact-page .contact-heading .feedback-section{
    color:#0d2c33;
}

#tripFilterform .chosen-container-multi .chosen-choices li.search-choice .search-choice-close
{
    background-position: -46px 0px;
}
#tripFilterform .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover
{
    background-position: -46px -10px;
}
#tripFilterform .chosen-container{
    width: 100%!important;
}

/* slider and popup */
.popup-form .popup-form-btn,.slide-form .slide-form-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.popup-form .popup-form-btn.disabled,.slide-form .slide-form-btn.disabled{
    pointer-events: none;
    cursor: default;
}
.popup-form .popup-form-loader,.slide-form .slide-form-loader {
  display: none;
  width: 16px;
  height: 16px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin-left: 5px;
}
[data-eve-popup]{
    cursor: pointer;
}
.eve-popup-model .modal-title,.eve-popup-model .modal-title p{
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}
.eve-popup-model small p,.slide-model  small p{
    font-size: unset !important
}


@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}


/*media queries*/

@media (max-width: 500px){
    #carousel-example-generic .carousel-inner .carousel-image {
        height: 175px;
    }
    #carousel-example-generic .carousel-caption .col-6:first-child{
        max-width: 100%;
        flex: none;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-title{
        font-size: 18px;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-subtitle {
        font-size: 10px;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-desc {
        font-size: 10px;
    }
    .slide-model .modal-title,.eve-popup-model .modal-title,.eve-popup-model h4{
        font-size: 1rem !important;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #carousel-example-generic .carousel-inner .carousel-image {
        height: 100%;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-title{
        font-size: 18px;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-subtitle {
        font-size: 12px;
    }
    #carousel-example-generic .carousel-inner .carousel-image .carousel-caption .slider-desc {
        font-size: 12px;
    }
    .slide-model .modal-title,.eve-popup-model .modal-title,.eve-popup-model h4{
        font-size: 1.2rem !important;
        margin-bottom: 10px;
    }
    
}

/* captcha styles start*/
#registerForm .g-recaptcha, #registerForm .g-recaptcha div, #registerForm .g-recaptcha iframe{
    max-width: 100% !important;
    margin-bottom: 10px;
}
.g-recaptcha div{
    width: unset !important;
}
/* captcha styles end*/

/*Tab css start 4.5.9*/
.tabBoxBp .item-box-desc{
    background-color: unset;
}

/* shortcode  */
eve-shortcode{
    display:none;
}
/*nav-item-link added the code */
.nav-item-link{
    color: #fff!important;
    font-family: Lato,sans-serif;
    font-size: 16px;
    font-weight: 700;
}
@media(min-width : 992px) {
    .navbar-expand-lg .navbar-nav .nav-item-link {
        padding-right: 1.5rem;
        padding-left: 0.5rem;
        padding:0.5rem 0.5rem;
    }
    .nav-item-parent{
        padding:0.35rem 0.5rem;
    }
}
.nav-item-link:hover{
    text-decoration:none;
    list-style:none!important;
}

.currentcolor{
    color:white!important;
}

.nav-item-parent:hover .nav-item-link {
    color: #0e57a7!important;
}

.nav-item-parent:hover .currentcolor {
    color: #0e57a7!important;
}

@media(max-width : 991px)
{
    .nav-item-link{ pointer-events: none;font-family: Loto,sans-serif;color:#fff; font-size: 1rem;}
}
/*end of nav-item-link code */

/*for the table cart display and view*/
  @media only screen and (min-width: 767px) {
    tbody .shopcartfirst {
      display: inline-block !important;
   }
   tbody .shopcartfirst {
      display: none !important;
   }
 }
  @media only screen and (max-width: 767px) {
    tbody .shopcartsecond {
      display: inline-block!important;
   }
   tbody .shopcartsecond {
      display: none  !important;
   }
 }
  .cart-table th:first-child,
        .table td:first-child {
            position: sticky;
            left: 0;
        }
  .cart-table td:first-child{
      background-color: #0e57a7;
      
  }

        .cart-table td {
            white-space: unset!important;
        }
body .CD_toggle_start{
    color:white;
    /*overflow:scroll;*/
} 
@media (min-width: 767px) {
    .cart-table>thead:first-child>tr:first-child>th:first-child {
        display: none;
    }
}

/* Tab css end*/