
:root {
    --brand-green-dark-mode: #84e9bd;
    --brand-green: #34e0a1;
    --green-40: #0fd28a;
    --green-30: #00aa6c;
    --green-20: #006641;
    --green-10: #004f32;
-beige-90: #f2f1ec;
    --yellow-90: #fff7e1;
    --yellow-80: #fee39a;
    --yellow-70: #f7d36e;
    --yellow-60: #fdc735;
    --brand-yellow: #f2b203;

--primary-color: #78bb26;
--primary-color-hover: #5a9710;
--primary-color-light: #cef59e;
--secondry-color: #ffb317;
--secondry-color-hover: #c08306;
--secondry-color-light: #f7e8c9;
--text-muted: #999;
--heading-color:#0c0407;
--light-blue-bg: #ecf86e;
--body-text-color:#5f5f5f;
--grey-text: #787878;
--grey-bg: #f2f2f2;
--border-gray: #e4e4e4;
--big-radius: 30px;
--bs-body-font-family: "Poppins", sans-serif;
--place-holder-color:#333;
--fill-hover-btn: #f2f2f2;
--fill-hover-btn-pressed: #e0e0e0;
--fill-hover-btn-pressed-text: #545454;
--shadowLarge: 0 12px 54px 0 rgba(0,0,0,.2);
}

body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: #262422;
}


h1, .h1 {
font-size: 54px;
color: #fff;
font-weight: 600;
line-height: 1.3;
margin-bottom: 20px;
letter-spacing: -.4px;
}
.offer-text {
    background-color: var(--primary-color);
    padding: 8px 15px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    letter-spacing: -.4px;
}
.banner-point {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    color: #fff;
}
.banner-point li {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0;
    background: url(../images/arrow.svg) left 8px no-repeat;
    filter: invert(1);
    color: #000;
    padding-left: 30px;
    border-bottom: 1px solid #4444;
    display: inline-block;
    line-height: 1.6;
    padding-bottom: 10px;
}

h2, .h2 {
    font-size: 30px;
    line-height: 1.3;
    color: #0c0407;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: -.4px;
}
h2.large {
    font-size: 48px;
}
h2 span, .h2 span {
color: var(--text-muted);
}

h3, .h3 {
font-size: 24px;
line-height: 1.2;
color: #262626;
font-weight: 600;
margin-top: 0px;
margin-bottom: 10px;
letter-spacing: -.4px;
}
.lead {
    font-size: 20px;
}

h4, .h4 {
font-size: 22px;
font-weight: 600;
}

p {
margin-top: 0;
margin-bottom: 1rem;
color: var(--body-text-color);
line-height: 1.6;
}
.btn {
background-color: var(--primary-color);
border: none;
color: #ffffff;
font-size: 16px;
font-weight: 500;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
padding: 10px 25px;
font-family: var(--bs-body-font-family);
position: relative;
cursor: pointer;
text-decoration:none;
}
.disclmr {
    background-color:#e4e4e4;
    padding:15px 0px ;
}

.secondry-color {
    background-color: var(--secondry-color);
}

.header-btn {
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
    padding: 10px 15px;
    height: 46px;
    border-radius: 8px;
}

.header-btn img {
    max-width: 28px;
    height: auto;
    margin-right: 7px;
}
.header-btn-text {
    display: flex;
    flex-direction: column;
}
.header-btn-text span {
    font-size: 13px;
}

.btn:hover {background-color:var(--primary-color-hover);}
.header-btn:hover {
    background-color: rgba(255, 255, 255, .4);
    transition: all .3s;

}
.btn.arrow-btn {
    font-weight: 400;
    padding: 11px 20px;
    height: auto;
    border-radius: 6px;
    transition: all .3s;
}

