/* Extra Small Devices, Phones */
@media only screen and (min-width : 320px) and (max-width:479px) {
  .mob-top {
    margin-top: 25%;
  }
  .hide-mob{
    display: none;
  }
  .margin-to-27 {
    margin-top: 30%;
  }

  .dropdown-menu {
    top: 100%;
    left: -250px !important;
    z-index: 1000;
    display: none;
    float: right;
  }
  .pulse {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3981c7;
    cursor: pointer;
    box-shadow: 0 0 0 #fc8a10;
    animation: pulse 2s infinite;
}@-webkit-keyframes pulse {
 0% {
  -webkit-box-shadow:0 0 0 0 rgba(44,100,175,0.9)
 }
 70% {
  -webkit-box-shadow:0 0 0 10px transparent
 }
 100% {
  -webkit-box-shadow:0 0 0 0 transparent
 }
}
@keyframes pulse {
 0% {
  -moz-box-shadow:0 0 0 0 rgba(44,100,175,0.9);
  box-shadow:0 0 0 0 rgba(44,100,175,0.9)
 }
 70% {
  -moz-box-shadow:0 0 0 10px transparent;
  box-shadow:0 0 0 10px transparent
 }
 100% {
  -moz-box-shadow:0 0 0 0 transparent;
  box-shadow:0 0 0 0 transparent
 }
}

.notifications .notifications-details {
    position: absolute;
    z-index: 10;
    background: #fff;
    left: 4px;
    width: 250px;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    top: 70px;
}
.notifications .notifications-details li a {
    position: relative;
    float: left;
    width: 100%;
}
.notifications .notifications-details li a:hover {
  text-decoration: none;
  }
.notifications .notifications-details li.title {
    font-weight: 700;
    color: #000;
}
.notifications .notifications-details li {
    padding: 7px 7px 7px 24px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    float: left;
    width: 100%;
}
.notifications .notifications-details li .mesage-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.notifications .notifications-details li .time {
    color: #728096;
    font-size: 11px;
}
.notifications .notifications-details li.viewnotifications {
    padding: 7px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: #2c64af;
}
.notifications .notifications-details li.viewnotifications .viewall {
    color: #fff !important;
}
.notifications .notifications-details li a:not(.viewall)::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    left: -13px;
    top: 6px;
    border-radius: 50%;
}

  .blue_box{background: #3981c7;  padding:15px  20px;height: auto !important; margin: 10px 0 }
.dark_blue_box{background: #2c64af;  margin-bottom: 10pxwidth: 90%;height: 100% !important; padding: 35px 20px; position: absolute;right: 0}
.red_box{background: #d22436;  padding:15px  10px;height: 100% !important; margin-bottom: 10px}
.box .fact{font-size: 42px; float: left; width: 50%;}
.box .icon{font-size: 42px; float: right; width: 50%; text-align: right;}
.box .title{font-size: 16px; font-weight:bolder; clear: both; margin-top: 30%;}

.inner_container{
  display: block;
   padding: 20px 0;
}
.welcome_note .hello{font-size:24px }
.price2{
  width: 100%; text-align: left;
}
.slider {
  margin: 5px;
  width: 100%;
  height: 385px;
  white-space: nowrap;
   scrollbar-width: thin;
  scrollbar-color: #d9d9db;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row !important;
  padding-left: 0;
  margin-bottom: 0;
}
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  padding: 0 !important;
 margin-top: 20px;
 background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  background: #f9fbff;
  border: 1px solid #eaf0f4;
  padding: 10px 15px 0 12px !important;
  border-radius: 20px;
  width: 95%;
}
.list-group-item{
  border:none !important;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  padding: 10px;
  margin: 0 auto !important;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 10px !important;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 20px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active{
  background-color: #d22436;
  color: #fff;
  border-radius: 15px;
}
div.bhoechie-tab-menu div.list-group>a.active img{
 filter: brightness(0) invert(1);}

div.bhoechie-tab-content{
  background-color: #ffffff;
  padding-left: 0px;
  padding-top: 10px;
}
div.bhoechie-tab-content .nav-tabs .nav-link{
  color: #01223f;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
  .hidden-xs {
    display: none;
  }
  .col-2m {
    width: 100% !important;
  }
.footer1{width:100% !important; margin: 5px 0;}
.footer2{width:100% !important; margin: 5px 0;}
.footer3{width:100% !important; margin: 5px 0;}
.footer4{width:100% !important; margin: 5px 0;}
.newsletter_box{width: 100% !important;}
#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-size: 0.75rem;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px !important;
    border:none !important;
}
#mainNav .navbar-brand img {
    height: 3.5rem !important;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7) !important;
}
#mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
     background: rgba(255, 255, 255, 0.7) !important;
    color: #000 !important;
    box-shadow: -1px 16px 24px -25px rgba(143,143,143,0.75);
  -webkit-box-shadow: -1px 16px 24px -25px rgba(143,143,143,0.75);
  -moz-box-shadow: -1px 16px 24px -25px rgba(143,143,143,0.75);
  }
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link{
  font-family: 'Mulish', sans-serif !important;
 /* font-size: 0.95rem;*/
  color: #fff !important;
  font-weight: 600 !important;
}
.langselect {
  margin-left: 0 !important;
}
.navbar-shrink .login-active {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    padding: 0 21px !important;
    width: 50% !important;
}
.login{
  display: none !important;
}
.login-form {
    padding: 10px 0;
}
.user_photo_thumb {border-left: none !important;}
.login-form .nav-tabs .nav-link {
    border-bottom: none !important;
     font-size: 14px;
    border-radius: 20px;
    border:2px solid #aaaaaa;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    color: #01223f;
    padding: 9px 22px !important;
}
#signin .modal-dialog {
    max-width: 90% !important;
    margin: auto !important;
    top: 100px !important;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'Mulish', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff !important;
  font-weight: bolder !important;
  text-transform: capitalize;
}
.navbar-nav .login-active {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 35px;
    padding: 0 21px !important;
    width: 50% !important;
}
.user_thumbnail {
  position: absolute;
  z-index: 9999;
  bottom: 5% !important;
}
.fontsb{
    margin-top: 25px;
}

}

