@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;1,200;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap');
h1, h2, h3, h4, h5, h6, p, li, a, span, li {
    font-family:'Poppins', sans-serif !important;
}
body {
    line-height: 1.8;
    color: #616161;
    font-size: 14px;
   font-family:'Poppins', sans-serif !important;
    font-weight: 400;
    word-wrap: break-word;
}
/* top bar */
.cbp-hsinner {
    float:left;
    margin-right: 4px;
    margin-bottom: 1px;
}
.cbp-hsmenu .chat {
    font-size: 16px;
}
.cbp-hsmenu .chat a {
    color: #fff;
	text-decoration: none;
}
.cbp-hsmenu > li {
    z-index: 10000;
    position: relative;
}
.sdr-ics {
    color: #fff;
}
li.chat {
    /* margin-top: 7px; */
    margin-right: 10px;
    margin-left: -5px;
}
.cbp-hsmenu > li {
    display: block;
    float: left;
}
.navbar-brand > img {
	display: block;
    margin-top: -11px;
    margin-left: 40px;
}
.cbl {
	float: right;
	display: flex;
}
/* end */

.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
	padding: 8px 12px;
	font-weight: 500;
}
.hidden-xs {
	background: #48316a;
    padding-bottom: 7px;
    padding-top: 6px;
}
.scl {
    margin-top: 4px;
}
.navbar-info {
    width: 100%;
}
.fixed-me{
    transition: all 1s ;
}

.fixed-me{
    background-color:#fff !important;
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
        left: 0;
}

.navbar-me {
    transition: all 1s ;
}
.header-right-menu{
     padding: 25px 15px !important;       
}
.navbar-me{
    background-color: #fff;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}
.navbar-collapse{
    text-align: center;
    border-top-width: 0px;
    padding-top: 10px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}
.menu-collapsed-button{
    margin: 20px 15px 10px 15px !important;
}
.carousel-caption {
	top: 13%;
	left: 38%;
	right: 0;
	text-align: left;
}
.banner-form {
	background: #fff;
	padding: 30px 40px;
    font-family: 'Poppins', sans-serif;;
    width: 100%;
}
.form-control, .choose {
	color: #777;
	background-color: #fff;
    height: 40px;
}
.consult {
	background: #7fb432;
	border: none;
	color: #fff  !important;
	font-size: 14px;
	padding: 7px 15px;
	line-height: 21px;
}
.add-shelter{
	background: #000;
	border: none;
	color: #fff !important;
	font-size: 14px;
	padding: 7px 15px;
	line-height: 21px;	
}
.carousel-caption .banner-form {
	bottom: 5%;
	left: 0%;
	right: 0;
	position: absolute;
}
.ban-text h3 {
	font-size: 25px;
	font-weight: 500;
    text-transform: uppercase;
	/* font-style: italic;
	font-family: 'Merriweather', serif  !important; */
}
.ban-text h4 {
	font-size: 26px;
	font-weight: bold;
    text-transform: uppercase;
	/* font-style: italic;
	font-family: 'Merriweather', serif  !important; */
}
.ban-text .housing {
	width: 45%;
	margin-top: 20px;
}
.housing {
	background: #7fb432 !important;
	/* margin-top: 30px; */
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	width: 48%;
}
.ban-text b{
    color: #eb9309;
}
.ban-text p {
	font-size: 25px;
}
/* Form */
/* div.elem-group {
    margin-bottom: 10px ;
  } */
  
  
  .banner-form  div.elem-group.inlined {
    /* width: 50%; */
    width: 100%;
    display: inline-block;
    float: left;
  }
  #checkin-date, #checkout-date{
	background:#fff url(../img/date.png) no-repeat center right 7px; 
    padding: 11px !important;
  }
  .banner-form label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    text-align: left;
	color: rgb(107, 107, 107);
	padding-left: 10px;
  }
  .banner-form  hr {
    border: 1px dotted #ccc;
  }
  .banner-form  input, select, textarea {
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    width: 95%;
    padding: 10px !important;
    color: #000;
	border: 1px solid #ccc;
  }
  
  .banner-form  div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
    color: #777;
    padding: 11px;
  }
  