.btn.arrow-btn img {
        filter: invert(100%);
    transform: rotate(-45deg);
    margin-left: 10px;
    width: 18px;
    transition: all .3s;
    height: auto;
}
.btn.arrow-btn:hover{
    background-color: var(--primary-color-hover);
}
.btn.arrow-btn:hover img {
    transform: rotate(0deg);
    transition: all .3s;
}
.btn.btn-link {
        background-color: transparent;
    color: #fff;
    padding: 5px 0px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

.btn.btn-link:hover {
    background-color: transparent;
}
.search-text {
    display: none;
}
.w-100 {width: 100%}
.w-60 {width: 60%}
.img-fluid {
max-width: 100%;
width: 100%;
}
.invert {
    filter: invert(1);
}
.header-hidden {
		transform: translateY(calc(-100% - 10px));
	}
	.footer-hidden {
		transform: translateY(calc(100% + 25px));
	}



.text-center{text-align:center}
.header {
	padding:0px;
	width: 100%;
	position: fixed; 
	z-index: 1092;
	transition: transform 0.3s ease-in-out;
    top: 0;
    background-image: linear-gradient(0deg, rgba(255, 0, 0, 0) 0%, #000000 120%);
    padding-top: 10px;
	}
.main-nav {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
	nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
.logo img  {max-width: 200px; position: absolute; bottom: -20px;    border-bottom: 5px solid #78bb26;}
.nav {margin:0;padding:0;display:flex;justify-content:end; align-items:center;list-style:none;transition: all .5s}
.nav-item {position: relative; margin:0px 5px; border-radius:2px;}
.nav-link{border-radius: 8px;padding:10px 15px;cursor:pointer;color:#000;font-size:15px;text-decoration: none;font-weight: 500;display: block; text-transform: uppercase; }
.nav-item:not(:disabled):active,  .nav-item:focus, .current-menu-item .nav-link {color: var(--primary-color);}
.nav-item:hover {background-color: var(--primary-color-light);}

.submenu {display:none;position:absolute; top:35px;left:0px;box-shadow:var(--shadowLarge);min-width:300px;border-radius:2px;padding:10px 10px;list-style:none;background-color: #fff;}
.submenu li {padding:15px 15px 15px 30px; border-bottom: 1px solid var(--fill-hover-btn);}
.submenu li:last-child { border-bottom: 0px solid var(--fill-hover-btn);}
.submenu li:hover{background-color:var(--primary-color-light);border-radius:4px}
.submenu li a {text-decoration:none;font-size:14px;color:#000000!important;font-weight: 400;padding:0px;float:none!important; }
.submenu .current-menu-item .nav-link {background-color: transparent;border-color: transparent;}
li.nav-item:hover .submenu {
display: block;
}



.dropdown .nav-link::after {
    padding: 3px;
    border: solid #000;
    border-width: 0 1.5px 1.5px 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -3px;
    content: "" !important;
    display: inline-block;
    left: 7px;
    transition: all .3s;
}

.dropdown:hover .nav-link::after {transform: rotate(225deg);transition: all .3s; top: 0;
    border-width: 0 1.5px 1.5px 0;}


.submenu .nav-link::after, .dropdown:hover .submenu .nav-link::after {border:0px;}


.plus-minus-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: none;
}

.plus-minus-icon::before,
.plus-minus-icon::after {
    content: '';
    position: absolute;
    background-color: #333;
    transition: transform 0.3s ease;
}

.plus-minus-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.plus-minus-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.plus-minus-icon.active::before {
    transform: translateY(-50%) rotate(0deg);
}

.plus-minus-icon.active::after {
    transform: rotate(90deg);
}

.submenu {
    list-style-type: none;
    padding: 0;
    margin: 8px 0 0;
    display: none;
    transition: all .3s;

}
.navbar-fixed {
    background: #fff;
    transition: all .4s;
    box-shadow: 0 1px 0px rgba(0,0,0,.09);
    padding: 14px 0px;
}
.navbar-fixed .main-nav {
    padding: 0px;
}

.main-nav.nav-transparent {
    background-color: transparent;
}
.main-nav.nav-transparent .nav-link {
    color: #fff;
}
.main-nav.nav-transparent .nav-item:hover .nav-link {
    color: #000;
}
.main-nav.nav-transparent .dropdown .nav-link::after {
    border-color: #fff;
}
.navbar-fixed .nav-transparent .nav-link {
    color: #262422;
    transition: all .4s;
}
.navbar-fixed .nav-transparent .nav-link::after {
    border-color: #262422!important;
}
.navbar-fixed .header-btn {
    background-color: #000;
}
@media (max-width: 1199px) {
    
  .submenu {margin-top: 45px; transition: all .3s;display: none!important;}
  .submenu.visible {
    display: block!important;
    transition: all .3s;
}
  .plus-minus-icon {display: block;}
  .dropdown .nav-link::after {display: none;}
  .dropdown .nav-link  {float: left;}
  .dropdown  .plus-minus-icon {float: right;margin: 10px 20px 0px;}
  .main-nav.nav-transparent .nav-link {
    color: var(--heading-color);
}
}

.menu-toggle, .close-btn {display: none;flex-direction: column;cursor: pointer;}
.menu-toggle .bar {width: 25px;height: 3px;background-color: #000;margin: 4px 0;display:block;}
.close-btn {font-size: 32px;color: #000;position: absolute;top: 10px;right: 20px;}
.backdrop {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 10;}

#backdrop2 {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}

.hcw {display: flex;
align-items: center;
}
.nav-margin {
    margin-top: 80px;
}


/* hero area start */

.hero-wrap {
background-size: cover;
background-position: center center;
margin-top: 72px;
padding-top: 100px;
padding-bottom: 80px;
height: auto;
position: relative;
}
.hero-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    opacity: .8;
    transition: ease all .2s;
    z-index: 1;
    top: 0px;
}
.hero-wrap .container {
    position: relative;
    z-index: 3;
}
.hero-wrap.inner {
    min-height: 650px;
    padding-top: 120px;
}


.hero-wrap.hero-hotel-listing-wrap {
    padding: 0px 0px 25px;
    background-color: var(--secondry-color-light);
    margin-top: 80px;
    height: auto;
}
.hero-hotel-listing-wrap:before {
    opacity:0;
}
.hero-hotel-listing-wrap .search-container {
    position: relative!important;
    bottom: auto;
    left: auto;
    transform: none;
}

.btw{padding-right: 50px;}
.toggle-text {
      color: var(--secondry-color);
      display:block;
      min-width: 180px;
      min-height: 100px;
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;

    }

    .fade-in-slide {
      opacity: 1;
      transform: translateY(0);
    }

.badge-row {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  text-align: center;
}

.badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
  font-size: 0.9rem;
  color: #fff;
}

.badge img {
  width: 100px;
  height: 100px;
  margin-bottom: 0.5rem;
  object-fit: contain;
}
.ce-welcome-text {
    column-count: 2;
    column-gap: 50px;
    margin-top: 10px;
}
/* hero area ends */
/* breadcrumbs start */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0px!important;
    margin-bottom: 0rem;
    list-style: none;
    margin-top: 0px;
}
.bread-center {
    display:flex;
    justify-content:center;
}
.breadcrumb-item {
    display: flex;
    font-size: 14px;
}

.breadcrumb-item::after {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left:0.5rem;
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.1;
    content: ">";
}
.breadcrumb-item:last-child::after {
    content:" ";
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: var(--body-text-color);
}
.hero-hotel-listing-wrap .breadcrumb-item.active {
    color: var(--body-text-color);
}
@media (max-width:767px){

   .logo {color: #000}
    .breadcrumb {
        margin-top:0px;
        padding-top:0px;
    }
    .breadcrumb-item {font-size:14px;}
}
/* breadcrumbs ends */

.popup-form .form {
    display:flex;
    flex-direction:column;
}
#myModal1 .modal-content {
    width: 600px;
}
#myModal1 .form-wrap {
    padding: 0px;
    background-color:white;
}
#myModal1 .pop-banner-wrap {
    width: 100%;
    height: 250px;
}
#myModal1 .pop-banner-wrap .fit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#myModal1 .modal-content {
    border-radius: 24px;
    overflow: hidden;
}
.onload-form-wrap {
    padding: 20px;
}
#myModal1 .btn {
    padding: 10px 30px;
    height: auto;
}
#myModal1 .close{
    background-color: #fff;
    color: #666;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#myModal1 .close:hover {
    color: #000;
}
#myModal1 .form-control {
    border-color: #ccc;
}


  /* basic overlay/modal reset */
  body.modal-open { overflow: hidden; }

  #myModal1.modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    opacity:0;
    pointer-events: none;
    transition: opacity .28s ease;
  }
  #myModal1.modal.show {
    opacity: 1;
    pointer-events: all;
  }

  #myModal1.modal-content{
    width: 94%;
    max-width: 520px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    opacity:0;
    transform: translateY(8px) scale(.98);
    transition: transform .32s cubic-bezier(.2,.9,.3,1), opacity .28s ease;
  }
  #myModal1.modal.show .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  .pop-banner-wrap .fit-img { width:100%; height:160px; object-fit:cover; display:block; }

  .bottom-box { padding: 16px; }

  .close {
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    border: none;
  }

  /* small responsive tweaks */
  @media (max-width: 480px){
    .modal-content { max-width: 95%; }
    .pop-banner-wrap .fit-img { height: 140px; }
  }