@media (min-width: 576px) {

	#mainNav .navbar-brand img {
    height: 4rem !important;
}
.hide-lg{
    display: none;
  }

}
@media only screen and (min-width : 479px) and (max-width:768px) {
  #mainNav .navbar-brand img {
    height: 4rem !important;
}
#mainNav {
 background: rgba(255, 255, 255, 0.7) !important;
}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
 and (-webkit-min-device-pixel-ratio: 1) {
.hide-lg{
    display: none;
  }
#mainNav .navbar-brand img {
    height: 4rem !important;
}
#mainNav {
 background: rgba(255, 255, 255, 0.7) !important;
}
.details {
    margin-left: 50px !important;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
}
.user_photo_thumb {
    border-left: none !important;
}
.login-nav{
  float: right !important;
  position: absolute;
  top: 10px;
}
}

@media (min-width: 992px) {

  .hide-lg{
    display: none;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    /*font-size: 12px !important;*/
    text-transform: capitalize;
  }
#navbarResponsive .main-menu{
margin-left: 0 !important;
}
#mainNav .navbar-nav .nav-item {

}
.details {
    margin-left: 0px !important;
}
.newsletter_box {
	width: 35% !important;

}
.login-nav {
  /*margin-left: 20px !important;*/

}
.upload-btn {
    padding: 10px 12px !important;
    border-radius: 25px;
    color: #01223f;
    background: #fff;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #9ea1a4;
    width: max-content;
    width: 100%;
    text-align: center;
}
.contact-btn {
    padding: 10px 15px !important;
    border-radius: 25px;
    color: #fff;
    background: #396db8;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #9ea1a4;
    width: max-content;
    text-align: center;
}
.price2 {
    color: #01223f;
    font-weight: bolder;
    font-size: 18px !important;
    text-align: right;
    width: 16% !important;
}
.booking_img {
  width: 25% !important;
}
.box .fact {
    font-size: 25px;
    float: left;
    width: 50%;
}
.box {
    border-radius: 20px;
    margin: 10px;
        margin-right: 10px;
    color: #fff;

}
.footer1{width:310px !important; margin-right: 20px; margin-bottom: 20px;}
.footer2{width:200px !important}
.footer3{width:245px !important;}
.footer4{width:245px !important;}
}


@media (min-width: 1200px) {
  .hide-lg{
    display: none;
  }

#navbarResponsive .main-menu{
	margin: 0 1% !important;

}
#mainNav .navbar-nav .nav-item {
	margin-right: 10px;
}
#mainNav .navbar-brand img {
	height: 5rem !important;
}
.details1 {
   margin-left: 20% !important;
}
.details {
   margin-left: 30px !important;
}
.img-box{width:25%;}
.newsletter_box {
	width: 20% !important;
}
.main {
    flex: 80%;
    color: #fff;
    padding: 5px 20px !important;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
.box .fact {
    font-size: 35px !important;
    float: left;
    width: 50%;
}
.login-active {
  background: rgba(255, 255, 255, 0.3);
  border-radius:35px;
  padding: 0 10px;

}
.box {border-radius: 20px; margin: 10px; color: #fff;}

.footer1{width:310px !important; margin-right: 20px;}
.footer2{width:200px !important}
.footer3{width:245px !important;}
.login-nav {
  margin-left: 3% !important;
}
#signin .modal-body {
    padding: 0 !important;
    /* margin-top: -6.4% !important; */
}
.dark_blue_box {
    background: #2c64af;
    width: 90%;
    padding: 25px 20px;
    position: absolute;
    right: 0;
}

.bookings .payment-stutus-btn {

  color:#00a313; font-size: 14px;
  font-weight: bold;

 }
.bookings .payment_status{
  color:#383838; font-size: 14px; font-weight: bold;
}

}
.booking_status_vouchered{
  color:#FF9933; font-size: 14px; font-weight: bold;
}
.booking_status_on_request{
  color:#5bc0de; font-size: 14px; font-weight: bold;
}
.booking_status_confirmed{
  color:#62cb31; font-size: 14px; font-weight: bold;
}
.booking_status_cancelled{
  color:#b30f32; font-size: 14px; font-weight: bold;
}
.booking_status_failed{
  color:#b30f32; font-size: 14px; font-weight: bold;
}
.disable-anchor {
    pointer-events: none;
    cursor: default;
}
@media (min-width: 1400px) {

  .hide-lg{
    display: none;
  }

 #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
    text-transform: capitalize;
  }

  .box {border-radius: 20px; margin: 10px; color: #fff;
   }

	#navbarResponsive .main-menu{
		margin-left: 9% !important;
		margin-right: 9% !important;

	}
	.details {
   margin-left: 30px !important;
}
#mainNav .navbar-brand img {
  height: 1.5rem;
}
.login-active {
  background: rgba(255, 255, 255, 0.3);
  border-radius:35px;
  padding: 0 10px;

}
}