.banner-form button {
	background: #48316a;
	border: none;
	color: white;
	font-size: 14px;
	cursor: pointer;
	padding: 10px 40px;
	margin-top: 34px;
	text-transform: uppercase;
}
  
 .banner-form button:hover {
    background: #000;
  }
 .banner-form .col-md-3,  .banner-form .col-md-2{
	padding: 0 !important;
	/* width: 100%; */
}
.banner-form .col-md-4 {
    padding-left: 0;
    padding-right: 6px;
}
.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-top: -14px;
    margin-right: 10px;
  }
  .input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color:#fff;
  }
  .input-search::placeholder{
    color:rgb(95, 95, 95);
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
  }
  .btn-search{
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:#000;
    background-color:transparent;
    pointer-events: painted;  
	top:7px;
  }
  .btn-search:focus ~ .input-search{
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid #ccc;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  .input-search:focus{
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom:1px solid #000;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  .notification {
	margin-right: 10px;
}
.notification .dropdown-menu {
	width: 380px;
	padding-bottom: 40px;
	padding-top: 0;
}
.notification .dropdown-menu h4{
	text-align: center;
	margin-top: 0;
	background: #5f259e;
	color: #fff;
	padding: 8px 0;
}
.notification .dropdown-menu .info {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.info .user h3 {
	font-size: 15px;
}
.info .user p {
	font-size: 14px;
}
/* form end */
.contact-page-section label, .contact-page-section b {
	font-weight: 600;
}
.contact-comment-box h4 {
	font-size: 25px;
	color: #000;
}
.message-number {
	background: #fa394a;
	border-radius: 50px;
	padding: 1px 8px;
	font-weight: bold;
	position: absolute;
	top: -10px;
	right: -6px;
	font-size: 11px;
}
.message-number a{
	color: #fff;
}
.switch {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 28px;
	right: 13px;
}
.swit {
	margin-bottom: 30px;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.switch  .slider:before {
position: absolute;
content: "";
height: 24px;
width: 24px;
left: 4px;
bottom: 2px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #17e721;
}

input:focus + .slider {
box-shadow: 0 0 1px #17e721;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
.side-br {
	border-left: 4px solid #fa394a;
	padding: 20px;
	background: #fff;
}
.ban-text span {
	font-size: 15px;
	text-align: center;
	margin: o auto;
	justify-content: center;
	display: flex;
}
.why-mbbs {
	padding-bottom: 20px;
}
.mbbs {
    padding-top: 60px;
	padding-bottom: 80px;
    background: #fff;
}
.mbbs h4 b{
	color: #fa394a;
}
.left-ab h3, .mbbs-list h3, .title-key h3, .top-text h3, .top-title h3 {
	color: #23282d;
	font-size: 44px;
	line-height: 28px;
    position: relative;
	margin: 0 0 25px 0;
}
.left-ab h4{
	font-size: 26px;
margin: 0 0 35px 0;
}
.privacy, .gallery-page{
	padding: 40px 0;
}
.more-images {
	padding: 40px 0;
}
.ga-more .btn-primary {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
}
.ga-more  .btn-primary:hover {
	color: #fff;
	background-color: transparent;
	border-color: #ccc;
}
.f-ga .modal-dialog {
	width: 300px;
	margin: 30px auto;
}
.f-ga li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px;
}
.f-ga li:last-child{
	border-bottom: none;
}
.f-ga li a{
	color: #333;
	text-decoration: none;
	font-size: 16px;
}
.f-ga  .modal-body {
	padding: 0;
}
.f-ga ul {
	padding-left: 0;
	margin-bottom: 0;
}
.notification #dropdownMenuButton {
	background: #5f259e;
	color: #fff;
	border-radius: 50px;
	padding: 7px 10px;
}
 .mbbs-list h3::before, .title-key h3::before {
	position: absolute;
	width: 45px;
	background: #fa394a;
	content: "";
	height: 3px;
	bottom: -15px;
}
.left-ab p{
    line-height: 26px;
	color: #7e8286;
	font-size:16px;
	margin-bottom: 30px;
}
.top-title p{
    line-height: 26px;
	color: #161616;
	font-size:16px;
}
.top-title {
	text-align: center;
}

.ftr-wp {
	
	padding: 60px 0;
    text-align: center;
    background: url(../img/hand.png) no-repeat bottom left 50px, url(../img/footer-top-img-1.jpg); 
}

.ftr-1a h3 {
	color: #fff;
	/* margin-bottom: 30px; */
	margin-top: 0;
	text-shadow: none !important;
	font-size: 26px;
}
.ftr-wp1 li {
	float: left;
	padding: 6px 20px;
}
.ftr-wp1 li a{
    font-size: 13px;
    color: #fff;
}
.ftr-wp1 ul {
	list-style: none;
	padding-left: 0;
	justify-content: center;
	display: flex;
	margin-bottom: 0;
}
.ftr-1a p {
    font-size: 14px;
    color: #ddd;
}
.ftr-1a ul {
	padding: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.ftr-wp .housing{
    margin-bottom: 30px;
}
.housing:hover, .consult:hover, .add-shelter:hover{
    background:#eb9309 !important;
	color: #fff;
}

.ftr-wp .scl {
	margin-top: 4px;

	width: 100%;
	display: flex;
	justify-content: center;
}
.ftr-1a ul li {
    border-bottom: 1px solid #dddddd4f;
    margin-bottom: 8px;
    padding-bottom: 8px;
    list-style-type: none;
}
.ftr-1a ul li:last-child {
    border-bottom: none;
}
.ftr-1a ul li a {
    color: #ddd;
}
.ftr-1a ul li a:hover {
    color: #fa394a;
}
.scl img {
        /* width: 40px; */
    float: left;
    margin-right: 10px;
    transition: width 2s, height 2s, transform 2s;
}

.scl img:hover {
    transform: rotate(360deg);
}
.ftr-1a ul li:before {
    color: #fa394a;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 6px;
}
.ftr-btn1 {
	background-color: orange;
	color: #000;
	font-size: 18px;
	width: 100%;
	padding: 10px;
	text-transform: uppercase;
}
.ftr-wp1 {
	background-color: #161C2C;
	padding: 15px;
	display: flex;
	justify-content: center;
	width: 100%;
	float: left;
	text-align: center;
}
.cpy-p, .cpy-p1 {
    color: #fff;
    margin: 6px 0; 
    font-size: 13px;
}
.cpy-p1 {
	float: right;
}
.scl img {
	/* width: 40px; */
	float: left;
	margin-right: 10px;
	transition: width 2s, height 2s, transform 2s;
}
.ftr-1a .cbp-hsmenu li {
	border-bottom: none;
	margin-bottom: 0px;
    padding-bottom: 0px;
}
.ftr-1a .cbp-hsmenu li::before {
	content: "";
}
.ftr-1a  .cbp-hsmenu .chat a {
	font-size: 15px;
	color: #fff;
}
.ftr-1a  .sdr-ics {
	color: #fff;
}

/* logo slider */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
    height: 160px;
} */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
   background-color: #fff; 
    padding: 4px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.clg-sldr h4 {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 7px;
    text-align: center;
}
.wp-3 {
    background: #48316a;
    padding: 100px 0;
}
.hdngs2 h2 {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.hdngs2 {
    margin-bottom: 30px;
}

.wp-61 {
    padding: 30px 0;
}
.wp-62 {
    padding: 30px 0; 
}
.main-box {
	padding: 60px 0;
}
.main-box a {
	text-decoration: none;
}
.media-bx {
	border-bottom: 4px solid #ffc20d !important;
	box-shadow: 0px 5px 24px 6px rgba(0,0,0,0.06);
	transition: transform 250ms;
	margin-bottom: 50px;
	height: 520px;
}
.md-content {
	padding: 20px 20px 30px 20px;
}
.media-bx:hover {
	transform: translateY(-5px);
}
.md-content h3 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 0;
}
.md-content p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.border-bt {
	max-width: 100% !important;
	width: 50px;
	height: 3px;
	margin: 0 auto 21px;
	background-color: #48316a;
	border-radius: 15px;
}
.left-ab {
	text-align: center;
}
.ideas .row{
	margin-top:50px;
}
.ideas .col-md-6 {
	display: flex;
	margin-bottom:30px;
}
.info h3{
	font-size: 20px;
margin: 0;
margin-bottom:10px;
font-weight:600;
color:#23282d;	

}
.info p{
	font-size:16px;
}
.img-box {
	margin-right: 18px;
}
.hdngs2 h2{
    color: #fff;
font-size: 44px;
line-height: 28px;
position: relative;
margin: 0 0 25px 0;

}
.hdngs2 p{
    line-height: 26px;
color: #fff;
font-size: 16px;
text-align: center;
}
.wp-3 .slide h3{
    font-size: 16px;
    margin: 4px;
}
.wp-3  .slide p{
    font-size: 14px;
    margin-left: 4px;
}
.ideas {
	padding-bottom: 40px;
	padding-top: 60px;
	background: #f5dfbc;
}
.counter {
    background-image: url(../img//h1-bacground-img-2.jpg);
    padding: 80px 0;
    background-attachment: fixed;
}
.count-up {
	text-align: center;
	color: #fff;
}
.counter
 {
	 text-align: center;
 }
 
 .counter-count
 {
	 font-size: 50px;
	 font-weight: bold;
	 position: relative;
	 color: #fff;
	 text-align: center;
	 display: inline-block;
	 margin-bottom:0px ;
 }
 .count-up b {
	font-family: "Roboto",Sans-serif;
	font-size: 50px;
	color: #fff;
}
.count-up {
	padding: 40px;
}
.count-up h3 {
	margin-top: 0;
	color: #fff;
}
.join-section .container-fluid {
    padding: 0;
    overflow: hidden;
}
.info-1 {
	text-align: center;
	padding: 140px 50px;
	background: #ffc20d;
	height: 522.9px;
}
.info-1 h3{
    font-size: 44px;
    color: #000;
}
.join-section .col-md-7, .join-section .col-md-5 {
	padding: 0;
}
.info-1 .consult {
	background: #000;
	margin-top: 30px;
	padding: 15px 20px;
}
.testimonial_btn {
	background-color: #373d4b !important;
	color: #fff !important;
	font-family: fontawesome !important;
}
.tsrt {
	padding: 60px 0;
}
.ts-col9 {
	box-shadow: 0 3px 28px rgb(0 0 0 / 23%);
	padding: 14px;
	background-color: #fffc;
    border-radius: 10px;
    margin-top: 20px;
	box-shadow: 0 0 9px 2px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.tsrt{
    background-color: #ededed;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 26px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #48316a;
	color: #fff;
	cursor: pointer;
	padding: 12px 15px;
	border-radius: 50px;
}
#myBtn:hover{
    background-color: #000;
}
html{
    scroll-behavior: smooth;
}
/* Contact Us */
.banner-content.text-center {
	padding-top: 100px;
	padding-bottom: 100px;
}
.banner-content .title {
	color: #fff;
	font-weight: 500;
	font-size: 50px;
}
/* Contact us */

.contact-page-section {
	padding-bottom: 60px ;
	background: #e6e6e6;
}
.contact-top {
	background: #fff;
	padding-top:40px;
}
.map-area.section-padding.pad-bot-50 {
	width: 760px;
	margin: 0 auto;
	display: flex;
	padding-top: 60px;
}
.contact-page-section .rs-contact-box .address-item .icon-part img {
    width: 22%;
}

.contact-page-section .rs-contact-box .address-item {
	padding: 30px 20px 30px 20px;
	background: #ffffff;
	/* box-shadow: 0 0 30px #fff; */
	text-align: center;
	margin: 0px 20px 0px 0px;
	border-radius: 5px 5px 5px 5px;
}
.contact-page-section .rs-contact-box .address-item .icon-part {
	padding-bottom: 20px;
}
.contact-page-section .rs-contact-box .address-item {
	text-align: center;
	margin-bottom: 40px;
}
.contact-page-section .rs-contact-box .address-item .address-text .label {
	display: block;
	color: #101010;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
}
.contact-page-section .rs-contact-box .address-item .address-text .des,.contact-page-section .rs-contact-box .address-item .address-text .des a {
	font-size: 17px;
	color: #333;
	text-decoration: none;
}
.contact-page-section .rs-contact-box .address-item .address-text .des a:hover {
	color: #ff5421;
}
.contact-page-section .contact-map3 {
	overflow: hidden;
}
.contact-map3 iframe {
	float: left;
	width: 100%;
	height: 500px;
	border: none;
}

.contact-page-section .inner-part .title {
	font-size: 36px;
	color: #101010;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 0;
}

.contact-page-section .inner-part p {
	font-size: 19px;
	color: #333;
	line-height: 32px;
	font-weight: 400;
}
.contact-page-section h3{
	font-size: 18px;
	margin-left: 12px;
}
.contact-page-section .contact-comment-box .from-control {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F1F1F1;
	/* box-shadow: 0 0 30px #eee; */
	color: #363636;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	border-radius: 3px;
	border: 1px solid #ffffff;
	color: #767676;
	background: #ffffff;
	padding: 14px 18px;
	height: 50px;
}
.contact-page-section .contact-comment-box textarea {
	height: 130px !important;
}
.inner-part .title {
	font-size: 36px;
	color: #101010;
	line-height: 46px;
	font-weight: 700;
	margin-bottom: 14px;
	margin-top: 0;
}
 .inner-part p {
	font-size: 19px;
	color: #363636;
	line-height: 32px;
	font-weight: 400;
}
.contact-comment-box .from-control {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F1F1F1;
	box-shadow: 0 0 30px #eee;
	color: #363636;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	border-radius: 3px;
	border: 1px solid #ffffff;
	color: #767676;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 14px 18px;
}
.contact-comment-box textarea {
    height: 155px;
    resize: none;
}
.contact-comment-box .form-group .btn-send {
	padding: 16px 0px 16px 0px;
	box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
	outline: none;
	border: none;
	padding: 12px 40px;
	border-radius: 3px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: linear-gradient( 135deg , #ff934b 0%, #ff5e62 100%);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-transform: uppercase;
}

/* End */
.shelters {
	padding: 60px 0;
	background: #f6f6f6;
}
.shelters .row {
	background: #fff;
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 10px;
}
.fa.fa-star {
	color: #ffc90d;
}
.shelter-info a{
	background: #eb9409;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
}
.shelter-img img{
	border-radius: 10px;
	width: 100%;
    height: 200px;
}
.shelter-info b, .full-detail b {
	background: #3b3686;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	margin-right: 5px;
}
.shelter-info span{
	display: flex;
}
.shelter-feature {
	padding: 30px 0;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
}
.fa.fa-arrow-circle-right {
	margin-left: 3px;
}
.shelters .col-md-4 {
	padding-left: 0;
}
.booking a {
	background: #eb9409;
	color: #fff;
	padding: 14px 50px;
	border-radius: 4px;
	text-transform: uppercase;
}
.shelter-feature ul {
	list-style: none;
	padding-left: 0;
}
.shelter-feature li {
	display: inline-block;
	font-size:16px;
	width: 25%;
}
.shelter-feature li img {
    margin-right: 15px;
}
.more-images li {
	float: left;
	width: 17%;
	position: relative;
	list-style: none;
	margin-right: 10px;
}
.close-btn {
	position: absolute;
	top: -7px;
	right: 13px;
}
.more-images ul{
	padding-left: 0;
}
.infor-gallery {
	float: left;
	padding: 20px 0;
}
.description {
	padding: 40px 0;
}
.available-now {
	background: #64c02f !important;
}
.available-from {
	background: #ee6401 !important;
}
.not-available {
	background: #ce0338 !important;
}
/* .service-page{
	padding: 40px 0;
} */
.main-box blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #48316a;
}
.about-us {
	background:#eef1f7 url(../img/thm-pattern-1.png) no-repeat center right 7px; 
	padding: 60px 0;
}
.about-us.financial {
	background: #fff;
	padding: 60px 0;
}
.about-info li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #fff;
	/* padding-right: 10px; */
	background: #48316a;
	/* border-radius: 3px; */
	padding: 3px;
	margin-right: 10px;
}
.about-info li {
	padding-bottom: 10px;
	font-size: 16px;
}
.about-info ul {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}
.donate-sec{
	background:#eef1f7 url(../img/thm-pattern-1.png) no-repeat center right 7px; 
}
.donate-sec .about-info {
	padding-left: 60px;
}
.about-info h3 {
	font-size: 40px;
	margin-bottom: 30px;
}
.about-info p {
	font-size: 18px;
	color: #797979;
}
.about-info a {
	color: #797979;
	font-weight: 600;
}
.donate-sec .fa {
	color: rgb(39, 39, 39);
	margin-left: 10px;
}
.banner-form.mobile{
	display: none;
}
.web-link {
	background: none !important;
	color: #000 !important;
	padding-left: 0 !important;
}
.reject {
	background: #f40613;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 500;
}
.accept {
	background: #85c533;
	padding: 8px 20px;
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.botom-buttons {
	margin-top: 20px;
}
.top_btns a {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.topbtn {
	width: 100%;
	float: left;
	background: #48316a;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
}
.topbtn:hover{
	background-color: #000;
}
.top_btns .row {
	background: none;
	padding: 0;
	border-radius: 0px;
}
.top-title h4 {
	font-size: 26px;
	line-height: 35px;
	color: #121212;
	font-weight: 600;
	margin-bottom: 20px;
}
.ap-download {
	background: #7fb432;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	line-height: 21px;
	font-weight: 600;
}
.mbbs .row {
	padding-top: 40px;
}
.address-fa {
	color: #fff;
}
.address-fa .fa.fa-map-marker {
	font-size: 17px;
}

.download_now {
	border: 1px solid #bb1426;
	border-radius: 30px;
	color: #bb1426 !important;
	padding: 10px 20px !important;
	margin-left: 10px;
}
.download_now:hover {
	background: #bb1426 !important;
	color: #fff !important;
}
.hand-ban {
	position: absolute;
	left: -59%;
}
.banner-bottom.banner-form {
	background: #e1e1e1;
}
.banner-bottom.banner-form .row {
	background: #fff;
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #ccc;
	box-shadow: 0px 5px 24px 6px rgba(0,0,0,0.06);
}
.app-content {
	padding-top: 100px;
}
.app-content h6 {
	font-size: 18px;
}
.app-content h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
}
.app-content .ap-download {
	margin-top: 30px;
	float: left;
}
.app-section {
	padding: 50px 0;
}
.app-section.we-app {
	padding: 60px 0;
	background: url(../img/what-bg.jpg) no-repeat;
}
.app-content p {
	font-size: 16px;
}
.app-screens {
	padding: 80px 0;
}
.app-screens .hdngs2 h2, .app-screens .hdngs2 p {
	color: #000;
}

.video-section {
	display: flex;
}

.dropdown-menu {
	margin: -2px 0 0;
	background: #F38F21 !important;
	background: #fff !important;
	border: 1px solid #3c4150;
    padding: 0 !important;
}
.dropdown-menu:hover {
	display: block;
    margin-top: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #48316a;
}
/* need to change */
  ul li:hover > ul,
  ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
    /* overflow-y: scroll; */
    width: 250px;
    height: 442px;
  }
  .dropdown-menu > li:first-child > a {
	border-top: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-top: 1px solid #ccc;
}
.dropdown-menu.gallery {
	height: auto;
	overflow-y: auto;
    width:auto;
}
.col-md-3.android {
	padding: 0;
}
.row.ap-co {
	padding-top: 20px;
	display: flex;
}
.row.ap-co span {
	padding-left: 27px;
}
.join-section  {
	background: #ffc20d;
}
.housing-ft {
	padding: 20px 0;
}
.donate-con {
	padding: 80px 0;
	background: url(../img/slider-2.jpg) no-repeat;
	background-position: 50%;
	text-align:center;
}
.donate-con p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.contact-page-section.donate-fu {
	padding: 0;
	background: #fff;
}
.donate-items {
	padding-top: 50px;
	text-align: center;
}
.item-img {
	padding-top: 30px;
}
.item-img h3{
	padding-bottom: 30px;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.privacy h4 {
	margin-top: 30px;
}
.service-page .hdngs2 h2 {
	color: #000;
}
/* Start Responsive */
@media (max-width: 767px){
	.banner-form {
		display: none;
	}
	.app-content {
		margin-top: 30px;
	}
	.banner-form.mobile{
		display: block;
	}
	.ban-text h3 {
		font-size: 12px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.row.ba-app {
		position: absolute;
		display: flex;
		top: 57%;
	}
	.ba-app img {
		width: 84%;
	}
	.ba-app .col-md-3{
		padding-right: 0;
	}
	/* .ban-text p a {
		display: none;
	} */
	.ban-text button.housing {
		display: none;
	}
	.ba-text img {
		float: left;
		width: 49%;
		padding: 2px;
	}
	.banner-form.mobile .row {
		background: #ddd;
		margin-top: 30px;
		padding: 20px;
	}
	.banner-form  input, select, textarea, .banner-form div.elem-group.inlined input {
		width: 100%;
	}
	.housing{
		width: 100%;
		margin-top: 10px !important;
	}
	.left-ab h3, .mbbs-list h3, .title-key h3, .top-text h3, .top-title h3, .hdngs2 h2 {
		font-size: 25px !important;
	}
	.mbbs {
		padding: 30px 0;
	}
	.wp-3 .slick-slide img {
		width: 100%;
	}
	.ftr-wp {
		background:  url(../img/footer-top-img-1.jpg) no-repeat !important;
		padding: 20px 0;
	}
	.ftr-wp1 {
		text-align: center;
	}
	.ftr-wp1 ul {
		display: flex;
		justify-content: center;
	}
	.hidden-xs {
		 display: block !important; 
	}
	.cbl {
		display: flex;
		text-align: center;
		width: 100%;
		justify-content: center;
	}
	.hidden-xs .cbp-hsmenu .chat, .top-title p {
		font-size: 14px;
	}
	.info-1 h3 {
		font-size: 32px;
	}
	.info-1 {
		padding: 100px 50px;
		height: auto;
	}
	.pull-right {
		position: absolute;
		right: 10px;
		bottom: 14px;
	}
	.tsrt {
		padding:40px 20px;
	}
	.map-area.section-padding.pad-bot-50 {
		width: 100%;
		display: block;
	}
	.contact-page-section .rs-contact-box .address-item {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.navbar-header{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.carousel-caption {
		top: 3%;
	}
	.md-img .img-responsive {
		width: 100%;
	}
	.about-info h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.cbp-hsinner{
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.banner-content .title {
		font-size: 25px;
	}
	.ftr-wp a img {
		vertical-align: inherit;
	}
	.ftr-wp br{
		display: none;
	}
	.ftr-1a  .cbp-hsmenu .chat a {
		font-size: 13px;
	}
	.ftr-wp .housing {
		margin-bottom: 10px;
	}
	.donate-sec .about-info {
		padding-left: 0;
	}
	.about-info p {
		font-size: 15px;
	}
	.close-btn {
		right: -7px;
	}
	.message-number {
		right: 46%;
	}
	.left-ab {
		text-align: center;
		margin-bottom: 30px;
	}
	.app-section.we-app {
		padding: 60px 0;
		background: url(../img/what-bg.jpg);
	}
	.ftr-wp1 li {
		float: left;
		padding: 6px 5px;
	}
	
	.hand-ban {
		position: absolute;
		left: -59%;
		width: 45%;
		bottom: -20px;
	}
	.app-content {
		padding-top: 0;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner-form {
		display: none;
	}
	.banner-form.mobile{
		display: block;
	}
	.row.ba-app {
		position: absolute;
		display: flex;
		top: 42%;
	}
	.banner-form.mobile .row {
		background: #ddd;
		margin-top: 30px;
		padding: 20px;
	}
	.banner-form  input, select, textarea {
		font-size: 16px;
		width: 100% !important;
	}
	.media-bx{
		height: a;
	}
	.pull-right {
		position: absolute;
		right: 10px;
		bottom: 14px;
	}
	.ba-text {
		text-align: center;
	}
	.hand-ban {
		width: 40%;
	}
	.ban-text h3 {
		font-size: 17px;
	}
	.banner-form button {
		padding: 10px 60px;
		margin-top: 10px;
	}
	.banner-form label {
		font-size: 20px;
	}
	/* .ban-text p a {
		display: none;
	} */
	.ban-text button.housing {
		display: none;
	}
	.carousel-caption {
		top: 26%;
	}
	.close-btn {
		right: -7px;
	}
	.ftr-wp {
		background:  url(../img/footer-top-img-1.jpg) no-repeat !important;
		padding: 20px 0;
	}
	.md-img img{
		width: 100%;
	}
}

.image-gallery-container {
    overflow-x: scroll;
    white-space: nowrap;
}

.image-item {
    display: inline-block;
    margin-right: 10px; /* Adjust as needed to control spacing between images */
}


    /* sidebar style */

@media only screen and (max-width: 600px){
	.sidebar{
	display:none;
	width:18% !important;
	background:white;
	height: 100vh;
	position: fixed;
	padding-top: 45px;
}
.content{
	margin-left:20%;
}
}
.sidebar{
	width:18%;
	background:white;
	height: 100%;
	position: fixed;
	padding-top: 45px;
	z-index:99999999999999999999999999;
}
.sidebar a{
	display: block;
	width: 100%;
	padding: 10px 25px;
	text-decoration: none;
	color: gray;
}
.sidebar a:hover{
	background:#e2e2e2;
}
.sidebar .divider{
	height: .5px;
	width: 100%;
	background: #e2e2e2;
	margin-top:10px;
}
.content{
	margin-left:20%;
}
.sidebar .crossBtn{
	position: absolute;
	top:0px;
	right: 35px;
	font-size:36px;
	cursor: pointer;
}
.my_profile_picture{
	width:35px;
	height: 35px;
	object-fit:cover;
	border-radius:50%;
}

    @media (max-width: 767px) {
      .banner-form {
        display: block;
      }
      .ftr-wp {
      	background-size: cover !important;
      }
      .ftr-wp1 li {
      	float: left;
      	padding: 6px 5px;
      	width: 100%;
      }
      .ftr-wp1 ul {
      	display: block;
      }
      .ftr-1a h3 {
      	font-size: 20px;
      }
      .top-banner .item img {
      	height: 220px !important;

      }
      .shelter-feature li {
      	width: 100%;
      	margin-bottom: 10px;
      }
      .shelter-feature h2 {
      	font-size: 22px;
      }
      .cbp-hsmenu {
      	padding: 0;
      }
      .hidden-xs .cbp-hsmenu .chat, .top-title p {
      	font-size: 11px;
      }
      .banner-form {
      	padding: 20px;
      }
    }
 .banner-form .col-md-3, .banner-form .col-md-2 {
     position: inherit;
 }

    .about-page .media-bx {
 	height: auto;
 }
    .ftr-wp1 {
 	width: auto ;
 	float: inherit;
 }
 .privacy h3 {
 	font-size: 20px;
 }
 .shelter {
 	margin-bottom: 20px !important;
 }
    .top-banner .item img {
 	height: 520px;
 	width: 100%;
 	}

/* End Responsive */

/* Login Page */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
#login-page {
    background: #c0c0c0; /* Change the background color for the login page */
    font-family: 'Raleway', sans-serif;
    color: #666;
}

#login-page .login {
    margin: 20px auto;
    padding: 40px 50px;
    max-width: 300px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 1px #666;
}

#login-page .login input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 2px;
    font-family: 'Raleway', sans-serif;
}

#login-page .login input[type=text],
#login-page .login input[type=password] {
    border: 1px solid #c0c0c0;
    transition: .2s;
}

#login-page .login input[type=text]:hover {
    border-color: #F44336;
    outline: none;
    transition: all .2s ease-in-out;
}

#login-page .login input[type=submit] {
    border: none;
    background: #48316a;
    color: white;
    font-weight: bold;
    transition: 0.2s;
    margin: 20px 0px;
}

#login-page .login input[type=submit]:hover {
    background: #F44336;
}