/* form style start here*/
.fmain {
position: relative;
}
.form-wrap {
background-color: rgba(232, 221, 204, 1);
border-radius: 2px;
border: 1px solid var(--light-blue);
padding: 30px 30px 30px;
position: relative;
z-index: 2;
}
.form  {
    display: flex;
    align-items: center;
    gap: 15px;

}
.form-control {
color: var(--body-text-color);
width: 100%;
height: 46px;
border: 2px solid #e4e4e4;
border-radius: 6px;
padding: 0px 10px;
margin-bottom: 15px;
font-size: 15px;
font-family: var(--bs-body-font-family);
background-color: transparent;
}



.search-form-wrap {
background-color: #fff;
border-radius: 24px;
border: 0;
padding: 25px 25px 15px 25px;
position: relative;
z-index: 2;
box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
border: 1px solid #DDDDDD;
margin-top: 50px;
}
.search-form-wrap.inq-form-hrz{
        background-color: #fff;
    border-radius: 12px;
    border: 0;
    padding: 15px 25px 10px 25px;
    position: relative;
    z-index: 2;
    box-shadow: none;
    border: none;
    margin-top: 50px;
}
.hero-hotel-listing-wrap .search-form-wrap {
    margin-top: 0px;
}
.hero-hotel-listing-wrap h1 {
    color: var(--heading-color);
    font-size: 28px;
}
.search-form {
    width: 100%;
}

