.quick-cart-content {
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}
#wrapper{
    padding-bottom: 0px;
}
footer .column{
    height: inherit;
}
.preview-info-block
{
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #000;
    z-index: 999;
    left: 0;
    padding: 15px;
}
.float-right
{
    float: right;
}
.preview-info-block h5
{
    color: #fff;
}
/*by hari start*/
.flex-wrap{
    flex-wrap: wrap !important;
}
#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); }
}
/*by hari end*/

@media only screen and (max-width: 350px){
	header#topHead .signin-dd .dropdown-menu
	{
		margin-right: -50px !important;
	}

	header#topHead .signin-dd .dropdown-menu:after 
	{
	    content: " ";
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    right: 58px;
	    top: -18px;
	    border: #2E363F 10px solid;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 10px solid transparent;
	}

	.pull-right>.lang_select
	{
		right: -8px !important;
	}
}

@media only screen and (min-width: 351px) and (max-width: 990px){
	header#topHead .signin-dd .dropdown-menu
	{
		margin-right: 5px !important;
	}

	header#topHead .signin-dd .dropdown-menu:after 
	{
	    right: 4px;
	}	
}


/*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;
    }
    
}
@media (max-width: 500px){
    body .page-content img {
        max-width: 100%;
        height: auto;
        margin: auto !important;
        margin-bottom: 10px !important;
        float: none !important;
    }
}
/* 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;
}
eve-shortcode{
    display:none;
}
/* Tab css end*/