#login-page .login h2 {
    margin: 20px 0 0;
    color: #48316a;
    font-size: 28px;
}

#login-page .login p {
    margin-bottom: 40px;
}

#login-page .links {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

#login-page .links a {
    display: table-cell;
    padding-top: 10px;
}

#login-page .links a:first-child {
    text-align: left;
}

#login-page .links a:last-child {
    text-align: right;
}

#login-page .login h2,
#login-page .login p,
#login-page .login a {
    text-align: center;
}

#login-page .login a {
    text-decoration: none;
    font-size: .8em;
}

#login-page .login a:visited {
    color: inherit;
}

#login-page .login a:hover {
    text-decoration: underline;
}

/* ===== Booking Page Styles ===== */
.booking-page {
  background-color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
}

.booking-page .header {
  background-color: #241b5a;
  color: white;
  padding: 16px;
  font-size: 20px;
  text-align: center;
  position: relative;
}

.booking-page .back-button {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

.booking-page .form-container {
  padding: 24px;
}

.booking-page .form-group {
  margin-bottom: 20px;
}

.booking-page label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: #333;
}

.booking-page input,
.booking-page textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.booking-page .book-now-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: #ff9800; /* Default */
  color: white;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.booking-page .book-now-btn:hover {
  background-color: #241b5a; /* Bright orange hover */
  color: white;
}