.form-field-wrap {
    display: flex;
    flex-direction: column;
}

.form-label{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-icon {
    margin-right: 5px;
}


input::placeholder {
    color: var(--body-text-color);
    font-weight: 400;
}
textarea.form-control{height: 90px;padding: 10px 15px;}
input:focus-visible, textarea:focus-visible, select:focus-visible{
border: 2px solid #888!important;
outline: none;
}


.small {
font-size: 14px;
color: var(--body-text-color);
margin-bottom: 7px;
}



.search-hotel {
    background-color:#f2f2f2!important;
    margin-bottom:30px;
    margin-top:0px!important;
}

.popup-form .form {
    display:flex;
    flex-direction:column;
}

.s-input-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ccc;
}
.search-form input:focus-visible {
    border:none!important;
}

#s-category-input {
  width: 100%;
  font-size: 14px;
}

.s-dropdown {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.s-dropdown li {
  padding: 5px 15px;
  font-size:14px;
  cursor: pointer;
}

.s-dropdown li:hover {
  background-color: #f0f0f0;
}

.s-hidden {
  display: none;
}
.hotel-search {
    margin-top:20px;
    padding: 6px 10px 6px 25px;
    background: #FFFFFF !important;
    box-shadow: 0px 31px 65px rgba(0, 0, 0, 0.1);
    border-radius: 37px;
}
.hotel-search .form-control {
    margin-bottom:0px;
}
.search-form {
    width: calc(100% - 60px);
    display: flex;
    gap: 25px;
}
.search-form .half {
    width: 50%;
}
.search-form .form-control {
    border-width: 0;
    margin-bottom: 0px;
    padding: 0px;
    height: 30px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.hotel-search .btn{
    border-radius: 100%;
    padding: 0px;
    width: 44px;
    height: 44px;
}
/* form style ends here*/

@media(max-width:1199px){

.nav-link {padding:15px 20px}
.submenu {
	background-color: var(--grey-bg);
	border-radius: 0px;
			box-shadow: none;

}

.submenu li {
	border-bottom: 1px solid #dfdbdb;
}
.hero-wrap, .hero-wrap.inner {padding-top: 50px;
	margin-bottom: 20px;
	background-size: cover;
min-height: auto;
	padding-bottom: 20px;
    margin-top: 50px;
}

.btw {
	padding-right: 0px;
}

.plus-minus-icon{width:16px;height:16px;margin-top:14px!important;}

.nav-item{width:100%;display:block;border-top:1px solid var(--fill-hover-btn);border-radius:0px;}
.nav {transition:all .3s;padding-top:50px;padding-bottom:50px;transition: all .5s; overflow: auto;
 align-items: baseline; justify-content: flex-start; text-align: left;    
flex-direction: column;position:fixed;width:340px!important;left:-340px;top:0px;background-color:#fff;z-index:1050;border-right:4px solid var(--fill-hover-btn);height:100vh;transition:all .3s;}
.menu-toggle{display:block}
.nav.active {left: 0px;}
.close-btn {display: block;}
.submenu {position:relative;top:0px;min-width: auto;}
.submenu::after {border:none;}
.dynamic-list {border-radius:0px;box-shadow:none}
.dynamic-list::after{border:none}
.nav-link {border-radius:0px;}
.backdrop.active {display: block;}
}
@media (max-width: 991px) {
    .ce-welcome-text {column-count: 1;}
    .w-60 {width: 100%}
    .form-header {
        margin-bottom: 20px;
    }
    .header {
        background-color: #fff;
        background-image: none;
    }
    nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-link {color: #0c0407}
    .inq-btn {display: none;}
        .h1, .h2, h1, h2 {
        font-size: 32px;
        letter-spacing: -.5px;
    }
    .bsh {
        font-size: 18px;
        width: 100%;
    }
    
 
    .hero-wrap, .hero-wrap.inner {
        padding-top: 100px;
        padding-bottom: 25px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
.hero-wrap {
    height: 100vh;
}

  
.form-wrap {padding: 20px;background-color: rgba(255,255,255,1);border-radius: 6px;}
}
@media (min-width:768px){
.fbw{display: none!important;}
}
@media (max-width:767px) {
:root {
    --big-radius: 16px;
}
.s-input-dropdown {
    border-right:none;
}
.hotel-search {
    border-radius:12px;
    padding:15px;
}
.hotel-search .btn {
    border-radius:8px;
    width:100%;
}
.hero-hotel-listing-wrap h1 {
        font-size: 20px;
    }
.form-field-wrap {
    width: 100%;
}

.inq-btn {
    display: block;
}
.header-btn {
    color: #000;
}
.header-btn-text {
    display: none;
}
.navbar-fixed .header-btn {
    background-color: transparent;
}
.header-btn img {
    filter: invert(1);
}
.hero-wrap {
    background-color: #fff;
    height: auto;
    padding-top: 80px;
}
.search-container {
    bottom: 0px;
    position: relative!important;
}

    
.search-form-wrap {
    padding: 30px;
    border-radius: 16px;
    margin-top: 10px;
    background: rgba(255,255,255,.7);
}
.form {
    flex-direction: column;
}
.search-form {
    width: 100%;
    flex-direction: column;
    gap: 15px;
}
.search-form .half {
    width: 100%;
     border-bottom: 1px solid #e4e4e4;
     padding-bottom: 10px;

}
.search-btn {
    width: 100%;
    border-radius: 12px;
    margin-top: 25px;
}
.checkin-date-wrap {
    border-right: none; 
}
.search-text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}
.form-header {
    font-size: 20px;
    letter-spacing: -.5px;
}
.form-header span {
    margin-top: 3px;
    margin-bottom: 0px;
}
.form-control {
    border-color: #a1a0a0;
    margin-bottom: 0px;
}
.badge-row {gap: 10px;flex-wrap: nowrap;}
.badge img {width: 70px;height: 70px}
.badge span {font-size: 13px; line-height:1.3;}
.logo img {max-width:120px;bottom: -15px}
img {max-width: 100%;height: auto;}
.btw {order: 2;padding-right: 15px;padding-top: 0px;}
.toggle-text {min-height: auto}

.fbw {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid var(--light-blue);
    z-index: 1090;
    display: none;
    transition: transform 0.3s ease-in-out;
    background-color: var(--primary-color);
}
.fb-q, .fb-c {
    padding-left:25px;
    padding-right:25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 15px;
    border-right: 1px solid var(--primary-color-light);
}
.fb-q .btn, .fb-c .btn {
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
}
.fb-q a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.fb-q img {
	width: 30px;
	margin-right: 10px;
}
.fb-c {
	background-color: #4486f6;
}
.fb-c a {
	 width: 100%;
	 height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
    font-weight: 400;
}
.fb-c .call-btn {
	margin-right: 5px;
	width: 30px;
}
.btt {
    width: 100%;
    height: 100%;
    background-color: var(--secondry-color);
    border-radius: 0;
    /* box-shadow: 0px 1px 3px #787878; */
    position: relative;
    top: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    right: auto;
    color:#fff;
    font-weight:500;
    font-size:16px;
    text-transform:uppercase;
    font-family:var(--bs-body-font-family);
}
.btt svg {fill: white}
.hidden {
		transform: translateY(calc(100% + 20px));
	}
.form-control.email, .form-control.phn {width: 100%!important;}

}


.lead {
font-size: 18px;
}
.lead-t {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
text-decoration: underline;
}
.text-white {
color: #fff;
}

/* inner pages start */
.hero-wrap.banner {
    height: 420px;
    margin-bottom: 60px;
} 
.hero-wrap.banner:before {
    opacity:0.6;
}
.hero-wrap.banner .breadcrumb-item.active{
        color: #fff;
}
@media (max-width:767px){
    .hero-wrap.banner {
        height: auto;
        margin-bottom: 30px;
    }
    .bh {
        margin-bottom: 5px;
    }
 
}
/* inner pages ends */
/* above the fold ends */