.alert {
  padding: 15px;
  border-radius: 8px;
  margin: 20px 16px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.success-message {
  background-color: #e6ffed;
  color: #207544;
  border: 1px solid #b2e2c8;
}

.error-message {
  background-color: #ffe6e6;
  color: #a94442;
  border: 1px solid #f5c6cb;
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

#sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  #sidebar.show {
    transform: translateX(0);
  }
#sidebar ul li a:hover, #sidebar ul li.active {
	background-color: #1477b9;
	color: #fff !important;
}
  .nav-link:hover {
    color: #2271b1 !important;
  }
  .view a {
	color: #fff;
	background: #2271b1;
	padding: 12px 20px;
	font-size: 13px;
	text-transform: uppercase;
  text-decoration: none;
	border-radius: 6px;
}
.card.service-card.p-4.text-center {
	height: 150px;
	padding: 10px !important;
}
.main-box{
  /* margin-left: 180px; */
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color:#f0f0f1 !important;
}
/* listing page */
 table {
      width: 100%;
      border-collapse: collapse;
    }

    table thead {
      background: #1477b9;
      color: #fff;
    }

    table th, table td {
      padding: 12px 15px;
      border: 1px solid #e0e0e0;
      text-align: left;
      font-size: 14px;
    }
tbody tr:nth-of-type(even) {
  background: #fff;
}
    table td img {
      width: 40px;
      height: auto;
    }
     tbody tr {
  border-bottom: 1px solid #dddddd;
  background: #f2f2f2;
  font-weight: 600 !important;
}



 tbody tr:last-of-type {
  border-bottom: 2px solid #1477b9;
}

    .btn {
      background: #000;
      border: none;
      padding: 8px 14px;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
    }

    .btn:hover {
      background: #0056b3;
      color: #fff;
    }

    .pagination {
      margin-top: 15px;
      display: flex;
      justify-content: flex-start;
    }

    .pagination button {
      background: #1477b9;
      color: #fff;
      border: none;
      padding: 8px 12px;
      border-radius: 4px;
      cursor: pointer;
    }
        .main-image {
      width: 100%;
      height: 400px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 15px;
      border: 1px solid #ddd;
    }
    .thumbnail-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      border-radius: 8px;
      cursor: pointer;
      border: 2px solid transparent;
      transition: 0.3s;
    }
    .thumbnail-img:hover {
      border: 2px solid #0d6efd;
    }
    .price {
      font-size: 22px;
      font-weight: bold;
      color: #0d6efd;
    }

    .continue-btn {
      width: 100%;
      padding: 14px;
      background-color: #241b5a; /* same as BOOK NOW */
      color: white;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      text-transform: uppercase;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .continue-btn:hover {
      background-color: #1b1446; /* hover color */
      transform: scale(1.02); /* slight zoom */
    }

/* listing page */

/* Start Responsive */
@media (max-width: 767px){
  .main-box{
  margin-left: 0px;
}
}
